summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* It's 2016, unconditionally use setuptoolsdstufft/its-2016-unconditionally-use-setuptools-1453298515589Donald Stufft2016-01-201-4/+1
* add License goop to all python files (fixes #137)Benjamin Peterson2015-10-203-2/+42
* Added tag 1.10.0 for changeset e5218c3f66a2Benjamin Peterson2015-10-060-0/+0
* bump version to 1.10.01.10.0Benjamin Peterson2015-10-062-3/+3
* Merged in moreati/six/moreati/clarify-wording-of-u-vs-u-for-python-3-14401587...Benjamin Peterson2015-08-211-1/+1
|\
| * Clarify wording of u'' vs u() for Python 3moreati/clarify-wording-of-u-vs-u-for-python-3-1440158751679Alex Willmer2015-08-211-1/+1
|/
* use https linksBenjamin Peterson2015-04-301-2/+2
* add Wouter BolsterleeBenjamin Peterson2015-03-211-0/+1
* improve performance of int2byte on python 3 (fixes #122)Benjamin Peterson2015-03-213-7/+6
* I don't think cygwin has winregBenjamin Peterson2015-03-201-2/+3
* changelog for issue #99Benjamin Peterson2015-03-201-0/+3
* add Mirko RossiniBenjamin Peterson2015-03-201-0/+1
* add Max Grender-JonesBenjamin Peterson2015-03-201-0/+1
* Merged in mrossini/six (pull request #55)Benjamin Peterson2015-03-201-1/+5
|\
| * _winreg is added to the moves module under windows onlyMirko Rossini2014-10-211-1/+5
* | documentation updates for issue #108Benjamin Peterson2015-03-202-0/+7
* | doc tweaksBenjamin Peterson2015-03-201-3/+3
* | add changelog for pr #64Benjamin Peterson2015-03-201-0/+5
* | Merged in maxgrenderjones/six (pull request #60)Benjamin Peterson2015-03-208-22/+95
|\ \
| * \ Merged in bartvm/six/create_unbound_method (pull request #64)Benjamin Peterson2015-03-203-0/+27
| |\ \
| | * | Added testscreate_unbound_methodBart van Merrienboer2015-01-211-0/+14
| | * | Introduces a wrapper to create unbound methods.Bart van Merrienboer2015-01-212-0/+13
| * | | Merged in derekhiggins/six (pull request #67)Benjamin Peterson2015-03-201-4/+4
| |\ \ \
| | * | | remove redundant iter() (fixes #121)Benjamin Peterson2015-03-201-4/+4
| * | | | Specify skipif condition as stringsderekhiggins2015-03-191-1/+1
| |/ / /
| * | | Merged in brettcannon/added-brett-cannon-to-contributors-1425416252926 (pull ...Brett Cannon2015-03-030-0/+0
| |\ \ \
| * | | | Close branch brettcannon/added-brett-cannon-to-contributors-1425416252926brettcannon/added-brett-cannon-to-contributors-1425416252926Brett Cannon2015-03-030-0/+0
| * | | | Added Brett Cannon to CONTRIBUTORSBrett Cannon2015-03-031-0/+1
| |/ / /
| * | | unwrap some linesBenjamin Peterson2015-02-091-49/+10
| * | | tox.ini edited online with BitbucketRick van Hattem2015-02-091-1/+1
| * | | merging...Rick van Hattem2015-02-098-18/+220
| |\ \ \
| | * | | fix tests on Python 3.1 (fixes #113)Benjamin Peterson2015-01-222-3/+7
| | |/ /
| | * | add BerkerBenjamin Peterson2015-01-211-0/+1
| | * | Issue #112: six.moves.reload_module now uses importlib module on Python 3.4+.Berker Peksag2015-01-213-2/+8
| | * | remove python 2.5 from tox.iniBenjamin Peterson2015-01-051-1/+1
| | * | we no longer support python 2.5Benjamin Peterson2015-01-051-1/+1
| * | | added flake8 for pep8 and pyflakes supportRick van Hattem2015-01-130-0/+0
| |\ \ \
| | * | | added flake8 for pep8 and pyflakes supportRick van Hattem2015-01-133-10/+44
| * | | | added flake8 for pep8 and pyflakes supportRick van Hattem2015-01-133-20/+92
| |/ / /
* | | | Fixes #108 (os.getcwd has been renamed in move from 2 to 3)Max Grender-Jones2015-01-031-0/+2
| |/ / |/| |
* | | Added tag 1.9.0 for changeset a9b120c9c497Benjamin Peterson2015-01-020-0/+0
* | | six 1.9.01.9.0Benjamin Peterson2015-01-022-3/+3
* | | update copyright yearBenjamin Peterson2015-01-023-3/+3
* | | fix raise_from on py3.2Benjamin Peterson2015-01-021-1/+7
* | | support the flush parameter of print_ (fixes #106)Benjamin Peterson2015-01-024-2/+24
* | | use decorator directive for add_metaclass and wrapsBenjamin Peterson2015-01-021-2/+2
* | | add Thomas GraingerBenjamin Peterson2015-01-021-0/+1
* | | document python_2_unicode_compatibleBenjamin Peterson2015-01-022-0/+11
* | | add spaceBenjamin Peterson2015-01-021-0/+2
* | | note that the unittest asertion methods are only available on 2.7 and laterBenjamin Peterson2015-01-021-2/+2