summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* issue #3554: ctypes.string_at and ctypes.wstring_at must use theThomas Heller2008-08-192-2/+6
* Issue #2234: distutils failed with mingw binutils 2.18.50.20080109.Amaury Forgeot d'Arc2008-08-182-4/+8
* Backport of r64767 from trunkGregory P. Smith2008-08-173-0/+16
* Backport of r65032 from trunkGregory P. Smith2008-08-174-1/+136
* I forgot to update NEWS.Hirokazu Yamamoto2008-08-171-0/+3
* Backport r65745: Issue #2222: Fixed reference leak when occuredHirokazu Yamamoto2008-08-171-28/+26
* Issue #2065: VC6 related fix.Hirokazu Yamamoto2008-08-147-9/+134
* #3205: bz2 iterator fails silently on MemoryErrorGeorg Brandl2008-08-122-0/+4
* Backport r60148 and r65481: sanity checks to avoid infinite loops.Georg Brandl2008-08-122-1/+25
* #3134: shutil referenced undefined WindowsError symbolGeorg Brandl2008-08-122-4/+12
* - Issue #3537: Fix an assertion failure when an empty but presized dictGeorg Brandl2008-08-113-0/+18
* Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated toRobert Schuppenies2008-08-102-0/+13
* (backport from trunk r64756)Gregory P. Smith2008-08-042-1/+10
* (backport of r61652 and r61665 from trunk)Gregory P. Smith2008-08-043-5/+46
* (backport trunk r65151)Gregory P. Smith2008-08-042-23/+36
* (backport r65459 from trunk)Gregory P. Smith2008-08-042-4/+12
* Issue #799428: Fix Tkinter.Misc._nametowidget to unwrapMartin v. Löwis2008-08-022-9/+11
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-3113-26/+244
* Backport code from r65182:Neal Norwitz2008-07-286-15/+57
* #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versionsAntoine Pitrou2008-07-253-14/+20
* Issue #3360: Fix incorrect parsing of '020000000000.0'.Mark Dickinson2008-07-163-10/+8
* Link fix.Georg Brandl2008-07-161-1/+1
* Backport of 64903.Brett Cannon2008-07-133-6/+7
* Backport r62627 + r62744 from trunk to fix issue 2632.Gregory P. Smith2008-07-063-62/+136
* Backport of r64677.Brett Cannon2008-07-022-1/+3
* #Issue3088 in-progress: Race condition with instances of classes derived from...Amaury Forgeot d'Arc2008-07-013-1/+37
* #3242: fix a crash in "print", if sys.stdout is set to a custom object,Amaury Forgeot d'Arc2008-07-013-1/+26
* #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