summaryrefslogtreecommitdiff
path: root/six.py
Commit message (Expand)AuthorAgeFilesLines
* move mappings for urllib libraries (pull request #5)Marc Abramowitz2013-09-011-0/+140
* add UserString mapping (fixes #31)Benjamin Peterson2013-08-291-0/+1
* move to alphabetical orderBenjamin Peterson2013-08-291-1/+1
* truncate add_metaclass docstring; narrative docs will be in the main document...Benjamin Peterson2013-08-211-28/+1
* fix class decorator emulation exampleBenjamin Peterson2013-08-211-1/+1
* Merged in jaraco/six (pull request #12)Benjamin Peterson2013-08-211-0/+2
|\
| * Merged in jaraco/six (pull request #13)Benjamin Peterson2013-08-211-0/+1
| |\
| | * Add six.move for filterfalseJason R. Coombs2013-06-201-0/+1
| * | Merged in bmispelon/six (pull request #11)Benjamin Peterson2013-08-211-0/+1
| |\ \ | | |/
| | * Add itertools.zip_longest to six.moves.Baptiste Mispelon2013-05-031-0/+1
* | | Added test and support for classes with __slots__.Jason R. Coombs2013-08-211-0/+2
* | | A better name was definitely needed. 'add_metaclass' instead of 'patch_with_m...Jason R. Coombs2013-08-211-3/+3
* | | Reference the __dict__ directlyJason R. Coombs2013-08-211-1/+1
* | | Fix failing tests by removing __dict__ and __weakref__ (if present)Jason R. Coombs2013-07-111-0/+2
* | | Add tests for patch_with_metaclassJason R. Coombs2013-07-111-1/+2
* | | Add 'patch_with_metaclass' which provides a more complete interface for suppo...Jason R. Coombs2013-06-201-0/+33
|/ /
* | add unichr (fixes #25)Benjamin Peterson2013-06-021-0/+2
* | add byte2int (fixes #26)Benjamin Peterson2013-06-021-0/+3
* | add six.PY2Benjamin Peterson2013-06-021-1/+2
* | unconditionally delete helper classBenjamin Peterson2013-05-191-1/+1
|/
* reflow headerBenjamin Peterson2013-04-191-11/+12
* 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