]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-06-14  Georg BrandlBug #1117556: SimpleHTTPServer now tries to find and...
2006-06-14  Georg BrandlBug #1153163: describe __add__ vs __radd__ behavior...
2006-06-14  Georg BrandlBug #1501122: mention __gt__ &co in description of...
2006-06-14  Georg BrandlBug #1339007: Shelf objects now don't raise an exceptio...
2006-06-13  Brett CannonClassic class that defined ``def __coerce__(self, other...
2006-06-10  Tim PetersMerge rev 46840 from trunk.
2006-06-10  Fred Drakecredit for SF patch #1303595
2006-06-10  Fred DrakeSF patch #1303595: improve description of __builtins__...
2006-06-10  Skip Montanarobackport wording fix
2006-06-10  Martin v. LöwisAdd build\\python.exe to the list of programs to be...
2006-06-10  Martin v. LöwisAdd missing implementation file.
2006-06-10  Martin v. LöwisAdd cygwin makefile.
2006-06-10  Georg BrandlAdd the new test from the #1503157 patch to the branch.
2006-06-09  Brett CannonFix bug introduced in rev. 46807 where variable was...
2006-06-09  Brett CannonBackport of fix of bug #532646 for new-style classes.
2006-06-09  Andrew M. Kuchling[Bug #1472827] Correctly escape newlines and tabs in...
2006-06-09  Andrew M. KuchlingCheck for error on module creation
2006-06-08  Ronald OussorenBackport of endianness fix for argvemulator
2006-06-08  Brett CannonBackport change to binascii.hexlify() to use s# for...
2006-06-08  Georg BrandlArgh. "integer" is a very confusing word ;)
2006-06-08  Georg BrandlBug #1502728: Correctly link against librt library...
2006-06-08  Georg BrandlBug #1502750: Fix getargs "i" format to use LONG_MIN...
2006-06-07  Brett CannonClarify docs for bf_getcharbuffer.
2006-06-06  Gregory P.... - Bug #1493322: bsddb: the __len__ method of a DB objec...
2006-06-05  Brett CannonFix possible buffer overflow on Windows when reading...
2006-06-05  Andrew M. Kuchling[Bug #1470026] Include link to list of classifiers...
2006-06-05  Martin v. LöwisDon't crash on Py_UNICODE values < 0. Fixes #1454485.
2006-06-05  Hye-Shik Chang(Backport from trunk) Fix a potentially invalid memory...
2006-06-05  Gregory P.... fix potential use of uninitialized char ** to construct...
2006-06-04  Georg BrandlBug #1500293: fix memory leaks in _subprocess module.
2006-06-03  Andrew M. Kuchling[Bug #1497414] _self is a reserved word in the WATCOM...
2006-06-03  Andrew M. Kuchling[Bug #1441864] Clarify description of 'data' argument
2006-06-03  Andrew M. Kuchling[Bug #1475554] Strengthen text to say 'must' instead...
2006-06-03  Andrew M. Kuchling[Bug #1472084] Fix description of do_tag
2006-06-03  Martin v. LöwisBackport of 46608: Port to OpenBSD 3.9.
2006-05-31  Brett CannonClarify wording about how default values in strptime...
2006-05-28  Armin RigoRemove various dependencies on dictionary order in...
2006-05-27  George Yoshidaminor markup nits
2006-05-26  Georg BrandlPatch #1492218: document None being a constant.
2006-05-26  Ronald OussorenCode tried to modify a tuple, convert to list before...
2006-05-26  Ronald Oussorenbackport of byteorder issues in applesingle
2006-05-25  Fred Drakefix broken links in PDF
2006-05-20  George Yoshida- markup fix
2006-05-16  Martin v. LöwisBackport of 46010
2006-05-15  Neal NorwitzBackport: Patch #1488312, Fix memory alignment problem...
2006-05-13  George YoshidaAdd \exception markup
2006-05-12  George YoshidaDuplicated description about the illegal continue usage...
2006-05-11  George YoshidaGrammar fix(backport r45965)
2006-05-10  Georg BrandlFix two small errors in argument lists.
2006-05-10  Georg BrandlBug #1484978: curses.panel: clarify that Panel objects...
2006-05-10  Georg BrandlBug #1485447: subprocess: document that the "cwd" param...
2006-05-10  Martin v. LöwisDocument C++ as a build requirement.
2006-05-10  Tim PetersMerge rev 45944 from trunk.
2006-05-06  George Yoshidabackport r45920
2006-05-05  Thomas WoutersBackport SF bug/patch #1433877: string parameter to...
2006-05-04  Georg BrandlBug #1481530: allow "from os.path import ..." with...
2006-05-03  Georg BrandlBug #1472191: convert breakpoint indices to ints before...
2006-05-03  Georg BrandlPatch #1480067: don't redirect HTTP digest auth in...
2006-05-01  Martin v. LöwisWork around deadlock risk.
2006-04-30  Barry WarsawPatch #1464708 from William McVey: fixed handling of...
2006-04-30  Georg BrandlBug #1473625: stop pickling in text mode make floats...
2006-04-29  Neal NorwitzBackport r45774:
2006-04-28  Georg BrandlBug #1478429: make datetime.datetime.fromtimestamp...
2006-04-28  Georg BrandlBug #1478326: don't allow '/' in distutils.util.get_pla...
2006-04-28  George Yoshidacorrect a dead link(backport from rev.45783)
2006-04-28  Georg BrandlBug #1475009: clarify ntpath.join behavior with absolut...
2006-04-28  George Yoshidafix markup glitch(backport from rev.45778)
2006-04-27  Andrew M. KuchlingMention xmlrpclib.Error base class; import Error in...
2006-04-27  Andrew M. Kuchling[Bug #1477102] Add necessary import to example
2006-04-25  Thomas WoutersBackport trunk's r45715:
2006-04-25  Thomas WoutersBackport trunk's 45708: Fix markup glitch in unittest...
2006-04-25  Trent MickPut break at correct level so *all* root HKEYs acutally...
2006-04-24  Tim PetersMerge rev 45677 from the trunk.
2006-04-23  George Yoshidawrap SyntaxError with \exception{}
2006-04-23  George Yoshidafix tex markup
2006-04-22  George YoshidaTypo fixes
2006-04-22  Andrew M. KuchlingTypo fixes
2006-04-21  Tim PetersOops! 2.5 news about setuptools snuck into 2.4 when
2006-04-21  Tim PetersMerge rev 45631 from trunk.
2006-04-21  Andrew M. KuchlingTypo, grammar fixes
2006-04-21  Andrew M. KuchlingTypo fixes
2006-04-18  George Yoshidafix typo
2006-04-18  Tim PetersMerge rev 45516 from trunk.
2006-04-17  Tim PetersMerge rev 45498 from trunk.
2006-04-16  Tim PetersAdd missing SVN eol-style property to text files.
2006-04-15  Martin v. LöwisPatch #1191700: Adjust column alignment in bdb breakpoi...
2006-04-15  Martin v. LöwisPatch #1191065: Fix preprocessor problems on systems...
2006-04-13  Gregory P.... mention bsddb open cachesize parameter bugfix
2006-04-13  Andrew M. KuchlingAdd missing word
2006-04-13  Neal NorwitzBackport 45338:
2006-04-13  Anthony Baxterreverting r45322 - "traceback.format_exception_only...
2006-04-12  Georg BrandlPatch #860326: traceback.format_exception_only() now...
2006-04-12  Gregory P.... backport 43519. fixes SF bug 1117761.
2006-04-12  Armin RigoIgnore the references to the dummy objects used as...
2006-04-12  Georg BrandlPatch #1468808: don't complain if Tkinter is already...
2006-04-12  Armin RigoBackport of r45303: buffer overflow.
2006-04-12  Vinay SajipStreamHandler now checks explicitly for None before...
2006-04-11  Georg BrandlClear errno before calling opendir() and readdir().
2006-04-11  Georg BrandlBug #1467952: backport: make os.listdir() raise if...
2006-04-09  Georg BrandlPatch #1466993: remove wrong comment in socket.py
next