summaryrefslogtreecommitdiff
path: root/six.py
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearBenjamin Peterson2017-01-021-1/+1
* Add splitvalue to urllib_parseAnthony Sottile2016-07-271-0/+1
* Merged in asottile/six (pull request #75)Benjamin Peterson2016-04-191-10/+23
|\
| * set tracebacks to None rather than deletingBenjamin Peterson2016-04-161-4/+5
| * Merged in krisvale/six (pull request #72)Benjamin Peterson2016-04-161-10/+22
| |\
| | * Delete exception variables in frames that raise exceptions.Kristj?n Valur J?nsson2016-01-151-10/+22
* | | Reorder six.moves.email*Anthony Sottile2016-04-181-2/+2
* | | Add six.moves.email_mime_imageAnthony Sottile2016-04-061-0/+1
|/ /
* | add 2016 to copyright yearsBenjamin Peterson2016-01-311-1/+1
|/
* add License goop to all python files (fixes #137)Benjamin Peterson2015-10-201-2/+2
* bump version to 1.10.01.10.0Benjamin Peterson2015-10-061-1/+1
* improve performance of int2byte on python 3 (fixes #122)Benjamin Peterson2015-03-211-6/+3
* I don't think cygwin has winregBenjamin Peterson2015-03-201-2/+3
* 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
* | Merged in maxgrenderjones/six (pull request #60)Benjamin Peterson2015-03-201-14/+40
|\ \
| * \ Merged in bartvm/six/create_unbound_method (pull request #64)Benjamin Peterson2015-03-201-0/+6
| |\ \
| | * | Introduces a wrapper to create unbound methods.Bart van Merrienboer2015-01-211-0/+6
| * | | remove redundant iter() (fixes #121)Benjamin Peterson2015-03-201-4/+4
| * | | unwrap some linesBenjamin Peterson2015-02-091-49/+10
| * | | merging...Rick van Hattem2015-02-091-5/+62
| |\ \ \
| | * | | fix tests on Python 3.1 (fixes #113)Benjamin Peterson2015-01-221-2/+6
| | |/ /
| | * | Issue #112: six.moves.reload_module now uses importlib module on Python 3.4+.Berker Peksag2015-01-211-1/+2
| * | | added flake8 for pep8 and pyflakes supportRick van Hattem2015-01-131-16/+69
* | | | Fixes #108 (os.getcwd has been renamed in move from 2 to 3)Max Grender-Jones2015-01-031-0/+2
| |/ / |/| |
* | | six 1.9.01.9.0Benjamin Peterson2015-01-021-1/+1
* | | update copyright yearBenjamin Peterson2015-01-021-1/+1
* | | fix raise_from on py3.2Benjamin Peterson2015-01-021-1/+7
* | | support the flush parameter of print_ (fixes #106)Benjamin Peterson2015-01-021-0/+8
* | | Merged in graingert/six (pull request #48)Benjamin Peterson2015-01-021-5/+48
|\ \ \
| * \ \ Merged in timograham/six (pull request #57)Benjamin Peterson2015-01-021-1/+1
| |\ \ \
| | * | | use positional arguments in callBenjamin Peterson2014-12-091-3/+1
| | * | | Ensure wraps passes along the assigned + updated paramsJoshua Harlow2014-12-051-1/+3
| | |/ /
| * | | Added unittest aliases.Tim Graham2014-11-251-0/+18
| |/ /
| * | add raise_from (fixes #102)Benjamin Peterson2014-10-291-0/+9
| |/
| * optimize iterbytes on Python 2 (fixes #97)Benjamin Peterson2014-10-121-2/+2
| * Fix simulatenous delattrfix-delattrJoshua Harlow2014-10-111-2/+6
| * Address PR commentsBrett Cannon2014-10-051-16/+6
| * Introduce viewkeys(), viewvalues(), and viewitems().Brett Cannon2014-10-031-0/+22
* | add tests for python_2_unicode_comapatibleThomas Grainger2014-09-161-1/+1
* | Add python_2_unicode_comaptible from DjangoThomas Grainger2014-09-111-0/+19
|/
* six 1.8.01.8.0Benjamin Peterson2014-09-111-1/+1
* add move for pipes.quote -> shlex.quote (fixes #90)Benjamin Peterson2014-09-111-0/+1
* moves mapping for intern (fixes #59)Benjamin Peterson2014-09-111-0/+1
* add a bunch of urlparse uses_* movesBenjamin Peterson2014-09-111-0/+5
* fix add_metaclass when there is a __weakref__ or __dict__ slot (closes #88)Benjamin Peterson2014-08-171-2/+2
* use absolute imports (fixes #89)Benjamin Peterson2014-08-161-0/+2
* accept assigned and updated parameters for wraps() (fixes #85)Benjamin Peterson2014-08-021-1/+2
* instantiate the exception if the value is None (fixes #86)Benjamin Peterson2014-08-021-0/+2
* Add email_mime_nonmultipart as MovedModuleFelix Yan2014-07-151-0/+1