summaryrefslogtreecommitdiff
path: root/Python/thread_nt.h
Commit message (Expand)AuthorAgeFilesLines
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-1/+1
* Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-22/+0
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout ...Kristj?n Valur J?nsson2014-05-081-14/+5
|\
| * Issue #19787: PyThread_set_key_value() now always set the valueVictor Stinner2013-12-131-9/+0
| * Backout changeset 46393019b650Victor Stinner2013-12-131-0/+9
| * Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,Victor Stinner2013-12-131-9/+0
| * Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locksVictor Stinner2013-07-071-4/+4
| * Replace WaitForSingleObject with WaitForSingleObjectEx,Martin v. L?wis2013-01-251-1/+1
* | The PyCOND_TIMEDWAIT must use microseconds for the timeout argumentKristj?n Valur J?nsson2014-05-081-1/+1
|/
* Issue #15038: Optimize python Locks on WindowsKristj?n Valur J?nsson2012-06-181-0/+104
* Issue #11618: Fix the timeout logic in threading.Lock.acquire() underAntoine Pitrou2011-03-311-59/+8
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-151-5/+14
* issue 9786 Native TLS support for pthreadsKristján Valur Jónsson2010-09-201-1/+4
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-178/+178
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-7/+26
* Merged revisions 78393 via svnmerge fromAmaury Forgeot d'Arc2010-02-241-10/+0
* Merged revisions 68455,68476,68542 via svnmerge fromMartin v. Löwis2009-01-121-66/+124
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-58/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-3/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+30
* Merge the rest of the trunk.Thomas Wouters2006-06-081-20/+40
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-2/+2
* bug [ 1234979 ] Lock.acquire treats only 1 as TrueGeorg Brandl2005-07-081-1/+1
* An Anonymous Coward on c.l.py posted a little program with bizarreTim Peters2003-07-041-23/+30
* SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams.Tim Peters2002-02-281-14/+1
* Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake2002-01-191-53/+0
* Fix a bug in the previous checkin. The wrong bootstrap function wasGuido van Rossum2001-10-161-1/+1
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-3/+45
* SF bug [#456252] Python should never stomp on [u]intptr_t.Tim Peters2001-08-291-2/+2
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* -- from Trent Mick: [Patch #101010] replace use of INT_PTRFredrik Lundh2000-08-071-5/+1
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-2/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-11/+11
* - workaround to make 1.6 build under MSVC 5.0. hopefully,Fredrik Lundh2000-06-291-0/+4
* Trent Mick's Win64 changes: size_t vs. int or long; also some overflowGuido van Rossum2000-06-281-2/+5
* Bill Tutt:Guido van Rossum2000-05-111-1/+24
* Quick fix by Mark Hammond -- Yakov changed a dprintf call but it wasGuido van Rossum2000-05-051-1/+1
* Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru,Guido van Rossum2000-05-041-25/+113
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-1/+1
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-45/+45
* Use _beginthread() and _endthread() in favor of CreateThread() andGuido van Rossum1997-08-141-16/+8
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Sjoerd's thread changes (including down_sema typo fix).Guido van Rossum1996-10-081-1/+5
* nt thread supportGuido van Rossum1995-01-171-0/+245