summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-062-5/+12
* correct version check (fixes #52)Benjamin Peterson2014-01-051-1/+1
* set licenseBenjamin Peterson2014-01-041-0/+1
* Added tag 1.5.1 for changeset b4e61713078eBenjamin Peterson2014-01-040-0/+0
* 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-042-0/+12
* Added tag 1.5.0 for changeset 65791bd0ddd9Benjamin Peterson2014-01-040-0/+0
* bump version to 1.5.01.5.0Benjamin Peterson2014-01-042-3/+3
* add setup.cfg to make universal wheelsBenjamin Peterson2014-01-041-0/+2
* use setuptools' setup when possibleBenjamin Peterson2014-01-041-1/+4
* we can use with statement nowBenjamin Peterson2014-01-041-5/+3
* add note about 2.4 supportBenjamin Peterson2014-01-041-0/+3
* changelog for import fixesBenjamin Peterson2014-01-041-0/+4
* add Alexander LukaninBenjamin Peterson2014-01-041-0/+1
* fix test on Python 3Benjamin Peterson2014-01-041-2/+2
* consolidate and rename testsBenjamin Peterson2014-01-041-4/+1
* Merged in msabramo/six/issue_19 (pull request #18)Benjamin Peterson2014-01-042-1/+21
|\
| * 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-046-46/+140
| |\ | |/ |/|
* | update copyright yearBenjamin Peterson2014-01-042-2/+2
* | 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-045-31/+115
|\ \
| * \ Merged in msabramo/six/fix_tkiner_typo (pull request #27)Benjamin Peterson2014-01-040-0/+0
| |\ \
| * | | documentation/index.rst: Fix typo: "tkiner" -> "tkinter"Marc Abramowitz2014-01-041-1/+1
| |/ /
| * | fix roleBenjamin Peterson2014-01-041-1/+1
| * | add mapping for ttk (fixes #49)Benjamin Peterson2014-01-044-3/+11
| * | Merged in msabramo/six/test_MAXSIZE__ValueError_or_OverflowError (pull reques...Benjamin Peterson2013-12-260-0/+0
| |\ \
| * | | 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