summaryrefslogtreecommitdiff
path: root/test_six.py
Commit message (Expand)AuthorAgeFilesLines
* raise an AttributeError for six.moves.X when X is a module not available in t...Benjamin Peterson2014-03-131-1/+2
* correct version check (fixes #52)Benjamin Peterson2014-01-051-1/+1
* fix test on Python 3Benjamin Peterson2014-01-041-2/+2
* consolidate and rename testsBenjamin Peterson2014-01-041-4/+1
* Merge upstream default into issue_19Marc Abramowitz2014-01-041-12/+66
|\
| * Merged in alexanderlukanin13/six/urllib_import_weirdness (pull request #22)Benjamin Peterson2014-01-041-12/+46
| |\
| | * add mapping for ttk (fixes #49)Benjamin Peterson2014-01-041-2/+5
| | * 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-5/+27
| | |\
| | | * 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
| | | |/
| | * | Don't fail test if gdbm is not availableMarc Abramowitz2013-12-251-0/+11
| | |/
| * | moves import bug fixedalexanderlukanin132013-11-071-0/+20
| |/
* | 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/+15
|\
| * 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
* | | 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
|/ /
* | 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