]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-07-29  Jack JansenThese demos didn't know the difference between dialogs...
2001-07-29  Jack JansenIf you double-click a file with creator Pyth but owner...
2001-07-27  Jack JansenProgressBar crashed when you tried to drag it. (importe...
2001-07-26  Jack JansenRemoved note that this is the first active installer...
2001-07-26  Jack JansenFiles used for 2.1.1c2 distribution.
2001-07-26  Jack JansenFSRef support gone for classic builds.
2001-07-26  Jack JansenTemporarily disabled FSRef support for non-Carbon build...
2001-07-25  Jack JansenPut 1.7 fix in maintainance branch (removed erronuous...
2001-07-22  Jack JansenFiles used for 2.1.1c1 distribution.
2001-07-20  cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.1.1
2001-07-20  Guido van RossumFix showstopper SF bug #442983: use of site.addsitedir...
2001-07-20  Thomas WoutersBackport Piers Lauder's checkin 1.30:
2001-07-20  Tim PetersRemove the TENTATIVE marker from the 2.1.1 Windows...
2001-07-19  Jack JansenConverted the project to CW6 (it hadn't been compiled
2001-07-19  Thomas WoutersUpdated news for 2.1.1-final.
2001-07-19  Thomas WoutersRevert the previous two changes, unsetting PYTHONHOME...
2001-07-19  Thomas WoutersMerge from the trunk... just contains bugfixes, accordi...
2001-07-19  Thomas WoutersBackport Jack's checkin 1.35 and Guido's checkin 1.36:
2001-07-19  Thomas WoutersBackport of AMK's checkin 1.34 and Guido's checkin...
2001-07-19  Thomas WoutersBackport Guido's checkin 1.3:
2001-07-19  Thomas WoutersBackport of Jack's checkin 1.117:
2001-07-19  Thomas WoutersAvoid the use of 'unset', which isn't available on...
2001-07-19  Fred DrakeRemove some false statements.
2001-07-19  Fred DrakeRemove some false comments.
2001-07-18  Skip Montanarothis closes patches item 429136 and brings the release2...
2001-07-18  Jack JansenUpdated for 2.1.1. Just should check whether anything...
2001-07-18  Jack JansenUpdated for 2.1.1.
2001-07-18  Jack JansenFirst set of changes for 2.1.1. MacPython builds and
2001-07-18  Jack JansenIf Python doesn't have a Unicode codec for the current...
2001-07-18  cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-07-18  Fred DrakeLots of small updates, some long overdue.
2001-07-18  Guido van RossumI think it's good to be explicit about the version...
2001-07-18  Guido van RossumUpdate the version to the final 2.1.1.
2001-07-18  Fred DrakeBump version number and set the date for the 2.1.1...
2001-07-18  Fred DrakeAdd a more substantial example startup file for the...
2001-07-16  Thomas WoutersBackport of AMK's checkins of configure.in (1.228)...
2001-07-16  Thomas WoutersBackport of AMK's checkin 2.52:
2001-07-16  Thomas WoutersBackport AMK's checkin 1.42:
2001-07-16  Thomas WoutersFix SF #441664: Python crash on del of a slice of a...
2001-07-16  Fred DrakeRevise the description of time.clock() so that it corre...
2001-07-14  Tim PetersPrepare Windows build for 2.1.1 final (buildno and...
2001-07-14  Fred DrakeFix the markup of the caret charater in a couple of...
2001-07-13  Guido van RossumArgh. Somehow the header for the BEOPEN license had...
2001-07-13  cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.1.1c1
2001-07-13  Thomas WoutersExpand the blob on Solaris to mention passing '-Xc...
2001-07-12  Fred DrakeAdd credit for a last-minute fix in the re documentation.
2001-07-12  Fred DrakeFix return value for m.group() for groups not in the...
2001-07-12  Thomas WoutersPreliminary NEWS entry for 2.1.1c1
2001-07-12  Thomas WoutersNet result of Tim's checkins 2.28 through 2.31:
2001-07-12  Thomas WoutersBackport Tim's checkin 1.9:
2001-07-12  Thomas WoutersBackport Tim's checkin 1.7:
2001-07-11  Thomas WoutersRe-do the broken-nice() patch to break less platforms...
2001-07-11  Fred DrakeMove the section on concrete numeric objects before...
2001-07-11  Fred DrakeAdded information about the timeout parameter to the...
2001-07-11  Thomas WoutersPatch #439995 (slightly modified from the uploaded...
2001-07-11  Thomas WoutersBackport of Guido's checkins of acconfig.h (1.50),...
2001-07-11  Thomas WoutersBackport of the socketserver test, including output...
2001-07-11  cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-07-11  Thomas WoutersBackport of Guido's checkin 1.25:
2001-07-11  Thomas WoutersBackport of Tim's checkin 2.178:
2001-07-11  Thomas WoutersBackport Tim's checkin 1.17:
2001-07-10  Fred DrakeAdd another name.
2001-07-10  Fred DrakeCorrected the refcount information for PyList_SET_ITEM().
2001-07-10  Fred DrakeDocument PyObject_New(), PyObject_NewVar(), PyObject_In...
2001-07-10  Fred DrakeAdded descriptions for some modules that previously...
2001-07-09  Thomas WoutersFix for SF bug #436525, reported by Greg Kochanski:
2001-07-06  Tim PetersSF bug #439104: Tuple richcompares has code-typo.
2001-07-06  Fred DrakeWhen reading a continuation line, make sure we still...
2001-07-06  Fred DrakeExplain the exit code for the wait() method, including...
2001-07-05  Fred DrakeThe fpectl module does not work on Windows, so remove...
2001-07-05  Fred DrakeAllow underscores in tag names and quote characters...
2001-07-04  Fred DrakeOnly write out one blank line before the request data.
2001-07-02  Fred DrakeMarked the parameters to Stats.print_*() as optional.
2001-07-02  Fred DrakeAvoid using os.path.normcase() on sys.path elements...
2001-07-02  Fred DrakeAdded another name.
2001-07-02  Fred DrakeUpdate to reflect Python 2.1.1 release planning.
2001-07-02  Tim Peters2.1.1c1 WIndows fiddling, plus patchlevel.h.
2001-06-29  Fred DrakeUse the more conventional "self" as the name of the...
2001-06-29  Fred DrakeCorrect a markup error for an accented character.
2001-06-29  Fred DrakeRemoved some stray periods, and fix up a number of...
2001-06-29  Fred DrakeAnother name.
2001-06-29  Fred DrakeSourceForge bug #437041:
2001-06-29  Fred DrakeAnother name.
2001-06-29  Fred DrakeSimplify an example based on comment from Thomas Holens...
2001-06-27  Thomas WoutersBackport Tim's checkin 1.12:
2001-06-27  Thomas WoutersBackport of Tim's checkin 1.35:
2001-06-27  Thomas WoutersBackport of Tim's checkin 2.57:
2001-06-27  Thomas WoutersBackport Tim's checkin 2.247:
2001-06-27  Thomas WoutersSet PYTHONHOMEHELP to 2.1
2001-06-27  Thomas WoutersBackport Tim's checkin 1.26 (patch probably by Michael...
2001-06-27  Thomas WoutersBackport Tim's checkin 2.201:
2001-06-27  Thomas WoutersBackport Tim's checkin 1.20:
2001-06-27  Thomas WoutersBackport Tim's checkin 1.97:
2001-06-27  Thomas WoutersBackport Martin's checkin 2.16:
2001-06-27  Thomas WoutersBackport Martin's checkin 1.4 (with minor fix):
2001-06-27  Thomas WoutersBackport Martin's checkin 1.6:
2001-06-27  Thomas WoutersBackport Guido's checkin 1.4:
2001-06-27  Thomas WoutersBackport Fred's checkin 2.51:
2001-06-27  Thomas WoutersBackport Jeremy's checkin 2.57:
2001-06-27  Thomas WoutersBackport Jeremy's checkin 2.244:
next