summaryrefslogtreecommitdiff
path: root/six.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |/ /
| * | 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-0/+19
| |\ \
| | * | add tests for python_2_unicode_comapatibleThomas Grainger2014-09-161-1/+1
| | * | Add python_2_unicode_comaptible from DjangoThomas Grainger2014-09-111-0/+19
| * | | Merged in timograham/six (pull request #57)Benjamin Peterson2015-01-021-0/+18
| |\ \ \
| | * | | Added unittest aliases.Tim Graham2014-11-251-0/+18
| * | | | use positional arguments in callBenjamin Peterson2014-12-091-3/+1
| * | | | Ensure wraps passes along the assigned + updated paramsJoshua Harlow2014-12-051-1/+3
| |/ / /
* | | | added flake8 for pep8 and pyflakes supportRick van Hattem2015-01-131-16/+69
|/ / /
* | | 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 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
|/
* 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
* add splittag mapping (fixes #81)Benjamin Peterson2014-07-051-0/+1
* add splituser mapping (fixes #80)Benjamin Peterson2014-07-051-0/+1
* six 1.7.31.7.3Benjamin Peterson2014-06-291-1/+1
* simplify with_metaclass implementationBenjamin Peterson2014-06-291-11/+4
* account for __spec__ possibly being None (fixes #77)Benjamin Peterson2014-06-291-3/+1
* xmlrpc_server should map to SimpleXMLRPCServer on Python 2 (fixes #74)Benjamin Peterson2014-06-131-1/+1
* six 1.7.21.7.2Benjamin Peterson2014-06-081-1/+1
* fix importing when sys.meta_path is empty (fixes #72)Benjamin Peterson2014-06-081-10/+11
* six 1.7.11.7.1Benjamin Peterson2014-06-081-1/+1
* remove other instances of the six meta path importer if six is reloaded (fixe...Benjamin Peterson2014-06-081-2/+15
* six 1.7.01.7.0Benjamin Peterson2014-06-071-1/+1
* Merge heads.Anselm Kruis2014-05-271-23/+56
|\
| * stdlib wraps is only not buggy on python 3.4+Benjamin Peterson2014-04-301-4/+4
| * Merged in harlowja/six (pull request #32)Benjamin Peterson2014-04-301-0/+10
| |\
| | * Adjust to behave like 3.4 behavesJoshua Harlow2014-04-281-1/+1
| | * Add a wraps helperJoshua Harlow2014-04-131-0/+10
| * | Fixed #66: Replace the implementation of `six.with_metaclass` with the Flask ...Ben Davis2014-04-261-1/+15
| * | rearrange into alphabetical orderBenjamin Peterson2014-04-191-1/+1