]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2003-01-12  Neal NorwitzBackport last change:
2003-01-11  Raymond HettingerSince the WH generator never produced zero, it wasn...
2003-01-10  Neal NorwitzSF #659228, fix realpath() not being exported from...
2003-01-10  Neal NorwitzBackport for SF # 659228, 'realpath' function missing...
2003-01-10  Neal NorwitzFix for SF #639945, 64-bit bug on AIX when loading...
2003-01-10  Neal NorwitzBackport 2.12: Fix for SF #639945, 64-bit bug on AIX...
2003-01-10  Neal Norwitzbackport:
2003-01-08  Steve HoldenRetrospectively fix code to handle IE's additional...
2003-01-07  Guido van RossumWent through the CVS logs for 2.2 and recorded all...
2003-01-07  Guido van RossumSabotage rexec.py and Bastion.py. These are not secure...
2003-01-07  Guido van RossumBackport typeobject.c revision 2.201 plus associated...
2003-01-07  Guido van RossumBackport typeobject.c revision 2.201 plus associated...
2003-01-07  Guido van RossumBackport 2.58 from trunk (minus the cleanup):
2003-01-06  Fred DrakeStrike any hint that from-import-* could ever be reason...
2003-01-04  Raymond HettingerCorrect long standing bugs in the methods for random...
2003-01-02  Raymond HettingerBackport MAL's patch for bug #659709: bogus computation...
2003-01-02  Fred DrakeDocument that apply() is deprecated. See:
2002-12-29  Raymond HettingerSF Bug 645777: list.extend() works with any iterable...
2002-12-24  Neal NorwitzAdd test for SF #658106. Will backport.
2002-12-24  Michael W.... Sort out indentatoin (don't know how that happened).
2002-12-24  Neal NorwitzFix SF #658106, Setting __class__ to NoneType
2002-12-24  Michael W.... *cough* repair utterly broken stuff from my last check...
2002-12-23  Tim PetersBackporting a small part of the socket.py changes from...
2002-12-16  Raymond HettingerBackport documentation of left-to-right evaluation...
2002-12-16  Guido van Rossumtry_3way_compare() was returning -1 in one case where...
2002-12-07  Fred DrakeRevise the __all__ index entry a touch.
2002-12-07  Raymond HettingerFix typo in abstract.c which caused __rpow__ to not...
2002-12-07  Raymond HettingerAdd __all__ to Reference Manual index.
2002-12-07  Tim PetersBackport from head.
2002-12-06  Fred DrakeRemove extra ")" in example.
2002-12-06  Fred DrakeTypo: "dead lock" --> "deadlock"
2002-12-06  Michael W.... Fix bugs:
2002-12-06  Walter DörwaldBackport version 1.21:
2002-12-03  Fred DrakeFix problem in example code. It's minor in this partic...
2002-12-03  Fred DrakeFix example regular expressions that simulate scanf...
2002-12-02  Neal NorwitzFix SF # 646578, Documentation Typo
2002-12-02  Neal NorwitzRemove unused variable
2002-11-27  Andrew M. KuchlingUpdate 2.2 document
2002-11-27  Fred DrakeClarify the interpretation of the __getstate__() return...
2002-11-26  Fred DrakeAdd missing dependency information for the "What's...
2002-11-26  Michael W.... Backport my (!) revision 1.50:
2002-11-22  Neal NorwitzFix SF # 640557, '64-bit' systems and the dbm module
2002-11-20  Neal NorwitzBackport fix for SF #640094, on win32 getpass runs...
2002-11-20  Andrew M. KuchlingBackport rev. 1.14:
2002-11-20  Andrew M. KuchlingBackport of rev1.57:
2002-11-20  Neal NorwitzBackport Neil Schemenauer's fix for SF #529750,
2002-11-19  Guido van RossumAdd more names to ok_sys_names, including hexversion...
2002-11-16  Fred DrakeNote that str.zfill() and the optional argument to...
2002-11-15  Neal NorwitzSF 639138, Ref. calendar module in time docs
2002-11-15  Martin v. LöwisExplain what to do in case of missing shared libraries...
2002-11-14  Fred DrakeThe "Up" link should point to index.html, not ./, since...
2002-11-14  Neal NorwitzUpdate the docstring to match the code.
2002-11-14  Neal NorwitzFix SF # 505427, socket module fails to build on HPUX10
2002-11-13  Fred DrakeDocument struct_time and the field names.
2002-11-13  Fred DrakeAdd \funcline, \funclineni, and \methodlineni to the...
2002-11-13  Fred DrakeFix broken markup.
2002-11-13  Fred DrakeTypo: it's --> its
2002-11-13  Fred DrakeUpdate: Older versions of Python crashed when calling...
2002-11-13  Fred DrakeClarify that PyImport_AddModule() and PyImport_ExecCode...
2002-11-12  Fred DrakeClarified meaning of \w and \W with respect to the...
2002-11-12  Neal NorwitzSF # 627900, Bytecode copy bug in freeze
2002-11-12  Fred DrakeHandle the Content-Type header a little more appropriat...
2002-11-12  Fred DrakeClarified documentation of tempnam().
2002-11-12  Andrew M. KuchlingCommit version 1.02 (CVS revision 1.59) of whatsnew22...
2002-11-09  Martin v. LöwisSearch for tix subdirectories. Fixes #564729.
2002-11-08  Martin v. LöwisMake strip work as documented.
2002-11-08  Fred DrakeFix typo only present in the r22-maint branch.
2002-11-08  Raymond HettingerClarify what it means to require Python 1.5.2.
2002-11-07  Neal NorwitzBackport 1.72:
2002-11-07  Neal NorwitzBackport 1.72:
2002-11-07  Neal NorwitzBackport 2.173:
2002-11-06  Finn BockBackport 1.6->1.7: Skip the test_nocaret test when...
2002-11-06  Finn BockBackport 1.8->1.9: Make the test pass for jython where...
2002-11-05  Fred DrakeMinor cleanups, markup.
2002-11-05  Fred DrakeFix minor markup nits.
2002-11-05  Raymond HettingerSF 633560: tokenize.__all__ needs "generate_tokens"
2002-11-04  Neal NorwitzBackport last checkin:
2002-11-04  Fred DrakeUpdate config.h to pyconfig.h and config.h.in to pyconf...
2002-11-04  Andrew M. KuchlingBackport to 2.2: [Bug #570655] Fix misleading option...
2002-11-03  Martin v. LöwisSupport @euro modifiers. Fixes #554676.
2002-11-03  Neal NorwitzFix SF #632864, Typo string instead of sting in LibDoc.
2002-11-03  Neal NorwitzFix SF # 518775, buffer object API description truncated
2002-11-03  Neal NorwitzFix SF # 631066, running regrtest in user mode fails
2002-11-03  Neal NorwitzFix SF #618146, overflow error in calendar module
2002-11-01  Fred DrakeUpdate example for the type() function to use the curre...
2002-11-01  Finn BockPatch #631972: Adds an is_jython flag.
2002-10-30  Fred DrakeAdd notes to the asctime() and ctime() descriptions...
2002-10-30  Raymond HettingerAdded missing names to __all__.
2002-10-30  Raymond HettingerPatrick K. O'Brien noticed that kwlist was missing...
2002-10-29  Jack JansenFiles used for MacPython 2.2.2 distribution.
2002-10-29  Jack JansenAdded a few printfs in case of unexpected situations...
2002-10-29  Jack JansenStop-gap to forestall test_email failing in MacPython...
2002-10-29  Jack JansenThe previous patch needed a little massaging for 2.2.
2002-10-29  Jack JansenFixed silly typo in previous fix. Needs to be ported...
2002-10-28  Fred DrakeChapter titles that get split over multiple lines in...
2002-10-26  Raymond HettingerClarify packages in tutorial. Closes SF bug #616211.
2002-10-25  Jack JansenBackport of 1.25:
2002-10-25  Jack JansenBackport of 1.5:
2002-10-25  Fred Drake- The "-" format flag overrides the "0" flag, not the...
2002-10-24  Fred DrakeCorrect the description of PyErr_Restore().
next