summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
* | | assertRegex and assertRaisesRegex are 2.7+ only, tooBenjamin Peterson2015-01-021-0/+2
* | | Merged in graingert/six (pull request #48)Benjamin Peterson2015-01-028-24/+236
|\ \ \
| * | | note that assertCountEqual is newishBenjamin Peterson2015-01-021-2/+3
| * | | remove currentmodule directive that is no longer neededBenjamin Peterson2015-01-021-2/+0
| * | | add Tim GrahamBenjamin Peterson2015-01-021-0/+1
| * | | move unittest assertions section upBenjamin Peterson2015-01-021-33/+33
| * | | update changelogBenjamin Peterson2015-01-021-0/+3
| * | | Merged in timograham/six (pull request #57)Benjamin Peterson2015-01-025-4/+19
| |\ \ \
| | * | | color commentaryBenjamin Peterson2014-12-161-1/+1
| | * | | add NEWS note for #105Benjamin Peterson2014-12-091-0/+3
| | * | | add test for issue #105Benjamin Peterson2014-12-091-0/+12
| | * | | use positional arguments in callBenjamin Peterson2014-12-091-3/+1
| | * | | Merged in harlowja/six (pull request #58)Benjamin Peterson2014-12-091-1/+3
| | |\ \ \
| | | * | | Ensure wraps passes along the assigned + updated paramsJoshua Harlow2014-12-051-1/+3
| | | |/ /
| | * | | http -> httpsBenjamin Peterson2014-12-091-2/+2
| | |/ /
| * | | Added unittest aliases.Tim Graham2014-11-253-0/+88
| |/ /
| * | add raise_from (fixes #102)Benjamin Peterson2014-10-294-0/+39
| |/
| * optimize iterbytes on Python 2 (fixes #97)Benjamin Peterson2014-10-122-2/+4
| * indicate properly that next = advance_iteratorBenjamin Peterson2014-10-121-1/+1
| * link to python docs for dict view methodsBenjamin Peterson2014-10-121-3/+3
| * update changelogBenjamin Peterson2014-10-121-0/+8
| * Merged in harlowja/six/fix-delattr (pull request #54)Benjamin Peterson2014-10-121-2/+6
| |\
| | * Fix simulatenous delattrfix-delattrJoshua Harlow2014-10-111-2/+6