summaryrefslogtreecommitdiff
path: root/Python/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
* - rename configure.in to configure.acMatthias Klose2012-03-141-1/+1
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-132/+132
* Issue #4893: Use NT threading on CE.Martin v. Löwis2009-01-121-4/+0
* Adds a sanity check to avoid a *very rare* infinite loop due to a corrupt tlsGregory P. Smith2008-08-041-1/+11
* #1683 prevent forking from interfering in threading storageBenjamin Peterson2008-06-131-0/+31
* patch #1668: clarify envvar docs; rename THREADDEBUG to PYTHONTHREADDEBUG.Georg Brandl2008-01-071-1/+1
* Handle more memory allocation failures without crashing.Neal Norwitz2006-07-211-0/+2
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-0/+27
* Revert revisions:Tim Peters2006-06-041-33/+0
* clean up function declarations to conform to PEP-7 style.Andrew MacIntyre2006-06-041-1/+2
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-041-0/+33
* - Changes donated by Elemental Security to make it work on HP-UX 11 onGuido van Rossum2005-09-141-0/+14
* find_key(): This routine wasn't thread-correct, and accounts for theTim Peters2004-10-101-5/+17
* Document the results of painful reverse-engineering of the "portable TLS"Tim Peters2004-10-091-6/+84
* Style guide & consistency changes. No semantic changes.Tim Peters2004-10-091-6/+12
* The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSDMatthias Klose2004-08-161-0/+10
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-6/+0
* remove DGUX support.Skip Montanaro2004-01-171-4/+0
* Getting rid of code dependent on GUSI or the MetroWerks compiler.Jack Jansen2003-11-191-4/+0
* Patch #805613: Fix usage of the PTH library.Martin v. Löwis2003-09-201-0/+1
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-191-0/+108
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-5/+0
* Silence compiler warningJeremy Hylton2002-06-251-1/+1
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+4
* I've been waiting 8 years for KSR to re-emerge from bankruptcy. If theyTim Peters2002-03-251-4/+0
* Patch #504224: add plan9 threads include to thread.c.Martin v. Löwis2002-03-091-0/+4
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-5/+1
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-1/+0
* Repair more now-obsolete references to config.h.Tim Peters2001-07-261-1/+1
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
* Donn Cave <donn@u.washington.edu>:Fred Drake2000-10-061-1/+1
* Make better use of GNU Pth -- patch by Andy Dustman.Guido van Rossum2000-09-191-3/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Prototype yet another forward declaration.Thomas Wouters2000-07-241-1/+1
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-13/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Andy Dustman: add GNU pth user-space thread support.Guido van Rossum2000-05-081-0/+4
* Jack Jansen: Posix threads are now supported on the Macintosh too.Guido van Rossum2000-04-241-0/+4
* Changes by Mark Hammond for Windows CE. Mostly of the formGuido van Rossum1999-04-071-0/+8
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-4/+4
* Need to add default decl of DL_IMPORT, for mymalloc.hGuido van Rossum1998-12-041-0/+5
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-011-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+4
* os2 patch by Jeff RushGuido van Rossum1997-11-221-0/+4
* DG/UX thread patches (Ross Andrus)Guido van Rossum1997-05-221-0/+4
* Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined evenGuido van Rossum1997-04-291-0/+6