summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Created new branch fix-delattrJoshua Harlow2014-10-110-0/+0
| |/
| * Merged in brettcannon/six/view (pull request #51)Benjamin Peterson2014-10-104-0/+52
| |\
| | * Remove references to kwargs for view*viewBrett Cannon2014-10-101-6/+6
| | * It's skipIf, not skipifBrett Cannon2014-10-101-2/+2
| | * Drop kwargs tests for view*Brett Cannon2014-10-101-15/+2
| | * Address PR commentsBrett Cannon2014-10-053-33/+25
| | * Introduce viewkeys(), viewvalues(), and viewitems().Brett Cannon2014-10-034-0/+73
| |/
| * add Alexander ArtemenkoBenjamin Peterson2014-09-131-0/+1
| * Merged in svetlyak40wt/six/svetlyak40wt/wrapped-some-tokens-with-backquotes-t...Benjamin Peterson2014-09-130-0/+0
| |\
| * | Wrapped some tokens with backquotes to render them nicely in Markdown.svetlyak40wt/wrapped-some-tokens-with-backquotes-to-r-1410503493688Alexander Artemenko2014-09-121-13/+13
| |/
| * intersphinx now with https urlsBenjamin Peterson2014-09-111-2/+2
* | add tests for python_2_unicode_comapatibleThomas Grainger2014-09-162-1/+22
* | Add python_2_unicode_comaptible from DjangoThomas Grainger2014-09-111-0/+19
|/
* Added tag 1.8.0 for changeset fa79f187d6f2Benjamin Peterson2014-09-110-0/+0
* six 1.8.01.8.0Benjamin Peterson2014-09-112-3/+3
* add move for pipes.quote -> shlex.quote (fixes #90)Benjamin Peterson2014-09-113-0/+5
* moves mapping for intern (fixes #59)Benjamin Peterson2014-09-113-0/+5
* add a bunch of urlparse uses_* movesBenjamin Peterson2014-09-113-0/+12