summaryrefslogtreecommitdiff
path: root/test_six.py
Commit message (Expand)AuthorAgeFilesLines
...
* in dict iters, pass keyword args to underlying methodBenjamin Peterson2013-03-111-4/+14
* add six.iterlistsBenjamin Peterson2013-03-111-2/+11
* gracefully handle systems without tkinter (fixes #20)Benjamin Peterson2013-03-041-1/+8
* Fix failing test, test_get_function_code, for pypy.Marc Abramowitz2012-11-251-1/+2
* give iterators not iterables on Python 3 (fixes #13)Benjamin Peterson2012-07-161-0/+1
* alias advance_iterator to nextBenjamin Peterson2012-02-051-4/+5
* add Iterator baseclassBenjamin Peterson2012-02-041-0/+11
* catch correct exceptionBenjamin Peterson2011-12-021-1/+1
* no conditional expression in 2.4Benjamin Peterson2011-12-021-1/+4
* use module exists in 2.4Benjamin Peterson2011-12-021-3/+3
* 2.4 gives ValueError hereBenjamin Peterson2011-12-021-0/+1
* use parametrize decorator instead of pytest_generate_testsBenjamin Peterson2011-11-211-6/+2
* add int2byte to convert an integer < 256 to a byteBenjamin Peterson2011-10-141-0/+5
* add wrappers for iterating over keys/values/items of a dictionaryBenjamin Peterson2011-09-161-0/+8
* add six.moves mappings for filter, map, and zip (fixes issue #3)Benjamin Peterson2011-06-191-0/+16
* decode unicode literals in py2 properly, so escapes work (issue #2)Benjamin Peterson2011-02-151-0/+5
* expose api for adding things to six.movesBenjamin Peterson2010-11-241-0/+72
* add another MAXSIZE testBenjamin Peterson2010-11-231-0/+6
* don't depend on tkinter being presentBenjamin Peterson2010-11-211-3/+8
* import sixBenjamin Peterson2010-11-201-0/+285