| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19787: PyThread_set_key_value() now always set the value | Victor Stinner | 2013-12-13 | 1 | -9/+0 |
|
|
* | Backout changeset 46393019b650 | Victor Stinner | 2013-12-13 | 1 | -0/+9 |
|
|
* | Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, | Victor Stinner | 2013-12-13 | 1 | -9/+0 |
|
|
* | Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks | Victor Stinner | 2013-07-07 | 1 | -4/+4 |
|
|
* | Replace WaitForSingleObject with WaitForSingleObjectEx, | Martin v. Löwis | 2013-01-25 | 1 | -1/+1 |
|
|
* | Issue #15038: Optimize python Locks on Windows | Kristján Valur Jónsson | 2012-06-18 | 1 | -0/+104 |
|
|
* | Issue #11618: Fix the timeout logic in threading.Lock.acquire() under | Antoine Pitrou | 2011-03-30 | 1 | -59/+8 |
|
|
* | Issue #8844: Regular and recursive lock acquisitions can now be interrupted | Antoine Pitrou | 2010-12-15 | 1 | -5/+14 |
|
|
* | issue 9786 Native TLS support for pthreads | Kristján Valur Jónsson | 2010-09-20 | 1 | -1/+4 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -178/+178 |
|
|
* | Issue #7316: the acquire() method of lock objects in the :mod:`threading` | Antoine Pitrou | 2010-04-14 | 1 | -7/+26 |
|
|
* | Merged revisions 78393 via svnmerge from | Amaury Forgeot d'Arc | 2010-02-24 | 1 | -10/+0 |
|
|
* | Merged revisions 68455,68476,68542 via svnmerge from | Martin v. Löwis | 2009-01-12 | 1 | -66/+124 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -58/+5 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -3/+3 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+30 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -20/+40 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -2/+2 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -2/+2 |
|
|
* | bug [ 1234979 ] Lock.acquire treats only 1 as True | Georg Brandl | 2005-07-08 | 1 | -1/+1 |
|
|
* | An Anonymous Coward on c.l.py posted a little program with bizarre | Tim Peters | 2003-07-04 | 1 | -23/+30 |
|
|
* | SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams. | Tim Peters | 2002-02-28 | 1 | -14/+1 |
|
|
* | Remove the unused & broken PyThread_*_sema() functions and related constants. | Fred Drake | 2002-01-19 | 1 | -53/+0 |
|
|
* | Fix a bug in the previous checkin. The wrong bootstrap function was | Guido van Rossum | 2001-10-16 | 1 | -1/+1 |
|
|
* | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 1 | -3/+45 |
|
|
* | SF bug [#456252] Python should never stomp on [u]intptr_t. | Tim Peters | 2001-08-29 | 1 | -2/+2 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | -- from Trent Mick: [Patch #101010] replace use of INT_PTR | Fredrik Lundh | 2000-08-07 | 1 | -5/+1 |
|
|
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -2/+2 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -11/+11 |
|
|
* | - workaround to make 1.6 build under MSVC 5.0. hopefully, | Fredrik Lundh | 2000-06-29 | 1 | -0/+4 |
|
|
* | Trent Mick's Win64 changes: size_t vs. int or long; also some overflow | Guido van Rossum | 2000-06-28 | 1 | -2/+5 |
|
|
* | Bill Tutt: | Guido van Rossum | 2000-05-11 | 1 | -1/+24 |
|
|
* | Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was | Guido van Rossum | 2000-05-05 | 1 | -1/+1 |
|
|
* | Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru, | Guido van Rossum | 2000-05-04 | 1 | -25/+113 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+1 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -45/+45 |
|
|
* | Use _beginthread() and _endthread() in favor of CreateThread() and | Guido van Rossum | 1997-08-14 | 1 | -16/+8 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Sjoerd's thread changes (including down_sema typo fix). | Guido van Rossum | 1996-10-08 | 1 | -1/+5 |
|
|
* | nt thread support | Guido van Rossum | 1995-01-17 | 1 | -0/+245 |
|
|