]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-10-09  Andrew M. KuchlingAdd news item for rev. 52211 change
2006-10-08  Ronald OussorenMacOSX: add more logic to recognize the correct startup...
2006-10-08  Ronald OussorenMacOSX: The universal build requires that users have...
2006-10-08  Ronald OussorenMacOSX: distutils changes the values of BASECFLAGS...
2006-10-08  Ronald OussorenFix for bug #1570284
2006-10-08  Ronald OussorenAdd version number to the link to the python documentat...
2006-10-08  Hye-Shik ChangBug #1572832: fix a bug in ISO-2022 codecs which may...
2006-10-08  Georg BrandlAdd missing NEWS entry for rev. 52129.
2006-10-07  Skip MontanaroNote that the excel_tab class is registered as the...
2006-10-06  Andrew M. KuchlingComment grammar
2006-10-06  Armin RigoA very minor bug fix: this code looks like it is design...
2006-10-06  Andrew M. Kuchling[Bug #1545341] Allow 'classifier' parameter to be a...
2006-10-06  Georg BrandlFix name.
2006-10-06  Andrew M. KuchlingCase fix
2006-10-06  Fred Drake- update links
2006-10-05  Brett CannonClarify what "re-initialization" means for init_builtin...
2006-10-04  Martin v. LöwisAdd MSVC8 project files to create wininst-8.exe.
2006-10-04  Andrew M. KuchlingCause a PyObject_Malloc() failure to trigger a MemoryEr...
2006-10-04  Armin RigoForward-port of r52136,52138: a review of overflow...
2006-10-04  Armin RigoCompilation problem caused by conflicting typedefs...
2006-10-04  Martin v. LöwisForward port r52134: Add uuids for 2.4.4.
2006-10-04  Martin v. LöwisFix integer negation and absolute value to not rely
2006-10-04  Jeremy HyltonFix for SF bug 1569998: break permitted inside try.
2006-10-04  Barry Warsawdecode_rfc2231(): As Christian Robottom Reis points...
2006-10-03  Brett CannonConvert test_imp over to unittest.
2006-10-03  Brett CannonFix minor typo in a comment.
2006-10-03  Vinay SajipModified LogRecord.__init__ to make the func parameter...
2006-10-03  Vinay SajipDocumentation clarified to mention optional parameters.
2006-10-03  Vinay SajipDocumentation omitted the additional parameter to LogRe...
2006-10-02  Martin v. LöwisGuard uintptr_t test with HAVE_STDINT_H, test for
2006-10-02  Martin v. LöwisFix test for uintptr_t. Fixes #1568842.
2006-10-01  Kurt B. KaiserAdd comment explaining that error msgs may be due to...
2006-10-01  Kurt B. KaiserSome syntax errors were being caught by tokenize during...
2006-09-30  Georg BrandlConvert test_import to unittest.
2006-09-30  Georg BrandlBug #1546052: clarify that PyString_FromString(AndSize...
2006-09-30  Georg BrandlBug #1446043: correctly raise a LookupError if an encod...
2006-09-30  Georg BrandlBug #1556784: allow format strings longer than 127...
2006-09-30  Georg BrandlBug #1560617: in pyclbr, return full module name not...
2006-09-30  Georg BrandlBug #1457823: cgi.(Sv)FormContentDict's constructor...
2006-09-30  Georg BrandlBug #1566602: correct failure of posixpath unittest...
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
next