COMMITS
/ Python/ceval.c July 15, 2011
B
catch nasty exception classes with __new__ that doesn't return a exception (closes #11627)
Benjamin Peterson committed
July 3, 2011
B
never retain a generator's caller's exception state on the generator after a yield/return
Benjamin Peterson committed
B
restore a generator's caller's exception state both on yield and (last) return
Benjamin Peterson committed
May 4, 2011
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
January 6, 2011
D
Merged revisions 87796 via svnmerge from
David Malcolm committed
D
Issue #10655: Fix the build on PowerPC on Linux with GCC when building with
David Malcolm committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
October 13, 2010
V
ceval.c: catch recursion error on _PyUnicode_AsString(co->co_filename)
Victor Stinner committed
September 25, 2010
B
revert r85003, poorly considered; breaks tests
Benjamin Peterson committed
B
don't count keyword arguments as positional #9943
Benjamin Peterson committed
September 13, 2010
A
Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly
Antoine Pitrou committed
September 10, 2010
B
use Py_REFCNT
Benjamin Peterson committed
B
remove gil_drop_request in --without-threads
Benjamin Peterson committed
B
use DISPATCH() instead of continue
Benjamin Peterson committed
A
#4617: Previously it was illegal to delete a name from the local
Amaury Forgeot d'Arc committed
September 4, 2010
A
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
Antoine Pitrou committed
August 17, 2010
V
Issue #9425: save/restore exception on filename encoding
Victor Stinner committed
August 13, 2010
A
Issue #9203: Computed gotos are now enabled by default on supported
Antoine Pitrou committed
July 20, 2010
B
revert unintended changes
Benjamin Peterson committed
B
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson committed
July 10, 2010
G
#3071: tell how many values were expected when unpacking too many.
Georg Brandl committed
June 25, 2010
B
only take into account positional arguments count in related error messages
Benjamin Peterson committed
June 23, 2010
S
Merged revisions 82181 via svnmerge from
Stefan Krah committed
S
Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.
Stefan Krah committed
May 30, 2010
B
use atomic structures in non-thread version
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 3, 2010
B
read eval_breaker with atomic api with computed gotos
Benjamin Peterson committed
J
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin committed
April 1, 2010
A
Merged revisions 79555 via svnmerge from
Antoine Pitrou committed
March 21, 2010
B
nest if for clarity
Benjamin Peterson committed
B
count keyword only arguments as part of the total
Benjamin Peterson committed
B
Merged revisions 78028 via svnmerge from
Benjamin Peterson committed
B
cleanup a bit
Benjamin Peterson committed
V
Merged revisions 78875 via svnmerge from
Victor Stinner committed
B
Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from
Benjamin Peterson committed
March 12, 2010
V
Issue #6697: use %U format instead of _PyUnicode_AsString(), because
Victor Stinner committed
March 7, 2010
B
Merged revisions 78766 via svnmerge from
Benjamin Peterson committed
B
prevent generator finalization from invalidating sys.exc_info() #7173
Benjamin Peterson committed
February 11, 2010
B
fix comment
Benjamin Peterson committed
November 10, 2009
A
Merge in the new GIL.
Antoine Pitrou committed
October 31, 2009
M
Merged revisions 75984 via svnmerge from
Mark Dickinson committed
M
Merged revisions 75982 via svnmerge from
Mark Dickinson committed
October 3, 2009
E
silence with (void) two warnings about computed and unused value of POP()
Ezio Melotti committed
July 21, 2009
A
Merged revisions 73750 via svnmerge from
Alexandre Vassalotti committed