summaryrefslogtreecommitdiff
path: root/six.py
Commit message (Expand)AuthorAgeFilesLines
* 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-35/+98
|\
| * Fix issue #63: Use the PEP302 meta path hook to import six.moves.Anselm Kruis2014-03-141-35/+98
* | 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-1/+18
|\ \
| * | 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
| * | added moves.dummy_thread/_dummy_threadsynotna2014-04-191-0/+1
| * | Add moves for UserDict and UserListPeter Ruibal2014-04-161-0/+2
* | | Adjust to behave like 3.4 behavesJoshua Harlow2014-04-281-1/+1
* | | Add a wraps helperJoshua Harlow2014-04-131-0/+10
|/ /
* | use _add_docBenjamin Peterson2014-03-191-4/+6
* | Select the implementations of dictionary iterator routines at import time for...Erik Rose2014-03-191-22/+26
|/
* six 1.6.11.6.1baserock/morphBenjamin Peterson2014-03-131-1/+1
* raise an AttributeError for six.moves.X when X is a module not available in t...Benjamin Peterson2014-03-131-1/+5
* bump version to 1.6.01.6.0Benjamin Peterson2014-03-131-1/+1
* just pretend attributes of unimportable lazy modules don't existBenjamin Peterson2014-03-131-9/+14
* Add six.moves.urllib.parse.splitqueryMarc Abramowitz2014-02-211-0/+1
* make fake modules pretend not to have __path__ (fixes #56)Benjamin Peterson2014-02-151-3/+5
* Add SplitResult supportjulien2014-02-061-0/+1
* add mapping for xmlrpc.server (fixes #55)Benjamin Peterson2014-01-181-0/+1
* bump version to 1.5.21.5.2Benjamin Peterson2014-01-061-1/+1
* make six.moves modules appear not to have __name__ unless they are loaded (fi...Benjamin Peterson2014-01-061-5/+6
* bump version to 1.5.11.5.1Benjamin Peterson2014-01-041-1/+1
* pretend __file__ doesn't exist if the module hasn't been loaded yet (fixes #51)Benjamin Peterson2014-01-041-0/+7
* bump version to 1.5.01.5.0Benjamin Peterson2014-01-041-1/+1
* MovedModule.__getattr__: Set attribute on the lazy module, so __getattr__ isn'tMarc Abramowitz2014-01-041-1/+3
* Merge upstream default into issue_19Marc Abramowitz2014-01-041-23/+53
|\
| * update copyright yearBenjamin Peterson2014-01-041-1/+1
| * rm extra spaceBenjamin Peterson2014-01-041-1/+0
| * make urllib aliases the same lazy module and remove lazy descr changesBenjamin Peterson2014-01-041-20/+8