summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #1567375: a minor logical glitch in example description.Georg Brandl2006-09-301-2/+4
* fix: DB.stat flags and txn keyword arguments were backwards.Gregory P. Smith2006-09-302-2/+4
* SF bug #1567976 : fix typo(backport from r52048)George Yoshida2006-09-301-1/+1
* Make examples do error checking on Py_InitModuleAndrew M. Kuchling2006-09-271-4/+10
* Backport rev. 51972:Georg Brandl2006-09-253-2/+117
* Backport rev. 51971:Georg Brandl2006-09-254-7/+37
* Backport rev. 51987: superfluous semicola.Georg Brandl2006-09-253-4/+4
* Fix a bug in traceback.format_exception_only() that led to an errorGeorg Brandl2006-09-243-1/+9
* Fix a bug in the parser's future statement handling that led to "with"Georg Brandl2006-09-243-10/+33
* Fix webbrowser.BackgroundBrowser on Windows.Georg Brandl2006-09-242-5/+21
* SF Bug #1563963, add missing word and cleanup first sentanceNeal Norwitz2006-09-231-2/+2
* added itertools.count(-n) fixJack Diederich2006-09-211-0/+5
* backport of r51950Jack Diederich2006-09-212-1/+5
* Backport of fix to allow exception instances to be sliced once again.Brett Cannon2006-09-213-1/+26
* Tagging for release of Python 2.5Anthony Baxter2006-09-191-0/+1
* Preparing for 2.5 final.v2.5Anthony Baxter2006-09-187-8/+20
* better wordingAnthony Baxter2006-09-181-6/+8
* Mention that GCC 4.1 is also affected, and thatMartin v. Löwis2006-09-181-3/+6
* Discourage using GCC 4.2 for Python.Martin v. Löwis2006-09-181-0/+8
* Workaround for bug #1558983Ronald Oussoren2006-09-172-1/+6
* revise explanation of returns_unicode to reflect bool valuesFred Drake2006-09-151-3/+4
* - fix module name in links in formatted documentationFred Drake2006-09-151-25/+14
* Backport uuid doc cleanup from rev. 51883.Georg Brandl2006-09-151-22/+21
* Correct elementtree module index entry.Georg Brandl2006-09-151-1/+1
* Backport rev 51866-51868 from trunk (sqlite3 documentation fixes).Georg Brandl2006-09-141-48/+51
* Add sgml_input.html.Martin v. Löwis2006-09-121-0/+1
* Tagging for release of Python 2.5c2Anthony Baxter2006-09-121-0/+1
* remove 2.5 final section from NEWS.txt until after rc2 (reduced confusion)v2.5c2Anthony Baxter2006-09-111-7/+0
* preparing for 2.5c2Anthony Baxter2006-09-116-6/+11
* Building with HP's cc on HP-UX turned up a couple of problems.Neal Norwitz2006-09-112-1/+9
* Properly handle a NULL returned from PyArena_New().Neal Norwitz2006-09-111-2/+4
* As mentioned on python-dev, reverting patch #1504333 because it introducedNeal Norwitz2006-09-114-25/+236
* Add NEWS entries for ctypes backports.Neal Norwitz2006-09-111-1/+5
* Backport rev 51820 from Thomas HellerNeal Norwitz2006-09-112-2/+18
* Backport rev 51819 from Thomas HellerNeal Norwitz2006-09-112-2/+11
* Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.Brett Cannon2006-09-094-19/+13
* Fix typo in exampleAndrew M. Kuchling2006-09-081-1/+1
* Use native SQLite typesAndrew M. Kuchling2006-09-081-2/+2
* Explain SQLite a bit more clearlyAndrew M. Kuchling2006-09-081-6/+8
* Backport inspect.py fix from rev 51803Nick Coghlan2006-09-083-2/+31
* Backport rev. 51798 from trunk:Georg Brandl2006-09-081-8/+35
* Backport from trunk r51737:Hye-Shik Chang2006-09-076-28/+53
* Remove one glaring error and update several version numbers.Ronald Oussoren2006-09-071-11/+7
* No, the problem was actually because buildbot uses a StringIO inGustavo Niemeyer2006-09-061-6/+0
* Fixed bug #1531862: Do not close standard file descriptors in subprocess.Gustavo Niemeyer2006-09-063-8/+18
* Backport bug fix for SF bug report #1546372.Marc-André Lemburg2006-09-062-2/+14
* Fix missing import of the types module in logging.config.Georg Brandl2006-09-062-1/+3
* Backport of r51379 from trunk:Thomas Heller2006-09-061-0/+16
* Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.Georg Brandl2006-09-063-28/+25
* Bug #1550983: emit better error messages for erroneous relativeGeorg Brandl2006-09-062-2/+6