summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #102278: add tparm() function to _curses moduleAndrew M. Kuchling2000-11-072-4/+62
* Document the proper exception to be raised by I/O operations on closedFred Drake2000-11-061-15/+19
* This fixes several bug reports concering memory bloating during largeBarry Warsaw2000-11-061-5/+1
* a few small optimizations that seem to give a 5-10% speedup; theJeremy Hylton2000-11-062-152/+160
* move pruneNext method to correct object (doh!)Jeremy Hylton2000-11-062-48/+48
* Change the graph structure to contain the code generator object forJeremy Hylton2000-11-066-42/+266
* If a function contains a doc string, remove the doc string node fromJeremy Hylton2000-11-062-2/+10
* Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n...Mark Hammond2000-11-061-15/+6
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-034-196/+241
* Fix Makefile so at least it uses Python 2.0, and compiles out of theGuido van Rossum2000-11-031-2/+2
* Move our own getopt() implementation to _PyOS_GetOpt(), and use itThomas Wouters2000-11-037-130/+73
* Make sure we clean up the index data each time it is written by LaTeX.Fred Drake2000-11-031-1/+4
* Fix cut & paste error that describes three paramters when there are onlyFred Drake2000-11-021-4/+3
* New configure script from latest configure.in with autoconf 2.13Guido van Rossum2000-11-021-1/+4
* Make sure the Modules/ directory is created before writing Modules/Setup.Fred Drake2000-11-021-0/+3
* Patch from Randall Hopper to fix PR #116172, "curses module fails toAndrew M. Kuchling2000-11-011-4/+38
* Typo: writeable --> writableFred Drake2000-11-011-2/+2
* Hack ndiff to display lines w/ leading tabs more intuitively. This synchsTim Peters2000-11-011-9/+24
* track recent change to test_extcall.pyJeremy Hylton2000-10-301-0/+4
* Hack to force -lpthread instead instead of -lcma on HPUX, by PhilippGuido van Rossum2000-10-302-433/+461
* Fix for SF bug #117241Jeremy Hylton2000-10-302-1/+33
* define_module(): Change the "index sub-item" for definitions at moduleFred Drake2000-10-301-1/+1
* Fix \withsubitem so that it actually works if the only indexing macro inFred Drake2000-10-301-10/+5
* Revise the message to be a little nicer.Fred Drake2000-10-291-3/+6
* Avoid using \withsubitem and \ttindex internally; they have not provenFred Drake2000-10-291-20/+26
* Many small markup revisions to be more consistent with markup elsewhere,Fred Drake2000-10-291-47/+61
* ParserCreate(): Added test that the namespace_separator value, if given,Fred Drake2000-10-291-0/+9
* Do not echo the echo command with the message telling the user that SetupFred Drake2000-10-291-1/+1
* Do not release unallocated Tcl objects. Closes #117278 and #117167.Martin v. Löwis2000-10-291-3/+8
* -- properly reset groups in findall (bug #117612)Fredrik Lundh2000-10-283-17/+33
* Update author information.Fred Drake2000-10-281-2/+2
* (py-goto-beginning-of-tqs): When searching backwards for the matchingBarry Warsaw2000-10-271-4/+8
* Added the -D/--docstrings option for extraction of unmarked module,Barry Warsaw2000-10-271-40/+82
* Explained that os.path.basename() may return something different from theFred Drake2000-10-261-1/+5
* Do not require packages that are not needed.Fred Drake2000-10-262-4/+0
* Normalize the HTML generated for table headers.Fred Drake2000-10-261-7/+10
* Minor simplification.Fred Drake2000-10-261-2/+1
* Update the dependency information to allow the other Makefiles to handleFred Drake2000-10-261-34/+25
* Noted that building the info version requires the HTML::Element package,Fred Drake2000-10-261-1/+8
* All acknowledgements have been moved to the Doc/ACKS file.Fred Drake2000-10-261-25/+21
* Update build instructions to reflect the rename from Setup.in to Setup.dist.Fred Drake2000-10-261-10/+11
* Test for and create Modules/Setup in the configure script if it does notFred Drake2000-10-262-405/+448
* Rename Setup.in to Setup.dist, and assume that configure will createFred Drake2000-10-266-17/+12
* Lots of small markup adjustments for consistency with the rest of theFred Drake2000-10-262-70/+72
* Update a comment to be correct.Fred Drake2000-10-261-3/+3
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-46/+42
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-32/+28
* Typo: shorted --> shorterFred Drake2000-10-251-1/+1
* Patch 102114, Bug 11725. On OpenBSD (but apparently not on the otherGuido van Rossum2000-10-251-2/+7
* Fix two typos in __imul__. Closes Bug #117745.Guido van Rossum2000-10-251-2/+2