summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix add_metaclass when there is a __weakref__ or __dict__ slot (closes #88)Benjamin Peterson2014-08-173-2/+9
* use absolute imports (fixes #89)Benjamin Peterson2014-08-162-0/+4
* accept assigned and updated parameters for wraps() (fixes #85)Benjamin Peterson2014-08-023-2/+5
* instantiate the exception if the value is None (fixes #86)Benjamin Peterson2014-08-023-0/+13
* changelog for pr #45Benjamin Peterson2014-07-151-0/+2
* Add email_mime_nonmultipart as MovedModuleFelix Yan2014-07-152-0/+3
* say that the reraise frame is attached to any tb (fixes #79)Benjamin Peterson2014-07-131-1/+4
* remove sentence that is no longer trueBenjamin Peterson2014-07-121-3/+1
* add splittag mapping (fixes #81)Benjamin Peterson2014-07-053-0/+4
* add splituser mapping (fixes #80)Benjamin Peterson2014-07-053-0/+4
* dev version headerBenjamin Peterson2014-07-051-0/+3
* Added tag 1.7.3 for changeset 31d908854478Benjamin Peterson2014-06-290-0/+0
* six 1.7.31.7.3Benjamin Peterson2014-06-292-3/+3
* simplify with_metaclass implementationBenjamin Peterson2014-06-291-11/+4
* account for __spec__ possibly being None (fixes #77)Benjamin Peterson2014-06-292-3/+3
* xmlrpc_server should map to SimpleXMLRPCServer on Python 2 (fixes #74)Benjamin Peterson2014-06-132-1/+4
* dev version headerBenjamin Peterson2014-06-131-0/+3
* Added tag 1.7.2 for changeset cb0ed571b64aBenjamin Peterson2014-06-080-0/+0
* six 1.7.21.7.2Benjamin Peterson2014-06-081-1/+1
* fix importing when sys.meta_path is empty (fixes #72)Benjamin Peterson2014-06-082-10/+16
* Added tag 1.7.1 for changeset 307b88b684ecBenjamin Peterson2014-06-080-0/+0
* 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-082-2/+21
* Added tag 1.7.0 for changeset 35f6d89f826fBenjamin Peterson2014-06-070-0/+0
* six 1.7.01.7.0Benjamin Peterson2014-06-072-3/+3
* changelog for pr #30Benjamin Peterson2014-06-071-0/+2
* add Anselm KruisBenjamin Peterson2014-06-071-0/+1
* Merge heads.Anselm Kruis2014-05-271-35/+98
|\
| * Fix issue #63: Use the PEP302 meta path hook to import six.moves.Anselm Kruis2014-03-141-35/+98
* | Merged in msabramo/six/tox_posargs (pull request #37)Benjamin Peterson2014-05-091-1/+1
|\ \
| * | tox.ini: Add {posargs} to py.test commandMarc Abramowitz2014-05-081-1/+1
* | | Merged in msabramo/six/tox_remove_py24_2 (pull request #42)Benjamin Peterson2014-05-090-0/+0
|\ \ \
* | | | tox.ini: Remove py24Marc Abramowitz2014-05-091-1/+1
|/ / /
* | | Merged in msabramo/six/tox_py34 (pull request #40)Benjamin Peterson2014-05-090-0/+0
|\ \ \ | |/ /
* | | tox.ini: Add py34Marc Abramowitz2014-05-081-1/+1
|/ /
* | document wrapsBenjamin Peterson2014-04-301-0/+7
* | stdlib wraps is only not buggy on python 3.4+Benjamin Peterson2014-04-301-4/+4
* | changelog for pr #32Benjamin Peterson2014-04-301-0/+3
* | add Joshua HarlowBenjamin Peterson2014-04-301-0/+1
* | Merged in harlowja/six (pull request #32)Benjamin Peterson2014-04-305-1/+34
|\ \
| * | add Ben DavisBenjamin Peterson2014-04-261-0/+1
| * | news note for pr #35Benjamin Peterson2014-04-261-0/+3
| * | Merged in bendavis78/six/issues/66 (pull request #35)Benjamin Peterson2014-04-262-1/+16
| |\ \
| | * | Test to ensure that with_metaclass() does not insert any intermediary basesBen Davis2014-04-261-0/+1
| | * | Fixed #66: Replace the implementation of `six.with_metaclass` with the Flask ...Ben Davis2014-04-261-1/+15
| | * | Created new branch issues/66Ben Davis2014-04-260-0/+0
| |/ /