aboutsummaryrefslogtreecommitdiff
path: root/Python/thread_nt.h
AgeCommit message (Expand)Author
2020-04-14bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)Victor Stinner
2020-04-14bpo-40268: Include explicitly pycore_interp.h (GH-19505)Victor Stinner
2020-03-12bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)bobince
2019-05-22bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)Jake Tesler
2019-05-21Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...Victor Stinner
2019-05-12bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)Jake Tesler
2019-05-04bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)Victor Stinner
2019-02-02bpo-33316: PyThread_release_lock always fails (GH-6541)native-api
2018-11-01bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)Victor Stinner
2018-01-17Fix typo in thread_nt.h code comment (GH-5211)hui shang
2017-11-08Replace KB unit with KiB (#4293)Victor Stinner
2017-10-24bpo-30768: Recompute timeout on interrupted lock (GH-4103)Victor Stinner
2017-10-06bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto
2017-09-07bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow
2017-09-05Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow
2017-09-05bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow
2017-07-03bpo-30832: Remove own implementation for thread-local storage (#2537)Masayuki Yamamoto
2017-03-23bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka
2016-09-06replace PY_LONG_LONG with long longBenjamin Peterson
2016-09-05Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings
2016-04-17Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka
2014-05-08The PyCOND_TIMEDWAIT must use microseconds for the timeout argumentKristján Valur Jónsson
2013-12-13Issue #19787: PyThread_set_key_value() now always set the valueVictor Stinner
2013-12-13Backout changeset 46393019b650Victor Stinner
2013-12-13Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,Victor Stinner
2013-07-07Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locksVictor Stinner
2013-01-25Replace WaitForSingleObject with WaitForSingleObjectEx,Martin v. Löwis
2012-06-18Issue #15038: Optimize python Locks on WindowsKristján Valur Jónsson
2011-03-31Issue #11618: Fix the timeout logic in threading.Lock.acquire() underAntoine Pitrou
2010-12-15Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou
2010-09-20issue 9786 Native TLS support for pthreadsKristján Valur Jónsson
2010-05-09Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou
2010-04-14Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou
2010-02-24Merged revisions 78393 via svnmerge fromAmaury Forgeot d'Arc
2009-01-12Merged revisions 68455,68476,68542 via svnmerge fromMartin v. Löwis
2007-05-14Merged revisions 55325-55327 via svnmerge fromGuido van Rossum
2007-04-27Merged revisions 53952-54987 via svnmerge fromGuido van Rossum
2006-08-11Merged revisions 46753-51188 via svnmerge fromThomas Wouters
2006-06-08Merge the rest of the trunk.Thomas Wouters
2006-05-27Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters
2006-02-15Merge ssize_t branch.Martin v. Löwis
2005-07-08bug [ 1234979 ] Lock.acquire treats only 1 as TrueGeorg Brandl
2003-07-04An Anonymous Coward on c.l.py posted a little program with bizarreTim Peters
2002-02-28SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams.Tim Peters
2002-01-19Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake
2001-10-16Fix a bug in the previous checkin. The wrong bootstrap function wasGuido van Rossum
2001-10-16Partial patch from SF #452266, by Jason Petrone.Guido van Rossum
2001-08-29SF bug [#456252] Python should never stomp on [u]intptr_t.Tim Peters
2000-09-01REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum
2000-08-07-- from Trent Mick: [Patch #101010] replace use of INT_PTRFredrik Lundh