summaryrefslogtreecommitdiff
path: root/Python/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
|\
| * Removed duplicated words in in comments and docs.Serhiy Storchaka2014-12-011-1/+1
| |\
| | * Issue #22156: Fix "comparison between signed and unsigned integers" compilerVictor Stinner2014-08-151-1/+1
* | | 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
|/
* Issue #19787: PyThread_set_key_value() now always set the valueVictor Stinner2013-12-131-12/+8
* Backout changeset 46393019b650Victor Stinner2013-12-131-8/+12
* Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,Victor Stinner2013-12-131-12/+8
* Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-221-2/+4
* Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initializationVictor Stinner2013-07-071-4/+4
* #16135: Removal of OS/2 support (I)Jesus Cea2012-10-051-4/+0
* Issue #11863: Remove support for legacy systems deprecated in Python 3.2Antoine Pitrou2011-07-081-43/+0
* Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-29/+54
* Issue #11223: fix compiler warningsVictor Stinner2011-04-201-0/+3
* Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-191-0/+57
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-10/+4
|\
| * Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-132/+132
| * Disable support for Irix threadsAntoine Pitrou2009-10-241-6/+1
| * Disable GNU pth supportAntoine Pitrou2009-10-241-0/+1
| * Disable support for SunOS LWPAntoine Pitrou2009-10-241-0/+1
| * Disable support for Mach C Threads.Antoine Pitrou2009-10-241-0/+1
| * Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-4/+0
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-132/+132
|/
* Merged revisions 68455,68476,68542 via svnmerge fromMartin v. Löwis2009-01-121-4/+0
* Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-...Georg Brandl2008-08-121-1/+11
* Merged revisions 64212 via svnmerge fromBenjamin Peterson2008-06-131-0/+31
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-1/+1
* Remove support for BeOSSkip Montanaro2007-08-171-4/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+29
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+2
* - 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