summaryrefslogtreecommitdiffstats
path: root/Modules/_threadmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-13/+67
* Issue #1868: Eliminate subtle timing issues in thread-local objects byAntoine Pitrou2010-08-281-43/+38
* Issue #8983: Corrected docstrings.Alexander Belopolsky2010-08-161-1/+1
* Issue #3757: thread-local objects now support cyclic garbage collection.Antoine Pitrou2010-08-091-45/+224
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-715/+715
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-14/+75
* Merged revisions 78638 via svnmerge fromVictor Stinner2010-03-031-2/+10
* Merged revisions 78610 via svnmerge fromVictor Stinner2010-03-031-8/+9
* Merged revisions 78393 via svnmerge fromAmaury Forgeot d'Arc2010-02-241-16/+0
* Issue #3001: Add a C implementation of recursive locks which is used byAntoine Pitrou2009-11-101-0/+273
* Merged revisions 75969 via svnmerge fromAntoine Pitrou2009-10-301-2/+8
* Merged revisions 75958 via svnmerge fromAntoine Pitrou2009-10-301-1/+19
* Merged revisions 74524 via svnmerge fromBenjamin Peterson2009-10-101-1/+6
* rollback the merge of r74524 because it causes failures in test_multiprocessingBenjamin Peterson2009-10-091-7/+2
* Merged revisions 74524,74556 via svnmerge fromBenjamin Peterson2009-10-041-2/+7
* Recorded merge of revisions 75123 via svnmerge fromPhilip Jenvey2009-09-291-1/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-2/+2
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-021-7/+19
* Merged revisions 64601 via svnmerge fromBenjamin Peterson2008-06-301-1/+4
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-6/+20
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-2/+2
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-0/+720