summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-18/+21
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-4/+2
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-7/+20
* Wrap a long line.Fred Drake2000-10-141-2/+2
* More names.Fred Drake2000-10-141-0/+2
* A bunch of nits fix and some additional information added by ChrisFred Drake2000-10-142-13/+18
* Update the comments for the BSD DB module, including a new pointer toFred Drake2000-10-141-3/+5
* Center the top line of the license page, to make it look just a little bitFred Drake2000-10-141-1/+1
* 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
* Call SchedParams(1,0) so the dialog is correctly re-enabled after something h...Jack Jansen2000-10-131-2/+5
* Added some of the new Numeric modules (which weren't rebuilt).Jack Jansen2000-10-131-0/+1
* If we're installing to another partition than the system partition offer to c...Jack Jansen2000-10-132-1/+16
* Updated with cmd-. fix and PythonCore copy option.Jack Jansen2000-10-131-3/+4
* getting closeJeremy Hylton2000-10-131-3/+3
* run the std regression test suite using bytecode produced by the compilerJeremy Hylton2000-10-131-0/+55
* add -d option that dumps entire AST before compilingJeremy Hylton2000-10-131-2/+5
* Now supports entire Python 2.0 language and still supports PythonJeremy Hylton2000-10-138-186/+926
* 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
* Made options global (as PyMac_options) so macosmodule can access it.Jack Jansen2000-10-131-0/+2
* Update the release number and date.Fred Drake2000-10-132-3/+3
* 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