| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert patch for #1706039, as it can crash the interpreter. | Martin v. Löwis | 2008-12-23 | 1 | -42/+0 |
|
|
| * | Backport of r67908: | Martin v. Löwis | 2008-12-23 | 1 | -0/+2 |
|
|
| * | Issue #1706039: Support continued reading from a file even after | Martin v. Löwis | 2008-12-13 | 1 | -0/+42 |
|
|
| * | Backport of r66703: | Martin v. Löwis | 2008-12-13 | 1 | -0/+6 |
|
|
| * | Issue #4228: Pack negative values the same way as 2.4 | Martin v. Löwis | 2008-12-13 | 1 | -0/+13 |
|
|
| * | Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min, | Mark Dickinson | 2008-12-11 | 1 | -0/+17 |
|
|
| * | Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always | Jeffrey Yasskin | 2008-12-10 | 1 | -0/+14 |
|
|
| * | Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a | Jeffrey Yasskin | 2008-12-10 | 1 | -0/+30 |
|
|
| * | #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. | Amaury Forgeot d'Arc | 2008-11-18 | 1 | -1/+2 |
|
|
| * | backport r67246 from the trunk | Benjamin Peterson | 2008-11-17 | 1 | -9/+50 |
|
|
| * | backport r67077 from the trunk: parser module now correctly validates relativ... | Benjamin Peterson | 2008-11-03 | 1 | -0/+2 |
|
|
| * | Issue #4176: Pickle would crash the interpreter when a __reduce__ function | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+23 |
|
|
| * | backport r66689: imageop could segfault due to poor argument validation | Benjamin Peterson | 2008-09-30 | 1 | -7/+62 |
|
|
| * | Backport of r66677: _lsprof crasher when a bad external timer is used during | Brett Cannon | 2008-09-29 | 1 | -2/+17 |
|
|
| * | #3967: Correct a crash in count() and find() methods of string-like objects. | Amaury Forgeot d'Arc | 2008-09-26 | 1 | -0/+16 |
|
|
| * | make sure to give a 'as' and 'with' parser warning even after import statemen... | Benjamin Peterson | 2008-09-25 | 1 | -1/+34 |
|
|
| * | backport r66496: integer overflow in _hashopenssl #3886 | Benjamin Peterson | 2008-09-18 | 1 | -2/+16 |
|
|
| * | Issue #3804: Added test for Issue #2222. | Hirokazu Yamamoto | 2008-09-08 | 1 | -0/+7 |
|
|
| * | Issue #3751: str.rpartition would perform a left-partition when called with | Amaury Forgeot d'Arc | 2008-09-01 | 1 | -0/+5 |
|
|
| * | let Windows bots pass on test_threading | Benjamin Peterson | 2008-08-23 | 1 | -1/+2 |
|
|
| * | Reverted r65902. See http://mail.python.org/pipermail/python-checkins/2008-Au... | Hirokazu Yamamoto | 2008-08-20 | 1 | -7/+3 |
|
|
| * | Backport r65900: fixed get_file_system in test_os.py ('path' is unicode on py... | Hirokazu Yamamoto | 2008-08-20 | 1 | -5/+8 |
|
|
| * | Backport of r64767 from trunk | Gregory P. Smith | 2008-08-17 | 1 | -0/+11 |
|
|
| * | Backport of r65032 from trunk | Gregory P. Smith | 2008-08-17 | 1 | -1/+78 |
|
|
| * | - Issue #3537: Fix an assertion failure when an empty but presized dict | Georg Brandl | 2008-08-11 | 1 | -0/+11 |
|
|
| * | (backport of r61652 and r61665 from trunk) | Gregory P. Smith | 2008-08-04 | 1 | -0/+29 |
|
|
| * | 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 | 1 | -0/+1 |
|
|
| * | Backport r62627 + r62744 from trunk to fix issue 2632. | Gregory P. Smith | 2008-07-06 | 1 | -0/+27 |
|
|
| * | 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 |
|
|
| * | Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate | Gregory P. Smith | 2008-06-01 | 1 | -0/+16 |
|
|
| * | Patch #2111: Avoid mmap segfault when modifying a PROT_READ block. | Martin v. Löwis | 2008-05-23 | 1 | -0/+17 |
|
|
| * | Issue #2670: urllib2.build_opener() failed when two handlers | Amaury Forgeot d'Arc | 2008-04-22 | 1 | -0/+6 |
|
|
| * | 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 | 2 | -1/+9 |
|
|
| * | Issue #2482: Make sure that the coefficient of a Decimal instance | Mark Dickinson | 2008-03-25 | 1 | -0/+16 |
|
|
| * | Decimal.sqrt(0) failed when the context was not | Mark Dickinson | 2008-03-25 | 1 | -0/+6 |
|
|
| * | #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 | 1 | -10/+12 |
|
|
| * | 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 |
|
|