663 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Benjamin Peterson 176101d660 correctly rearrange the stack in the exception case of WITH_CLEANUP 17 years ago
Benjamin Peterson 876b2f286b Merged revisions 72912,72920,72940 via svnmerge from 17 years ago
Antoine Pitrou 6987d54116 Merged revisions 73064-73065 via svnmerge from 17 years ago
Antoine Pitrou 8e124f3244 Merged revisions 73064 via svnmerge from 17 years ago
Antoine Pitrou 46dbe27f7e Issue #5330: C functions called with keyword arguments were not reported by 17 years ago
Benjamin Peterson 1880d8b823 add a SETUP_WITH opcode 17 years ago
Jeffrey Yasskin 655d835415 Issue #6042: 17 years ago
Jeffrey Yasskin f7f858d141 Issue 5954, PyFrame_GetLineNumber: 17 years ago
Jeffrey Yasskin 68d6852006 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 17 years ago
Benjamin Peterson efb06b0d91 Merged revisions 69811,69947 via svnmerge from 17 years ago
Jeffrey Yasskin 9de7ec7868 http://bugs.python.org/issue4715 17 years ago
Collin Winter 8725dce2ae Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example. 17 years ago
Mark Dickinson 9e58a37252 Silence 'arg may be used uninitialized in this function' warning from gcc. 17 years ago
Benjamin Peterson 78821ddf8c fix building the core with --disable-unicode 17 years ago
Antoine Pitrou b52ec78baf Issue #4753: By enabling a configure option named '--with-computed-gotos' 17 years ago
Benjamin Peterson e18ef194d9 allow unicode keyword arguments for the ** syntax #4978 17 years ago
Benjamin Peterson b4ddfa41cc fix compiler warning 17 years ago
Benjamin Peterson e5bf383959 Merged revisions 68460 via svnmerge from 17 years ago
Kristján Valur Jónsson 0e91938e58 Issue 4293: Make Py_AddPendingCall() thread safe 17 years ago
Antoine Pitrou f289ae6f01 Merged revisions 67818 via svnmerge from 17 years ago
Antoine Pitrou d0c3515bc5 Issue #2183: Simplify and optimize bytecode for list comprehensions. 17 years ago
Jeffrey Yasskin d0a70d4bab Unblocked and merged revisions 67494 via svnmerge from 17 years ago
Jeffrey Yasskin b9083f3e30 Merged revisions 67666,67685 via svnmerge from 17 years ago
Jeffrey Yasskin 6961498040 Merged revisions 67666,67685 via svnmerge from 17 years ago
Amaury Forgeot d'Arc 79c9f76629 Merged revisions 67688 via svnmerge from 17 years ago
Amaury Forgeot d'Arc 10b24e87e5 Merged revisions 67688 via svnmerge from 17 years ago
Amaury Forgeot d'Arc ad9b5992e3 #4559: When a context manager's __exit__() method returns an object whose 17 years ago
Jeffrey Yasskin 6f5d3f326f Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always 17 years ago
Jeffrey Yasskin 478a1aa537 Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a 17 years ago
Jeffrey Yasskin 2d873bd68b Issue 4597: Fix several cases in EvalFrameEx where an exception could be 17 years ago
Jeffrey Yasskin 008d8ef1a8 Merged revisions 67494 via svnmerge from 17 years ago
Jeffrey Yasskin fd8a1ec486 Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching 17 years ago
Antoine Pitrou 658fad8aae Issue #3697: "Fatal Python error: Cannot recover from stack overflow" 18 years ago
Amaury Forgeot d'Arc db26f7c137 Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside 18 years ago
Benjamin Peterson 6e7740c790 apply a fix for #3611 where the current exception context was deleted with a generator causing a segfault 18 years ago
Gregory P. Smith 5e8dc97a09 Backport of r65032 from trunk 18 years ago
Marc-André Lemburg 4cc0f24857 Rename PyUnicode_AsString -> _PyUnicode_AsString and 18 years ago
Antoine Pitrou 9a2310d1b6 Merged revisions 65240-65242 via svnmerge from 18 years ago
Antoine Pitrou c2cc80c64e Raymond's patch for #1819: speedup function calls with named parameters 18 years ago
Jesse Noller a851397ddc Merger 65032 to py3k 18 years ago
Jesse Noller 5e62ca4fea Apply patch for 874900: threading module can deadlock after fork 18 years ago
Georg Brandl 86b2fb9d77 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from 18 years ago
Raymond Hettinger afae11ea88 Update comment on prediction macros. 18 years ago
Georg Brandl aa76d77e2b Add a comment about incref'ing w. 18 years ago
Amaury Forgeot d'Arc ceda6a67ce #3242: fix a crash in "print", if sys.stdout is set to a custom object, 18 years ago
Amaury Forgeot d'Arc bdd941fac3 #3242: fix a crash in "print", if sys.stdout is set to a custom object, 18 years ago
Benjamin Peterson 27d63678a3 improvements to the fix for #3114 18 years ago
Benjamin Peterson 979f311728 #3114 fix a bus error when deallocated exceptions were used 18 years ago
Guido van Rossum b4fb6e4d27 Implicit exception chaining via __context__ (PEP 3134). 18 years ago
Benjamin Peterson eec3d71379 #3021: Antoine Pitrou's Lexical exception handlers 18 years ago