- 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
- bd6f4fb Insert the current directory to the front of sys.path -- and remove it by Guido van Rossum · 24 years ago
- 0702507 Added a test case for the saxutils.prepare_input_source setSystemId bug. by Lars Gustäbel · 24 years ago
- 4ced5e7 Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down by Lars Gustäbel · 24 years ago
- cfd3bd8 Updated output. by Lars Gustäbel · 24 years ago
- 2fc5294 Added some more tests here and there. by Lars Gustäbel · 24 years ago
- 277a211 Added entries for the xml.dom.minidom module. by Fred Drake · 24 years ago
- 669d36f Paul Prescod <paul@prescod.net>: by Fred Drake · 24 years ago
- f61eac4 Remove second horizontal line below table headers; it is just too distracting. by Fred Drake · 24 years ago
- 9880062 Remove some obsolete files, and update the README. by Fred Drake · 24 years ago
- d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
- 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 24 years ago
- 098b55a Make reindent happy, but not in the way it planned! by Fred Drake · 24 years ago
- 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
- 2e6d25c Use 4-space indents. by Fred Drake · 24 years ago
- 2ec80fa Clean up the temporary file when done with it. by Fred Drake · 24 years ago
- dce5641 Make sure the temporary file is cleaned up even when we raise TestSkipped. by Fred Drake · 24 years ago
- 44b6bd2 Added note saying to use test_support.TESTFN for a temporary filename, by Fred Drake · 24 years ago
- 8902442 Added exception to the rule that the buffer returned by PyString_AsString() by Fred Drake · 24 years ago
- 246f65f Correct the name of a parameter in the description of the register() function. by Fred Drake · 24 years ago
- 0aaed27 Added test for regression on SourceForge bug #117490. by Fred Drake · 24 years ago
- de3518e Maildir.__init__(): Make sure self.boxes is set. by Fred Drake · 24 years ago
- 185f42d struct.pack has become picky about h (short) and H (unsigned short). by Jack Jansen · 24 years ago
- 339ecc6 Updated because developer option isn't distributed separately anymore. by Jack Jansen · 24 years ago
- 5c35f5a Removed, no longer pertinent. by Jack Jansen · 24 years ago
- 87f204a Final version used for 2.0 distribution. by Jack Jansen · 24 years ago
- 0579eb0 More names. by Fred Drake · 24 years ago
- 8c2fd49 Added missing entry for invert() function. by Fred Drake · 24 years ago
- 7ef2ba7 Minor tweaks to catch up with the current code in a few spots. by Greg Ward · 24 years ago
- d097d48 Flesh out the "LaTeX Primer" some more. by Fred Drake · 24 years ago
- 9c801ab t_bootstram(): Use PySys_WriteStderr() instead of fprintf(stderr,...). by Fred Drake · 24 years ago
- ff88e46 more edits to make the text fit (jvr) by Just van Rossum · 24 years ago
- 17f944b oops, that one caused a syntax error... (jvr) by Just van Rossum · 24 years ago
- c924661 edits to make the 2.0 copyright fit in the about box again... (jvr) by Just van Rossum · 24 years ago
- a1a3356 Cleaned uthread dependencies (jvr) by Just van Rossum · 24 years ago
- 0f2fd16 Hm, I never checked in my incomplete "run with interpreter" mods. UI is there (but is disabled), functionality is not there. by Just van Rossum · 24 years ago
- 6508c7c fixed 2.0 compat bug by Just van Rossum · 24 years ago
- 860106a Update the display of some floating point values at the interactive prompt by Fred Drake · 24 years ago
- 8413b47 Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested. by Jack Jansen · 24 years ago
- f1a0a4b Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working. by Jack Jansen · 24 years ago
- 538bd13 Ready for 2.0 by Jack Jansen · 24 years ago
- 3e3eb3e Oops, all the options were off-by-one. Reported by Tom Bridgman. by Jack Jansen · 24 years ago
- 635a044 Fixed balloon help for options. Sort-of reported by Russell Finn. by Jack Jansen · 24 years ago
- b8bb3fe Fixed balloon help for startup options. Reported by Russell Finn. by Jack Jansen · 24 years ago
- 62e3843 Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K. by Jack Jansen · 24 years ago
- 136815d Oops, not only the Popt versions were wrong, the resources were also short. by Jack Jansen · 24 years ago
- 9ec8c06 Different phrasing of keepconsole options, suggested by David Goodger. by Jack Jansen · 24 years ago
- 7490236 Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit. by Jack Jansen · 24 years ago
- fd9925a Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). by Jack Jansen · 24 years ago
- a577aa2 Remove the bzip2 archives from the "distfiles" target. There are not by Fred Drake · 24 years ago
- d2f5a9a Fixed a bug that caused namespace names to be reported as lists rather by Lars Gustäbel · 24 years ago
- 4a41f54 Two more names. by Fred Drake · 24 years ago
- 692565c Helper scripts used in published the "development" snapshots of the by Fred Drake · 24 years ago
- 63568aa Revise the capitalization policy of \versionchanged explanation; the by Fred Drake · 24 years ago
- 4a15263 Capitalize first letter of an explanation for a \versionchanged annotation. by Fred Drake · 24 years ago
- a8d1078 Correction from David Bolen: the Windows version no longer crashes by Andrew M. Kuchling · 24 years ago
- 75afc0b Document the .lastindex and .lastgroup attributes of MatchObject by Andrew M. Kuchling · 24 years ago
- ba0a989 Make all the \seemodule explanations consistent: start with a capitalized by Fred Drake · 24 years ago
- 510dfba Capitalize & use periods for \seemodule explanation parameter. by Fred Drake · 24 years ago
- 7941036 Updated Popt resources to current version by Jack Jansen · 24 years ago
- f7ef15d Use test_support.TESTFN as the temporary filename. Fix a minor stylistic nit. by Fred Drake · 24 years ago
- ad6f2c8 Bump version number -- this document is pretty much finished! by Andrew M. Kuchling · 24 years ago
- b4b401e Update the links to the NumPy website and documentation, based on a by Fred Drake · 24 years ago
- ff139a8 This commit was manufactured by cvs2svn to create tag 'release20'. by cvs2svn · 24 years ago
- adfb94f Typo repair. by Tim Peters · 24 years ago
- d867a2c revise xml comment by Jeremy Hylton · 24 years ago
- 1a64050 Updated the XML package comment. by Fred Drake · 24 years ago
- 989b7b9 Filled in math-module info; fixed a typo or two. by Tim Peters · 24 years ago
- d6e2023 Add NEWS for 2.0 final (there are a few XXX comments that must be addressed). by Jeremy Hylton · 24 years ago
- b675081 the usual by Jeremy Hylton · 24 years ago
- e216705 the usual (part II) by Jeremy Hylton · 24 years ago
- 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 24 years ago
- a8268e9 the usual by Jeremy Hylton · 24 years ago
- 1a2ca86 Patch #101936: Auto-detect DEC threads (which need "-threads" argument) by Jeremy Hylton · 24 years ago
- 75f8101 find(): Application of (slightly modified) SF patch #101928 by Ulf by Barry Warsaw · 24 years ago
- 21000ca distutils setup files for Tkinter by Jeremy Hylton · 24 years ago
- 355e2f2 misc. RPM support files by Jeremy Hylton · 24 years ago
- ac5f748 Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>. by Fred Drake · 24 years ago
- f155170 Correct form of FourThought's name by Andrew M. Kuchling · 24 years ago
- 0eb75b4 Bump version to 1.0.1. by Greg Ward · 24 years ago
- 55b4efd Fixed minor problem with reset(). by Lars Gustäbel · 24 years ago
- 6869245 Prep the Windows installer for 2.0 final: by Tim Peters · 24 years ago
- 89fb035 For PyErr_Format(), note that the exception parameter can be a string or by Fred Drake · 24 years ago
- 3c8c2f9 Adjust the Macintosh manual to have the formatting dependencies for by Fred Drake · 24 years ago
- 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 24 years ago
- e764968 Update dependencies for the Macintosh manual. by Fred Drake · 24 years ago
- c25296a Update to include all the new chapters & sections. by Fred Drake · 24 years ago
- c7babad Remove everything that is not module documentation. It is no longer needed here. by Fred Drake · 24 years ago
- 8e850ee Fix some internal references that I botched. by Fred Drake · 24 years ago
- 45aa573 Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>. by Fred Drake · 24 years ago
- 4d0d621 Chapters on Mac Toolbox modules and other undocumented modules, ready to by Fred Drake · 24 years ago
- 1bd905e Documentation for the aepack and aetypes modules, by Vincent Marchetti by Fred Drake · 24 years ago
- 8f6ca15 Chris Barker <cbarker@jps.net>: Small fixes. by Fred Drake · 24 years ago
- eab58af Chris Barker <cbarker@jps.net>: Various updates and additions. by Fred Drake · 24 years ago
- 26fbd8b Chris Barker <cbarker@jps.net>: by Fred Drake · 24 years ago
- 658865c Chris Barker <cbarker@jps.net>: by Fred Drake · 24 years ago
- f459a09 Wrap a long line. by Fred Drake · 24 years ago
- b6441e7 More names. by Fred Drake · 24 years ago
- eecdc7f A bunch of nits fix and some additional information added by Chris by Fred Drake · 24 years ago
- 8f176ac Update the comments for the BSD DB module, including a new pointer to by Fred Drake · 24 years ago