summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Emphasis that instantiating this class doesn't consume the message body.Eric S. Raymond2001-01-271-3/+3
* Except HierarchyRequestErr instead of TypeError.Martin v. Löwis2001-01-271-1/+1
* Re-indent.Martin v. Löwis2001-01-271-4/+4
* Synchronize with PyXML 1.5.Martin v. Löwis2001-01-272-1/+2
* Synchronize with PyXML 1.10Martin v. Löwis2001-01-271-7/+25
* Re-indent.Martin v. Löwis2001-01-273-14/+14
* Merge changes of PyXML 1.13:Martin v. Löwis2001-01-271-9/+10
* Synchronize with 1.10 of PyXML: Close parser when done.Martin v. Löwis2001-01-271-2/+1
* Grow that RCS file!Neil Schemenauer2001-01-271-366/+382
* Restore --with-suffix option. AC_EXEEXT doesn't aways do what the user wantsNeil Schemenauer2001-01-271-0/+8
* SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470Tim Peters2001-01-272-0/+2
* Added news about repr(string).Tim Peters2001-01-271-0/+8
* Bug #129904: Put back the path component for the Tkinter modulesAndrew M. Kuchling2001-01-271-0/+3
* New comment block to Clarify a subtlety.Tim Peters2001-01-261-1/+5
* Farewell setup.cfg.in, we hardly knew ye. We need to use command-lineAndrew M. Kuchling2001-01-261-3/+0
* Removed setup.cfg from the list of generated filesAndrew M. Kuchling2001-01-262-8/+8
* Remaining single-line change from patch #102409: to install shared modules,Andrew M. Kuchling2001-01-261-16/+10
* - Edit the QNX instructions to refer to Makefile, not Modules/Makefile.Neil Schemenauer2001-01-261-2/+2
* Remove unused import of 'string'Andrew M. Kuchling2001-01-261-1/+6
* Fix a number of typos found by Guido.Fred Drake2001-01-261-4/+4
* Massively improved documentation for string formatting operations,Fred Drake2001-01-261-40/+109
* Patch #103052: Restore non-cyclic operation of pulldom.PullDOMMartin v. Löwis2001-01-261-49/+38
* Be extra careful with linking against libtermcap. This is now only doneMarc-André Lemburg2001-01-261-2/+7
* Fixed setup.py to allow:Marc-André Lemburg2001-01-261-0/+10
* Added an execution layer to be able to customize per-extensionMarc-André Lemburg2001-01-261-91/+92
* unnecessary semicolonJeremy Hylton2001-01-261-1/+1
* unnecessary semicolonJeremy Hylton2001-01-261-1/+1
* Got waste to work for Carbon.Jack Jansen2001-01-262-1/+1
* - Use PY_CFLAGS when compile modules that will be part of the interpreter.Neil Schemenauer2001-01-261-3/+5
* - LIBRARY is now a SUBST variable.Neil Schemenauer2001-01-261-17/+36
* The usual.Neil Schemenauer2001-01-261-353/+376
* - Add CFLAGSFORSHARED variable. configure sets this to CCSHARED if LDLIBRARYNeil Schemenauer2001-01-261-32/+25
* Typo: coplete --> completeFred Drake2001-01-261-1/+1
* The combo of getstate/setstate/jumpahead is very powerful, but needsTim Peters2001-01-262-8/+93
* SF bug 130030: Claim of bad betavariate algorithm.Tim Peters2001-01-262-7/+21
* Teach Windows build about new cellobject.c.Tim Peters2001-01-261-0/+15
* The addition of new parameters to functions in the Python/C API requiresFred Drake2001-01-251-2/+5
* Correct one-line typo, reported by yole @ SF, bug 130077.Guido van Rossum2001-01-251-1/+1
* Fix arguments for PyFrame_New(). The previous checkin used the wrongJeremy Hylton2001-01-251-1/+0
* New info in beep() docstring.Tim Peters2001-01-251-1/+4
* Cosmetic changes after some sleep; no change in semantics.Tim Peters2001-01-251-64/+82
* Better error message when non-dictionary received for **kwargJeremy Hylton2001-01-251-2/+7
* PEP 227 implementationJeremy Hylton2001-01-253-1/+18
* PEP 227 implementationJeremy Hylton2001-01-252-0/+262
* In subst_vars(), change the name of the argument from str to s toJeremy Hylton2001-01-251-2/+2
* PEP 227 implementationJeremy Hylton2001-01-251-1/+15
* PEP 227 implementationJeremy Hylton2001-01-252-4/+13
* Make module objects from Setup depend on Python.h headers.Neil Schemenauer2001-01-251-2/+4
* PEP 227 implementationJeremy Hylton2001-01-2510-338/+929
* PEP 227 implementationJeremy Hylton2001-01-254-0/+145