summaryrefslogtreecommitdiff
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix support for the "prog" keyword to the OptionParser constructor, as wellFred Drake2004-04-011-0/+16
* When /tmp has certain sticky bits set, newly created subdirectoriesGuido van Rossum2004-03-311-0/+1
* SF bug 924242: socket._fileobject._getclosed() returns wrong valueTim Peters2004-03-281-0/+8
* Fix test failure for test_tcl on OS/X and Windows if aDavid Ascher2004-03-261-7/+1
* Marshal clean-up (SF patch #873224)Armin Rigo2004-03-261-0/+5
* Ensure super() lookup of descriptor from classmethod works (SF #743627)Phillip J. Eby2004-03-251-0/+14
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-242-2/+14
* Add test case for unicode(somestring, "idna").Martin v. Löwis2004-03-241-1/+6
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-222-6/+20
* The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even inArmin Rigo2004-03-221-0/+23
* Fix (really) for tight loop line eventsNicholas Bastin2004-03-221-1/+2
* Test for tight loop line event fix, SF bug #765624Nicholas Bastin2004-03-221-0/+25