summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Revert r52798, r52803, r52824, r54342, as they don't fixMartin v. Löwis2008-03-021-18/+1
* Add extra SHA testsAndrew M. Kuchling2006-11-201-1/+18
* Back port from 2.4 branch:Barry Warsaw2006-05-011-0/+10
* For reference, add tests for PCRE fix; the tests aren't run by default becaus...Andrew M. Kuchling2005-08-311-0/+18
* sligtly strengthen unit tests for copy.pyAlex Martelli2005-02-071-1/+27
* fix bug 1114776Alex Martelli2005-02-061-0/+17
* copy.py fixed to first lookup __copy__ from the instance being copied,Anthony Baxter2005-01-251-1/+57
* Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branchAndrew M. Kuchling2004-12-281-170/+93
* Backport of fix for bug #1083645; skip test_imp if threading is not available.Brett Cannon2004-12-181-1/+5
* Don't have test_mkalias_relative exexute if sys.prefix does not exist.Brett Cannon2004-12-061-0/+2
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-311-0/+199
* Backport of fix for bug of year/<week of year>/<day of week> calculation thatBrett Cannon2004-10-281-4/+18
* Add support for using %U and %W in strptime when year and day of the week areBrett Cannon2004-10-181-0/+24
* Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.Phillip J. Eby2004-09-231-2/+16
* backport ipv6 address fixSkip Montanaro2004-09-161-0/+12
* Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure()Mark Hammond2004-09-011-0/+3
* - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).Matthias Klose2004-08-151-0/+8
* Patch #995782: Add FreeBSD 5 expectations.Martin v. Löwis2004-07-261-0/+1
* Remove test for #919008. Users may have old PyXML versions installed,Martin v. Löwis2004-07-181-35/+0
* Backport:Guido van Rossum2004-07-141-0/+1
* ntpath now compresses erroneous slashes between the drive letter and rest ofBrett Cannon2004-07-101-6/+5
* Raise an exception when trying to use shutil.move() to move a directory intoBrett Cannon2004-06-191-2/+13
* SF 952807: Unpickling pickled instances of subclasses ofTim Peters2004-06-071-0/+33
* [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback l...Andrew M. Kuchling2004-06-051-2/+2
* [Bug #841757] Patch from /F to allow Unicode strings as struct keysAndrew M. Kuchling2004-06-051-0/+2
* SF #965425: add WrapTestCase.test_punct_hyphens() to ensure thatGreg Ward2004-06-031-1/+18
* [Bug #962631] Fix typo reported by Bryan BlackburnAndrew M. Kuchling2004-06-011-1/+1
* SF #847346: add test_fix_sentence_endings() to ensure that sentenceGreg Ward2004-05-131-4/+42
* SF #950057: itertools.chain doesn't "process" exceptions as they occurRaymond Hettinger2004-05-081-0/+30
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-0/+8
* Backport to 2.3:Andrew MacIntyre2004-04-111-4/+19
* Backport to 2.3:Andrew MacIntyre2004-04-041-0/+17
* Fix support for the "prog" keyword to the OptionParser constructor, as wellFred Drake2004-04-011-0/+16
* Backport 1.17:Guido van Rossum2004-03-311-0/+1
* Ensure super() lookup of descriptor from classmethod works (SF ID# 743627)Phillip J. Eby2004-03-251-0/+14
* Fix test_strftime.py to escape locale time values that have characters thatBrett Cannon2004-03-201-2/+14
* Raise RuntimeError if the second argument to isinstance() or issubclass()Brett Cannon2004-03-201-0/+19
* commit the portion of PyXML patch #919008 that is relevant to theFred Drake2004-03-201-0/+35
* Backport checkin:Walter Dörwald2004-03-152-152/+149
* adding passing test. testing for g(*Nothing()) where Nothing is a user-define...Samuele Pedroni2004-02-212-0/+26
* Backport checkin:Walter Dörwald2004-02-061-1/+1
* Backport checkin:Walter Dörwald2004-02-051-0/+1
* Allocating a new weakref object can cause existing weakref objects forFred Drake2004-02-041-0/+32
* - add tests that exercise fixes for the PyWeakref_NewRef() andFred Drake2004-02-031-0/+49
* backport:Guido van Rossum2003-12-031-2/+2
* Add testcases for _winreg segfault (SF 851056).Guido van Rossum2003-11-301-1/+3
* backport:Anthony Baxter2003-11-301-1/+1
* test_guess_all_types(): Use a more robust test for checking thatBarry Warsaw2003-11-231-4/+7
* Reverted from rev 1.45.6.1 to rev 1.45: deep recursion is still part ofTim Peters2003-11-221-9/+7
* SF bug 839548: Bug in type's GC handling causes segfaults.Tim Peters2003-11-201-0/+205