| Commit message (Expand) | Author | Age | Files | Lines |
* | revert unintended changes | Benjamin Peterson | 2010-07-20 | 1 | -8/+8 |
|
|
* | move test_trace.py so as not to conflict with future tests for the trace module | Benjamin Peterson | 2010-07-20 | 1 | -8/+8 |
|
|
* | #3071: tell how many values were expected when unpacking too many. | Georg Brandl | 2010-07-10 | 1 | -1/+2 |
|
|
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 1 | -3/+3 |
|
|
* | Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. | Stefan Krah | 2010-06-23 | 1 | -42/+42 |
|
|
* | use atomic structures in non-thread version | Benjamin Peterson | 2010-05-30 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -3559/+3559 |
|
|
* | read eval_breaker with atomic api with computed gotos | Benjamin Peterson | 2010-05-03 | 1 | -1/+1 |
|
|
* | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -19/+44 |
|
|
* | Merged revisions 79555 via svnmerge from | Antoine Pitrou | 2010-04-01 | 1 | -12/+1 |
|
|
* | nest if for clarity | Benjamin Peterson | 2010-03-21 | 1 | -8/+8 |
|
|
* | count keyword only arguments as part of the total | Benjamin Peterson | 2010-03-21 | 1 | -2/+2 |
|
|
* | Merged revisions 78028 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -3/+0 |
|
|
* | cleanup a bit | Benjamin Peterson | 2010-03-21 | 1 | -24/+15 |
|
|
* | Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge... | Benjamin Peterson | 2010-03-21 | 1 | -18/+18 |
|
|
* | Issue #6697: use %U format instead of _PyUnicode_AsString(), because | Victor Stinner | 2010-03-12 | 1 | -2/+2 |
|
|
* | prevent generator finalization from invalidating sys.exc_info() #7173 | Benjamin Peterson | 2010-03-07 | 1 | -1/+1 |
|
|
* | fix comment | Benjamin Peterson | 2010-02-11 | 1 | -1/+1 |
|
|
* | Merge in the new GIL. | Antoine Pitrou | 2009-11-10 | 1 | -61/+101 |
|
|
* | Merged revisions 75982 via svnmerge from | Mark Dickinson | 2009-10-31 | 1 | -1/+19 |
|
|
* | silence with (void) two warnings about computed and unused value of POP() | Ezio Melotti | 2009-10-03 | 1 | -2/+2 |
|
|
* | Merged revisions 73750 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -5/+4 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -15/+12 |
|
|
* | use stack altering macros here | Benjamin Peterson | 2009-06-28 | 1 | -7/+7 |
|
|
* | Merged revisions 73614-73615 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -2/+4 |
|
|
* | this is better written as an assertion | Benjamin Peterson | 2009-06-28 | 1 | -9/+3 |
|
|
* | update comments | Benjamin Peterson | 2009-06-28 | 1 | -5/+12 |
|
|
* | correctly rearrange the stack in the exception case of WITH_CLEANUP | Benjamin Peterson | 2009-06-28 | 1 | -1/+12 |
|
|
* | Merged revisions 72912,72920,72940 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -7/+63 |
|
|
* | Merged revisions 73064 via svnmerge from | Antoine Pitrou | 2009-05-30 | 1 | -2/+16 |
|
|
* | Merged revisions 69811,69947 via svnmerge from | Benjamin Peterson | 2009-02-26 | 1 | -1/+4 |
|
|
* | http://bugs.python.org/issue4715 | Jeffrey Yasskin | 2009-02-25 | 1 | -15/+65 |
|
|
* | Issue #4753: By enabling a configure option named '--with-computed-gotos' | Antoine Pitrou | 2009-01-25 | 1 | -188/+309 |
|
|
* | fix compiler warning | Benjamin Peterson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 68460 via svnmerge from | Benjamin Peterson | 2009-01-17 | 1 | -22/+146 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 1 | -4/+17 |
|
|
* | Merged revisions 67666,67685 via svnmerge from | Jeffrey Yasskin | 2008-12-11 | 1 | -4/+21 |
|
|
* | Merged revisions 67688 via svnmerge from | Amaury Forgeot d'Arc | 2008-12-10 | 1 | -2/+11 |
|
|
* | Merged revisions 67494 via svnmerge from | Jeffrey Yasskin | 2008-12-06 | 1 | -1/+10 |
|
|
* | Issue #3697: "Fatal Python error: Cannot recover from stack overflow" | Antoine Pitrou | 2008-09-03 | 1 | -1/+1 |
|
|
* | Issue 3611: in some cases (a __del__ re-raising an exception, when called fro... | Amaury Forgeot d'Arc | 2008-08-29 | 1 | -5/+0 |
|
|
* | apply a fix for #3611 where the current exception context was deleted with a ... | Benjamin Peterson | 2008-08-20 | 1 | -1/+1 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -4/+4 |
|
|
* | Merged revisions 65240-65242 via svnmerge from | Antoine Pitrou | 2008-07-25 | 1 | -26/+36 |
|
|
* | Merger 65032 to py3k | Jesse Noller | 2008-07-17 | 1 | -0/+20 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -11/+13 |
|
|
* | improvements to the fix for #3114 | Benjamin Peterson | 2008-06-15 | 1 | -14/+24 |
|
|
* | #3114 fix a bus error when deallocated exceptions were used | Benjamin Peterson | 2008-06-15 | 1 | -6/+6 |
|
|
* | Implicit exception chaining via __context__ (PEP 3134). | Guido van Rossum | 2008-06-14 | 1 | -4/+6 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 1 | -240/+151 |
|
|