summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* This commit was manufactured by cvs2svn to create tag 'release20'.v2.0cvs2svn2000-10-161-0/+1
* Typo repair.Tim Peters2000-10-161-1/+1
* revise xml commentJeremy Hylton2000-10-161-2/+2
* Updated the XML package comment.Fred Drake2000-10-161-3/+3
* Filled in math-module info; fixed a typo or two.Tim Peters2000-10-161-6/+12
* Add NEWS for 2.0 final (there are a few XXX comments that must beJeremy Hylton2000-10-161-9/+79
* the usualJeremy Hylton2000-10-161-2/+2
* 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
* Patch #101936: Auto-detect DEC threads (which need "-threads" argument)Jeremy Hylton2000-10-162-427/+419
* find(): Application of (slightly modified) SF patch #101928 by UlfBarry Warsaw2000-10-161-4/+4
* distutils setup files for TkinterJeremy Hylton2000-10-162-0/+31
* misc. RPM support filesJeremy Hylton2000-10-164-0/+383
* Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>.Fred Drake2000-10-163-0/+172
* Correct form of FourThought's nameAndrew M. Kuchling2000-10-161-1/+1
* Bump version to 1.0.1.Greg Ward2000-10-151-1/+1
* Fixed minor problem with reset().Lars Gustäbel2000-10-141-1/+2
* Prep the Windows installer for 2.0 final:Tim Peters2000-10-143-8/+14
* For PyErr_Format(), note that the exception parameter can be a string orFred Drake2000-10-141-2/+2
* Adjust the Macintosh manual to have the formatting dependencies forFred Drake2000-10-141-6/+6
* For os.stat() & friends, note that the time fields are returned asFred Drake2000-10-141-1/+3
* Update dependencies for the Macintosh manual.Fred Drake2000-10-141-1/+5
* Update to include all the new chapters & sections.Fred Drake2000-10-141-9/+24
* Remove everything that is not module documentation.Fred Drake2000-10-141-41/+0
* Fix some internal references that I botched.Fred Drake2000-10-141-4/+4
* Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>.Fred Drake2000-10-141-0/+374
* Chapters on Mac Toolbox modules and other undocumented modules, ready toFred Drake2000-10-142-0/+245
* Documentation for the aepack and aetypes modules, by Vincent MarchettiFred Drake2000-10-142-0/+112
* Chris Barker <cbarker@jps.net>:Fred Drake2000-10-141-2/+2
* 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