summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* 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
* make toplevel heading different per reST normsBenjamin Peterson2014-01-181-1/+1
* six is not capitalizedBenjamin Peterson2014-01-181-1/+1
* add mapping for xmlrpc.server (fixes #55)Benjamin Peterson2014-01-181-0/+1
* dev version headerBenjamin Peterson2014-01-181-0/+4
* make six.moves modules appear not to have __name__ unless they are loaded (fi...Benjamin Peterson2014-01-061-0/+6
* pretend __file__ doesn't exist if the module hasn't been loaded yet (fixes #51)Benjamin Peterson2014-01-041-0/+5
* bump version to 1.5.01.5.0Benjamin Peterson2014-01-041-2/+2
* add note about 2.4 supportBenjamin Peterson2014-01-041-0/+3
* changelog for import fixesBenjamin Peterson2014-01-041-0/+4
* 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
|/