aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)Victor Stinner2020-04-071-0/+9
* bpo-39372: Clean header files of declared interfaces with no implementations ...Pablo Galindo2020-01-181-1/+0
* bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard...Sergey Fedoseev2019-12-051-4/+4
* bpo-37077: Add native thread ID (TID) for AIX (GH-13624)Michael Felt2019-06-131-1/+1
* bpo-37160: Thread native ID NetBSD support (GH-13835)David Carlier2019-06-121-1/+1
* bpo-37087: Adding native ID support for OpenBSD (GH-13654)David Carlier2019-06-031-1/+1
* bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)Zackery Spytz2019-05-281-6/+7
* bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)Jake Tesler2019-05-221-0/+5
* Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...Victor Stinner2019-05-211-1/+0
* bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)Jake Tesler2019-05-121-0/+1
* bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)Victor Stinner2019-05-041-1/+1
* bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner2017-10-241-7/+14
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-061-9/+63
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-231-2/+6
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+2
* stop using Py_LL and Py_ULLBenjamin Peterson2016-09-181-2/+2
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-1/+1
* require a long long data type (closes #27961)Benjamin Peterson2016-09-051-5/+0
* Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-1/+1
* Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-191-1/+3
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-4/+19
* Issue #9318: Use Py_LL for old compiler.Hirokazu Yamamoto2010-09-111-2/+2
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-0/+35
* Merged revisions 78393 via svnmerge fromAmaury Forgeot d'Arc2010-02-241-9/+0
* Merged revisions 64212 via svnmerge fromBenjamin Peterson2008-06-131-0/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+3
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-191-0/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-16/+16
* Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake2002-01-191-7/+0
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-30/+22
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Conform to standard boilerplate.Guido van Rossum1999-03-241-3/+34
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-55/+21
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-21/+21
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+12
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-0/+9
* Add Macros defining new names for all external symbols.Guido van Rossum1997-03-141-0/+18
* Add waitflag to down_sema().Guido van Rossum1996-10-081-1/+3
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-18/+18
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+6
* almodule.c: added close method, equivalent to closeport.Sjoerd Mullender1993-12-201-18/+18
* Added C++ support in thread.h; don't use signals if not strictlySjoerd Mullender1992-09-111-5/+12
* New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()Guido van Rossum1992-08-171-0/+9
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-0/+27