summaryrefslogtreecommitdiff
path: root/documentation
Commit message (Expand)AuthorAgeFilesLines
...
* Merged in jaraco/six (pull request #12)Benjamin Peterson2013-08-211-89/+93
|\
| * Merged in jaraco/six (pull request #13)Benjamin Peterson2013-08-211-0/+2
| |\
| | * Add six.move for filterfalseJason R. Coombs2013-06-201-0/+2
| * | Merged in bmispelon/six (pull request #11)Benjamin Peterson2013-08-211-89/+91
| |\ \ | | |/
| | * Add itertools.zip_longest to six.moves.Baptiste Mispelon2013-05-031-89/+91
* | | Added documentation for dd_metaclass.Jason R. Coombs2013-08-211-0/+30
|/ /
* | add unichr (fixes #25)Benjamin Peterson2013-06-021-0/+6
* | add byte2int (fixes #26)Benjamin Peterson2013-06-021-0/+6
* | add six.PY2Benjamin Peterson2013-06-021-0/+4
* | fix indentation of a noteBenjamin Peterson2013-06-021-1/+1
* | examples of containersBenjamin Peterson2013-06-021-5/+6
|/
* use correct roleBenjamin Peterson2013-04-191-1/+1
* add iterbytes and indexbytesBenjamin Peterson2013-04-191-0/+12
* add create_bound_methodBenjamin Peterson2013-04-191-0/+8
* allow multiple base classes to be given to with_metaclass (fixes #23)Benjamin Peterson2013-04-191-3/+3
* add six.moves.range alias (fixes #24)Benjamin Peterson2013-04-191-0/+2
* point out six can be copiedBenjamin Peterson2013-03-181-1/+2
* say what attribute you're actually gettingBenjamin Peterson2013-03-181-4/+11
* helper methods for accessing function's closure and globals (fixes #21)Benjamin Peterson2013-03-161-0/+10
* in dict iters, pass keyword args to underlying methodBenjamin Peterson2013-03-111-7/+9
* add six.iterlistsBenjamin Peterson2013-03-111-0/+8
* merge headsBenjamin Peterson2013-01-091-0/+6
|\
| * add some email module mappings (pull request #4)Benjamin Peterson2012-11-291-3/+14
| |\
| * | Add 3 lines to moves table in documentation/index.rst mentioning the 3Marc Abramowitz2012-11-291-0/+6
* | | rename python 2's exec_ arguments to avoid accidently calling with keywords (...Benjamin Peterson2013-01-091-0/+5
| |/ |/|
* | document caveat of u() with non-ASCII dataBenjamin Peterson2012-11-281-0/+7
* | move note about bytes literal support to be under bytes literal functionBenjamin Peterson2012-11-281-3/+7
|/
* give iterators not iterables on Python 3 (fixes #13)Benjamin Peterson2012-07-161-0/+9
* use correct roleBenjamin Peterson2012-03-221-1/+1
* add a move mapping for (raw_)input (fixes issue #10)Benjamin Peterson2012-03-221-0/+2
* add sentenceBenjamin Peterson2012-03-161-1/+2
* alias advance_iterator to nextBenjamin Peterson2012-02-051-0/+1
* add Iterator baseclassBenjamin Peterson2012-02-041-0/+11
* add int2byte to convert an integer < 256 to a byteBenjamin Peterson2011-10-141-0/+6
* add wrappers for iterating over keys/values/items of a dictionaryBenjamin Peterson2011-09-161-0/+20
* document use of unicode-escape handlerBenjamin Peterson2011-08-161-1/+3
* handle the case when sizeof(long) != sizeof(Py_ssize_t)Benjamin Peterson2011-08-161-1/+5
* note callable's glorious returnBenjamin Peterson2011-08-161-1/+2
* some grammar edits/fixesBenjamin Peterson2011-08-161-5/+5
* fix missing wordsBenjamin Peterson2011-08-161-3/+4
* add six.moves mappings for filter, map, and zip (fixes issue #3)Benjamin Peterson2011-06-191-1/+6
* expose api for adding things to six.movesBenjamin Peterson2010-11-241-0/+39
* rewriteBenjamin Peterson2010-11-231-2/+3
* fix repo url in docsBenjamin Peterson2010-11-201-1/+1
* import sixBenjamin Peterson2010-11-203-0/+693