summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* add mapping for ttk (fixes #49)Benjamin Peterson2014-01-041-0/+2
* changelogBenjamin Peterson2013-12-251-0/+2
* fix add_metaclass when __slots__ is a string (fixes #47)Benjamin Peterson2013-12-201-0/+3
* add change note for issue #44Benjamin Peterson2013-12-201-0/+2
* update changelog for pr #21Benjamin Peterson2013-11-271-0/+2
* import mapping for xmlrpclib (fixes #43)Benjamin Peterson2013-10-141-0/+2
* mapping for _thread module (fixes #39)Benjamin Peterson2013-10-061-0/+2
* add mapping for gdbm (fixes #40)Benjamin Peterson2013-10-061-0/+2
* print_: encode unicode with file encoding and errors on Python 2 (fixes #35)Benjamin Peterson2013-09-081-0/+7
* always use six's fully qualified module name when dumping things in sys.modul...Benjamin Peterson2013-09-021-0/+5
* version 1.4.0Benjamin Peterson2013-09-011-2/+2
* move mappings for urllib libraries (pull request #5)Marc Abramowitz2013-09-011-0/+4
* add UserString mapping (fixes #31)Benjamin Peterson2013-08-291-0/+2
* changelog entry for add_metaclassBenjamin Peterson2013-08-211-0/+3
* remove some spacesBenjamin Peterson2013-08-211-2/+0
* add note about zip_longest and filterfalse additionBenjamin Peterson2013-08-211-0/+4
* commaBenjamin Peterson2013-06-021-1/+1
* add unichr (fixes #25)Benjamin Peterson2013-06-021-0/+3
* add byte2int (fixes #26)Benjamin Peterson2013-06-021-0/+2
* add six.PY2Benjamin Peterson2013-06-021-0/+2
* add iterbytes and indexbytesBenjamin Peterson2013-04-191-0/+2
* add create_bound_methodBenjamin Peterson2013-04-191-0/+2
* allow multiple base classes to be given to with_metaclass (fixes #23)Benjamin Peterson2013-04-191-0/+2
* add six.moves.range alias (fixes #24)Benjamin Peterson2013-04-191-0/+6
* bump version to 1.3.01.3.0Benjamin Peterson2013-03-181-2/+2
* helper methods for accessing function's closure and globals (fixes #21)Benjamin Peterson2013-03-161-0/+2
* in dict iters, pass keyword args to underlying methodBenjamin Peterson2013-03-111-0/+3
* add six.iterlistsBenjamin Peterson2013-03-111-0/+2
* gracefully handle systems without tkinter (fixes #20)Benjamin Peterson2013-03-041-0/+2
* define callable to builtin callable when it's available on the latest py3 ver...Benjamin Peterson2013-01-131-0/+3
* merge headsBenjamin Peterson2013-01-091-0/+3
|\
| * Fix incorrect pull request number in CHANGES added in 613b6f91d6ceMarc Abramowitz2012-11-291-1/+1
| * Add note to CHANGES about adding email modules to six.movesMarc Abramowitz2012-11-291-0/+3
* | rename python 2's exec_ arguments to avoid accidently calling with keywords (...Benjamin Peterson2013-01-091-0/+3
|/
* 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
* 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
* 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