summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Updates to the semantics of function and method attributes.Barry Warsaw2001-02-271-14/+18
* Mention setup.py in the instructionsAndrew M. Kuchling2001-02-271-2/+5
* Update build notes to mention setup.pyAndrew M. Kuchling2001-02-271-22/+20
* Fix typoAndrew M. Kuchling2001-02-271-1/+1
* Add missing dependents of graminit.h.Neil Schemenauer2001-02-271-0/+2
* Generate grammar source files in srcdir. Ignore the error if they cannotNeil Schemenauer2001-02-271-3/+3
* Don't create the Include directory if building outside of the sourceNeil Schemenauer2001-02-272-4/+4
* Make sure ConfigParser uses .optionxform() consistently; this affectsFred Drake2001-02-263-0/+28
* Add __future__.py to std library, + dull test to verify that assignmentsTim Peters2001-02-263-0/+87
* cleanup_helper(): Added missing "void" type for the function, updatedFred Drake2001-02-261-6/+3
* The return value from PyObject_ClearWeakRefs() is no longer meaningful,Fred Drake2001-02-264-9/+8
* instancemethod_setattro(): Raise TypeError if an attempt is made toBarry Warsaw2001-02-261-15/+2
* Additional tests for current, PEP described semantics:Barry Warsaw2001-02-261-3/+36
* main(): Slightly more informative error message when TokenErrorBarry Warsaw2001-02-261-1/+5
* (py-parse-state): Teach python-mode how to scan code which followsBarry Warsaw2001-02-241-3/+11
* Shuffle premature decref; nuke unreachable code block.Tim Peters2001-02-231-9/+3
* Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted ...Jack Jansen2001-02-231-2/+8
* Turn on the "multifinder aware" bit. This should always have been on, but was...Jack Jansen2001-02-231-1/+1
* Do not hide a failure to create a temporary file; if it fails the workFred Drake2001-02-231-5/+1
* Minor adjustments, including markup corrections.Fred Drake2001-02-231-5/+6
* Fix extra backslash in example.Fred Drake2001-02-231-4/+1
* Another name.Fred Drake2001-02-231-0/+1
* Fix up the markup in some recently-added portions of the text.Fred Drake2001-02-231-26/+27
* Describe -s a little more generically.Barry Warsaw2001-02-231-5/+6
* symtable_update_free_vars(), symtable_undo_free(),Barry Warsaw2001-02-231-3/+3
* Fix for bug 133489: compiler leaks memoryJeremy Hylton2001-02-232-5/+11
* Py_Main(): When compiled by Insure (i.e. __INSURE__ is defined), callBarry Warsaw2001-02-231-0/+14
* _Py_ReleaseInternedStrings(): Private API function to decref andBarry Warsaw2001-02-232-0/+12
* Patch #103899: Don't compile modules configured in Setup. This seems muchAndrew M. Kuchling2001-02-231-0/+16
* Patch #103937: Attempt to get the BSDDB autodetection right (or at leastAndrew M. Kuchling2001-02-231-10/+15
* Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #1...Mark Hammond2001-02-231-2/+10
* Patch 103928: Correct zlib freeze settings for Win32.Tim Peters2001-02-231-2/+2
* Work around the broken formatting of sys.ps1 prompts in running text.Fred Drake2001-02-221-46/+48
* cd to the html/ directory to generate the global module index so the linksFred Drake2001-02-221-2/+3
* The ACKS file is in the current directory when converted to HTML; this wasFred Drake2001-02-221-1/+1
* Remove entry for soundex module!Fred Drake2001-02-221-1/+0
* _PyObject_Dump(): If argument is NULL, print "NULL" instead ofBarry Warsaw2001-02-221-3/+7
* In try_3way_to_rich_compare(), swap the call to default_3way_compare()Guido van Rossum2001-02-221-2/+2
* Sequence indexes are non-negative, not natural (0 is not a natural number).Fred Drake2001-02-221-32/+32
* Remove documentation for the soundex module; the module is no longerFred Drake2001-02-222-76/+32
* asin micro-optimization suggested in email.Tim Peters2001-02-221-2/+3
* Windows: Remove soundex from pythoncore subproject.Tim Peters2001-02-221-15/+0
* Mention the removal of soundex.cAndrew M. Kuchling2001-02-221-0/+2
* Patch #103926: fix two warnings from Tru64's compilerAndrew M. Kuchling2001-02-222-2/+4
* Remove soundex module, as stated by GvR.Andrew M. Kuchling2001-02-222-182/+0
* Patch #103885: Add dynamic registration and lookup of DOM implementations.Martin v. Löwis2001-02-224-0/+111
* Fix previous checkin, hopelessly broken as it was; reported by Detlef Lannert.Jeremy Hylton2001-02-221-7/+7
* Add a line to "python -h" output about PYTHONCASEOK.Tim Peters2001-02-221-0/+1
* Rip out various module-enabling switches, made obsolete by setup.pyAndrew M. Kuchling2001-02-213-906/+343
* Move the signal module back into Setup.config.in so it can be enabledAndrew M. Kuchling2001-02-212-3/+3