summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Use 4-space indents.Fred Drake2000-10-231-8/+8
* Clean up the temporary file when done with it.Fred Drake2000-10-231-0/+4
* Make sure the temporary file is cleaned up even when we raise TestSkipped.Fred Drake2000-10-231-21/+24
* Added note saying to use test_support.TESTFN for a temporary filename,Fred Drake2000-10-231-0/+5
* Added test for regression on SourceForge bug #117490.Fred Drake2000-10-232-0/+30
* Maildir.__init__(): Make sure self.boxes is set.Fred Drake2000-10-231-3/+3
* Fixed a bug that caused namespace names to be reported as lists ratherLars Gustäbel2000-10-191-0/+2
* Use test_support.TESTFN as the temporary filename.Fred Drake2000-10-181-3/+3
* the usual (part II)Jeremy Hylton2000-10-161-30/+40
* Test for math.* exceptional behavior only in verbose mode, so that theTim Peters2000-10-162-31/+40
* the usualJeremy Hylton2000-10-1610-259/+488
* find(): Application of (slightly modified) SF patch #101928 by UlfBarry Warsaw2000-10-161-4/+4
* Bump version to 1.0.1.Greg Ward2000-10-151-1/+1
* Fixed minor problem with reset().Lars Gustäbel2000-10-141-1/+2
* Removed debugging code at bottom.Greg Ward2000-10-141-8/+0
* Untabified.Greg Ward2000-10-148-14/+14
* Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by addingGreg Ward2000-10-141-3/+6
* Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing ifGreg Ward2000-10-141-2/+4
* Bastian Kleineidam: fix up any supplied command-line options.Greg Ward2000-10-141-1/+16
* Now supports entire Python 2.0 language and still supports PythonJeremy Hylton2000-10-134-93/+463
* Updated test suite to latest pulldom changes.Lars Gustäbel2000-10-132-19/+19
* Moved appendChild calls back to DOMEventStream.Lars Gustäbel2000-10-131-7/+27
* Clear siblings, now that they are being set.Paul Prescod2000-10-131-0/+2
* Make the regrtest.py -l (findleaks) option considerably less obnoxious.Neil Schemenauer2000-10-131-4/+10
* Fix SF bug #116263: support for from .. import *Jeremy Hylton2000-10-123-4/+13
* If the status line is invalid, assume it is a pre-1.0 response. TheJeremy Hylton2000-10-121-3/+10
* Recreated after installer source code changes.Thomas Heller2000-10-121-246/+246
* two fixes for redirects:Jeremy Hylton2000-10-121-24/+31
* cosmetic changes only:Jeremy Hylton2000-10-121-118/+118
* Added a test for the StringIO write() error I just fixed.Guido van Rossum2000-10-122-0/+9
* [ Bug #116636 ] Bug in StringIO.write()Guido van Rossum2000-10-121-0/+2
* Anonymous patch to add Darwin 1.2 to the list of BSDs.Guido van Rossum2000-10-121-1/+1
* Added some single tuple/list unpacking for JPython regression testing.Barry Warsaw2000-10-121-0/+12
* A Mystery: I somehow managed to delete the last two lines of my test_math.pyTim Peters2000-10-121-0/+2
* Stop raising OverflowError on underflows reported by libm (errno==ERANGE andTim Peters2000-10-122-0/+30
* Added additional test cases for pulldom modifications.Lars Gustäbel2000-10-112-1/+77
* Added parent attribute with getters and setters on XMLFilterBase.Lars Gustäbel2000-10-111-0/+12
* Added non-ns start and end element methods.Lars Gustäbel2000-10-111-16/+31
* Test the exception-raising for error cases in copy_reg.Fred Drake2000-10-112-0/+44
* In the module docstring, clarify that this is used to register pickleFred Drake2000-10-111-3/+15
* Jack Jansen reported that the regression test failed on the Mac whereGuido van Rossum2000-10-111-3/+1
* Added test cases for extended printing to an instance. This picked upBarry Warsaw2000-10-111-1/+9
* When the classes in wave.py opened files themselves, their .close() methodsTim Peters2000-10-091-7/+19
* The usual.Guido van Rossum2000-10-0919-262/+511
* wave test outputGuido van Rossum2000-10-091-0/+1
* Simple test suite for wave.py by Jean-Claude Rimbault (with someGuido van Rossum2000-10-091-0/+34
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-091-0/+7
* Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header wasGuido van Rossum2000-10-091-1/+1
* Move the test for confirmation that all nodes have been freed into theFred Drake2000-10-092-33/+72
* Use python$EXE instead of python, for Darwin. (Patch by TonyGuido van Rossum2000-10-091-4/+4