]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-09-30  Georg BrandlBug #1566663: remove obsolete example from datetime...
2006-09-30  Georg BrandlBug #1566800: make sure that EnvironmentError can be...
2006-09-30  Georg BrandlPatch #1567691: super() and new.instancemethod() now...
2006-09-30  Georg BrandlBug #1565661: in webbrowser, split() the command for...
2006-09-30  Georg BrandlBug #1567375: a minor logical glitch in example descrip...
2006-09-30  Gregory P.... wording change
2006-09-30  George YoshidaSF bug #1567976 : fix typo
2006-09-28  Brett CannonVery minor grammatical fix in a comment.
2006-09-27  Andrew M. KuchlingMake examples do error checking on Py_InitModule
2006-09-27  Andrew M. KuchlingAdd news item for rev. 51815
2006-09-26  Brett CannonMake the error message for when the time data and forma...
2006-09-25  Armin RigoAnother crasher.
2006-09-24  Georg BrandlFix a bug in traceback.format_exception_only() that...
2006-09-24  Georg BrandlFix a bug in the parser's future statement handling...
2006-09-24  Georg BrandlFix webbrowser.BackgroundBrowser on Windows.
2006-09-23  Brett CannonMake output on test_strptime() be more verbose in face...
2006-09-23  Neal NorwitzSF Bug #1563963, add missing word and cleanup first...
2006-09-23  Neal NorwitzRemove extra semi-colons reported by Johnny Lee on...
2006-09-23  Fred Drakeadd boilerplate "What's New" document so the docs will...
2006-09-22  Neal NorwitzMostly revert this file to the same version as before...
2006-09-22  Neal NorwitzBug #1557232: fix seg fault with def f((((x)))) and...
2006-09-22  Neal NorwitzFix %zd string formatting on Mac OS X so it prints...
2006-09-21  Jack Diederichadded itertools.count(-n) fix
2006-09-21  Jack Diederich* regression bug, count_next was coercing a Py_ssize_t...
2006-09-21  Walter DörwaldFix typo.
2006-09-20  Brett CannonMake python.vim output more deterministic.
2006-09-20  Brett CannonAllow exceptions to be directly sliced again
2006-09-20  Brett CannonAccidentally didn't commit Misc/NEWS entry on when...
2006-09-19  Gregory P.... Fixes a bug with bsddb.DB.stat where the flags and...
2006-09-18  Guido van RossumMake this thing executable.
2006-09-17  Ronald OussorenTweak Mac/Makefile in to ensure that pythonw gets rebui...
2006-09-17  Ronald OussorenPort of revision 51902 in release25-maint to the trunk
2006-09-16  Martin v. LöwisPatch #1557515: Add RLIMIT_SBSIZE.
2006-09-15  Fred Drakerevise explanation of returns_unicode to reflect bool...
2006-09-15  Fred Drake- fix module name in links in formatted documentation
2006-09-15  Georg BrandlCorrect elementtree module index entry.
2006-09-15  Ka-Ping YeeFix grammar errors and improve clarity.
2006-09-14  Andrew M. KuchlingRewrite help message to remove some of the parenthetica...
2006-09-14  Andrew M. KuchlingMake --help mention that -v can be supplied multiple...
2006-09-12  Andrew M. KuchlingMore wordsmithing
2006-09-12  Andrew M. KuchlingSome editing, markup fixes
2006-09-12  Andrew M. KuchlingMarkup typo fix
2006-09-12  Martin v. LöwisForward-port 51862: Add sgml_input.html.
2006-09-11  Georg BrandlForward-port of rev. 51857:
2006-09-11  Neal NorwitzAdd a "crasher" taken from the sgml bug report referenc...
2006-09-11  Neal NorwitzProperly handle a NULL returned from PyArena_New().
2006-09-11  Neal NorwitzForward port of 51850 from release25-maint branch.
2006-09-09  Brett CannonRemove the __unicode__ method from exceptions. Allows...
2006-09-08  Andrew M. KuchlingFix typo in example
2006-09-08  Andrew M. KuchlingUse native SQLite types
2006-09-08  Andrew M. KuchlingUse native SQLite types
2006-09-08  Andrew M. KuchlingExplain SQLite a bit more clearly
2006-09-08  Andrew M. KuchlingExplain SQLite a bit more clearly
2006-09-08  Andrew M. KuchlingAdd missing word
2006-09-08  Nick CoghlanAdd missing NEWS entry for rev 51803
2006-09-07  Thomas HellerThe cast function did not accept c_char_p or c_wchar_p...
2006-09-07  Thomas HellerAnonymous structure fields that have a bit-width specif...
2006-09-07  Armin RigoAdd a warning notice on top of the generated grammar...
2006-09-07  Andrew M. Kuchling[Bug #1552726] Avoid repeatedly polling in interactive...
2006-09-07  Andrew M. KuchlingTypo fix
2006-09-07  Ronald OussorenFix a glaring error and update some version numbers.
2006-09-07  Nick CoghlanFix the speed regression in inspect.py by adding anothe...
2006-09-07  Raymond HettingerFix refcounts and add error checks.
2006-09-07  Gustavo NiemeyerFixed subprocess bug #1531862 again, after removing...
2006-09-06  Marc-André... Add news item for bug fix of SF bug report #1546372.
2006-09-06  Georg BrandlFix missing import of the types module in logging.config.
2006-09-06  Georg BrandlBug #1542051: Exceptions now correctly call PyObject_GC...
2006-09-06  Neal Norwitzwith and as are now keywords. There are some generated...
2006-09-06  Georg BrandlBug #1550983: emit better error messages for erroneous...
2006-09-06  Georg BrandlBug #1551427: fix a wrong NULL pointer check in the...
2006-09-06  Neal NorwitzRevert 51758 because it broke all the buildbots
2006-09-06  Gustavo NiemeyerFixing #1531862: Do not close standard file descriptors...
2006-09-05  Kristján Valur... Update the PCBuild8 solution.
2006-09-05  Andrew M. Kuchling[Bug #1526834] Fix crash in pdb when you do 'b f(';
2006-09-05  Andrew M. Kuchling[Bug #1525469] SimpleXMLRPCServer still uses the sys...
2006-09-05  Andrew M. KuchlingRearrange example a bit, and show rpartition() when...
2006-09-05  Georg BrandlBug #1552618: change docs of dict.has_key() to reflect...
2006-09-05  Hye-Shik ChangFix a typo: 2013 -> 0213
2006-09-05  Hye-Shik ChangFix a few bugs on cjkcodecs found by Oren Tirosh:
2006-09-05  Neal NorwitzM-x untabify
2006-09-05  Neal NorwitzAdd a comment about some refactoring. (There's probabl...
2006-09-05  Neal NorwitzBug #1520864 (again): unpacking singleton tuples in...
2006-09-05  Neal NorwitzPatch #1540470, for OpenBSD 4.0. Backport candidate...
2006-09-05  Neal NorwitzAdd a NEWS entry for str.rpartition() change
2006-09-05  Neal NorwitzThis was found by Guido AFAIK on p3yk (sic) branch.
2006-09-05  Neal NorwitzFix SF #1552093, eval docstring typo (3 ps in mapping)
2006-09-05  Neal NorwitzFix SF bug #1546288, crash in dict_equal.
2006-09-05  Tim PetersAdd missing svn:eol-style property to text files.
2006-09-05  Tim PetersWhitespace normalization.
2006-09-05  Tim Peters"Conceptual" merge of rev 51711 from the 2.5 branch.
2006-09-04  Raymond HettingerFix endcase for str.rpartition()
2006-09-03  Nick CoghlanNEWS entry on trunk for decimal module changes
2006-09-03  Nick CoghlanTypo fix for decimal docs
2006-09-03  Nick CoghlanFix final documentation nits before backporting decimal...
2006-09-02  Neal NorwitzHmm, this test has failed at least twice recently on...
2006-09-02  Neal NorwitzAdd missing word in comment
2006-09-02  Raymond HettingerFix documentation nits for decimal context managers.
2006-09-02  Nick CoghlanFurther corrections to the decimal module context manag...
2006-09-02  Nick CoghlanMake decimal.ContextManager a private implementation...
2006-09-02  Neal NorwitzBug #1550714: fix SystemError from itertools.tee on...
next