summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #3157: Fix docstrings for cursor methods.Georg Brandl2008-06-221-3/+3
* Issue 3110: Crash with weakref subclass,Amaury Forgeot d'Arc2008-06-163-5/+55
* Issue #3116 and #1792: Fix quadratic behavior in marshal.dumps().Raymond Hettinger2008-06-162-1/+6
* #3117: backport r55087, fixes segfault with lambda (None,): None.Georg Brandl2008-06-152-0/+5
* Fix tkinter sequence passing. #2906. Backport from r63914.Georg Brandl2008-06-031-1/+7
* - Issue #2588, #2589: Fix potential integer underflow and overflowGregory P. Smith2008-06-022-5/+20
* Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicateGregory P. Smith2008-06-013-0/+22
* Backport r63776: tkinter fixes.Georg Brandl2008-05-311-15/+19
* Include all licenses of the packages that we include.Martin v. Löwis2008-05-251-1/+22
* Patch #2111: Avoid mmap segfault when modifying a PROT_READ block.Martin v. Löwis2008-05-233-0/+23
* fix issue2858: potential memory corruption when any of the bsddb.db.*Gregory P. Smith2008-05-172-7/+8
* #2803: fix heappush invocation (backport).Georg Brandl2008-05-111-1/+1
* Backport of revision 62854Ronald Oussoren2008-05-081-1/+11
* Fix os.walk docstring example - issue2707Gregory P. Smith2008-05-061-1/+2
* Backport r61468 from trunk: Improves the text of the IOError raisedGregory P. Smith2008-05-031-2/+5
* Fix issue 2520 (cannot import macerrors)Ronald Oussoren2008-05-021-0/+1
* Backport of revision 62648Ronald Oussoren2008-05-023-101/+43
* Issue #2682: ctypes callback functions no longer contain a cyclicThomas Heller2008-04-254-51/+138
* Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-223-3/+12
* Issue 2665: On Windows, sys.stderr does not contain a valid file when running...Amaury Forgeot d'Arc2008-04-212-5/+20
* Correct previous checkin, probably a svn merge issue.Amaury Forgeot d'Arc2008-04-111-4/+4
* - Issue #1686386: Tuple's tp_repr did not take into account the possibility ofGuido van Rossum2008-04-103-1/+24
* backport r62271 from trunk.Gregory P. Smith2008-04-101-1/+0
* Backport r62261 from trunk:Gregory P. Smith2008-04-092-3/+13
* Add a note about the zlib.decompressobj().flush() fix.Gregory P. Smith2008-04-091-0/+3
* Merge r62235 from trunk.Gregory P. Smith2008-04-092-0/+9
* #2525: update tzinfo example.Georg Brandl2008-04-071-8/+38
* Fix for Issue2515: Don't crash when trying to fetch data from a closed cursor.Gerhard Häring2008-04-061-8/+10
* Remove the advertising clause from the BSD license in timing.h.Guido van Rossum2008-04-011-6/+3
* Backport #1442: report exception when startup file cannot be run.Georg Brandl2008-03-292-1/+15
* Fix a reference leak found by Georg, when compiling a class nested in another...Amaury Forgeot d'Arc2008-03-283-0/+8
* Issue2495: tokenize.untokenize did not insert space between two consecutive s...Amaury Forgeot d'Arc2008-03-274-2/+23
* Issue #2482: Make sure that the coefficient of a Decimal instanceMark Dickinson2008-03-253-3/+24
* Decimal.sqrt(0) failed when the context was notMark Dickinson2008-03-253-3/+11
* #1477: ur'\U0010FFFF' used to raise in narrow unicode builds.Amaury Forgeot d'Arc2008-03-243-6/+64
* Issue #2432: give DictReader the dialect and line_num attributesGeorg Brandl2008-03-213-10/+18
* Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *argsSean Reifscheider2008-03-203-0/+11
* The missing NEWS entry for r61542..Gregory P. Smith2008-03-181-0/+3
* Backport r61450 from trunk:Gregory P. Smith2008-03-182-2/+30
* The behaviour of winsound.Beep() seems to differ between different versions o...Trent Nelson2008-03-181-2/+10
* Backport r61458:Neal Norwitz2008-03-182-11/+17
* Ensure this test passes even if there are no soundcards in the system. Backp...Trent Nelson2008-03-181-4/+16
* #1021: fix a bug to allow basicConfig to accept NOTSET as a level.Vinay Sajip2008-03-161-1/+1
* Fix the overflows in expandtabs(). "This time for sure!"Guido van Rossum2008-03-112-50/+65
* Grammar fixAndrew M. Kuchling2008-03-071-1/+1
* Backport documentation improvements.Raymond Hettinger2008-03-071-32/+39
* Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue...Raymond Hettinger2008-03-062-5/+22
* Bug #2220: handle rlcompleter attribute match failure more gracefully.Georg Brandl2008-03-062-1/+3
* Backport of r61263:Martin v. Löwis2008-03-063-4/+9
* Patch #2232: os.tmpfile might fail on Windows if the user has noMartin v. Löwis2008-03-062-0/+45