summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Travis CI: Start testing on Python 3.6, 3.7, and nightly. (#275)cclauss2019-01-281-3/+5
* minor formatting fix to ensure_str documentation (#273)Lee Ball2019-01-191-1/+1
* Document that binary_type is only necessary for Python 2.5 compat (#270)Jon Dufresne2019-01-011-1/+3
* Remove distutils fallback and outdated comment (#269)Jon Dufresne2018-12-281-7/+1
* six 1.12.01.12.0Benjamin Peterson2018-12-092-3/+3
* Add alts to all badges.Benjamin Peterson2018-12-031-0/+3
* Make indentation consistent.Benjamin Peterson2018-12-031-3/+3
* Add RtD badge.Benjamin Peterson2018-12-031-0/+4
* docs: reload() is in importlib in current Python 3. (#266)cclauss2018-11-261-1/+1
* Add changelog for a611f60dc73d9df64fd8ebcec1daf9f7827e29db.Benjamin Peterson2018-10-031-0/+3
* Make add_metaclass copy __qualname__ from the original class. (#260)E. M. Bray2018-10-032-0/+22
* Fix wording.Benjamin Peterson2018-10-031-1/+1
* Prefer https:// URLs where available. (#256)Jon Dufresne2018-09-171-3/+3
* Remove deprecated indexserver from tox.ini (GH-257)Jon Dufresne2018-09-171-4/+0
* Be more precise about what six.class_types is. (#254)Jon Dufresne2018-09-111-2/+3
* Update all pypi.python.org URLs to pypi.org (#238)Jon Dufresne2018-07-143-3/+3
* use old setuptools on 3.3, tooBenjamin Peterson2018-07-141-1/+1
* make the homepage GH (fixes #247)Benjamin Peterson2018-07-071-1/+1
* fix typo (#228)Jakub Wilk2018-02-261-1/+1
* use -m for invoking py.test (#226)Stanislav Levin2018-02-071-1/+1
* documentation tweaksBenjamin Peterson2018-01-252-9/+9
* changelog updates for #204Benjamin Peterson2018-01-252-1/+8
* add ensure_binary/str/text helper functions (#204)Jingxin Zhu2018-01-253-0/+135
* bump copyright yearBenjamin Peterson2018-01-215-5/+5
* Pass python_requires argument to setuptools (#224)Jon Dufresne2018-01-211-1/+2
* Document six as stable and ready for use in production (#223)Jon Dufresne2018-01-061-0/+1
* PyPi -> PyPI (#220)Mariatta2017-12-051-1/+1
* Ignore the build directory in gitignore (#215)Jon Dufresne2017-10-161-0/+1
* Include license file in the generated wheel packages (#214)Jon Dufresne2017-10-151-0/+3
* six 1.11.01.11.0Benjamin Peterson2017-09-172-3/+3
* add pypi secretBenjamin Peterson2017-09-171-1/+1
* also distribute sdistBenjamin Peterson2017-09-171-1/+1
* point to read the docsBenjamin Peterson2017-09-171-1/+1
* changelog for pr #178Benjamin Peterson2017-09-171-0/+3
* changelog for pr #191Benjamin Peterson2017-09-171-0/+3
* add test for metaclass subclassesBenjamin Peterson2017-09-171-0/+8
* Define __prepare__() in with_metaclass() (#178)Jordan Moldow2017-09-173-0/+33
* Temporary metaclass should not inherit from "meta" (#191)jdemeyer2017-09-171-1/+1
* Add parse_http_list and parse_keqv_list to moved urllib.request (#203)Jason R. Coombs2017-09-163-0/+7
* remove moves.getstatusoutputBenjamin Peterson2017-08-274-11/+1
* Improve Travis CI config (#205)Sviatoslav Sydorenko2017-08-262-9/+49
* Fix typo: intepreter -> interpreter (#206)delirious-lettuce2017-08-021-1/+1
* just use builtin next()Benjamin Peterson2017-06-281-1/+3
* add badges to readme (#200)Dmitry Tokarev2017-06-191-0/+9
* Rename [wheel] section to [bdist_wheel] as the former is legacy (#197)Jon Dufresne2017-05-201-2/+1
* Correct from "an" to "a". (#196)Shlomi Fish2017-05-041-1/+1
* Avoid dependency cycle by using distutils when setuptools isn't available (#184)Todd Gamblin2017-03-081-1/+7
* document #172Benjamin Peterson2017-03-011-0/+2
* pytest -> tool:pytest in setup.cfgBenjamin Peterson2017-03-011-1/+1
* Add unquote_to_bytes to moved urllib.parse. Fixes #171. (#172)Jason R. Coombs2017-03-012-1/+2