| Commit message (Expand) | Author | Age | Files | Lines |
* | Update build instructions to reflect the rename from Setup.in to Setup.dist. | Fred Drake | 2000-10-26 | 1 | -10/+11 |
|
|
* | Test for and create Modules/Setup in the configure script if it does not | Fred Drake | 2000-10-26 | 2 | -405/+448 |
|
|
* | Rename Setup.in to Setup.dist, and assume that configure will create | Fred Drake | 2000-10-26 | 6 | -17/+12 |
|
|
* | Lots of small markup adjustments for consistency with the rest of the | Fred Drake | 2000-10-26 | 2 | -70/+72 |
|
|
* | Update a comment to be correct. | Fred Drake | 2000-10-26 | 1 | -3/+3 |
|
|
* | Remove bogus stdout redirection and use of sys.__stdout__; use | Fred Drake | 2000-10-26 | 1 | -46/+42 |
|
|
* | Remove bogus stdout redirection and use of sys.__stdout__; use | Fred Drake | 2000-10-26 | 1 | -32/+28 |
|
|
* | Typo: shorted --> shorter | Fred Drake | 2000-10-25 | 1 | -1/+1 |
|
|
* | Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other | Guido van Rossum | 2000-10-25 | 1 | -2/+7 |
|
|
* | Fix two typos in __imul__. Closes Bug #117745. | Guido van Rossum | 2000-10-25 | 1 | -2/+2 |
|
|
* | Add IDLE wish: access items of arrays | Guido van Rossum | 2000-10-25 | 1 | -0/+1 |
|
|
* | Since LookupError can be raised by sys.setdefaultencoding(), we should not | Fred Drake | 2000-10-25 | 1 | -1/+2 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method | Fred Drake | 2000-10-25 | 1 | -0/+1 |
|
|
* | Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting | Fred Drake | 2000-10-25 | 1 | -1/+21 |
|
|
* | Several additions and updates based on text from Marc-Andre Lemburg | Fred Drake | 2000-10-25 | 1 | -123/+221 |
|
|
* | Many changes. | Jeremy Hylton | 2000-10-25 | 2 | -440/+290 |
|
|
* | Generated from rev 1.1 of ast.txt | Jeremy Hylton | 2000-10-25 | 2 | -1354/+1212 |
|
|
* | Small optimizations in dispatch method: 1) lookup node's __class__ once | Jeremy Hylton | 2000-10-25 | 2 | -24/+28 |
|
|
* | Support for generation of ast.py from simple description of node | Jeremy Hylton | 2000-10-25 | 4 | -0/+518 |
|
|
* | Try to clarify when the Modules/Setup file should be edited. Added | Fred Drake | 2000-10-25 | 1 | -19/+32 |
|
|
* | Also point TK_LIBRARY to the appropriate directory. | Guido van Rossum | 2000-10-25 | 1 | -3/+4 |
|
|
* | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for | Fred Drake | 2000-10-25 | 1 | -7/+27 |
|
|
* | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for | Fred Drake | 2000-10-25 | 1 | -5/+8 |
|
|
* | 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 |
|
|
* | Make this actually work now that the tool is checked in here instead of | Fred Drake | 2000-10-24 | 1 | -0/+1 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 16 | -144/+186 |
|
|
* | Insert the current directory to the front of sys.path -- and remove it | Guido van Rossum | 2000-10-24 | 1 | -0/+5 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Remove second horizontal line below table headers; it is just too | Fred Drake | 2000-10-24 | 1 | -6/+6 |
|
|
* | 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 |
|
|
* | Added exception to the rule that the buffer returned by PyString_AsString() | Fred Drake | 2000-10-23 | 1 | -4/+17 |
|
|
* | Correct the name of a parameter in the description of the register() | Fred Drake | 2000-10-23 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|