summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Changelog for #251.Benjamin Peterson2020-01-061-0/+6
* Add a changelog for the ndbm move.Benjamin Peterson2019-11-041-0/+2
* Add six.moves.collections_abc.Benjamin Peterson2019-11-041-0/+3
* Add changelog entries for recent changes.Benjamin Peterson2019-11-041-0/+8
* six 1.12.01.12.0Benjamin Peterson2018-12-091-2/+2
* Add changelog for a611f60dc73d9df64fd8ebcec1daf9f7827e29db.Benjamin Peterson2018-10-031-0/+3
* Fix wording.Benjamin Peterson2018-10-031-1/+1
* changelog updates for #204Benjamin Peterson2018-01-251-0/+6
* six 1.11.01.11.0Benjamin Peterson2017-09-171-2/+2
* changelog for pr #178Benjamin Peterson2017-09-171-0/+3
* changelog for pr #191Benjamin Peterson2017-09-171-0/+3
* Add parse_http_list and parse_keqv_list to moved urllib.request (#203)Jason R. Coombs2017-09-161-0/+3
* remove moves.getstatusoutputBenjamin Peterson2017-08-271-1/+1
* document #172Benjamin Peterson2017-03-011-0/+2
* document pr #167Benjamin Peterson2017-02-281-0/+2
* 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.Alexander 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