| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set the release version and date. | Fred Drake | 2002-01-15 | 1 | -2/+2 |
|
|
| * | Set the release version. | Fred Drake | 2002-01-15 | 1 | -1/+1 |
|
|
| * | Merge in Thomas Heller's typo fix from revision 1.13. | Fred Drake | 2002-01-15 | 1 | -1/+1 |
|
|
| * | Add the GetArgv() docs provided by Dean Draayer in SF patch #496705. | Fred Drake | 2002-01-10 | 1 | -1/+47 |
|
|
| * | Update to the latest version from the trunk. | Fred Drake | 2002-01-10 | 1 | -11/+45 |
|
|
| * | One more copyright date to update. | Fred Drake | 2002-01-10 | 1 | -1/+1 |
|
|
| * | Adjust the instructions for building large file support so that it works | Fred Drake | 2002-01-10 | 1 | -6/+4 |
|
|
| * | Prepare for 2.1.2 release candidate 1. | Fred Drake | 2002-01-10 | 2 | -4/+4 |
|
|
| * | backport Fred's 1.58: | Anthony Baxter | 2002-01-10 | 1 | -0/+13 |
|
|
| * | Do not mask the name of a built-in function in example code. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
|
|
| * | Fix minor typo reported in SF patch #497951. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
|
|
| * | Another name. | Fred Drake | 2001-12-27 | 1 | -0/+1 |
|
|
| * | Added some missing index entries, noted by L. Peter Deutsch. | Fred Drake | 2001-12-27 | 1 | -0/+2 |
|
|
| * | Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are | Fred Drake | 2001-12-27 | 1 | -6/+19 |
|
|
| * | Added another name. | Fred Drake | 2001-12-26 | 1 | -0/+1 |
|
|
| * | Fix wrongly-named formal parameters in three places: begin_y was used twice | Fred Drake | 2001-12-26 | 1 | -76/+75 |
|
|
| * | Fix the erroneous availability annotation for s.makefile() from the last | Fred Drake | 2001-12-22 | 1 | -1/+0 |
|
|
| * | Add notes that fromfd() and s.makefile() are Unix-specific. | Fred Drake | 2001-12-21 | 1 | -8/+11 |
|
|
| * | Remove extraneous "}"; possibly an incorrectly backported patch? | Fred Drake | 2001-12-15 | 1 | -1/+1 |
|
|
| * | Add a links to the gmpy and mxNumber packages. | Fred Drake | 2001-12-15 | 1 | -0/+13 |
|
|
| * | Document that the flag and mode arguments to dumbdbm.open() are ignored. | Fred Drake | 2001-12-07 | 1 | -10/+6 |
|
|
| * | Describe the behavior of the read() method when the list of filenames | Fred Drake | 2001-12-07 | 1 | -0/+18 |
|
|
| * | Document that PyString_FromString() cannot take NULL as a parameter. | Fred Drake | 2001-12-06 | 1 | -1/+2 |
|
|
| * | Update the platform notes for the CGIHTTPServer module; it works on more | Fred Drake | 2001-11-19 | 1 | -3/+3 |
|
|
| * | \ulink is not available on the maintenance branch, so we can't use it. | Fred Drake | 2001-11-02 | 1 | -2/+1 |
|
|
| * | Correct misspelling of "separate" in two places. | Fred Drake | 2001-11-01 | 1 | -2/+2 |
|
|
| * | Typo: NamedNodeList --> NamedNodeMap | Fred Drake | 2001-10-25 | 1 | -1/+1 |
|
|
| * | When describing "import *", add a level of indirection between "*" and the | Fred Drake | 2001-10-24 | 1 | -3/+17 |
|
|
| * | Clarify that the resource module does not attempt to mask platform | Fred Drake | 2001-10-22 | 1 | -1/+3 |
|
|
| * | Add deprecations for profile.HotProfile and profile.OldProfile, since they | Fred Drake | 2001-10-19 | 1 | -0/+4 |
|
|
| * | Remove lines that should never have been checked into this | Fred Drake | 2001-08-09 | 1 | -9/+3 |
|
|
| * | Remove some false statements. | Fred Drake | 2001-07-19 | 1 | -4/+2 |
|
|
| * | Lots of small updates, some long overdue. | Fred Drake | 2001-07-18 | 1 | -24/+35 |
|
|
| * | Bump version number and set the date for the 2.1.1 release. | Fred Drake | 2001-07-18 | 2 | -3/+3 |
|
|
| * | Add a more substantial example startup file for the interactive shell; | Fred Drake | 2001-07-18 | 1 | -7/+44 |
|
|
| * | Revise the description of time.clock() so that it correctly describes the | Fred Drake | 2001-07-16 | 1 | -4/+11 |
|
|
| * | Fix the markup of the caret charater in a couple of places; LaTeX's | Fred Drake | 2001-07-14 | 1 | -2/+2 |
|
|
| * | Add credit for a last-minute fix in the re documentation. | Fred Drake | 2001-07-12 | 1 | -0/+1 |
|
|
| * | Fix return value for m.group() for groups not in the part of the RE that | Fred Drake | 2001-07-12 | 1 | -1/+1 |
|
|
| * | Move the section on concrete numeric objects before the section on | Fred Drake | 2001-07-11 | 1 | -249/+249 |
|
|
| * | Added information about the timeout parameter to the poll() method for | Fred Drake | 2001-07-11 | 1 | -1/+5 |
|
|
| * | Add another name. | Fred Drake | 2001-07-10 | 1 | -0/+1 |
|
|
| * | Corrected the refcount information for PyList_SET_ITEM(). | Fred Drake | 2001-07-10 | 1 | -1/+1 |
|
|
| * | Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), | Fred Drake | 2001-07-10 | 1 | -24/+97 |
|
|
| * | Added descriptions for some modules that previously did not have any | Fred Drake | 2001-07-10 | 1 | -9/+26 |
|
|
| * | Fix for SF bug #436525, reported by Greg Kochanski: | Thomas Wouters | 2001-07-09 | 1 | -2/+2 |
|
|
| * | Explain the exit code for the wait() method, including a reference to | Fred Drake | 2001-07-06 | 1 | -1/+6 |
|
|
| * | The fpectl module does not work on Windows, so remove Windows from the | Fred Drake | 2001-07-05 | 1 | -2/+2 |
|
|
| * | Marked the parameters to Stats.print_*() as optional. | Fred Drake | 2001-07-02 | 1 | -3/+3 |
|
|
| * | Added another name. | Fred Drake | 2001-07-02 | 1 | -0/+1 |
|
|