summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #7055: test___all__ now greedily detects all modules which have anAntoine Pitrou2009-10-101-145/+80
* Update decimal test data to the most recent set from Mike Cowlishaw.Mark Dickinson2009-10-08143-148/+211
* #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,Amaury Forgeot d'Arc2009-10-061-2/+3
* Issue #7058: Added save/restore for argv and os.environ to runtest_innerR. David Murray2009-10-051-0/+15
* Issue #7042: Fix test_signal failure on OS X 10.6 64-bit buildsMark Dickinson2009-10-041-0/+2
* test loggingBenjamin Peterson2009-10-041-0/+1
* #7050 fix a SystemError when using tuple unpacking and augmented assignmentBenjamin Peterson2009-10-031-0/+3
* #7031: Add TestCase.assertIsInstance and negated method.Georg Brandl2009-10-011-0/+12
* That's self.env.unset(k) and not env.unset(k) I was heading back to the problem.Senthil Kumaran2009-10-011-1/+1
* using dict.unset(k) instead of del dict[k]. consistent with release26-maintSenthil Kumaran2009-10-011-1/+1
* Fix for issue7026 test_urllib: unsetting missing 'env' variable.Senthil Kumaran2009-10-011-1/+1
* Fix buggy accuracy testMark Dickinson2009-09-301-1/+1
* #5329: fix os.popen* regression from 2.5: don't execute commands as a sequencePhilip Jenvey2009-09-291-0/+26
* Issue #7019: Unmarshalling of bad long data could produce unnormalizedMark Dickinson2009-09-291-0/+5
* Issue #6790: Make it possible again to pass an `array.array` toAntoine Pitrou2009-09-291-1/+16
* #6990: clear threading.local's key only after its thread state is removed:Philip Jenvey2009-09-291-0/+38
* Issue #3366: Add gamma function to math module.Mark Dickinson2009-09-282-0/+234
* Prevent test_bad_address failure when a domain in the dns searchR. David Murray2009-09-281-8/+18
* Patch from Thomas Barr so that csv.Sniffer will set doublequote property.Skip Montanaro2009-09-281-1/+8
* #7000: document "sep" in capwords. Add a few testsEzio Melotti2009-09-261-0/+3
* #6243: fix segfault when keyname() returns a NULL pointer.Andrew M. Kuchling2009-09-251-0/+5
* http://bugs.python.org/issue6971Kristján Valur Jónsson2009-09-251-0/+4
* When range checking was added to time.strftime() a check was placed on tm_isdstBrett Cannon2009-09-221-5/+0
* Issue 6877: this patch makes it possible to link the readline extensionRonald Oussoren2009-09-201-0/+42
* #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System...Georg Brandl2009-09-191-1/+1
* backport keyword argument support for bytearray.decodeBenjamin Peterson2009-09-181-0/+2
* add keyword arguments support to str/unicode encode and decode #6300Benjamin Peterson2009-09-182-0/+19
* Use skipUnless to skip math module tests on non-IEEE 754 platforms.Mark Dickinson2009-09-181-31/+34
* #6844 followup: the warning when setting Exception.message was removed, do no...Georg Brandl2009-09-171-7/+0
* Issue #6922: Fix an infinite loop when trying to decode an invalidGeorg Brandl2009-09-171-0/+12
* #6844: do not emit DeprecationWarnings on access if Exception.message has bee...Georg Brandl2009-09-161-0/+40
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-161-0/+41
* Make the pdb displayhook compatible with the standard displayhook: do not pri...Georg Brandl2009-09-161-1/+33
* Remove some more boilerplate from the actual tests in test_pdb.Georg Brandl2009-09-161-27/+34
* Test discovery in unittest will only attempt to import modules that are impor...Michael Foord2009-09-131-29/+33
* unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....Michael Foord2009-09-131-0/+41
* Objects that compare equal automatically pass or fail assertAlmostEqual and a...Michael Foord2009-09-131-0/+5
* #6026 - fix tests that failed without zlibEzio Melotti2009-09-123-5/+14
* Issue #6856: Add a filter keyword argument to TarFile.add().Lars Gustäbel2009-09-121-0/+28
* revert unintended changesBenjamin Peterson2009-09-091-44/+0
* tabbifyBenjamin Peterson2009-09-091-0/+44
* Issue #6857: Fix Decimal formatting to be consistent with existing floatMark Dickinson2009-09-081-1/+2
* #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Dec...Mark Dickinson2009-09-071-0/+10
* Issue #6850: Fix bug in Decimal._parse_format_specifier for formatsMark Dickinson2009-09-071-0/+3
* Issue #6846: bytearray.pop was returning ints in the range [-128, 128)Mark Dickinson2009-09-061-0/+2
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-061-0/+5
* #5101: add back tests to test_funcattrs that were lost during unittest conver...Georg Brandl2009-09-041-61/+119
* test_platform fails on OS X Snow Leopard because the UNIX command to get theBrett Cannon2009-09-031-1/+7
* Sorry, sorry! Ignore my previous two commits. I mixed up the versionArmin Rigo2009-09-032-21/+0
* Does not terminate: consume all memory without responding to Ctrl-C.Armin Rigo2009-09-031-0/+10