summaryrefslogtreecommitdiff
path: root/six.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merged in alexanderlukanin13/six/urllib_import_weirdness (pull request #22)Benjamin Peterson2014-01-041-9/+46
| |\
| | * add mapping for ttk (fixes #49)Benjamin Peterson2014-01-041-0/+1
| | * Merged in msabramo/six/issue_34_2 (pull request #24)Benjamin Peterson2013-12-251-6/+36
| | |\
| | | * Rename LazyModule to _LazyModule to reflect private natureMarc Abramowitz2013-12-251-8/+8
| | | * Make dir() return attributes, despite lazy loadingMarc Abramowitz2013-12-091-6/+36
| | * | fix add_metaclass when __slots__ is a string (fixes #47)Benjamin Peterson2013-12-201-2/+6
| | * | use replace instead regular expressionBenjamin Peterson2013-12-201-3/+1
| | * | Merged in alexanderlukanin13/six/u_backslash (pull request #23)Benjamin Peterson2013-12-201-0/+1
| | |\ \ | | | |/
| | * | six.u 4-byte unicode escaping fixed ('\U00000439')alexanderlukanin132013-11-271-1/+1
| | * | fixed six.u('\\\\') in Python 2alexanderlukanin132013-11-071-1/+4
| * | | moves import bug fixedalexanderlukanin132013-11-071-2/+9
| |/ /
* | | Add MovedModule.__getattr__; makes `from six.moves.queue import Queue` and suchMarc Abramowitz2013-12-081-0/+4
* | | Merge from tip to issue_19Marc Abramowitz2013-12-081-7/+16
|\ \ \ | | |/ | |/|
| * | Added six.moves.urllib.request.proxy_bypassalexanderlukanin132013-11-051-0/+1
| |/
| * import mapping for xmlrpclib (fixes #43)Benjamin Peterson2013-10-141-0/+1
| * mapping for _thread module (fixes #39)Benjamin Peterson2013-10-061-0/+1
| * add mapping for gdbm (fixes #40)Benjamin Peterson2013-10-061-0/+1
| * use builtin print function when possibleBenjamin Peterson2013-09-081-11/+6
| * print_: encode unicode with file encoding and errors on Python 2 (fixes #35)Benjamin Peterson2013-09-081-0/+10
* | Put six.moves modules in sys.modules so that they're importable (fixesMarc Abramowitz2013-09-071-0/+2
|/
* six 1.4.11.4.1Benjamin Peterson2013-09-021-1/+1
* make name of the moves fake module betterBenjamin Peterson2013-09-021-1/+1
* always use six's fully qualified module name when dumping things in sys.modul...Benjamin Peterson2013-09-021-14/+14
* version 1.4.0Benjamin Peterson2013-09-011-1/+1
* move mappings for urllib libraries (pull request #5)Marc Abramowitz2013-09-011-0/+140
* add UserString mapping (fixes #31)Benjamin Peterson2013-08-291-0/+1
* move to alphabetical orderBenjamin Peterson2013-08-291-1/+1
* truncate add_metaclass docstring; narrative docs will be in the main document...Benjamin Peterson2013-08-211-28/+1
* fix class decorator emulation exampleBenjamin Peterson2013-08-211-1/+1
* Merged in jaraco/six (pull request #12)Benjamin Peterson2013-08-211-0/+2
|\
| * Merged in jaraco/six (pull request #13)Benjamin Peterson2013-08-211-0/+1
| |\
| | * Add six.move for filterfalseJason R. Coombs2013-06-201-0/+1