summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | test_six.py: test_MAXSIZE allow ValueError or OverflowErrorMarc Abramowitz2013-12-261-5/+3
| |/ /
| * | Merged in msabramo/six/dont_fail_tests_if_dont_have_gdbm (pull request #25)Benjamin Peterson2013-12-255-22/+85
| |\ \
| | * | changelogBenjamin Peterson2013-12-251-0/+2
| | * | Merged in msabramo/six/issue_34_2 (pull request #24)Benjamin Peterson2013-12-252-6/+47
| | |\ \
| | | * | Rename LazyModule to _LazyModule to reflect private natureMarc Abramowitz2013-12-251-8/+8
| | | * | test_six.py: Don't check dir on python < 2.6Marc Abramowitz2013-12-251-5/+10
| | | * | Make dir() return attributes, despite lazy loadingMarc Abramowitz2013-12-091-6/+36
| | | * | Test that dir() returns attributes, despite lazy loadingMarc Abramowitz2013-12-091-0/+6
| | * | | fix add_metaclass when __slots__ is a string (fixes #47)Benjamin Peterson2013-12-203-2/+20
| | * | | adjust commentBenjamin Peterson2013-12-201-1/+1
| | * | | remove support for Python 2.4, since py.test doesn't support it anymoreBenjamin Peterson2013-12-202-8/+7
| | * | | use replace instead regular expressionBenjamin Peterson2013-12-201-3/+1
| | * | | add change note for issue #44Benjamin Peterson2013-12-201-0/+2
| | * | | Merged in alexanderlukanin13/six/u_backslash (pull request #23)Benjamin Peterson2013-12-203-0/+4
| | |\ \ \ | | | |/ /
| | * | | six.u 4-byte unicode escaping fixed ('\U00000439')alexanderlukanin132013-11-272-5/+5
| | * | | fixed six.u('\\\\') in Python 2alexanderlukanin132013-11-072-5/+8
| * | | | Don't fail test if gdbm is not availableMarc Abramowitz2013-12-251-0/+11
| | |/ / | |/| |
* | | | Revert adding .idea to .hgignoreAlexander Lukanin2013-12-221-1/+0
* | | | moves import bug fixedalexanderlukanin132013-11-073-2/+30
| |/ / |/| |
| | * Add MovedModule.__getattr__; makes `from six.moves.queue import Queue` and suchMarc Abramowitz2013-12-081-0/+4
| | * Add tests for `from six.moves.queue import Queue` and `fromMarc Abramowitz2013-12-081-0/+10
| | * Merge from tip to issue_19Marc Abramowitz2013-12-085-14/+63
| | |\ | | |/ | |/|
| * | merge old branchBenjamin Peterson2013-11-271-0/+2
| |\ \
| | * \ merge old branchBenjamin Peterson2013-11-270-0/+0
| | |\ \
| | | * | close peterjc/fixing-typo-in-docs-tkinterscolledtext--1381094172167peterjc/fixing-typo-in-docs-tkinterscolledtext--1381094172167Benjamin Peterson2013-11-270-0/+0
| | * | | update changelog for pr #21Benjamin Peterson2013-11-271-0/+2
| | * | | Merged in alexanderlukanin13/six/proxy_bypass (pull request #21)Benjamin Peterson2013-11-272-0/+2
| | |\ \ \ | |/ / / / |/| | | |
| * | | | Close branch proxy_bypassproxy_bypassBenjamin Peterson2013-11-270-0/+0
| |/ / /
| * | | documentation: proxy_bypassalexanderlukanin132013-11-271-0/+1
| * | | Added six.moves.urllib.request.proxy_bypassalexanderlukanin132013-11-051-0/+1
|/ / /
* | | import mapping for xmlrpclib (fixes #43)Benjamin Peterson2013-10-143-0/+5
* | | Merged in peterjc/six/peterjc/fixing-typo-in-docs-tkinterscolledtext--1381094...Benjamin Peterson2013-10-061-1/+1
|\ \ \ | |/ /
| * | Fixing typo in docs, tkinter.scolledtext --> tkinter.scrolledtext [with r]peterjc2013-10-061-1/+1
|/ /
* | mapping for _thread module (fixes #39)Benjamin Peterson2013-10-063-0/+5
* | add mapping for gdbm (fixes #40)Benjamin Peterson2013-10-063-0/+5
* | remove broken link to Zope five (fixes #37)Benjamin Peterson2013-09-291-2/+2
* | update intersphinx linksBenjamin Peterson2013-09-151-2/+2
* | finish sentenceBenjamin Peterson2013-09-151-1/+1
* | escape backslash (fixes #36)Benjamin Peterson2013-09-151-1/+1
* | fix grammarBenjamin Peterson2013-09-081-1/+1
* | use builtin print function when possibleBenjamin Peterson2013-09-082-12/+7
* | print_: encode unicode with file encoding and errors on Python 2 (fixes #35)Benjamin Peterson2013-09-083-0/+35
| * Put six.moves modules in sys.modules so that they're importable (fixesMarc Abramowitz2013-09-072-1/+5
|/
* mention urlparse.ParseResult (fixes #33)Benjamin Peterson2013-09-051-0/+1
* urllib paragraph doesn't need to be a noteBenjamin Peterson2013-09-021-8/+5
* Revise paragraph about urllib moves in documentation/index.rstMarc Abramowitz2013-09-021-2/+3
* Added tag 1.4.1 for changeset 42c74399ac7aBenjamin Peterson2013-09-020-0/+0
* 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-022-14/+19