]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2005-06-08  Anthony Baxterfix broken (unexecuted) test
2005-06-08  Anthony BaxterTools/scripts/reindent.py _is_ your friend
2005-06-08  Skip MontanaroTweak note about using os.open to lock files if O_SHLOC...
2005-06-07  Andrew M. Kuchling[Bug #1172763] dumbdbm uses eval() on lines, so it...
2005-06-07  Raymond HettingerMinor namespace clean-up.
2005-06-07  Andrew M. Kuchling[Bug #1170422] Use correct option name
2005-06-07  Raymond HettingerAdd a decimal FAQ
2005-06-06  Gregory P.... fix more Errors (not Failures) when run using BerkeleyD...
2005-06-06  Gregory P.... fix Errors (not Failures) in test cases when running...
2005-06-06  Gregory P.... change set_bt_compare() callback comparison function...
2005-06-06  Gregory P.... make the tests that expect uncatchable exceptions from...
2005-06-06  Gregory P.... additional sanity check. secondaryDB cannot be closed.
2005-06-06  Gregory P.... test case for pybsddb SF bug id 1215432
2005-06-06  Gregory P.... fixes pybsddb SF bug id 1215432. DB.associate() would...
2005-06-06  Gregory P.... test DB.associate using transactions. somewhat related...
2005-06-05  Vinay SajipDocumentation clarified re. config socket listener...
2005-06-05  Georg BrandlBug #1184380: extending&embedding example broken
2005-06-04  Skip MontanaroFix missing assignments of marshal.load() values. ...
2005-06-04  Georg BrandlBug #1210001: typo in email doc
2005-06-04  Georg BrandlBug #1196315: fix weakref.WeakValueDictionary constructor.
2005-06-04  Hye-Shik ChangCorrect URL to the official UnicodeData 3.2.0 resource...
2005-06-04  Gregory P.... pybsddb 4.3.2:
2005-06-03  Tim PetersWhitespace normalization.
2005-06-03  Georg BrandlBug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
2005-06-03  Michael W.... Fix a couple of crashing-on-malformed data marshal...
2005-06-03  Anthony Baxter[ 1197218 ] test_locale fix on modern linux
2005-06-03  Michael W.... This is my patch:
2005-06-03  Georg BrandlBug #1213894: os.path.realpath didn't resolve symlinks...
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...
next