COMMITS
/ Python/ceval.c January 6, 2011
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
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 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
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
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 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
A
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti committed
June 28, 2009
B
use stack altering macros here
Benjamin Peterson committed
B
Merged revisions 73614-73615 via svnmerge from
Benjamin Peterson committed
B
this is better written as an assertion
Benjamin Peterson committed
B
update comments
Benjamin Peterson committed
B
correctly rearrange the stack in the exception case of WITH_CLEANUP
Benjamin Peterson committed
B
Merged revisions 72912,72920,72940 via svnmerge from
Benjamin Peterson committed
May 30, 2009
A
Merged revisions 73064 via svnmerge from
Antoine Pitrou committed
February 26, 2009
B
Merged revisions 69811,69947 via svnmerge from
Benjamin Peterson committed
February 25, 2009
J
http://bugs.python.org/issue4715
Jeffrey Yasskin committed
January 25, 2009
A
Issue #4753: By enabling a configure option named '--with-computed-gotos'
Antoine Pitrou committed
January 17, 2009
B
fix compiler warning
Benjamin Peterson committed