summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a check that the bug Jeremy just fixed in _PyTuple_Resize() isGuido van Rossum2002-06-211-0/+5
* SF 569257 -- Name mangle double underscored variable names in __slots__.Raymond Hettinger2002-06-201-0/+18
* Disable the test for importing very long lists for MacPython: it triggersJack Jansen2002-06-201-1/+2
* Removed the generator future-stmt -- not needed for 2.3.Tim Peters2002-06-201-1/+0
* I get failures half of the time that I run this, so I'll disableGuido van Rossum2002-06-201-2/+2
* Fix the bug described inMichael W. Hudson2002-06-192-1/+50
* Michael fixed the race conditions and removed the sleeps.Guido van Rossum2002-06-181-9/+55
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-181-0/+6
* Alter text test arg to obey new rule, also include inverse test to make time-...Piers Lauder2002-06-171-6/+5
* test_module_with_large_stack(): This failed when Python was run with -O,Tim Peters2002-06-151-2/+5
* test_module_with_large_stack(): This failed on Windows, for the wrongTim Peters2002-06-151-1/+1
* Test for the bug in recurse_down_subclasses() that I just fixed.Guido van Rossum2002-06-141-0/+10
* Fix SF bug # 561858 Assertion with very long listsNeal Norwitz2002-06-141-0/+31
* SF bug # 493951 string.{starts,ends}with vs slicesNeal Norwitz2002-06-141-0/+27
* Test exceptional condition in select()Neal Norwitz2002-06-131-0/+7
* Test exceptional conditions in list.sort()Neal Norwitz2002-06-131-0/+15
* Fix for SF bug 532646. This is a little simpler than what NealGuido van Rossum2002-06-131-0/+14
* Temporarily disable the timeout and socket tests.Guido van Rossum2002-06-132-14/+14
* Hopefully this addresses the remaining issues of SF bugs 459235 andGuido van Rossum2002-06-131-0/+46
* Comment out testHostnameRes() -- it depends on a correctly workingGuido van Rossum2002-06-131-10/+10
* Fix non-blocking connect() for Windows. Refactored the codeGuido van Rossum2002-06-131-12/+2
* Major overhaul of timeout sockets:Guido van Rossum2002-06-132-4/+7
* Fix a typo.Guido van Rossum2002-06-131-1/+2
* Whitespace nit.Guido van Rossum2002-06-131-1/+1
* Remove some overly complicated ways to concatenate and repeat stringsGuido van Rossum2002-06-121-6/+7
* Don't test for Java, test for sys.getrefcount.Guido van Rossum2002-06-121-2/+2