summaryrefslogtreecommitdiff
path: root/test_six.py
Commit message (Expand)AuthorAgeFilesLines
* A better name was definitely needed. 'add_metaclass' instead of 'patch_with_m...Jason R. Coombs2013-08-211-7/+7
* Remove decorator syntax, restoring Python 2.4 compatibility in tests.Jason R. Coombs2013-08-211-5/+5
* Use X not in YJason R. Coombs2013-08-211-1/+1
* Prefer double-quoted stringsJason R. Coombs2013-08-211-7/+7
* Expand patch_with_metaclass testsJason R. Coombs2013-07-111-5/+8
* Capture failure in an instance of the X test classJason R. Coombs2013-07-111-0/+2
* Expanded tests on patch_with_metaclassJason R. Coombs2013-07-111-0/+16
* Add tests for patch_with_metaclassJason R. Coombs2013-07-111-0/+25
* add unichr (fixes #25)Benjamin Peterson2013-06-021-0/+5
* add byte2int (fixes #26)Benjamin Peterson2013-06-021-0/+6
* add iterbytes and indexbytesBenjamin Peterson2013-04-191-0/+11
* add create_bound_methodBenjamin Peterson2013-04-191-0/+11
* allow multiple base classes to be given to with_metaclass (fixes #23)Benjamin Peterson2013-04-191-0/+7
* helper methods for accessing function's closure and globals (fixes #21)Benjamin Peterson2013-03-161-0/+16
* 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