summaryrefslogtreecommitdiff
path: root/six.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merged in bmispelon/six (pull request #11)Benjamin Peterson2013-08-211-0/+1
| |\ \ | | |/
| | * Add itertools.zip_longest to six.moves.Baptiste Mispelon2013-05-031-0/+1
* | | Added test and support for classes with __slots__.Jason R. Coombs2013-08-211-0/+2
* | | A better name was definitely needed. 'add_metaclass' instead of 'patch_with_m...Jason R. Coombs2013-08-211-3/+3
* | | Reference the __dict__ directlyJason R. Coombs2013-08-211-1/+1
* | | Fix failing tests by removing __dict__ and __weakref__ (if present)Jason R. Coombs2013-07-111-0/+2
* | | Add tests for patch_with_metaclassJason R. Coombs2013-07-111-1/+2
* | | Add 'patch_with_metaclass' which provides a more complete interface for suppo...Jason R. Coombs2013-06-201-0/+33
|/ /
* | add unichr (fixes #25)Benjamin Peterson2013-06-021-0/+2
* | add byte2int (fixes #26)Benjamin Peterson2013-06-021-0/+3
* | add six.PY2Benjamin Peterson2013-06-021-1/+2
* | unconditionally delete helper classBenjamin Peterson2013-05-191-1/+1
|/
* reflow headerBenjamin Peterson2013-04-191-11/+12