summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...Christian Heimes2008-10-301-0/+7
* Issue #4176: Pickle would crash the interpreter when a __reduce__ functionAmaury Forgeot d'Arc2008-10-301-0/+23
* Fixed a modulefinder crash on certain relative imports.Thomas Heller2008-10-301-0/+16
* Fix one of the tests: it relied on being present in an "output test" inArmin Rigo2008-10-281-7/+3
* add forgotten test for r67030Benjamin Peterson2008-10-261-0/+21
* fix __future__ imports when multiple features are givenBenjamin Peterson2008-10-261-2/+6
* give a py3k warning when 'nonlocal' is used as a variable nameBenjamin Peterson2008-10-251-41/+23
* Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.Hirokazu Yamamoto2008-10-232-3/+3
* #4157 move two test functions out of platform.py.Amaury Forgeot d'Arc2008-10-211-0/+34
* make sure to call iteritems()Benjamin Peterson2008-10-211-3/+1
* give poplib a real test suiteBenjamin Peterson2008-10-111-23/+267
* #3935: properly support list subclasses in the C impl. of bisect.Georg Brandl2008-10-081-0/+11
* #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t...Amaury Forgeot d'Arc2008-10-071-0/+11
* more intensive test on dbm.Hirokazu Yamamoto2008-10-071-8/+10
* save/restore stdout/stderr instead of relying on __*__ versionsSkip Montanaro2008-10-071-2/+4
* Simplify individual tests by defining setUp and tearDown methods.Skip Montanaro2008-10-071-61/+27
* More strict test. Consider the case sys.executable itself is symlink.Hirokazu Yamamoto2008-10-061-4/+5
* Added the test for issue3762.Hirokazu Yamamoto2008-10-061-0/+15
* Typo fixAndrew M. Kuchling2008-10-031-1/+1
* Fixed following error when DocXMLRPCServer failed.Hirokazu Yamamoto2008-10-031-2/+2
* fix for issue 3862: test_array fails FreeBSD 7 amd64Andrew MacIntyre2008-10-011-4/+5
* Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs whenGregory P. Smith2008-09-301-0/+6
* fix security issue 2: imageop's poor validation of arguments could result in ...Benjamin Peterson2008-09-301-2/+63
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...Jesse Noller2008-09-302-0/+11
* fix for release blocker 3910, 2.6 regression in socket.ssl methodBill Janssen2008-09-291-1/+15
* The _lsprof module could crash the interpreter if it was given an externalBrett Cannon2008-09-291-1/+15
* merge in the fix for test_ftplib on some bots [reviewed by Georg]Benjamin Peterson2008-09-281-0/+5
* enable refactor testsBenjamin Peterson2008-09-271-2/+2
* give ftplib a real test suiteBenjamin Peterson2008-09-271-36/+425
* #3967: Correct a crash in count() and find() methods of string-like objects.Amaury Forgeot d'Arc2008-09-261-0/+16
* Fix namedtuple bug reported by Glenn Linderman. Template did not form correc...Raymond Hettinger2008-09-251-0/+5
* #3965: on Windows, open() crashes if the filename or the mode is invalid,Amaury Forgeot d'Arc2008-09-251-0/+10
* backport the atexit test for r66563Benjamin Peterson2008-09-231-0/+13
* build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config filesAndrew MacIntyre2008-09-221-1/+1
* #3879 fix a regression in urllib.getproxies_environmentBenjamin Peterson2008-09-211-0/+26
* Issue #3838: TarFile object assigned to self.tar should be closed explicitly.Hirokazu Yamamoto2008-09-211-0/+1
* fix possible integer overflows in _hashopenssl #3886Benjamin Peterson2008-09-181-2/+16
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-117-64/+185
* Read unidata_version from unicodedata module.Martin v. Löwis2008-09-101-2/+9
* Update to test Unicode 5.1.Martin v. Löwis2008-09-101-1/+1
* - Issue #3629: Fix sre "bytecode" validator for an end case.Guido van Rossum2008-09-101-0/+4
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-101-2/+12
* Fix #3634 invalid return value from _weakref.ref(Exception).__init__Benjamin Peterson2008-09-091-0/+8
* Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.Vinay Sajip2008-09-091-2/+2
* #3777: long(4.2) returned an int, and broke backward compatibility.Amaury Forgeot d'Arc2008-09-091-0/+4
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-0918-176/+166
* Issue #3806: LockTests in test_imp should be skipped when thread is not avail...Hirokazu Yamamoto2008-09-081-4/+10
* Issue #3804: Added test for Issue #2222.Hirokazu Yamamoto2008-09-081-0/+7
* incorporate fixes from issue 3162; SSL doc patchBill Janssen2008-09-081-0/+121
* Issue 3801. Fixing a dumb error in the deprecated parse_qsl()Facundo Batista2008-09-081-0/+11