summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* changelog for pr #80Benjamin Peterson2016-07-271-0/+2
* changelog for pr #75Benjamin Peterson2016-04-191-0/+2
* changelog for pr #72Benjamin Peterson2016-04-161-0/+6
* bump version to 1.10.01.10.0Benjamin Peterson2015-10-061-2/+2
* improve performance of int2byte on python 3 (fixes #122)Benjamin Peterson2015-03-211-0/+2
* changelog for issue #99Benjamin Peterson2015-03-201-0/+3
* documentation updates for issue #108Benjamin Peterson2015-03-201-0/+3
* add changelog for pr #64Benjamin Peterson2015-03-201-0/+5
* Issue #112: six.moves.reload_module now uses importlib module on Python 3.4+.Berker Peksag2015-01-211-0/+3
* six 1.9.01.9.0Benjamin Peterson2015-01-021-2/+2
* support the flush parameter of print_ (fixes #106)Benjamin Peterson2015-01-021-0/+2
* document python_2_unicode_compatibleBenjamin Peterson2015-01-021-0/+3
* update changelogBenjamin Peterson2015-01-021-0/+3
* add NEWS note for #105Benjamin Peterson2014-12-091-0/+3
* add raise_from (fixes #102)Benjamin Peterson2014-10-291-0/+2
* optimize iterbytes on Python 2 (fixes #97)Benjamin Peterson2014-10-121-0/+2
* update changelogBenjamin Peterson2014-10-121-0/+8
* Wrapped some tokens with backquotes to render them nicely in Markdown.svetlyak40wt/wrapped-some-tokens-with-backquotes-to-r-1410503493688Alexander Artemenko2014-09-121-13/+13
* six 1.8.01.8.0Benjamin Peterson2014-09-111-2/+2
* add move for pipes.quote -> shlex.quote (fixes #90)Benjamin Peterson2014-09-111-0/+2
* moves mapping for intern (fixes #59)Benjamin Peterson2014-09-111-0/+2
* add a bunch of urlparse uses_* movesBenjamin Peterson2014-09-111-0/+2
* fix add_metaclass when there is a __weakref__ or __dict__ slot (closes #88)Benjamin Peterson2014-08-171-0/+3
* use absolute imports (fixes #89)Benjamin Peterson2014-08-161-0/+2
* accept assigned and updated parameters for wraps() (fixes #85)Benjamin Peterson2014-08-021-0/+2
* instantiate the exception if the value is None (fixes #86)Benjamin Peterson2014-08-021-0/+3
* changelog for pr #45Benjamin Peterson2014-07-151-0/+2
* add splittag mapping (fixes #81)Benjamin Peterson2014-07-051-0/+2
* add splituser mapping (fixes #80)Benjamin Peterson2014-07-051-0/+2
* dev version headerBenjamin Peterson2014-07-051-0/+3
* six 1.7.31.7.3Benjamin Peterson2014-06-291-2/+2
* account for __spec__ possibly being None (fixes #77)Benjamin Peterson2014-06-291-0/+2
* xmlrpc_server should map to SimpleXMLRPCServer on Python 2 (fixes #74)Benjamin Peterson2014-06-131-0/+3
* dev version headerBenjamin Peterson2014-06-131-0/+3
* fix importing when sys.meta_path is empty (fixes #72)Benjamin Peterson2014-06-081-0/+5
* remove other instances of the six meta path importer if six is reloaded (fixe...Benjamin Peterson2014-06-081-0/+6
* six 1.7.01.7.0Benjamin Peterson2014-06-071-2/+2
* changelog for pr #30Benjamin Peterson2014-06-071-0/+2
* changelog for pr #32Benjamin Peterson2014-04-301-0/+3
* news note for pr #35Benjamin Peterson2014-04-261-0/+3
* doc changes for pull request #34Benjamin Peterson2014-04-191-0/+2
* a change note for pull request #33Benjamin Peterson2014-04-181-0/+2
* add change note for pull request #31Benjamin Peterson2014-03-191-0/+6
* raise an AttributeError for six.moves.X when X is a module not available in t...Benjamin Peterson2014-03-131-0/+6
* bump version to 1.6.01.6.0Benjamin Peterson2014-03-131-2/+2
* just pretend attributes of unimportable lazy modules don't existBenjamin Peterson2014-03-131-0/+2
* changelog note for pr #29Benjamin Peterson2014-02-221-0/+2
* make fake modules pretend not to have __path__ (fixes #56)Benjamin Peterson2014-02-151-0/+3
* add pull request numberBenjamin Peterson2014-02-061-2/+2
* Add SplitResult supportjulien2014-02-061-0/+2