summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
...
* add note for jython fixBenjamin Peterson2012-11-061-0/+2
|
* set moves based on the name six is imported under (fixes #14)Benjamin Peterson2012-11-061-0/+6
|
* give iterators not iterables on Python 3 (fixes #13)Benjamin Peterson2012-07-161-0/+3
|
* news entry for last commitBenjamin Peterson2012-05-281-0/+2
|
* alias advance_iterator to nextBenjamin Peterson2012-02-051-0/+2
|
* use next() builtin where possibleBenjamin Peterson2012-02-041-0/+3
|
* add Iterator baseclassBenjamin Peterson2012-02-041-0/+5
|
* bump version to 1.1.01.1.0Benjamin Peterson2011-11-221-2/+2
|
* add int2byte to convert an integer < 256 to a byteBenjamin Peterson2011-10-141-0/+2
| | | | Suggested by Eli Bendersky.
* add wrappers for iterating over keys/values/items of a dictionaryBenjamin Peterson2011-09-161-0/+3
|
* handle the case when sizeof(long) != sizeof(Py_ssize_t)Benjamin Peterson2011-08-161-0/+2
|
* add six.moves mappings for filter, map, and zip (fixes issue #3)Benjamin Peterson2011-06-191-0/+5
| | | | | | six.moves.(filter|map|zip) provides a lazy version of each function. Part of the patch was contributed by Michael Salib.
* add bugfix number to versionBenjamin Peterson2011-03-151-2/+2
|
* fix version in NEWSBenjamin Peterson2011-03-151-2/+2
|
* decode unicode literals in py2 properly, so escapes work (issue #2)Benjamin Peterson2011-02-151-0/+2
|
* expose api for adding things to six.movesBenjamin Peterson2010-11-241-1/+1
|
* start changelogBenjamin Peterson2010-11-221-0/+17