| Commit message (Expand) | Author | Age | Files | Lines |
* | catch nasty exception classes with __new__ that doesn't return a exception (c... | Benjamin Peterson | 2011-07-15 | 1 | -0/+7 |
* | never retain a generator's caller's exception state on the generator after a ... | Benjamin Peterson | 2011-07-03 | 1 | -4/+36 |
* | restore a generator's caller's exception state both on yield and (last) return | Benjamin Peterson | 2011-07-03 | 1 | -4/+5 |
* | Issue #1856: Avoid crashes and lockups when daemon threads run while the | Antoine Pitrou | 2011-05-04 | 1 | -0/+6 |
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -2/+2 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -2/+2 |
| * | Merged revisions 87796 via svnmerge from | David Malcolm | 2011-01-06 | 1 | -4/+5 |
| * | Merged revisions 82181 via svnmerge from | Stefan Krah | 2010-06-23 | 1 | -40/+40 |
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -3490/+3490 |
| * | Merged revisions 78875 via svnmerge from | Victor Stinner | 2010-03-21 | 1 | -2/+2 |
| * | Merged revisions 78766 via svnmerge from | Benjamin Peterson | 2010-03-07 | 1 | -1/+1 |
| * | Merged revisions 75984 via svnmerge from | Mark Dickinson | 2009-10-31 | 1 | -1/+19 |
* | | Issue #10655: Fix the build on PowerPC on Linux with GCC when building with | David Malcolm | 2011-01-06 | 1 | -4/+5 |
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -3/+4 |
* | | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
* | | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -1/+1 |
* | | ceval.c: catch recursion error on _PyUnicode_AsString(co->co_filename) | Victor Stinner | 2010-10-13 | 1 | -0/+4 |
* | | revert r85003, poorly considered; breaks tests | Benjamin Peterson | 2010-09-25 | 1 | -1/+1 |
* | | don't count keyword arguments as positional #9943 | Benjamin Peterson | 2010-09-25 | 1 | -1/+1 |
* | | Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly | Antoine Pitrou | 2010-09-13 | 1 | -4/+9 |
* | | typo | Benjamin Peterson | 2010-09-10 | 1 | -2/+2 |
* | | use Py_REFCNT | Benjamin Peterson | 2010-09-10 | 1 | -2/+2 |
* | | remove gil_drop_request in --without-threads | Benjamin Peterson | 2010-09-10 | 1 | -4/+13 |
* | | use DISPATCH() instead of continue | Benjamin Peterson | 2010-09-10 | 1 | -1/+1 |
* | | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -16/+34 |
* | | Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced | Antoine Pitrou | 2010-09-04 | 1 | -38/+9 |
* | | Issue #9425: save/restore exception on filename encoding | Victor Stinner | 2010-08-17 | 1 | -1/+6 |
* | | Issue #9203: Computed gotos are now enabled by default on supported | Antoine Pitrou | 2010-08-13 | 1 | -4/+17 |
* | | 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 |