| Commit message (Expand) | Author | Age | Files | Lines |
* | #3134: shutil referenced undefined WindowsError symbol | Georg Brandl | 2008-08-12 | 1 | -4/+10 |
|
|
* | - Issue #3537: Fix an assertion failure when an empty but presized dict | Georg Brandl | 2008-08-11 | 1 | -0/+11 |
|
|
* | Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to | Robert Schuppenies | 2008-08-10 | 1 | -0/+10 |
|
|
* | (backport from trunk r64756) | Gregory P. Smith | 2008-08-04 | 1 | -1/+6 |
|
|
* | (backport of r61652 and r61665 from trunk) | Gregory P. Smith | 2008-08-04 | 1 | -0/+29 |
|
|
* | (backport r65459 from trunk) | Gregory P. Smith | 2008-08-04 | 1 | -4/+8 |
|
|
* | Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap | Martin v. Löwis | 2008-08-02 | 1 | -9/+9 |
|
|
* | Security patches from Apple: prevent int overflow when allocating memory | Neal Norwitz | 2008-07-31 | 4 | -9/+154 |
|
|
* | #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions | Antoine Pitrou | 2008-07-25 | 1 | -0/+3 |
|
|
* | Issue #3360: Fix incorrect parsing of '020000000000.0'. | Mark Dickinson | 2008-07-16 | 1 | -0/+4 |
|
|
* | Backport of 64903. | Brett Cannon | 2008-07-13 | 2 | -6/+4 |
|
|
* | Backport r62627 + r62744 from trunk to fix issue 2632. | Gregory P. Smith | 2008-07-06 | 2 | -62/+133 |
|
|
* | Backport of r64677. | Brett Cannon | 2008-07-02 | 1 | -1/+1 |
|
|
* | #Issue3088 in-progress: Race condition with instances of classes derived from... | Amaury Forgeot d'Arc | 2008-07-01 | 1 | -0/+29 |
|
|
* | #3242: fix a crash in "print", if sys.stdout is set to a custom object, | Amaury Forgeot d'Arc | 2008-07-01 | 1 | -1/+20 |
|
|
* | Issue 3110: Crash with weakref subclass, | Amaury Forgeot d'Arc | 2008-06-16 | 1 | -1/+40 |
|
|
* | #3117: backport r55087, fixes segfault with lambda (None,): None. | Georg Brandl | 2008-06-15 | 1 | -0/+1 |
|
|
* | Fix tkinter sequence passing. #2906. Backport from r63914. | Georg Brandl | 2008-06-03 | 1 | -1/+7 |
|
|
* | Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate | Gregory P. Smith | 2008-06-01 | 2 | -0/+18 |
|
|
* | Backport r63776: tkinter fixes. | Georg Brandl | 2008-05-31 | 1 | -15/+19 |
|
|
* | Patch #2111: Avoid mmap segfault when modifying a PROT_READ block. | Martin v. Löwis | 2008-05-23 | 1 | -0/+17 |
|
|
* | #2803: fix heappush invocation (backport). | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
|
|
* | Backport of revision 62854 | Ronald Oussoren | 2008-05-08 | 1 | -1/+11 |
|
|
* | Fix os.walk docstring example - issue2707 | Gregory P. Smith | 2008-05-06 | 1 | -1/+2 |
|
|
* | Fix issue 2520 (cannot import macerrors) | Ronald Oussoren | 2008-05-02 | 1 | -0/+1 |
|
|
* | Backport of revision 62648 | Ronald Oussoren | 2008-05-02 | 2 | -1/+2 |
|
|
* | Issue #2670: urllib2.build_opener() failed when two handlers | Amaury Forgeot d'Arc | 2008-04-22 | 2 | -3/+9 |
|
|
* | Issue 2665: On Windows, sys.stderr does not contain a valid file when running... | Amaury Forgeot d'Arc | 2008-04-21 | 2 | -5/+20 |
|
|
* | Merge r62235 from trunk. | Gregory P. Smith | 2008-04-09 | 1 | -0/+5 |
|
|
* | Fix a reference leak found by Georg, when compiling a class nested in another... | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -0/+4 |
|
|
* | Issue2495: tokenize.untokenize did not insert space between two consecutive s... | Amaury Forgeot d'Arc | 2008-03-27 | 3 | -2/+19 |
|
|
* | Issue #2482: Make sure that the coefficient of a Decimal instance | Mark Dickinson | 2008-03-25 | 2 | -3/+19 |
|
|
* | Decimal.sqrt(0) failed when the context was not | Mark Dickinson | 2008-03-25 | 2 | -3/+9 |
|
|
* | #1477: ur'\U0010FFFF' used to raise in narrow unicode builds. | Amaury Forgeot d'Arc | 2008-03-24 | 1 | -2/+15 |
|
|
* | Issue #2432: give DictReader the dialect and line_num attributes | Georg Brandl | 2008-03-21 | 2 | -10/+15 |
|
|
* | Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args | Sean Reifscheider | 2008-03-20 | 1 | -0/+4 |
|
|
* | Backport r61450 from trunk: | Gregory P. Smith | 2008-03-18 | 1 | -0/+28 |
|
|
* | The behaviour of winsound.Beep() seems to differ between different versions o... | Trent Nelson | 2008-03-18 | 1 | -2/+10 |
|
|
* | Ensure this test passes even if there are no soundcards in the system. Backp... | Trent Nelson | 2008-03-18 | 1 | -4/+16 |
|
|
* | #1021: fix a bug to allow basicConfig to accept NOTSET as a level. | Vinay Sajip | 2008-03-16 | 1 | -1/+1 |
|
|
* | Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue... | Raymond Hettinger | 2008-03-06 | 1 | -0/+7 |
|
|
* | Bug #2220: handle rlcompleter attribute match failure more gracefully. | Georg Brandl | 2008-03-06 | 1 | -1/+1 |
|
|
* | Backport of r61263: | Martin v. Löwis | 2008-03-06 | 1 | -2/+2 |
|
|
* | Patch #2232: os.tmpfile might fail on Windows if the user has no | Martin v. Löwis | 2008-03-06 | 1 | -0/+38 |
|
|
* | Add section for 2.5.3. | Martin v. Löwis | 2008-03-06 | 1 | -0/+6 |
|
|
* | Remove old expected output for test_resource | Andrew M. Kuchling | 2008-02-23 | 1 | -2/+0 |
|
|
* | #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure. | Andrew M. Kuchling | 2008-02-23 | 1 | -62/+101 |
|
|
* | #1389051, #1092502: fix excessively large allocations when using read() on a ... | Andrew M. Kuchling | 2008-02-23 | 1 | -1/+1 |
|
|
* | #1389051: IMAP module tries to read entire message in one chunk. Patch by Fr... | Andrew M. Kuchling | 2008-02-23 | 1 | -1/+1 |
|
|
* | #1433694: minidom's .normalize() failed to set .nextSibling for last element. | Andrew M. Kuchling | 2008-02-23 | 2 | -0/+10 |
|
|