summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* fix another nameBenjamin Peterson2009-03-261-1/+1
* ** is required hereBenjamin Peterson2009-03-261-1/+1
* add missing importBenjamin Peterson2009-03-261-0/+1
* must pass argument to get expected behavior ;)Benjamin Peterson2009-03-261-1/+1
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-2631-75/+75
* fix namingBenjamin Peterson2009-03-261-1/+1
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-2644-108/+99
* apply the second part of #4242's patch; classify all the implementation detai...Benjamin Peterson2009-03-261-45/+109
* rename TestCase.skip() to skipTest() because it causes annoying problems with...Benjamin Peterson2009-03-261-2/+2
* add some useful utilities for skipping tests with unittest's new skipping abi...Benjamin Peterson2009-03-261-1/+67
* add support for PyPyBenjamin Peterson2009-03-261-0/+5
* roll old test in with new oneBenjamin Peterson2009-03-261-18/+17
* more and more implementations now support sys.subversionBenjamin Peterson2009-03-261-3/+3
* add much better tests for python version information parsingBenjamin Peterson2009-03-261-19/+46
* this can be slightly less uglyBenjamin Peterson2009-03-251-1/+1
* Remove the sys.version_info shortcut, since they cause the APIsMarc-André Lemburg2009-03-251-20/+29
* this is better written using assertRaisesBenjamin Peterson2009-03-241-6/+2
* comply with the evilJavaNamingScheme for attribute namesBenjamin Peterson2009-03-231-2/+2
* implement test skipping and expected failuresBenjamin Peterson2009-03-231-6/+124
* Issue #4688: Add a heuristic so that tuples and dicts containing onlyAntoine Pitrou2009-03-233-0/+194
* AttributeError can be thrown during recursion errorsBenjamin Peterson2009-03-221-1/+1
* Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loopLars Gustäbel2009-03-221-0/+25
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-202-6/+40
* * Add clearer comment to initialization code.Raymond Hettinger2009-03-191-0/+7
* fix strange errors when setting attributes on tracebacks #4034Benjamin Peterson2009-03-181-8/+0
* Fix bug in _insert_thousands_sep: too much zero padding could beMark Dickinson2009-03-181-0/+22
* Issue #2110: Add support for thousands separator and 'n' format specifierMark Dickinson2009-03-171-1/+97
* Fix bug in Decimal __format__ method that swapped left and rightMark Dickinson2009-03-171-0/+6
* Unicode format tests weren't actually testing unicode. This was probably due ...Eric Smith2009-03-141-51/+51
* Issue 5237, Allow auto-numbered replacement fields in str.format() strings.Eric Smith2009-03-142-6/+66
* Issue #1222: locale.format() bug when the thousands separator is a space char...Antoine Pitrou2009-03-141-1/+77
* Require implementations for warnings.showwarning() support the 'line' argument.Brett Cannon2009-03-111-37/+0
* For collections.deque() objects, expose the maxlen parameter as a read-only a...Raymond Hettinger2009-03-101-0/+10
* Small optimization for corner case where maxlen==0.Raymond Hettinger2009-03-101-1/+18
* mmap.resize for anonymous map is not working yet, so changed to real file map...Hirokazu Yamamoto2009-03-051-15/+5
* Issue #5385: Fixed mmap crash after resize failure on windows.Hirokazu Yamamoto2009-03-051-1/+33
* Fix some more bugs caused by the backport from 3.x for importlib.Brett Cannon2009-03-041-12/+12
* Backport 70140, 70141, 70143, and 70144.Raymond Hettinger2009-03-031-0/+17
* Beef-up tests.Raymond Hettinger2009-03-031-3/+6
* Backport PEP 372: OrderedDict()Raymond Hettinger2009-03-031-3/+192
* give httplib.IncompleteRead a more sane repr #4308Benjamin Peterson2009-03-021-0/+19
* Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} withJeffrey Yasskin2009-02-282-25/+22
* Issue #1733986: Fixed mmap crash in accessing elements of second map objectHirokazu Yamamoto2009-02-281-0/+28
* Issue #5386: mmap.write_byte didn't check map size, so it could cause bufferHirokazu Yamamoto2009-02-281-0/+32
* Fix a bug where code was trying to index an int. Left over from the situationBrett Cannon2009-02-271-3/+6
* remove deprecated symtable.Symbol methodsBenjamin Peterson2009-02-261-16/+0
* Expand upon test_site.test_s_option to try to debug its failure.Brett Cannon2009-02-241-1/+2
* Backport 69934: Register xrange() as a Sequence.Raymond Hettinger2009-02-241-0/+3
* Revert debugging statements, culprit is possibly test_distutils (see #5316)Antoine Pitrou2009-02-221-2/+1
* Try to make sense of the test_site buildbot failuresAntoine Pitrou2009-02-221-1/+2