summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-6/+6
* Insert the current directory to the front of sys.path -- and remove itGuido van Rossum2000-10-241-0/+5
* Added a test case for the saxutils.prepare_input_source setSystemId bug.Lars Gustäbel2000-10-242-1/+14
* Fix bug in prepare_input_source (patched by Paul P., sourceforge.net downLars Gustäbel2000-10-241-1/+1
* Updated output.Lars Gustäbel2000-10-241-1/+6
* Added some more tests here and there.Lars Gustäbel2000-10-241-0/+84
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-239-249/+246
* Make reindent.py happy (lots of trailing whitespace removed).Fred Drake2000-10-239-104/+103
* Make reindent happy, but not in the way it planned!Fred Drake2000-10-231-3/+3
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-2370-1261/+1229
* 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