summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the regrtest.py -l (findleaks) option considerably less obnoxious.Neil Schemenauer2000-10-131-4/+10
* Vise archive templates used for 2.0c1Jack Jansen2000-10-121-0/+0
* Disribution templates used for 2.0c1Jack Jansen2000-10-122-30/+33
* Projects used for 2.0c1Jack Jansen2000-10-1231-18/+13
* Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). ...Jack Jansen2000-10-121-2/+6
* Added sha module, it's needed by the unicode stuff, it seems.Jack Jansen2000-10-121-0/+2
* Added a method KeepConsole so programs can override the Keep console open opt...Jack Jansen2000-10-121-0/+16
* Made options global (as PyMac_options) so macosmodule can access it.Jack Jansen2000-10-121-16/+16
* Better exit handling.Jack Jansen2000-10-122-2/+1
* Updated for 2.0c1Jack Jansen2000-10-122-18/+22
* Python implementation of strptime().Jack Jansen2000-10-121-0/+250
* Extension to Findertools by Erik van Blokland. In Contrib because I don't hav...Jack Jansen2000-10-123-0/+797
* Andy Dustman <adustman@users.sourceforge.net>:Fred Drake2000-10-121-3/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-10-121-10/+276
* Fix SF bug #116263: support for from .. import *Jeremy Hylton2000-10-126-8/+26
* Added entries for new files of SAX documentation.Fred Drake2000-10-122-0/+6
* Massive addition of SAX documentation from Martin von LoewisFred Drake2000-10-124-3/+731
* If the status line is invalid, assume it is a pre-1.0 response. TheJeremy Hylton2000-10-121-3/+10
* Repaired a comment and asserted a precondition.Tim Peters2000-10-121-1/+2
* 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
* Fix for Bug #116453.Guido van Rossum2000-10-121-6/+6
* When we know the compiler is GCC, always add the -Wall andFred Drake2000-10-122-408/+434
* 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-123-18/+72
* Various minor additions and clarifications, mostly suggested by JeremyAndrew M. Kuchling2000-10-121-30/+58
* Comment out a separator line, since all the others are commented out,Fred Drake2000-10-121-1/+1
* Add new section on the XML package. (This was the only major new 2.0 featureAndrew M. Kuchling2000-10-121-9/+165
* Do a better job at staying on-screen :P (Sorry, it's late here.) I'mThomas Wouters2000-10-111-1/+2
* Adjust debugging code in the implementation of the DUP_TOPX bytecode, useThomas Wouters2000-10-111-5/+1
* 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
* Document the exceptions that now get raised on invalid parameters.Fred Drake2000-10-111-2/+5
* 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
* Another gcc -Wall warning squashed:Fred Drake2000-10-111-1/+1
* Remove one more gcc -Wall warning.Fred Drake2000-10-111-1/+2
* 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
* Make sure methods of ZipFile objects are in alphabetical order; the logicalFred Drake2000-10-111-4/+4
* Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.pyTrent Mick2000-10-111-1/+1
* Remove the last gcc -Wall warning about possible use of an uninitializedFred Drake2000-10-111-0/+1
* Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg,Tim Peters2000-10-111-31/+61
* Fix the docstring for new.function().Fred Drake2000-10-101-1/+1