summaryrefslogtreecommitdiff
path: root/test_six.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | test_six.py: test_MAXSIZE allow ValueError or OverflowErrorMarc Abramowitz2013-12-261-5/+3
| * | Merged in msabramo/six/dont_fail_tests_if_dont_have_gdbm (pull request #25)Benjamin Peterson2013-12-251-0/+11
| |\ \
| | * | Don't fail test if gdbm is not availableMarc Abramowitz2013-12-251-0/+11
| | |/
| * | Merged in msabramo/six/issue_34_2 (pull request #24)Benjamin Peterson2013-12-251-0/+11
| |\ \
| | * | test_six.py: Don't check dir on python < 2.6Marc Abramowitz2013-12-251-5/+10
| | * | Test that dir() returns attributes, despite lazy loadingMarc Abramowitz2013-12-091-0/+6
| | |/
| * | fix add_metaclass when __slots__ is a string (fixes #47)Benjamin Peterson2013-12-201-0/+11
| * | adjust commentBenjamin Peterson2013-12-201-1/+1
| * | six.u 4-byte unicode escaping fixed ('\U00000439')alexanderlukanin132013-11-271-4/+4
| * | fixed six.u('\\\\') in Python 2alexanderlukanin132013-11-071-4/+4
| |/
* | Add tests for `from six.moves.queue import Queue` and `fromMarc Abramowitz2013-12-081-0/+10
* | Merge from tip to issue_19Marc Abramowitz2013-12-081-0/+18
|\ \ | |/
| * fix grammarBenjamin Peterson2013-09-081-1/+1
| * use builtin print function when possibleBenjamin Peterson2013-09-081-1/+1
| * print_: encode unicode with file encoding and errors on Python 2 (fixes #35)Benjamin Peterson2013-09-081-0/+18
* | Put six.moves modules in sys.modules so that they're importable (fixesMarc Abramowitz2013-09-071-1/+3
|/
* skip tests for things not in 2.4/2.5Benjamin Peterson2013-09-011-0/+8
* move mappings for urllib libraries (pull request #5)Marc Abramowitz2013-09-011-0/+35
* reformat commentBenjamin Peterson2013-08-211-1/+1
* use py.test.raisesBenjamin Peterson2013-08-211-6/+1
* use == instead of is for comparing stringsBenjamin Peterson2013-08-211-1/+1
* Merged in jaraco/six (pull request #12)Benjamin Peterson2013-08-211-0/+63
|\
| * Added tests to ensure proper retention of __doc__ and __module__.Jason R. Coombs2013-08-211-1/+3
| * Added test and support for classes with __slots__.Jason R. Coombs2013-08-211-0/+15
| * Combine the two tests into one and add a comment giving some indication as to...Jason R. Coombs2013-08-211-1/+1
| * 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
* | Merged in jaraco/six (pull request #13)Benjamin Peterson2013-08-211-0/+7
|\ \
| * | Add six.move for filterfalseJason R. Coombs2013-06-201-0/+7
* | | Merged in bmispelon/six (pull request #11)Benjamin Peterson2013-08-211-0/+8
|\ \ \ | |/ / | | / | |/ |/|
| * Add itertools.zip_longest to six.moves.Baptiste Mispelon2013-05-031-0/+8
* | 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