| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #102278: add tparm() function to _curses module | Andrew M. Kuchling | 2000-11-07 | 2 | -4/+62 |
|
|
* | Document the proper exception to be raised by I/O operations on closed | Fred Drake | 2000-11-06 | 1 | -15/+19 |
|
|
* | This fixes several bug reports concering memory bloating during large | Barry Warsaw | 2000-11-06 | 1 | -5/+1 |
|
|
* | a few small optimizations that seem to give a 5-10% speedup; the | Jeremy Hylton | 2000-11-06 | 2 | -152/+160 |
|
|
* | move pruneNext method to correct object (doh!) | Jeremy Hylton | 2000-11-06 | 2 | -48/+48 |
|
|
* | Change the graph structure to contain the code generator object for | Jeremy Hylton | 2000-11-06 | 6 | -42/+266 |
|
|
* | If a function contains a doc string, remove the doc string node from | Jeremy Hylton | 2000-11-06 | 2 | -2/+10 |
|
|
* | Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n... | Mark Hammond | 2000-11-06 | 1 | -15/+6 |
|
|
* | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 4 | -196/+241 |
|
|
* | Fix Makefile so at least it uses Python 2.0, and compiles out of the | Guido van Rossum | 2000-11-03 | 1 | -2/+2 |
|
|
* | Move our own getopt() implementation to _PyOS_GetOpt(), and use it | Thomas Wouters | 2000-11-03 | 7 | -130/+73 |
|
|
* | Make sure we clean up the index data each time it is written by LaTeX. | Fred Drake | 2000-11-03 | 1 | -1/+4 |
|
|
* | Fix cut & paste error that describes three paramters when there are only | Fred Drake | 2000-11-02 | 1 | -4/+3 |
|
|
* | New configure script from latest configure.in with autoconf 2.13 | Guido van Rossum | 2000-11-02 | 1 | -1/+4 |
|
|
* | Make sure the Modules/ directory is created before writing Modules/Setup. | Fred Drake | 2000-11-02 | 1 | -0/+3 |
|
|
* | Patch from Randall Hopper to fix PR #116172, "curses module fails to | Andrew M. Kuchling | 2000-11-01 | 1 | -4/+38 |
|
|
* | Typo: writeable --> writable | Fred Drake | 2000-11-01 | 1 | -2/+2 |
|
|
* | Hack ndiff to display lines w/ leading tabs more intuitively. This synchs | Tim Peters | 2000-11-01 | 1 | -9/+24 |
|
|
* | track recent change to test_extcall.py | Jeremy Hylton | 2000-10-30 | 1 | -0/+4 |
|
|
* | Hack to force -lpthread instead instead of -lcma on HPUX, by Philipp | Guido van Rossum | 2000-10-30 | 2 | -433/+461 |
|
|
* | Fix for SF bug #117241 | Jeremy Hylton | 2000-10-30 | 2 | -1/+33 |
|
|
* | define_module(): Change the "index sub-item" for definitions at module | Fred Drake | 2000-10-30 | 1 | -1/+1 |
|
|
* | Fix \withsubitem so that it actually works if the only indexing macro in | Fred Drake | 2000-10-30 | 1 | -10/+5 |
|
|
* | Revise the message to be a little nicer. | Fred Drake | 2000-10-29 | 1 | -3/+6 |
|
|
* | Avoid using \withsubitem and \ttindex internally; they have not proven | Fred Drake | 2000-10-29 | 1 | -20/+26 |
|
|
* | Many small markup revisions to be more consistent with markup elsewhere, | Fred Drake | 2000-10-29 | 1 | -47/+61 |
|
|
* | ParserCreate(): Added test that the namespace_separator value, if given, | Fred Drake | 2000-10-29 | 1 | -0/+9 |
|
|
* | Do not echo the echo command with the message telling the user that Setup | Fred Drake | 2000-10-29 | 1 | -1/+1 |
|
|
* | Do not release unallocated Tcl objects. Closes #117278 and #117167. | Martin v. Löwis | 2000-10-29 | 1 | -3/+8 |
|
|
* | -- properly reset groups in findall (bug #117612) | Fredrik Lundh | 2000-10-28 | 3 | -17/+33 |
|
|
* | Update author information. | Fred Drake | 2000-10-28 | 1 | -2/+2 |
|
|
* | (py-goto-beginning-of-tqs): When searching backwards for the matching | Barry Warsaw | 2000-10-27 | 1 | -4/+8 |
|
|
* | Added the -D/--docstrings option for extraction of unmarked module, | Barry Warsaw | 2000-10-27 | 1 | -40/+82 |
|
|
* | Explained that os.path.basename() may return something different from the | Fred Drake | 2000-10-26 | 1 | -1/+5 |
|
|
* | Do not require packages that are not needed. | Fred Drake | 2000-10-26 | 2 | -4/+0 |
|
|
* | Normalize the HTML generated for table headers. | Fred Drake | 2000-10-26 | 1 | -7/+10 |
|
|
* | Minor simplification. | Fred Drake | 2000-10-26 | 1 | -2/+1 |
|
|
* | Update the dependency information to allow the other Makefiles to handle | Fred Drake | 2000-10-26 | 1 | -34/+25 |
|
|
* | Noted that building the info version requires the HTML::Element package, | Fred Drake | 2000-10-26 | 1 | -1/+8 |
|
|
* | All acknowledgements have been moved to the Doc/ACKS file. | Fred Drake | 2000-10-26 | 1 | -25/+21 |
|
|
* | 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 |
|
|