summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-081-0/+9
* SF 952807: Unpickling pickled instances of subclasses of datetime.date,Tim Peters2004-06-071-0/+34
* Try to improve test coverage for utime()Neal Norwitz2004-06-061-0/+4
* Look for the multibyte codec map files in the parent directory tooNeal Norwitz2004-06-061-2/+7
* add -L flag to cause leaks(1) command to run just before exitSkip Montanaro2004-06-061-2/+13
* Remove a number of tests that differ only in input data size. It seemsNeil Schemenauer2004-06-051-161/+59
* Remove lots of magic constants.Neil Schemenauer2004-06-051-23/+38
* Rewrote to use temporary files instead of StringIO objects in most places.Skip Montanaro2004-06-051-113/+253
* [Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal acco...Andrew M. Kuchling2004-06-051-0/+4
* [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback l...Andrew M. Kuchling2004-06-051-2/+2
* Fix a bug that robotparser starves memory when the server responsesHye-Shik Chang2004-06-051-0/+34
* [Bug #841757] Exercise handling of Unicode stringsAndrew M. Kuchling2004-06-051-0/+2
* Refactored site.py into functions. Also moved over to using sets.Brett Cannon2004-06-051-0/+199
* Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald)Hye-Shik Chang2004-06-041-21/+2
* Fix typo.Hye-Shik Chang2004-06-041-1/+1
* Add iswide() and width() method for UserString according as theHye-Shik Chang2004-06-042-1/+27
* SF #965425: fix so hyphenated words surrounded by punctuation areGreg Ward2004-06-031-1/+18
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-025-16/+16
* Remove pre moduleAndrew M. Kuchling2004-06-021-3/+0
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-0/+20
* Copyright year changedVinay Sajip2004-06-021-1/+1
* test_hash(): The test here is different enough from the one in the bugTim Peters2004-06-011-3/+7
* [Bug #962631] Fix typo reported by Bryan BlackburnAndrew M. Kuchling2004-06-011-1/+1
* SF bug #942952: Weakness in tuple hashRaymond Hettinger2004-06-011-0/+19
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-312-23/+1696
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-317-361/+705
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-312-0/+22
* Add weakref support to array.array and file objects.Raymond Hettinger2004-05-312-0/+25
* Make sets and deques weak referencable.Raymond Hettinger2004-05-302-0/+15
* * teach repr.repr() about collections.deque()Raymond Hettinger2004-05-211-0/+4
* * Updated repr.py to handle set() and frozenset().Raymond Hettinger2004-05-211-0/+14
* Add a test to verify an early call to iter() on the outermost forRaymond Hettinger2004-05-201-0/+9
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-194-1/+304
* ConfigParser:Fred Drake2004-05-182-0/+23
* ConfigParser:Fred Drake2004-05-181-0/+31
* ConfigParser:Fred Drake2004-05-181-4/+4
* test_alias_nofallback(): Someone broke this test, after 2.3, byTim Peters2004-05-161-2/+18
* SF #847346: merge from release23-maint branch: remove misguidedGreg Ward2004-05-131-4/+42
* Make sure "del d[n]" is properly supported. Was necessary because theRaymond Hettinger2004-05-121-3/+14
* Temporarily disable doctest until genexps are in CVSRaymond Hettinger2004-05-101-1/+1
* Add more examples.Raymond Hettinger2004-05-091-0/+51
* SF #950057: itertools.chain doesn't "process" exceptions as they occurRaymond Hettinger2004-05-081-0/+30
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-071-0/+9
* Do not use the default namespace for attributes.Martin v. Löwis2004-05-021-0/+14
* Add a test script for the colorsys module.Walter Dörwald2004-04-281-0/+76
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-0/+8
* Special case normalization of empty strings. Fixes #924361.Martin v. Löwis2004-04-171-0/+1
* * Add unittests for iterators that report their lengthRaymond Hettinger2004-04-121-0/+245
* Fixes for AF_UNIX support on OS/2:Andrew MacIntyre2004-04-111-4/+19
* If a file is opened with an explicit buffer size >= 1, repeatedAndrew MacIntyre2004-04-041-0/+17