]> granicus.if.org Git - python/shortlog
python
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...
2006-09-01 Georg Brandlevalfile() should be execfile().
2006-09-01 Fred Drake- SF patch #1550263: Enhance and correct unittest docs
2006-08-25 Martin v. LöwisPatch #1545507: Exclude ctypes package in Win64 MSI...
2006-08-22 Neal NorwitzAlexander Belopolsky pointed out that pos is a size_t
2006-08-22 Anthony Baxterpatch for documentation for recent uuid changes (from...
2006-08-21 Neal Norwitz- Patch #1541585: fix buffer overrun when performing...
2006-08-21 Neal NorwitzBackport 51443:
2006-08-21 Neal NorwitzFix a couple of ssize-t issues reported by Alexander...
2006-08-21 Neal NorwitzBackport 51432:
2006-08-20 Georg BrandlPatch #1542948: fix urllib2 header casing issue. With...
2006-08-19 Neal NorwitzSF #1542693: Remove semi-colon at end of PyImport_Impor...
2006-08-19 Neal NorwitzMove initialization of interned strings to before alloc...
2006-08-19 Neal NorwitzMove assert to after NULL check, otherwise we deref...
2006-08-18 Andrew M. KuchlingMinor edits
2006-08-18 Georg BrandlTypo in tp_clear docs.
2006-08-18 Georg BrandlBug #1541682: Fix example in the "Refcount details...
2006-08-18 Martin v. LöwisBug #1541863: uuid.uuid1 failed to generate unique...
2006-08-17 Martin v. LöwisInvoke debug mk1mf.pl after running Configure.
2006-08-17 Martin v. LöwisLeave tk build directory to restore original path.
2006-08-17 Anthony BaxterTagging for release of Python 2.5c1
2006-08-17 Anthony BaxterBranching release25-maint. All further 2.5 releases... v2.5c1
2006-08-16 Neil SchemenauerFix a bug in the ``compiler`` package that caused inval...
2006-08-16 Kurt B. KaiserFile menu hotkeys: there were three 'p' assignments...
2006-08-16 Thomas HellerTutorial:
2006-08-16 Andrew M. KuchlingGrammar fix
2006-08-16 Fredrik LundhSF#1534630
2006-08-16 Marc-André... Add NEWS item mentioning the reverted distutils version...
2006-08-16 Thomas HellerRemove the special casing of Py_None when converting...
2006-08-16 Andrew M. KuchlingWording/typo fixes
2006-08-16 Andrew M. KuchlingUpdate bug/patch counts
2006-08-16 Thomas HellerThe __repr__ method of a NULL py_object does no longer...
2006-08-16 Martin v. LöwisMake cl build step compile-only (/c). Remove libs from...
next