COMMITS
/ Modules/_threadmodule.c August 28, 2010
A
Issue #1868: Eliminate subtle timing issues in thread-local objects by
Antoine Pitrou committed
August 16, 2010
A
Issue #8983: Corrected docstrings.
Alexander Belopolsky committed
August 9, 2010
A
Issue #3757: thread-local objects now support cyclic garbage collection.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 14, 2010
A
Issue #7316: the acquire() method of lock objects in the :mod:`threading`
Antoine Pitrou committed
March 3, 2010
V
Merged revisions 78638 via svnmerge from
Victor Stinner committed
V
Merged revisions 78610 via svnmerge from
Victor Stinner committed
February 24, 2010
A
Merged revisions 78393 via svnmerge from
Amaury Forgeot d'Arc committed
November 10, 2009
A
Issue #3001: Add a C implementation of recursive locks which is used by
Antoine Pitrou committed
October 30, 2009
A
Merged revisions 75969 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 75958 via svnmerge from
Antoine Pitrou committed
October 10, 2009
B
Merged revisions 74524 via svnmerge from
Benjamin Peterson committed
October 9, 2009
B
rollback the merge of r74524 because it causes failures in test_multiprocessing
Benjamin Peterson committed
October 4, 2009
B
Merged revisions 74524,74556 via svnmerge from
Benjamin Peterson committed
September 29, 2009
P
Recorded merge of revisions 75123 via svnmerge from
Philip Jenvey committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
July 2, 2008
A
#3247 Get rid of Py_FindMethod; use tp_members instead.
Amaury Forgeot d'Arc committed
June 30, 2008
B
Merged revisions 64601 via svnmerge from
Benjamin Peterson committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
G
Create the dbm package from PEP 3108. #2881.
Georg Brandl committed
May 25, 2008
G
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl committed