]> granicus.if.org Git - python/shortlog
python
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
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
next