summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added note saying to use test_support.TESTFN for a temporary filename,Fred Drake2000-10-231-0/+5
* Added exception to the rule that the buffer returned by PyString_AsString()Fred Drake2000-10-231-4/+17
* Correct the name of a parameter in the description of the register()Fred Drake2000-10-231-1/+1
* 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
* struct.pack has become picky about h (short) and H (unsigned short).Jack Jansen2000-10-222-2/+2
* Updated because developer option isn't distributed separately anymore.Jack Jansen2000-10-221-14/+2
* Removed, no longer pertinent.Jack Jansen2000-10-221-0/+0
* Final version used for 2.0 distribution.Jack Jansen2000-10-2233-17/+32
* More names.Fred Drake2000-10-221-0/+4
* Added missing entry for invert() function.Fred Drake2000-10-221-0/+60
* Minor tweaks to catch up with the current code in a few spots.Greg Ward2000-10-221-16/+147
* Flesh out the "LaTeX Primer" some more.Fred Drake2000-10-201-7/+74
* t_bootstram(): Use PySys_WriteStderr() instead of fprintf(stderr,...).Fred Drake2000-10-201-1/+1
* more edits to make the text fit (jvr)Just van Rossum2000-10-201-5/+4
* oops, that one caused a syntax error... (jvr)Just van Rossum2000-10-201-1/+1
* edits to make the 2.0 copyright fit in the about box again... (jvr)Just van Rossum2000-10-201-8/+9
* Cleaned uthread dependencies (jvr)Just van Rossum2000-10-201-4/+8
* Hm, I never checked in my incomplete "run with interpreter" mods. UI is there...Just van Rossum2000-10-201-22/+63
* fixed 2.0 compat bugJust van Rossum2000-10-201-1/+1
* Update the display of some floating point values at the interactive promptFred Drake2000-10-201-6/+6
* Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ...Jack Jansen2000-10-193-0/+23
* Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.Jack Jansen2000-10-191-0/+1
* Ready for 2.0Jack Jansen2000-10-192-15/+18
* Oops, all the options were off-by-one. Reported by Tom Bridgman.Jack Jansen2000-10-191-0/+1
* Fixed balloon help for options. Sort-of reported by Russell Finn.Jack Jansen2000-10-194-31/+35
* Fixed balloon help for startup options. Reported by Russell Finn.Jack Jansen2000-10-191-9/+13
* Removed try/except TypeError around calling the ae handler function, it masks...Jack Jansen2000-10-191-8/+6