summaryrefslogtreecommitdiff
path: root/six.py
Commit message (Expand)AuthorAgeFilesLines
...
* add iterbytes and indexbytesBenjamin Peterson2013-04-191-0/+6
* add create_bound_methodBenjamin Peterson2013-04-191-0/+5
* allow multiple base classes to be given to with_metaclass (fixes #23)Benjamin Peterson2013-04-191-2/+2
* add six.moves.range alias (fixes #24)Benjamin Peterson2013-04-191-0/+1
* bump version to 1.3.01.3.0Benjamin Peterson2013-03-181-1/+1
* update copyright yearsBenjamin Peterson2013-03-161-1/+1
* helper methods for accessing function's closure and globals (fixes #21)Benjamin Peterson2013-03-161-0/+6
* in dict iters, pass keyword args to underlying methodBenjamin Peterson2013-03-111-8/+8
* add six.iterlistsBenjamin Peterson2013-03-111-0/+6
* define callable to builtin callable when it's available on the latest py3 ver...Benjamin Peterson2013-01-131-3/+7
* merge headsBenjamin Peterson2013-01-091-0/+22
|\
| * Add license info top of six.py, making it easier for projects thatMarc Abramowitz2012-11-291-0/+19
| * Add email_mime_multipart, email_mime_text, email_mime_base to six.movesMarc Abramowitz2012-11-291-0/+3
* | rename python 2's exec_ arguments to avoid accidently calling with keywords (...Benjamin Peterson2013-01-091-8/+8
|/
* set moves based on the name six is imported under (fixes #14)Benjamin Peterson2012-11-061-1/+1
* check for java properlyBenjamin Peterson2012-09-051-1/+1
* bump version to 1.2.01.2.0Benjamin Peterson2012-08-281-1/+1
* give iterators not iterables on Python 3 (fixes #13)Benjamin Peterson2012-07-161-3/+3
* Jython size is always 32 bits (fixes #11)Benjamin Peterson2012-05-281-11/+15
* add a move mapping for (raw_)input (fixes issue #10)Benjamin Peterson2012-03-221-0/+1
* alias advance_iterator to nextBenjamin Peterson2012-02-051-1/+1
* use next() builtin where possibleBenjamin Peterson2012-02-041-5/+7
* add Iterator baseclassBenjamin Peterson2012-02-041-0/+6
* bump version to 1.1.01.1.0Benjamin Peterson2011-11-221-1/+1
* add int2byte to convert an integer < 256 to a byteBenjamin Peterson2011-10-141-0/+7
* add wrappers for iterating over keys/values/items of a dictionaryBenjamin Peterson2011-09-161-0/+21
* implement some accessors with attrgetterBenjamin Peterson2011-09-161-18/+5
* handle the case when sizeof(long) != sizeof(Py_ssize_t)Benjamin Peterson2011-08-161-1/+13
* cleanup after module useBenjamin Peterson2011-08-161-1/+1
* avoid invoking the compilerBenjamin Peterson2011-08-161-16/+7
* add six.moves mappings for filter, map, and zip (fixes issue #3)Benjamin Peterson2011-06-191-0/+3
* add bugfix release to version number1.0.0Benjamin Peterson2011-03-151-1/+1
* bump version to 1.0Benjamin Peterson2011-03-151-1/+1
* decode unicode literals in py2 properly, so escapes work (issue #2)Benjamin Peterson2011-02-151-1/+1
* rewrite docstringBenjamin Peterson2010-11-261-1/+1
* expose api for adding things to six.movesBenjamin Peterson2010-11-241-41/+60
* add __author__1.0.0b1Benjamin Peterson2010-11-201-1/+1
* import sixBenjamin Peterson2010-11-201-0/+313