- ce79852 use the static identifier api for looking up special methods by Benjamin Peterson · 13 years ago
- 0a239e9 Fix compilation with C89 compilers (Windows...) by Amaury Forgeot d'Arc · 13 years ago
- 0296a56 NULL and no exception set from tp_iternext means StopIteration by Benjamin Peterson · 13 years ago
- 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
- 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
- 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 14 years ago
- bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 14 years ago
- afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 14 years ago
- d2a915d ceval.c: restore str+=str optimization by Victor Stinner · 14 years ago
- 811c2f1 remove "fast-path" for (i)adding strings by Benjamin Peterson · 14 years ago
- bec0fda Remove commented code: str+=str is no more super-optimized by Victor Stinner · 14 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 14 years ago
- f23339a Issue 12620: Make pendingbusy flag static to Py_MakePendingCalls(). by Charles-François Natali · 14 years ago
- 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 14 years ago
- e92cd0c merge 3.2 (#11627) by Benjamin Peterson · 14 years ago
- 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 14 years ago
- 9bfd0de no one passes NULL here (or should anyway) by Benjamin Peterson · 14 years ago
- 8788024 convert generator exc state functions into static functions by Benjamin Peterson · 14 years ago
- 536feac merge 3.2 by Benjamin Peterson · 14 years ago
- ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 14 years ago
- 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 14 years ago
- 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 14 years ago
- 9003760 map cells to arg slots at code creation time (closes #12399) by Benjamin Peterson · 14 years ago
- e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 14 years ago
- b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 14 years ago
- fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
- 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
- 0a5f65a Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s by Victor Stinner · 14 years ago
- 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
- 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 14 years ago
- b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
- ed4c711 Remove filename variable from ceval.c by Victor Stinner · 14 years ago
- 8ad4cd9 Merged revisions 87796 via svnmerge from by David Malcolm · 14 years ago
- f1397ad Issue #10655: Fix the build on PowerPC on Linux with GCC when building with by David Malcolm · 14 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
- e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
- 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 15 years ago
- a000645 ceval.c: catch recursion error on _PyUnicode_AsString(co->co_filename) by Victor Stinner · 15 years ago
- aa7fbd9 revert r85003, poorly considered; breaks tests by Benjamin Peterson · 15 years ago
- 81437c9 don't count keyword arguments as positional #9943 by Benjamin Peterson · 15 years ago
- 1df1536 Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly by Antoine Pitrou · 15 years ago
- e208b7c typo by Benjamin Peterson · 15 years ago
- d0de25d use Py_REFCNT by Benjamin Peterson · 15 years ago
- d2be5b4 remove gil_drop_request in --without-threads by Benjamin Peterson · 15 years ago
- 00ebe2c use DISPATCH() instead of continue by Benjamin Peterson · 15 years ago
- ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 15 years ago
- 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 15 years ago
- 4a3733d Issue #9425: save/restore exception on filename encoding by Victor Stinner · 15 years ago
- 042b128 Issue #9203: Computed gotos are now enabled by default on supported by Antoine Pitrou · 15 years ago
- 20f9c3c revert unintended changes by Benjamin Peterson · 15 years ago
- 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 15 years ago
- 0310a83 #3071: tell how many values were expected when unpacking too many. by Georg Brandl · 15 years ago
- 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 15 years ago
- c87901d Merged revisions 82181 via svnmerge from by Stefan Krah · 15 years ago
- b7e1010 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 15 years ago
- 08ec84c use atomic structures in non-thread version by Benjamin Peterson · 15 years ago
- 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 15 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- 70cce42 read eval_breaker with atomic api with computed gotos by Benjamin Peterson · 15 years ago
- 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 15 years ago
- 8689a10 Merged revisions 79555 via svnmerge from by Antoine Pitrou · 15 years ago
- 7588b8b nest if for clarity by Benjamin Peterson · 15 years ago
- afcee8b count keyword only arguments as part of the total by Benjamin Peterson · 15 years ago
- f3b7a25 Merged revisions 78028 via svnmerge from by Benjamin Peterson · 15 years ago
- 232ecb8 cleanup a bit by Benjamin Peterson · 15 years ago
- 38c36f8 Merged revisions 78875 via svnmerge from by Victor Stinner · 15 years ago
- a567a77 Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from by Benjamin Peterson · 15 years ago
- 3f1af5c Issue #6697: use %U format instead of _PyUnicode_AsString(), because by Victor Stinner · 15 years ago
- d01444d Merged revisions 78766 via svnmerge from by Benjamin Peterson · 15 years ago
- ae5f2f4 prevent generator finalization from invalidating sys.exc_info() #7173 by Benjamin Peterson · 15 years ago
- f8b60b2 fix comment by Benjamin Peterson · 15 years ago
- 074e5ed Merge in the new GIL. by Antoine Pitrou · 16 years ago
- ee2dd4a Merged revisions 75984 via svnmerge from by Mark Dickinson · 16 years ago
- a25b131 Merged revisions 75982 via svnmerge from by Mark Dickinson · 16 years ago
- b4d286d silence with (void) two warnings about computed and unused value of POP() by Ezio Melotti · 16 years ago
- bfc3099 Merged revisions 73750 via svnmerge from by Alexandre Vassalotti · 16 years ago
- 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 16 years ago
- b1715f1 use stack altering macros here by Benjamin Peterson · 16 years ago
- 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 16 years ago
- ac8c730 this is better written as an assertion by Benjamin Peterson · 16 years ago
- fec42da update comments by Benjamin Peterson · 16 years ago
- 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 16 years ago
- 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 16 years ago
- 8e124f3 Merged revisions 73064 via svnmerge from by Antoine Pitrou · 16 years ago
- efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 16 years ago
- 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
- b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 16 years ago
- b4ddfa4 fix compiler warning by Benjamin Peterson · 16 years ago
- e5bf383 Merged revisions 68460 via svnmerge from by Benjamin Peterson · 16 years ago
- f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
- b9083f3 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 16 years ago
- 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 008d8ef Merged revisions 67494 via svnmerge from by Jeffrey Yasskin · 16 years ago
- 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 17 years ago
- db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 17 years ago
- 6e7740c apply a fix for #3611 where the current exception context was deleted with a generator causing a segfault by Benjamin Peterson · 17 years ago
- 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 17 years ago
- 9a2310d Merged revisions 65240-65242 via svnmerge from by Antoine Pitrou · 17 years ago
- a851397 Merger 65032 to py3k by Jesse Noller · 17 years ago