summaryrefslogtreecommitdiffstats
path: root/Python/thread_os2.h
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-140/+140
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-231-43/+3
* bugfix: PyThread_start_new_thread() returns the thread ID, not a flag;Andrew MacIntyre2006-07-231-7/+4
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-1/+34
* Revert revisions:Tim Peters2006-06-041-41/+1
* 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-1/+41
* make thread stack size compile-time tunable on OS/2Andrew MacIntyre2005-01-171-1/+5
* reformat for PEP-7 style conformanceAndrew MacIntyre2002-12-041-121/+132
* typo fix: declaration required for VACPP not EMX+gccAndrew MacIntyre2002-12-041-1/+1
* OS/2 EMX port changes (Python part of patch #450267):Andrew MacIntyre2002-02-261-2/+52
* Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake2002-01-191-27/+0
* SF patch #474500: Make OS/2 locks work like posix locks, from MichaelTim Peters2001-10-311-30/+61
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-3/+3
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-16/+0
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-17/+34
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-10/+10
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-39/+39
* os2 patch by Jeff RushGuido van Rossum1997-11-221-2/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-21/+28
* Sjoerd's thread changes (including down_sema typo fix).Guido van Rossum1996-10-081-2/+2
* OS/2 thread supportGuido van Rossum1995-04-101-0/+214