summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #3134: shutil referenced undefined WindowsError symbolGeorg Brandl2008-08-121-4/+10
* - Issue #3537: Fix an assertion failure when an empty but presized dictGeorg Brandl2008-08-111-0/+11
* Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated toRobert Schuppenies2008-08-101-0/+10
* (backport from trunk r64756)Gregory P. Smith2008-08-041-1/+6
* (backport of r61652 and r61665 from trunk)Gregory P. Smith2008-08-041-0/+29
* (backport r65459 from trunk)Gregory P. Smith2008-08-041-4/+8
* Issue #799428: Fix Tkinter.Misc._nametowidget to unwrapMartin v. Löwis2008-08-021-9/+9
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-314-9/+154
* #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versionsAntoine Pitrou2008-07-251-0/+3
* Issue #3360: Fix incorrect parsing of '020000000000.0'.Mark Dickinson2008-07-161-0/+4
* Backport of 64903.Brett Cannon2008-07-132-6/+4
* Backport r62627 + r62744 from trunk to fix issue 2632.Gregory P. Smith2008-07-062-62/+133
* Backport of r64677.Brett Cannon2008-07-021-1/+1
* #Issue3088 in-progress: Race condition with instances of classes derived from...Amaury Forgeot d'Arc2008-07-011-0/+29
* #3242: fix a crash in "print", if sys.stdout is set to a custom object,Amaury Forgeot d'Arc2008-07-011-1/+20
* Issue 3110: Crash with weakref subclass,Amaury Forgeot d'Arc2008-06-161-1/+40
* #3117: backport r55087, fixes segfault with lambda (None,): None.Georg Brandl2008-06-151-0/+1
* Fix tkinter sequence passing. #2906. Backport from r63914.Georg Brandl2008-06-031-1/+7
* Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicateGregory P. Smith2008-06-012-0/+18
* Backport r63776: tkinter fixes.Georg Brandl2008-05-311-15/+19
* Patch #2111: Avoid mmap segfault when modifying a PROT_READ block.Martin v. Löwis2008-05-231-0/+17
* #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
* Fix issue 2520 (cannot import macerrors)Ronald Oussoren2008-05-021-0/+1
* Backport of revision 62648Ronald Oussoren2008-05-022-1/+2
* Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-222-3/+9
* Issue 2665: On Windows, sys.stderr does not contain a valid file when running...Amaury Forgeot d'Arc2008-04-212-5/+20
* Merge r62235 from trunk.Gregory P. Smith2008-04-091-0/+5
* Fix a reference leak found by Georg, when compiling a class nested in another...Amaury Forgeot d'Arc2008-03-281-0/+4
* Issue2495: tokenize.untokenize did not insert space between two consecutive s...Amaury Forgeot d'Arc2008-03-273-2/+19
* Issue #2482: Make sure that the coefficient of a Decimal instanceMark Dickinson2008-03-252-3/+19
* Decimal.sqrt(0) failed when the context was notMark Dickinson2008-03-252-3/+9
* #1477: ur'\U0010FFFF' used to raise in narrow unicode builds.Amaury Forgeot d'Arc2008-03-241-2/+15
* Issue #2432: give DictReader the dialect and line_num attributesGeorg Brandl2008-03-212-10/+15
* Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *argsSean Reifscheider2008-03-201-0/+4
* Backport r61450 from trunk:Gregory P. Smith2008-03-181-0/+28
* The behaviour of winsound.Beep() seems to differ between different versions o...Trent Nelson2008-03-181-2/+10
* 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
* Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue...Raymond Hettinger2008-03-061-0/+7
* Bug #2220: handle rlcompleter attribute match failure more gracefully.Georg Brandl2008-03-061-1/+1
* Backport of r61263:Martin v. Löwis2008-03-061-2/+2
* Patch #2232: os.tmpfile might fail on Windows if the user has noMartin v. Löwis2008-03-061-0/+38
* Add section for 2.5.3.Martin v. Löwis2008-03-061-0/+6
* Remove old expected output for test_resourceAndrew M. Kuchling2008-02-231-2/+0
* #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure.Andrew M. Kuchling2008-02-231-62/+101
* #1389051, #1092502: fix excessively large allocations when using read() on a ...Andrew M. Kuchling2008-02-231-1/+1
* #1389051: IMAP module tries to read entire message in one chunk. Patch by Fr...Andrew M. Kuchling2008-02-231-1/+1
* #1433694: minidom's .normalize() failed to set .nextSibling for last element.Andrew M. Kuchling2008-02-232-0/+10