]> granicus.if.org Git - python/shortlog
python
2006-10-08 Ronald OussorenBackport of r52229
2006-10-08 Ronald OussorenBackport of r52227.
2006-10-08 Hye-Shik ChangBackport from trunk r52223:
2006-10-08 Georg BrandlFix #1569998: no break inside try statement (outside...
2006-10-08 Georg BrandlPatch #1542451: fix crash with continue in nested try...
2006-10-07 Kristján Valur... Backport the .sln and .vcproj files for PCBuild8 from...
2006-10-06 Georg BrandlFix name.
2006-10-06 Andrew M. KuchlingCase fixes
2006-10-06 Fred Drake- update links
2006-10-05 Andrew M. Kuchling[Backport to 2-5maint of r52147 | andrew.kuchling ...
2006-10-04 Armin RigoForward-port of r52136: a review of overflow-detecting...
2006-10-04 Armin RigoCompilation problem caused by conflicting typedefs...
2006-10-04 Martin v. LöwisFix integer negation and absolute value to not rely
2006-10-04 Barry Warsawdecode_rfc2231(): As Christian Robottom Reis points...
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-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 #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.... fix: DB.stat flags and txn keyword arguments were backw...
2006-09-30 George YoshidaSF bug #1567976 : fix typo(backport from r52048)
2006-09-27 Andrew M. KuchlingMake examples do error checking on Py_InitModule
2006-09-25 Georg BrandlBackport rev. 51972:
2006-09-25 Georg BrandlBackport rev. 51971:
2006-09-25 Georg BrandlBackport rev. 51987: superfluous semicola.
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 Neal NorwitzSF Bug #1563963, add missing word and cleanup first...
2006-09-21 Jack Diederichadded itertools.count(-n) fix
2006-09-21 Jack Diederichbackport of r51950
2006-09-21 Brett CannonBackport of fix to allow exception instances to be...
2006-09-19 Anthony BaxterTagging for release of Python 2.5
2006-09-18 Anthony BaxterPreparing for 2.5 final. v2.5
2006-09-18 Anthony Baxterbetter wording
2006-09-18 Martin v. LöwisMention that GCC 4.1 is also affected, and that
2006-09-18 Martin v. LöwisDiscourage using GCC 4.2 for Python.
2006-09-17 Ronald OussorenWorkaround for bug #1558983
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 BrandlBackport uuid doc cleanup from rev. 51883.
2006-09-15 Georg BrandlCorrect elementtree module index entry.
2006-09-14 Georg BrandlBackport rev 51866-51868 from trunk (sqlite3 documentat...
2006-09-12 Martin v. LöwisAdd sgml_input.html.
2006-09-12 Anthony BaxterTagging for release of Python 2.5c2
2006-09-11 Anthony Baxterremove 2.5 final section from NEWS.txt until after... v2.5c2
2006-09-11 Anthony Baxterpreparing for 2.5c2
2006-09-11 Neal NorwitzBuilding with HP's cc on HP-UX turned up a couple of...
2006-09-11 Neal NorwitzProperly handle a NULL returned from PyArena_New().
2006-09-11 Neal NorwitzAs mentioned on python-dev, reverting patch #1504333...
2006-09-11 Neal NorwitzAdd NEWS entries for ctypes backports.
2006-09-11 Neal NorwitzBackport rev 51820 from Thomas Heller
2006-09-11 Neal NorwitzBackport rev 51819 from Thomas Heller
2006-09-09 Brett CannonRemove __unicode__ method so that ``unicode(BaseExcepti...
2006-09-08 Andrew M. KuchlingFix typo in example
2006-09-08 Andrew M. KuchlingUse native SQLite types
2006-09-08 Andrew M. KuchlingExplain SQLite a bit more clearly
2006-09-08 Nick CoghlanBackport inspect.py fix from rev 51803
2006-09-08 Georg BrandlBackport rev. 51798 from trunk:
2006-09-07 Hye-Shik ChangBackport from trunk r51737:
2006-09-07 Ronald OussorenRemove one glaring error and update several version...
2006-09-06 Gustavo NiemeyerNo, the problem was actually because buildbot uses...
2006-09-06 Gustavo NiemeyerFixed bug #1531862: Do not close standard file descript...
2006-09-06 Marc-André... Backport bug fix for SF bug report #1546372.
2006-09-06 Georg BrandlFix missing import of the types module in logging.config.
2006-09-06 Thomas HellerBackport of r51379 from trunk:
2006-09-06 Georg BrandlBug #1542051: Exceptions now correctly call PyObject_GC...
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 51759 because it broke all the buildbots
2006-09-06 Gustavo NiemeyerBackporting fix for bug #1531862, committed in 51758...
2006-09-05 Sean ReifscheiderFixing an improperly escaped grep in .spec file, pointe...
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 Neal NorwitzAdd another NEWS entry for a fix already in 2.5c1
2006-09-05 Neal NorwitzAdd some NEWS for fixes already in 2.5c1
2006-09-05 Neal NorwitzBackport 51669: Make sure memory is properly cleaned...
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 NorwitzBackport fix from 51683.
2006-09-05 Neal NorwitzBackport fix for SF bug #1550714, itertools.tee raises...
2006-09-05 Neal NorwitzFix str.rpartition(sep) when sep is not found in str.
2006-09-05 Neal NorwitzThis was found by Guido AFAIK on p3yk (sic) branch.
2006-09-05 Neal NorwitzFix SF bug #1546288, crash in dict_equal
2006-09-05 Neal NorwitzFix SF #1552093, eval docstring typo (3 ps in mapping)
2006-09-05 Tim Petersi_divmod(): As discussed on Python-Dev, changed the...
2006-09-05 Neal NorwitzSF patch #1551340 ] Updated spec file for 2.5 release...
2006-09-03 Neal NorwitzBackport docos
2006-09-03 Neal NorwitzBackport doco
2006-09-03 Nick CoghlanNEWS entry for decimal module changes
2006-09-03 Nick CoghlanBackport of decimal module context management updates...
2006-09-03 Neal NorwitzBackport 51663:
2006-09-02 Neal NorwitzSF #1547931, fix typo (missing and). Backport candidat...
next