| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
|
|
| * | Update to reflect Python 2.1.1 release planning. | Fred Drake | 2001-07-02 | 2 | -2/+2 |
|
|
| * | Use the more conventional "self" as the name of the self parameter in an | Fred Drake | 2001-06-29 | 1 | -1/+1 |
|
|
| * | Correct a markup error for an accented character. | Fred Drake | 2001-06-29 | 1 | -1/+1 |
|
|
| * | Removed some stray periods, and fix up a number of visible markup | Fred Drake | 2001-06-29 | 1 | -20/+22 |
|
|
| * | Another name. | Fred Drake | 2001-06-29 | 1 | -0/+1 |
|
|
| * | SourceForge bug #437041: | Fred Drake | 2001-06-29 | 1 | -8/+8 |
|
|
| * | Another name. | Fred Drake | 2001-06-29 | 1 | -0/+1 |
|
|
| * | Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: | Fred Drake | 2001-06-29 | 1 | -4/+1 |
|
|
| * | Backport Martin's checkin 1.4 (with minor fix): | Thomas Wouters | 2001-06-27 | 1 | -1/+1 |
|
|
| * | Backport Fred's checkin 1.3: | Thomas Wouters | 2001-06-27 | 1 | -1/+9 |
|
|
| * | Updated link to zlib's home page. | Fred Drake | 2001-06-25 | 1 | -3/+2 |
|
|
| * | Re-organize a little, clean up some markup. | Fred Drake | 2001-06-22 | 1 | -52/+73 |
|
|
| * | Corrected an error in the information on supporting weak references in | Fred Drake | 2001-06-22 | 1 | -9/+7 |
|
|
| * | Adjust to understand use of either single- or double-quotes to quote | Fred Drake | 2001-06-22 | 1 | -20/+23 |
|
|
| * | Fix & clean up the information about building Python with large file support | Fred Drake | 2001-06-22 | 1 | -4/+3 |
|
|
| * | Separate the version number and release status information. | Fred Drake | 2001-06-22 | 1 | -1/+2 |
|
|
| * | Add support for the classdesc* environment and the \releaseinfo and | Fred Drake | 2001-06-22 | 3 | -4/+38 |
|
|
| * | Properly mark the availability of tempnam() and tmpnam(). | Fred Drake | 2001-06-22 | 1 | -0/+3 |
|
|
| * | Added documentation for PyErr_SetFromErrnoWithFilename(). | Fred Drake | 2001-06-21 | 1 | -0/+10 |
|
|
| * | Adjust the documents so that the copyright is at the front of the documents | Fred Drake | 2001-06-21 | 7 | -96/+20 |
|
|
| * | Make sure 2.1.1 takes its proper place in the history of Python licenses. | Fred Drake | 2001-06-21 | 1 | -4/+4 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-06-21 | 1 | -0/+259 |
|
|
| * | Fix an improperly placed comma. | Fred Drake | 2001-06-14 | 1 | -1/+1 |
|
|
| * | Add the appropriate availability annotations for the popen*() family of | Fred Drake | 2001-06-11 | 1 | -4/+7 |
|
|
| * | Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added | Fred Drake | 2001-06-11 | 1 | -3/+11 |
|
|
| * | Merge in recent changes from development branch: add warning about being | Fred Drake | 2001-06-11 | 1 | -0/+11 |
|
|
| * | Typo: "descrition" --> "description" | Fred Drake | 2001-06-06 | 1 | -3/+10 |
|
|
| * | Add references to the documentation for the Python documentation markup. | Fred Drake | 2001-06-06 | 2 | -0/+14 |
|
|
| * | Update a "Programmer's note" about lambda forms and scoping to reflect | Fred Drake | 2001-06-05 | 1 | -5/+19 |
|
|
| * | is -> if in rename description | Skip Montanaro | 2001-06-04 | 1 | -1/+1 |
|
|
| * | Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). | Fred Drake | 2001-06-03 | 1 | -2/+7 |
|
|