COMMITS
/ Python/thread.c July 8, 2011
A
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
Antoine Pitrou committed
April 30, 2011
V
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner committed
April 20, 2011
V
Issue #11223: fix compiler warnings
Victor Stinner committed
April 19, 2011
V
Issue #11223: Add threading._info() function providing informations about the
Victor Stinner committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
October 24, 2009
A
Disable support for Irix threads
Antoine Pitrou committed
A
Disable GNU pth support
Antoine Pitrou committed
A
Disable support for SunOS LWP
Antoine Pitrou committed
A
Disable support for Mach C Threads.
Antoine Pitrou committed
A
Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0).
Antoine Pitrou committed
January 12, 2009
M
Merged revisions 68455,68476,68542 via svnmerge from
Martin v. Löwis committed
August 12, 2008
June 13, 2008
B
Merged revisions 64212 via svnmerge from
Benjamin Peterson committed
January 7, 2008
C
Merged revisions 59822-59841 via svnmerge from
Christian Heimes committed
August 17, 2007
S
Remove support for BeOS
Skip Montanaro committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
September 14, 2005
G
- Changes donated by Elemental Security to make it work on HP-UX 11 on
Guido van Rossum committed
October 10, 2004
T
find_key(): This routine wasn't thread-correct, and accounts for the
Tim Peters committed
October 9, 2004
T
Document the results of painful reverse-engineering of the "portable TLS"
Tim Peters committed
T
Style guide & consistency changes. No semantic changes.
Tim Peters committed
August 16, 2004
M
The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD
Matthias Klose committed
February 10, 2004
S
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Skip Montanaro committed
January 17, 2004
S
remove DGUX support.
Skip Montanaro committed
November 19, 2003
J
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Jack Jansen committed
September 20, 2003
M
Patch #805613: Fix usage of the PTH library.
Martin v. Löwis committed
April 19, 2003
M
New PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond committed
July 19, 2002
M
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
Mark Hammond committed
June 25, 2002
J
Silence compiler warning
Jeremy Hylton committed
June 11, 2002
M
Patch #488073: AtheOS port.
Martin v. Löwis committed
March 25, 2002
T
I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they
Tim Peters committed
March 9, 2002
M
Patch #504224: add plan9 threads include to thread.c.
Martin v. Löwis committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
October 16, 2001
G
Partial patch from SF #452266, by Jason Petrone.
Guido van Rossum committed
July 26, 2001
T
Repair more now-obsolete references to config.h.
Tim Peters committed
M
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Martin v. Löwis committed
October 6, 2000
F
Donn Cave <donn@u.washington.edu>:
Fred Drake committed
September 19, 2000
G
Make better use of GNU Pth -- patch by Andy Dustman.
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 24, 2000
T
Prototype yet another forward declaration.
Thomas Wouters committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 8, 2000
G
Andy Dustman: add GNU pth user-space thread support.
Guido van Rossum committed
April 24, 2000
G
Jack Jansen: Posix threads are now supported on the Macintosh too.
Guido van Rossum committed
April 7, 1999
G
Changes by Mark Hammond for Windows CE. Mostly of the form
Guido van Rossum committed
December 21, 1998
G
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum committed