| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470 | Tim Peters | 2001-01-27 | 2 | -0/+2 |
|
|
* | Added news about repr(string). | Tim Peters | 2001-01-27 | 1 | -0/+8 |
|
|
* | Bug #129904: Put back the path component for the Tkinter modules | Andrew M. Kuchling | 2001-01-27 | 1 | -0/+3 |
|
|
* | New comment block to Clarify a subtlety. | Tim Peters | 2001-01-26 | 1 | -1/+5 |
|
|
* | Farewell setup.cfg.in, we hardly knew ye. We need to use command-line | Andrew M. Kuchling | 2001-01-26 | 1 | -3/+0 |
|
|
* | Removed setup.cfg from the list of generated files | Andrew M. Kuchling | 2001-01-26 | 2 | -8/+8 |
|
|
* | Remaining single-line change from patch #102409: to install shared modules, | Andrew M. Kuchling | 2001-01-26 | 1 | -16/+10 |
|
|
* | - Edit the QNX instructions to refer to Makefile, not Modules/Makefile. | Neil Schemenauer | 2001-01-26 | 1 | -2/+2 |
|
|
* | Remove unused import of 'string' | Andrew M. Kuchling | 2001-01-26 | 1 | -1/+6 |
|
|
* | Fix a number of typos found by Guido. | Fred Drake | 2001-01-26 | 1 | -4/+4 |
|
|
* | Massively improved documentation for string formatting operations, | Fred Drake | 2001-01-26 | 1 | -40/+109 |
|
|
* | Patch #103052: Restore non-cyclic operation of pulldom.PullDOM | Martin v. Löwis | 2001-01-26 | 1 | -49/+38 |
|
|
* | Be extra careful with linking against libtermcap. This is now only done | Marc-André Lemburg | 2001-01-26 | 1 | -2/+7 |
|
|
* | Fixed setup.py to allow: | Marc-André Lemburg | 2001-01-26 | 1 | -0/+10 |
|
|
* | Added an execution layer to be able to customize per-extension | Marc-André Lemburg | 2001-01-26 | 1 | -91/+92 |
|
|
* | unnecessary semicolon | Jeremy Hylton | 2001-01-26 | 1 | -1/+1 |
|
|
* | unnecessary semicolon | Jeremy Hylton | 2001-01-26 | 1 | -1/+1 |
|
|
* | Got waste to work for Carbon. | Jack Jansen | 2001-01-26 | 2 | -1/+1 |
|
|
* | - Use PY_CFLAGS when compile modules that will be part of the interpreter. | Neil Schemenauer | 2001-01-26 | 1 | -3/+5 |
|
|
* | - LIBRARY is now a SUBST variable. | Neil Schemenauer | 2001-01-26 | 1 | -17/+36 |
|
|
* | The usual. | Neil Schemenauer | 2001-01-26 | 1 | -353/+376 |
|
|
* | - Add CFLAGSFORSHARED variable. configure sets this to CCSHARED if LDLIBRARY | Neil Schemenauer | 2001-01-26 | 1 | -32/+25 |
|
|
* | Typo: coplete --> complete | Fred Drake | 2001-01-26 | 1 | -1/+1 |
|
|
* | The combo of getstate/setstate/jumpahead is very powerful, but needs | Tim Peters | 2001-01-26 | 2 | -8/+93 |
|
|
* | SF bug 130030: Claim of bad betavariate algorithm. | Tim Peters | 2001-01-26 | 2 | -7/+21 |
|
|
* | Teach Windows build about new cellobject.c. | Tim Peters | 2001-01-26 | 1 | -0/+15 |
|
|
* | The addition of new parameters to functions in the Python/C API requires | Fred Drake | 2001-01-25 | 1 | -2/+5 |
|
|
* | Correct one-line typo, reported by yole @ SF, bug 130077. | Guido van Rossum | 2001-01-25 | 1 | -1/+1 |
|
|
* | Fix arguments for PyFrame_New(). The previous checkin used the wrong | Jeremy Hylton | 2001-01-25 | 1 | -1/+0 |
|
|
* | New info in beep() docstring. | Tim Peters | 2001-01-25 | 1 | -1/+4 |
|
|
* | Cosmetic changes after some sleep; no change in semantics. | Tim Peters | 2001-01-25 | 1 | -64/+82 |
|
|
* | Better error message when non-dictionary received for **kwarg | Jeremy Hylton | 2001-01-25 | 1 | -2/+7 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 3 | -1/+18 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 2 | -0/+262 |
|
|
* | In subst_vars(), change the name of the argument from str to s to | Jeremy Hylton | 2001-01-25 | 1 | -2/+2 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -1/+15 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 2 | -4/+13 |
|
|
* | Make module objects from Setup depend on Python.h headers. | Neil Schemenauer | 2001-01-25 | 1 | -2/+4 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 10 | -338/+929 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 4 | -0/+145 |
|
|
* | ucnhash module has gone, xreadlines module added. | Jack Jansen | 2001-01-25 | 3 | -0/+0 |
|
|
* | Add bzip2 archives back to the set of generated archives; we had way too | Fred Drake | 2001-01-25 | 1 | -3/+3 |
|
|
* | Removed references to Python 1.5.3; that was a "tentative" number I used | Fred Drake | 2001-01-25 | 3 | -9/+7 |
|
|
* | Update link to LaTeX2HTML web site. | Fred Drake | 2001-01-25 | 1 | -2/+1 |
|
|
* | add extra tests to verify that co_varnames is being set up properly | Jeremy Hylton | 2001-01-25 | 2 | -24/+23 |
|
|
* | Fix bug reported by Ka-Ping Yee: The compiler botched parsing function | Jeremy Hylton | 2001-01-25 | 1 | -12/+15 |
|
|
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 12 | -1918/+0 |
|
|
* | ucnhash module has gone, xreadlines module added. | Jack Jansen | 2001-01-25 | 1 | -6/+2 |
|
|
* | added a few more __all__ lists | Skip Montanaro | 2001-01-25 | 4 | -8/+16 |
|
|
* | fail more completely by deleting dbhash from sys.modules if bsddb can't be | Skip Montanaro | 2001-01-25 | 1 | -1/+7 |
|
|