Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mappings for urllib libraries (pull request #5) | Marc Abramowitz | 2013-09-01 | 1 | -0/+119 |
* | add UserString mapping (fixes #31) | Benjamin Peterson | 2013-08-29 | 1 | -93/+95 |
* | MyMeta -> Meta | Benjamin Peterson | 2013-08-21 | 1 | -2/+2 |
* | use pass instead of ... | Benjamin Peterson | 2013-08-21 | 1 | -3/+3 |
* | rephrase add_metaclass paragraph | Benjamin Peterson | 2013-08-21 | 1 | -3/+4 |
* | mention add_metaclass in with_metaclass docs | Benjamin Peterson | 2013-08-21 | 1 | -0/+3 |
* | fix class decorator emulation example | Benjamin Peterson | 2013-08-21 | 1 | -1/+1 |
* | rewrite sentence a bit | Benjamin Peterson | 2013-08-21 | 1 | -2/+2 |
* | resultant -> resulting | Benjamin Peterson | 2013-08-21 | 1 | -1/+1 |
* | Merged in jaraco/six (pull request #12) | Benjamin Peterson | 2013-08-21 | 1 | -89/+93 |
|\ | |||||
| * | Merged in jaraco/six (pull request #13) | Benjamin Peterson | 2013-08-21 | 1 | -0/+2 |
| |\ | |||||
| | * | Add six.move for filterfalse | Jason R. Coombs | 2013-06-20 | 1 | -0/+2 |
| * | | Merged in bmispelon/six (pull request #11) | Benjamin Peterson | 2013-08-21 | 1 | -89/+91 |
| |\ \ | | |/ | |||||
| | * | Add itertools.zip_longest to six.moves. | Baptiste Mispelon | 2013-05-03 | 1 | -89/+91 |
* | | | Added documentation for dd_metaclass. | Jason R. Coombs | 2013-08-21 | 1 | -0/+30 |
|/ / | |||||
* | | add unichr (fixes #25) | Benjamin Peterson | 2013-06-02 | 1 | -0/+6 |
* | | add byte2int (fixes #26) | Benjamin Peterson | 2013-06-02 | 1 | -0/+6 |
* | | add six.PY2 | Benjamin Peterson | 2013-06-02 | 1 | -0/+4 |
* | | fix indentation of a note | Benjamin Peterson | 2013-06-02 | 1 | -1/+1 |
* | | examples of containers | Benjamin Peterson | 2013-06-02 | 1 | -5/+6 |
|/ | |||||
* | use correct role | Benjamin Peterson | 2013-04-19 | 1 | -1/+1 |
* | add iterbytes and indexbytes | Benjamin Peterson | 2013-04-19 | 1 | -0/+12 |
* | add create_bound_method | Benjamin Peterson | 2013-04-19 | 1 | -0/+8 |
* | allow multiple base classes to be given to with_metaclass (fixes #23) | Benjamin Peterson | 2013-04-19 | 1 | -3/+3 |
* | add six.moves.range alias (fixes #24) | Benjamin Peterson | 2013-04-19 | 1 | -0/+2 |
* | point out six can be copied | Benjamin Peterson | 2013-03-18 | 1 | -1/+2 |
* | say what attribute you're actually getting | Benjamin Peterson | 2013-03-18 | 1 | -4/+11 |
* | helper methods for accessing function's closure and globals (fixes #21) | Benjamin Peterson | 2013-03-16 | 1 | -0/+10 |
* | in dict iters, pass keyword args to underlying method | Benjamin Peterson | 2013-03-11 | 1 | -7/+9 |
* | add six.iterlists | Benjamin Peterson | 2013-03-11 | 1 | -0/+8 |
* | merge heads | Benjamin Peterson | 2013-01-09 | 1 | -0/+6 |
|\ | |||||
| * | add some email module mappings (pull request #4) | Benjamin Peterson | 2012-11-29 | 1 | -3/+14 |
| |\ | |||||
| * | | Add 3 lines to moves table in documentation/index.rst mentioning the 3 | Marc Abramowitz | 2012-11-29 | 1 | -0/+6 |
* | | | rename python 2's exec_ arguments to avoid accidently calling with keywords (... | Benjamin Peterson | 2013-01-09 | 1 | -0/+5 |
| |/ |/| | |||||
* | | document caveat of u() with non-ASCII data | Benjamin Peterson | 2012-11-28 | 1 | -0/+7 |
* | | move note about bytes literal support to be under bytes literal function | Benjamin Peterson | 2012-11-28 | 1 | -3/+7 |
|/ | |||||
* | give iterators not iterables on Python 3 (fixes #13) | Benjamin Peterson | 2012-07-16 | 1 | -0/+9 |
* | use correct role | Benjamin Peterson | 2012-03-22 | 1 | -1/+1 |
* | add a move mapping for (raw_)input (fixes issue #10) | Benjamin Peterson | 2012-03-22 | 1 | -0/+2 |
* | add sentence | Benjamin Peterson | 2012-03-16 | 1 | -1/+2 |
* | alias advance_iterator to next | Benjamin Peterson | 2012-02-05 | 1 | -0/+1 |
* | add Iterator baseclass | Benjamin Peterson | 2012-02-04 | 1 | -0/+11 |
* | add int2byte to convert an integer < 256 to a byte | Benjamin Peterson | 2011-10-14 | 1 | -0/+6 |
* | add wrappers for iterating over keys/values/items of a dictionary | Benjamin Peterson | 2011-09-16 | 1 | -0/+20 |
* | document use of unicode-escape handler | Benjamin Peterson | 2011-08-16 | 1 | -1/+3 |
* | handle the case when sizeof(long) != sizeof(Py_ssize_t) | Benjamin Peterson | 2011-08-16 | 1 | -1/+5 |
* | note callable's glorious return | Benjamin Peterson | 2011-08-16 | 1 | -1/+2 |
* | some grammar edits/fixes | Benjamin Peterson | 2011-08-16 | 1 | -5/+5 |
* | fix missing words | Benjamin Peterson | 2011-08-16 | 1 | -3/+4 |
* | add six.moves mappings for filter, map, and zip (fixes issue #3) | Benjamin Peterson | 2011-06-19 | 1 | -1/+6 |