summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Explained that os.path.basename() may return something different from theFred Drake2000-10-261-1/+5
* Do not require packages that are not needed.Fred Drake2000-10-262-4/+0
* Normalize the HTML generated for table headers.Fred Drake2000-10-261-7/+10
* Minor simplification.Fred Drake2000-10-261-2/+1
* Update the dependency information to allow the other Makefiles to handleFred Drake2000-10-261-34/+25
* Noted that building the info version requires the HTML::Element package,Fred Drake2000-10-261-1/+8
* All acknowledgements have been moved to the Doc/ACKS file.Fred Drake2000-10-261-25/+21
* Update build instructions to reflect the rename from Setup.in to Setup.dist.Fred Drake2000-10-261-10/+11
* Test for and create Modules/Setup in the configure script if it does notFred Drake2000-10-262-405/+448
* Rename Setup.in to Setup.dist, and assume that configure will createFred Drake2000-10-266-17/+12
* Lots of small markup adjustments for consistency with the rest of theFred Drake2000-10-262-70/+72
* Update a comment to be correct.Fred Drake2000-10-261-3/+3
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-46/+42
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-32/+28
* Typo: shorted --> shorterFred Drake2000-10-251-1/+1
* Patch 102114, Bug 11725. On OpenBSD (but apparently not on the otherGuido van Rossum2000-10-251-2/+7
* Fix two typos in __imul__. Closes Bug #117745.Guido van Rossum2000-10-251-2/+2
* Add IDLE wish: access items of arraysGuido van Rossum2000-10-251-0/+1
* Since LookupError can be raised by sys.setdefaultencoding(), we should notFred Drake2000-10-251-1/+2
* Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string methodFred Drake2000-10-251-0/+1
* Additions from Marc-Andre Lemburg <mal@lemburg.com>, documentingFred Drake2000-10-251-1/+21
* Several additions and updates based on text from Marc-Andre LemburgFred Drake2000-10-251-123/+221
* Many changes.Jeremy Hylton2000-10-252-440/+290
* Generated from rev 1.1 of ast.txtJeremy Hylton2000-10-252-1354/+1212
* Small optimizations in dispatch method: 1) lookup node's __class__ onceJeremy Hylton2000-10-252-24/+28
* Support for generation of ast.py from simple description of nodeJeremy Hylton2000-10-254-0/+518
* Try to clarify when the Modules/Setup file should be edited. AddedFred Drake2000-10-251-19/+32
* Also point TK_LIBRARY to the appropriate directory.Guido van Rossum2000-10-251-3/+4
* Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number forFred Drake2000-10-251-7/+27
* Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number forFred Drake2000-10-251-5/+8
* Remove some HTML from the PYTHONDOCS fragment defined here.Fred Drake2000-10-251-1/+1
* Minor addition; add a little formatting to the release information thatFred Drake2000-10-251-0/+2
* Make this actually work now that the tool is checked in here instead ofFred Drake2000-10-241-0/+1
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-2416-144/+186
* 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
* Added entries for the xml.dom.minidom module.Fred Drake2000-10-242-0/+2
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-241-0/+614
* Remove second horizontal line below table headers; it is just tooFred Drake2000-10-241-6/+6
* Remove some obsolete files, and update the README.Fred Drake2000-10-233-113/+0
* 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