| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
|
|
| * | Backport of AMK's checkins of configure.in (1.228), config.h.in (2.101) and | Thomas Wouters | 2001-07-16 | 3 | -3/+6 |
|
|
| * | Backport of AMK's checkin 2.52: | Thomas Wouters | 2001-07-16 | 1 | -1/+3 |
|
|
| * | Backport AMK's checkin 1.42: | Thomas Wouters | 2001-07-16 | 1 | -1/+2 |
|
|
| * | Fix SF #441664: Python crash on del of a slice of a mmap | Thomas Wouters | 2001-07-16 | 1 | -0/+10 |
|
|
| * | Revise the description of time.clock() so that it correctly describes the | Fred Drake | 2001-07-16 | 1 | -4/+11 |
|
|
| * | Prepare Windows build for 2.1.1 final (buildno and installer screens). | Tim Peters | 2001-07-14 | 3 | -5/+5 |
|
|
| * | Fix the markup of the caret charater in a couple of places; LaTeX's | Fred Drake | 2001-07-14 | 1 | -2/+2 |
|
|
| * | Argh. Somehow the header for the BEOPEN license had 2.1.1 in it. | Guido van Rossum | 2001-07-13 | 1 | -1/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create tag 'r211c1'.v2.1.1c1 | cvs2svn | 2001-07-13 | 1 | -0/+1 |
|
|
| * | Expand the blob on Solaris to mention passing '-Xc' to compile Python | Thomas Wouters | 2001-07-13 | 1 | -5/+6 |
|
|
| * | 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 |
|
|
| * | Preliminary NEWS entry for 2.1.1c1 | Thomas Wouters | 2001-07-12 | 1 | -0/+69 |
|
|
| * | Net result of Tim's checkins 2.28 through 2.31: | Thomas Wouters | 2001-07-12 | 1 | -12/+18 |
|
|
| * | Backport Tim's checkin 1.9: | Thomas Wouters | 2001-07-12 | 1 | -4/+4 |
|
|
| * | Backport Tim's checkin 1.7: | Thomas Wouters | 2001-07-12 | 1 | -1/+1 |
|
|
| * | Re-do the broken-nice() patch to break less platforms. Hopefully none :P | Thomas Wouters | 2001-07-11 | 5 | -9/+86 |
|
|
| * | 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 |
|
|
| * | Patch #439995 (slightly modified from the uploaded version): | Thomas Wouters | 2001-07-11 | 4 | -4/+24 |
|
|
| * | Backport of Guido's checkins of acconfig.h (1.50), configure.in (1.224) and | Thomas Wouters | 2001-07-11 | 5 | -262/+331 |
|
|
| * | Backport of the socketserver test, including output file (which is still | Thomas Wouters | 2001-07-11 | 1 | -0/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-07-11 | 16 | -0/+6784 |
|
|
| * | Backport of Guido's checkin 1.25: | Thomas Wouters | 2001-07-11 | 1 | -6/+15 |
|
|
| * | Backport of Tim's checkin 2.178: | Thomas Wouters | 2001-07-11 | 1 | -11/+28 |
|
|
| * | Backport Tim's checkin 1.17: | Thomas Wouters | 2001-07-11 | 1 | -1/+1 |
|
|
| * | 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 |
|
|
| * | SF bug #439104: Tuple richcompares has code-typo. | Tim Peters | 2001-07-06 | 2 | -2/+2 |
|
|
| * | When reading a continuation line, make sure we still use the transformed | Fred Drake | 2001-07-06 | 2 | -1/+9 |
|
|
| * | 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 |
|
|
| * | Allow underscores in tag names and quote characters in unquoted attribute | Fred Drake | 2001-07-05 | 1 | -2/+2 |
|
|
| * | Only write out one blank line before the request data. | Fred Drake | 2001-07-04 | 2 | -3/+3 |
|
|
| * | Marked the parameters to Stats.print_*() as optional. | Fred Drake | 2001-07-02 | 1 | -3/+3 |
|
|
| * | Avoid using os.path.normcase() on sys.path elements; doing so causes paths | Fred Drake | 2001-07-02 | 1 | -19/+22 |
|
|
| * | 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 |
|
|
| * | 2.1.1c1 WIndows fiddling, plus patchlevel.h. | Tim Peters | 2001-07-02 | 4 | -7/+11 |
|
|
| * | 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 |
|
|