Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for | Fred Drake | 2000-10-25 | 1 | -7/+27 |
| | | | | | | | | | | | | whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.) get_version_text(): New function. Returns HTML fragment describing the software version and documentation date. bot_navigation_panel(): Include the result of get_version_text() at the end, so the information is available on every page. | ||||
* | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for | Fred Drake | 2000-10-25 | 1 | -5/+8 |
| | | | | | whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.) | ||||
* | Remove some HTML from the PYTHONDOCS fragment defined here. | Fred Drake | 2000-10-25 | 1 | -1/+1 |
| | |||||
* | Minor addition; add a little formatting to the release information that | Fred Drake | 2000-10-25 | 1 | -0/+2 |
| | | | | will be added to Doc/perl/l2hinit.perl shortly. | ||||
* | Make this actually work now that the tool is checked in here instead of | Fred Drake | 2000-10-24 | 1 | -0/+1 |
| | | | | just sitting around in my working directory. | ||||
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 16 | -144/+186 |
| | | | | | | Changes to error messages to increase consistency & clarity. This (mostly) closes SourceForge patch #101839. | ||||
* | Insert the current directory to the front of sys.path -- and remove it | Guido van Rossum | 2000-10-24 | 1 | -0/+5 |
| | | | | | | | | at the end. This fixes a problem where python Lib/test/test_import.py failed while "make test" succeeded. | ||||
* | Added a test case for the saxutils.prepare_input_source setSystemId bug. | Lars Gustäbel | 2000-10-24 | 2 | -1/+14 |
| | |||||
* | Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down | Lars Gustäbel | 2000-10-24 | 1 | -1/+1 |
| | | | | now, so can't find number). | ||||
* | Updated output. | Lars Gustäbel | 2000-10-24 | 1 | -1/+6 |
| | |||||
* | Added some more tests here and there. | Lars Gustäbel | 2000-10-24 | 1 | -0/+84 |
| | |||||
* | Added entries for the xml.dom.minidom module. | Fred Drake | 2000-10-24 | 2 | -0/+2 |
| | |||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-10-24 | 1 | -0/+614 |
| | | | | | | | | | Documentation for the xml.dom.minidom module & Python DOM API. FLD: I have revised the markup in some places and added a few minor details to Paul's text, but that's it. Given the substantial structural differences with the bulk of the presentation, I will be making additional revisions over the next few days. | ||||
* | Remove second horizontal line below table headers; it is just too | Fred Drake | 2000-10-24 | 1 | -6/+6 |
| | | | | distracting. | ||||
* | Remove some obsolete files, and update the README. | Fred Drake | 2000-10-23 | 3 | -113/+0 |
| | |||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 9 | -249/+246 |
| | |||||
* | Make reindent.py happy (lots of trailing whitespace removed). | Fred Drake | 2000-10-23 | 9 | -104/+103 |
| | |||||
* | Make reindent happy, but not in the way it planned! | Fred Drake | 2000-10-23 | 1 | -3/+3 |
| | |||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 70 | -1261/+1229 |
| | |||||
* | Use 4-space indents. | Fred Drake | 2000-10-23 | 1 | -8/+8 |
| | |||||
* | Clean up the temporary file when done with it. | Fred Drake | 2000-10-23 | 1 | -0/+4 |
| | |||||
* | Make sure the temporary file is cleaned up even when we raise TestSkipped. | Fred Drake | 2000-10-23 | 1 | -21/+24 |
| | |||||
* | Added note saying to use test_support.TESTFN for a temporary filename, | Fred Drake | 2000-10-23 | 1 | -0/+5 |
| | | | | and be clear that you need to clean it up when done. | ||||
* | Added exception to the rule that the buffer returned by PyString_AsString() | Fred Drake | 2000-10-23 | 1 | -4/+17 |
| | | | | | | | | | | | | and PyString_AsStringAndSize() for strings that were just created using PyString_FromStringAndSize(NULL, n). This closes bug #117377. Added warning about passing NULL to the concrete object functions; many of them use the appropriate Py<Type>_Check() test, but do not check for NULL. "de-allocated" --> "deallocated" | ||||
* | Correct the name of a parameter in the description of the register() | Fred Drake | 2000-10-23 | 1 | -1/+1 |
| | | | | | | function. This closes bug #117467. | ||||
* | Added test for regression on SourceForge bug #117490. | Fred Drake | 2000-10-23 | 2 | -0/+30 |
| | |||||
* | Maildir.__init__(): Make sure self.boxes is set. | Fred Drake | 2000-10-23 | 1 | -3/+3 |
| | | | | This closes SourceForge bug #117490. | ||||
* | struct.pack has become picky about h (short) and H (unsigned short). | Jack Jansen | 2000-10-22 | 2 | -2/+2 |
| | |||||
* | Updated because developer option isn't distributed separately anymore. | Jack Jansen | 2000-10-22 | 1 | -14/+2 |
| | |||||
* | Removed, no longer pertinent. | Jack Jansen | 2000-10-22 | 1 | -0/+0 |
| | |||||
* | Final version used for 2.0 distribution. | Jack Jansen | 2000-10-22 | 33 | -17/+32 |
| | |||||
* | More names. | Fred Drake | 2000-10-22 | 1 | -0/+4 |
| | |||||
* | Added missing entry for invert() function. | Fred Drake | 2000-10-22 | 1 | -0/+60 |
| | | | | | Added table mapping abstract operations to syntax to functions, based on a suggestion from Bob Weiner <weiner@beopen.com>. | ||||
* | Minor tweaks to catch up with the current code in a few spots. | Greg Ward | 2000-10-22 | 1 | -16/+147 |
| | | | | Wrote the "Distutils Configuration Files" section. | ||||
* | Flesh out the "LaTeX Primer" some more. | Fred Drake | 2000-10-20 | 1 | -7/+74 |
| | |||||
* | t_bootstram(): Use PySys_WriteStderr() instead of fprintf(stderr,...). | Fred Drake | 2000-10-20 | 1 | -1/+1 |
| | | | | This closes bug #117324. | ||||
* | more edits to make the text fit (jvr) | Just van Rossum | 2000-10-20 | 1 | -5/+4 |
| | |||||
* | oops, that one caused a syntax error... (jvr) | Just van Rossum | 2000-10-20 | 1 | -1/+1 |
| | |||||
* | edits to make the 2.0 copyright fit in the about box again... (jvr) | Just van Rossum | 2000-10-20 | 1 | -8/+9 |
| | |||||
* | Cleaned uthread dependencies (jvr) | Just van Rossum | 2000-10-20 | 1 | -4/+8 |
| | |||||
* | Hm, I never checked in my incomplete "run with interpreter" mods. UI is ↵ | Just van Rossum | 2000-10-20 | 1 | -22/+63 |
| | | | | there (but is disabled), functionality is not there. | ||||
* | fixed 2.0 compat bug | Just van Rossum | 2000-10-20 | 1 | -1/+1 |
| | |||||
* | Update the display of some floating point values at the interactive prompt | Fred Drake | 2000-10-20 | 1 | -6/+6 |
| | | | | | | | | | to reflect current behavior. This closes SourceForge bug #117305. Made a reference to the library reference a hyperlink. Fixed some minor markup nits. | ||||
* | Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ↵ | Jack Jansen | 2000-10-19 | 3 | -0/+23 |
| | | | | window, i.e. it acts like input has been read insofar as the keep-console-open option is interested. | ||||
* | Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working. | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | Ready for 2.0 | Jack Jansen | 2000-10-19 | 2 | -15/+18 |
| | |||||
* | Oops, all the options were off-by-one. Reported by Tom Bridgman. | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | Fixed balloon help for options. Sort-of reported by Russell Finn. | Jack Jansen | 2000-10-19 | 4 | -31/+35 |
| | |||||
* | Fixed balloon help for startup options. Reported by Russell Finn. | Jack Jansen | 2000-10-19 | 1 | -9/+13 |
| | |||||
* | Removed try/except TypeError around calling the ae handler function, it ↵ | Jack Jansen | 2000-10-19 | 1 | -8/+6 |
| | | | | masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K. |