summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* New test "+sort", tacking 10 random floats on to the end of a sortedTim Peters2002-07-211-6/+9
* Get popen test to work even if python is not in the pathNeal Norwitz2002-07-201-1/+1
* Added new test "3sort". This is sorted data but with 3 random exchanges.Tim Peters2002-07-201-1/+9
* Move the setting of os.environ['LANGUAGE'] to setup(), and reset it toGuido van Rossum2002-07-201-1/+2
* Shut the test up and add a missing importBarry Warsaw2002-07-192-2/+4
* The email package's tests live much better in a subpackageBarry Warsaw2002-07-192-2045/+4
* Follow PyXML: Remove all prints from successful tests. This means we canFred Drake2002-07-192-241/+14
* Remove a few lines that aren't used and cause problems on platformsGuido van Rossum2002-07-191-6/+0
* Pure Python strptime implementation by Brett Cannon. See SF patch 474274.Guido van Rossum2002-07-192-0/+291
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-191-0/+14
* Add test for previous core dump when sending on closed socket withGuido van Rossum2002-07-191-1/+10
* Add default timeout functionality. This adds setdefaulttimeout() andGuido van Rossum2002-07-181-0/+30
* Gave this a facelift: "/" vs "//", whrandom vs random, etc. BoostedTim Peters2002-07-181-35/+46
* Gave hotshot.LogReader a close() method, to allow users to close theTim Peters2002-07-181-4/+1
* test_hotshot fails on Windows now. Added XXX comment explaining why,Tim Peters2002-07-171-0/+4
* Add a test for the 'closed' attribute on the C-profiler object.Guido van Rossum2002-07-171-0/+3
* Add missing comma.Jeremy Hylton2002-07-171-1/+1
* Add a rather generous set of tests allowed to be skipped on sunos5.Guido van Rossum2002-07-171-0/+23
* Use sys.executable to run Python, as suggested by Neal Norwitz.Tim Peters2002-07-171-2/+3
* Bunch of tests to make sure that StopIteration is a sink state.Guido van Rossum2002-07-161-0/+76
* Whitespace normalization.Tim Peters2002-07-167-34/+32
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-162-15/+48
* Tim_one's change to aggressively overallocate nodes when adding childAndrew MacIntyre2002-07-151-9/+2
* Remove httplib from tested modules.Jeremy Hylton2002-07-121-15/+0
* Change _begin() back to begin().Jeremy Hylton2002-07-121-3/+3
* test_trashcan() and supporting class Ouch(): Jeremy noted that this testTim Peters2002-07-111-3/+9
* subtype_resurrection(): Removed unused import.Tim Peters2002-07-111-1/+0
* Extend function() to support an optional closure argument.Jeremy Hylton2002-07-111-0/+24
* subtype_resurrection(): The test suite with -l properly reported theTim Peters2002-07-111-2/+13
* Repaired optimistic comment in new test.Tim Peters2002-07-111-4/+3
* Added a test that provokes the hypothesized (in my last checkin comment)Tim Peters2002-07-111-0/+20
* assertHasattr(): Made failure msg better than useless.Tim Peters2002-07-101-1/+4
* ndiffAssertEqual(): Stringify the arguments before runningBarry Warsaw2002-07-091-4/+16
* Fix SF Bug 564931: compile() traceback must include filename.Thomas Heller2002-07-091-0/+9
* TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have anBarry Warsaw2002-07-091-32/+186
* New files which test the corners of multipart/message andBarry Warsaw2002-07-092-0/+48
* Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem.Jack Jansen2002-07-082-6/+1
* Fix for SF bug #432621: httplib: multiple Set-Cookie headersJeremy Hylton2002-07-072-2/+23
* printlist(): Replaced the guts with a call to textwrap. Yay!Tim Peters2002-07-041-30/+19
* Implement the encoding argument for toxml and toprettyxml.Martin v. Löwis2002-06-302-0/+11
* Another test of long headers.Barry Warsaw2002-06-292-0/+19
* Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133Barry Warsaw2002-06-292-1/+34
* test_multilingual(): Test for Header.__unicode__().Barry Warsaw2002-06-291-0/+22
* Track change of begin() to _begin().Jeremy Hylton2002-06-281-2/+2
* Lots of new and updated tests to check for proper ascii headerBarry Warsaw2002-06-282-42/+187
* Added character data buffering to pyexpat parser objects.Fred Drake2002-06-281-1/+94
* Integrate the tests for name interning from PyXML (test_pyexpat.pyFred Drake2002-06-271-0/+18
* Suppress the variable verbose output from test.xmltests; the inclusion ofFred Drake2002-06-262-15/+3
* Add convenience module to run all the XML tests.Fred Drake2002-06-252-0/+395
* Fix SF bug 572567: Memory leak in object comparison.Raymond Hettinger2002-06-241-0/+12