summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Benjamin Peterson2014-03-133-2/+13
| | | | | | the current interpreter As discussed in https://github.com/pypa/pip/issues/1643.
* Added tag 1.6.0 for changeset 8bccdd913983Benjamin Peterson2014-03-130-0/+0
|
* bump version to 1.6.01.6.0Benjamin Peterson2014-03-132-3/+3
|
* just pretend attributes of unimportable lazy modules don't existBenjamin Peterson2014-03-133-14/+21
| | | | Suggested by Diana Clarke.
* changelog note for pr #29Benjamin Peterson2014-02-221-0/+2
|
* Merged in msabramo/six/urllib_parse_splitquery (pull request #29)Benjamin Peterson2014-02-220-0/+0
|\ | | | | | | Add six.moves.urllib.parse.splitquery
* | Add six.moves.urllib.parse.splitqueryMarc Abramowitz2014-02-212-0/+2
|/
* make fake modules pretend not to have __path__ (fixes #56)Benjamin Peterson2014-02-152-3/+8
|
* add Julien DanjouBenjamin Peterson2014-02-061-0/+1
|
* add pull request numberBenjamin Peterson2014-02-061-2/+2
|
* Add SplitResult supportjulien2014-02-063-0/+4
|
* make toplevel heading different per reST normsBenjamin Peterson2014-01-181-1/+1
|
* six is not capitalizedBenjamin Peterson2014-01-181-1/+1
|
* fix py3 linkBenjamin Peterson2014-01-181-1/+1
|
* add mapping for xmlrpc.server (fixes #55)Benjamin Peterson2014-01-183-0/+4
|
* dev version headerBenjamin Peterson2014-01-181-0/+4
|
* update doc copyright yearsBenjamin Peterson2014-01-091-1/+1
|
* fix rolesBenjamin Peterson2014-01-081-7/+7
|
* document problems with module proxiesBenjamin Peterson2014-01-081-0/+22
|
* Added tag 1.5.2 for changeset 9ca411aad9c0Benjamin Peterson2014-01-060-0/+0
|
* 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 ↵Benjamin Peterson2014-01-062-5/+12
| | | | (fixes #53)
* 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
|\ | | | | | | Put six.moves modules in sys.modules so that they're importable (fixes
| * MovedModule.__getattr__: Set attribute on the lazy module, so __getattr__ isn'tMarc Abramowitz2014-01-041-1/+3
| | | | | | | | invoked multiple times.
| * 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
|\ \ | | | | | | | | | moves import bug fixed
| * \ Merged in msabramo/six/fix_tkiner_typo (pull request #27)Benjamin Peterson2014-01-040-0/+0
| |\ \ | | | | | | | | | | | | documentation/index.rst: Fix typo: "tkiner" -> "tkinter"
| * | | 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 ↵Benjamin Peterson2013-12-260-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | request #26) test_six.py: test_MAXSIZE allow ValueError or OverflowError