]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2006-04-08  Tim PetersWhitespace normalization.
2006-04-08  Tim PetersMerge rev 43734 from the trunk.
2006-04-08  Martin v. LöwisDefine WIN32, to get proper struct alignment in WinSock2.h.
2006-04-08  Gregory P.... Fix bsddb.db.DBError derived exceptions so they can...
2006-04-06  Georg BrandlBug #1464658: make clear that PyList_GetItem doesn...
2006-04-06  Georg BrandlBug #1465619: rot13 codec decodes to a Unicode string.
2006-04-06  Georg BrandlBug #1465600: note encoding issue in ZipFile.write().
2006-04-06  Anthony Baxterbackport of 43688:
2006-04-06  Anthony Baxterbackport:
2006-04-06  Georg BrandlBug #1451341: find fuzzy marks correctly.
2006-04-06  Fred Drakeupdate URL to reflect new website
2006-04-05  Anthony Baxtermove the uuids out to a separate file
2006-04-04  Martin v. LöwisFix 43537, using quadrigraphs properly.
2006-04-03  Tim PetersRev 43597 on the branch purported to merge rev 43578...
2006-04-03  Anthony Baxterpost 2.4.3.
2006-04-03  Anthony Baxternote parsedate_tz backport
2006-04-03  Anthony Baxterbackport r43579
2006-04-03  Anthony Baxterbackport of r43578
2006-04-03  Martin v. LöwisBackport of 43584: Add check_soundcard.vbs.
2006-04-03  Neal NorwitzBackport 43568:
2006-04-02  Armin RigoBackport of r39612: some more fixes for inspect.getsour...
2006-04-01  Georg Brandlpatch #1416559: don't define _XOPEN_SOURCE on Mac OS...
2006-04-01  Neal NorwitzBackport 43470:
2006-04-01  Georg BrandlBug #1458017: make distutils.Log._log more forgiving...
2006-04-01  Georg BrandlPatch #1462496: typo in libsignal.tex
2006-04-01  Georg BrandlPatch #1459631: documnent zlib.Decompress.flush() lengt...
2006-04-01  Georg BrandlBug #1460564: document that socket.fromfd() duplicates...
2006-04-01  Georg Brandlbug #1462278: small fix in documentation of __op__...
next