]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2005-06-03  Anthony Baxterfix object.__divmod__.__doc__
2005-06-03  Michael W.... M-x untabify
2005-06-03  Raymond HettingerUpdate permissions for Birkenfeld.
2005-06-03  Gregory P.... pybsddb 4.3.1, adds support for DB.set_bt_compare datab...
2005-06-02  Andrew M. KuchlingDelete some vestigial code; execution will never reach...
2005-06-02  Andrew M. Kuchling[Bug #1209880] Describe only the True/False return...
2005-06-02  Andrew M. Kuchling[Bug #1193001] Make the notation section use the same...
2005-06-02  Andrew M. Kuchling[Bug #1177831] Exercise (?(id)yes|no) for a group other...
2005-06-02  Andrew M. Kuchling[Bug #1177831] Fix generation of code for GROUPREF_EXIS...
2005-06-02  Hye-Shik ChangPatch #1212117: Add optional attribute st_flags to...
2005-06-02  Neil SchemenauerFix compiler.ast.flatten function so that it works...
2005-06-02  Andrew M. Kuchling[Bug #1152762] Ensure _end_of_line() returns an x-coord...
2005-06-01  Piers Lauderadded GET/SETANNOTATION methods
2005-06-01  Andrew M. Kuchling[Bug #1105706] Use correct name for constant
2005-06-01  Andrew M. Kuchling[Bug #1123268] Fix typo
2005-06-01  Andrew M. Kuchling[Bug #1181939] Remove incorrect text about __init__...
2005-06-01  Andrew M. Kuchling[Bug #1194249] Fix duplicate assignment in example...
2005-06-01  Michael W.... NEWS entry for the patch I checked in last week.
2005-05-31  Raymond HettingerSF bug #1209411: divmod documentation shd reference...
2005-05-31  Raymond HettingerSF bug #1202395: Description of string.lstrip() needs...
2005-05-28  Raymond HettingerAdd permissions for Reinhold Birkenfeld.
2005-05-27  Michael W.... This is my patch:
2005-05-27  Michael W.... Fix test_site to not call open('...', 'wU'), as that...
2005-05-27  Raymond HettingerSF bug #1209671: dict.popitem documentation should...
2005-05-26  Michael W.... Fix:
2005-05-25  Fred Drakefix description of the input range of unichr()
2005-05-25  Fred Drakeupdate documentation on what constitutes a line in...
2005-05-20  Skip MontanaroDisallow opening files with modes 'aU' or 'wU' as speci...
2005-05-20  Jason TishlerPatch #1197318: Cygwin case-sensitive import patch
2005-05-18  Tim PetersWhitespace normalization.
2005-05-16  Skip MontanaroAdd O_SHLOCK & O_EXLOCK. Closes patch #1103951.
2005-05-15  Armin RigoFixed a quite misleading comment: a "not" should not...
2005-05-15  Armin RigoThis test relied on short-circuiting details of dictobj...
2005-05-14  Skip MontanaroAdd better datetime support to xmlrpclib module. Close...
2005-05-14  Raymond HettingerSF patch #1200051: Small optimization for PyDict_Merge()
2005-05-14  Raymond HettingerSF bug #1201807: Glossary listing bug
2005-05-12  Skip Montanarocredit source of idea for recent doc changes
2005-05-12  Skip MontanaroIncorporate a lightly edited version of the SocketServe...
2005-05-10  Kurt B. KaiserImprove subprocess link error notification
2005-05-10  Raymond HettingerSF bug #1193890: calendar.weekheader not found in...
2005-05-05  Kurt B. KaiserUse Queue's blocking feature instead of sleeping in...
2005-05-04  Michael W.... Don't use 'is not' to compare strings.
2005-04-30  Raymond HettingerUpdate Paul Prescod's permissions.
2005-04-30  Raymond HettingerSF patch #1191489: Simplify logic in random.py
2005-04-30  Brett CannonFix error in a docstring where a single quote started...
2005-04-30  Guido van RossumFixed a typo in docstring I happened upon.
2005-04-28  Raymond HettingerSF bug #1190451: 6.9 First sentence is confusing
2005-04-27  Michael W.... Fix
2005-04-26  Raymond HettingerFix typo.
2005-04-26  Brett CannonMake subclasses of int, long, complex, float, and unico...
2005-04-25  Martin v. LöwisMake parse_makefile fallback to environment variables...
2005-04-24  Brett CannonIntroduced EXTRA_CFLAGS as an environment variable...
2005-04-21  Walter DörwaldUpdate test to the current readline() behaviour.
2005-04-21  Walter DörwaldFix comment.
2005-04-21  Walter DörwaldIf the data read from the bytestream in readline()...
2005-04-20  Brett CannonClarify usage of OPT by noting that if it is set the...
2005-04-20  Barry WarsawFix tests dependent on the exception raised by non...
2005-04-20  Tim PetersWhitespace normalization.
2005-04-19  Barry WarsawAs per discussion on python-dev, descriptors defined...
2005-04-19  Brett CannonAdd a line explaining what env var to use to set the...
2005-04-19  Raymond HettingerCorrect swapped descriptions of empty string splits.
2005-04-18  Michael W.... Fix:
2005-04-17  Jack JansenUpdated to work with current Python docs setup, and...
2005-04-15  Brett CannonFix building of spwd; was incorrectly checking for...
2005-04-15  Raymond HettingerSF bug #1183742: PyDict_Copy() can return non-NULL...
2005-04-15  Anthony Baxtertypo fix, thanks Jeremy Sanders
2005-04-14  Walter DörwaldSF patch #1180062 by George Yoshida:
2005-04-13  Raymond HettingerUpdate permissions for Finn Bock.
2005-04-13  Fred Drakeget_method() returns a method name, not take it as...
2005-04-12  Hye-Shik ChangFix HTTP method handler example so that method names...
2005-04-11  Raymond HettingerUpdate permissions for Eric Price.
2005-04-11  Raymond HettingerSF bug #1180392: StringIO's docs should mention overwri...
2005-04-10  Raymond HettingerSF bug #1179957: Missing def'n of equality for set...
2005-04-10  Raymond HettingerUpdate status for Irme de Jong.
2005-04-10  Raymond HettingerSF patch 1179503: Fix typos in rpc.py
2005-04-09  Andrew M. KuchlingFill out one section
2005-04-09  Andrew M. KuchlingAdd more text
2005-04-09  Raymond Hettinger* Fix error in definition of Im() which returned self...
2005-04-09  Martin v. LöwisPatch #1177597: Fix various bugs in Demo/classes/Comple...
2005-04-09  Martin v. LöwisPatch #1177597: Correct various bugs, add comments.
2005-04-09  Brett CannonAdd grammar change for allowing ``class B(): pass`...
2005-04-09  Brett CannonFlush out support for ``class B(): pass`` syntax by...
2005-04-09  Brett CannonAdd test for ``class B1(): pass``.
2005-04-08  Raymond HettingerRecord removal of permissions for Charles Waldman.
2005-04-08  Tim PetersAdd ESR info.
2005-04-08  Raymond HettingerRecord a drop request by Ken Manheimer.
2005-04-08  Raymond HettingerRecord a drop request by Moshe Zadka.
2005-04-08  Tim Peterstest_default_encoding_issues(): Fully restore sys...
2005-04-08  Tim PetersInfo about Eric Price.
2005-04-08  Raymond HettingerUpdate permissions log for Reedy, Holden, Haring, and...
2005-04-07  Michael W.... In a threads-disabled build, typing Ctrl-C into a raw_i...
2005-04-07  Raymond HettingerSF bug #1178269 Clarify when isMappingType/isSequenceTy...
2005-04-07  Raymond HettingerSF bug #1178255: 256 should read 255 in operator module...
2005-04-06  Michael W.... Make that a C, not a C++, comment.
2005-04-06  Michael W.... Add a comment explaining the import of longintrepr.h.
2005-04-06  Tim PetersBy popular demand from Linux-heads(!), renamed develope...
2005-04-05  Raymond HettingerBegin a log of developer permissions.
2005-04-05  Raymond HettingerSF bug #1168983: ftplib.py string index out of range
2005-04-04  Walter DörwaldFix typos.
2005-04-04  Walter DörwaldFix for SF bug #1175396: readline() will now read one...
next