]> granicus.if.org Git - python/shortlog
python
2006-10-14 Neal NorwitzUpdate the peephole optimizer to remove more dead code...
2006-10-14 Brett CannonClean up the language of a sentence relating to the...
2006-10-12 Georg BrandlBug #1560179: speed up posixpath.(dir|base)name
2006-10-12 Georg BrandlBug #1283491: follow docstring convention wrt. keyword...
2006-10-12 Georg BrandlFix tarfile depending on buggy int('1\0', base) behavior.
2006-10-12 Georg BrandlSmall grammar fix, thanks Sjoerd.
2006-10-12 Georg BrandlBug #1560114: the Mac filesystem does have accurate...
2006-10-12 Georg BrandlAdd a note to fpectl docs that it's not built by default
2006-10-12 Georg BrandlBug #1545497: when given an explicit base, int() did...
2006-10-12 Georg BrandlBug #1546628: add a note about urlparse.urljoin() and...
2006-10-12 Georg BrandlBug #1548891: The cStringIO.StringIO() constructor...
2006-10-12 Georg BrandlBug #1550524: better heuristics to find correct class...
2006-10-12 Georg BrandlBug #1565919: document set types in the Language Reference.
2006-10-12 Georg BrandlBug #813342: Start the IDLE subprocess with -Qnew if...
2006-10-12 Georg BrandlBug #1575746: fix typo in property() docs.
2006-10-10 Ronald OussorenMacOSX: fix permission problem in the generated installer
2006-10-09 Martin v. LöwisBug #1565150: Fix subsecond processing for os.utime...
2006-10-09 Barry WarsawList gc.get_count() in the module docstring.
2006-10-09 Georg BrandlPatch #1572724: fix typo ('=' instead of '==') in _msi.c.
2006-10-09 Andrew M. KuchlingFix wording in comment
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
next