summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ucnhash module has gone, xreadlines module added.Jack Jansen2001-01-253-0/+0
* Add bzip2 archives back to the set of generated archives; we had way tooFred Drake2001-01-251-3/+3
* Removed references to Python 1.5.3; that was a "tentative" number I usedFred Drake2001-01-253-9/+7
* Update link to LaTeX2HTML web site.Fred Drake2001-01-251-2/+1
* add extra tests to verify that co_varnames is being set up properlyJeremy Hylton2001-01-252-24/+23
* Fix bug reported by Ka-Ping Yee: The compiler botched parsing functionJeremy Hylton2001-01-251-12/+15
* ucnhash module has gone.Jack Jansen2001-01-2512-1918/+0
* ucnhash module has gone, xreadlines module added.Jack Jansen2001-01-251-6/+2
* added a few more __all__ listsSkip Montanaro2001-01-254-8/+16
* fail more completely by deleting dbhash from sys.modules if bsddb can't beSkip Montanaro2001-01-251-1/+7
* Let's keep things portable to non GCC compilers, please.Sjoerd Mullender2001-01-251-22/+22
* Clarify winsound.beep docs, in response to c.l.py beep brouhahalet.Tim Peters2001-01-251-0/+5
* Fix bugs introduced by rewrite (in particular, time-based initializationTim Peters2001-01-253-17/+67
* Reworked random.py so that it no longer depends on, and offers all theTim Peters2001-01-253-288/+481
* A \begin{funcdesc} was closed with an \end{methoddesc}.Barry Warsaw2001-01-251-1/+1