summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test for lack of implicit return line eventNicholas Bastin2004-03-221-9/+27
* SF bug 847019 datetime.datetime initialization needs more strict checkingTim Peters2004-03-211-0/+20
* Normalized files in test_unicode_file to eliminate failure on OSXNicholas Bastin2004-03-211-9/+29
* Deal with case of when locale time values has characters that can be mistakenBrett Cannon2004-03-201-2/+14
* Limit the nesting depth of a tuple passed as the second argument toBrett Cannon2004-03-201-1/+18
* commit the portion of PyXML patch #919008 that is relevant to theFred Drake2004-03-201-0/+35
* Port test_binascii.py to PyUnit and enhance tests.Walter Dörwald2004-03-152-152/+149
* SF feature request #686323: Minor array module enhancementsRaymond Hettinger2004-03-141-0/+7
* SF bug #910986: copy.copy fails for array.arrayRaymond Hettinger2004-03-131-0/+7
* Make test_coercion.py less sensitive to platform fp quirks. ClosesNeil Schemenauer2004-03-102-333/+348
* Tidied up the implementations of reversed (including the custom onesRaymond Hettinger2004-03-101-2/+2
* Eliminate the double reverse option. It's only use caseRaymond Hettinger2004-03-101-4/+1
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-043-11/+15
* Have strftime() check its time tuple argument to make sure the tuple's valuesBrett Cannon2004-03-022-1/+57
* Replace left(), right(), and __reversed__() with the more general purposeRaymond Hettinger2004-03-011-9/+34
* Cleanup: remove test file after it is used.Neal Norwitz2004-02-291-0/+1
* Improvements to collections.deque():Raymond Hettinger2004-02-291-3/+89
* Fix two bugs in the new do_open() implementation for HTTPHandler.Jeremy Hylton2004-02-241-1/+2
* adding passing test. testing for g(*Nothing()) where Nothing is a user-define...Samuele Pedroni2004-02-212-0/+26
* Socket handler closed prior to end of test.Vinay Sajip2004-02-201-0/+1
* Get test to work when run from regrtest (add test_main), remove all CRs (^M)sNeal Norwitz2004-02-191-3/+5
* Implementation of patch 869468David Ascher2004-02-181-0/+159
* further testing indicates that the simplified version of the testFred Drake2004-02-131-4/+6
* use existing test object instead of defining a new classFred Drake2004-02-121-5/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-1228-86/+86
* Fix indentation error in testGetServByName and rewrite loop to avoid clumsySkip Montanaro2004-02-101-5/+2