| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -3/+74 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+11 |
|
|
* | Don't call memset() before checking that the ptr is not NULL. | Armin Rigo | 2005-09-20 | 1 | -1/+1 |
|
|
* | Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4. | Martin v. Löwis | 2005-03-28 | 1 | -1/+3 |
|
|
* | Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no | Anthony Baxter | 2005-03-16 | 1 | -0/+4 |
|
|
* | This closes patch: | Michael W. Hudson | 2004-07-07 | 1 | -11/+0 |
|
|
* | SF Patch #902444: Use process scope thread on FreeBSD. System scope | Hye-Shik Chang | 2004-03-04 | 1 | -1/+1 |
|
|
* | typo | Skip Montanaro | 2004-03-03 | 1 | -1/+1 |
|
|
* | Remove support for systems defining Py_PTHREAD_D[467] in | Skip Montanaro | 2004-02-07 | 1 | -72/+0 |
|
|
* | remove DGUX support. | Skip Montanaro | 2004-01-17 | 1 | -10/+2 |
|
|
* | Getting rid of code dependent on GUSI or the MetroWerks compiler. | Jack Jansen | 2003-11-19 | 1 | -8/+0 |
|
|
* | Patch 775605: Cygwin pthread_sigmask() workaround patch | Jason Tishler | 2003-07-22 | 1 | -1/+1 |
|
|
* | Patch #716969: Detect thread creation failure. Will backport to 2.2. | Martin v. Löwis | 2003-04-19 | 1 | -6/+8 |
|
|
* | Patch #711835: Remove unnecessary lock operations. Will backport to 2.2. | Martin v. Löwis | 2003-04-18 | 1 | -8/+4 |
|
|
* | Don't use Posix semaphores on Solaris 8. Fixes #662787. | Martin v. Löwis | 2003-01-21 | 1 | -1/+1 |
|
|
* | Patch #650415: Avoid redefinition of macros. | Martin v. Löwis | 2002-12-11 | 1 | -0/+12 |
|
|
* | Add compile-time errors for unsupported systems. | Martin v. Löwis | 2002-12-02 | 1 | -0/+5 |
|
|
* | Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. | Martin v. Löwis | 2002-10-04 | 1 | -2/+2 |
|
|
* | Document that _POSIX_SEMAPHORES is predefined. | Martin v. Löwis | 2002-03-17 | 1 | -0/+4 |
|
|
* | Patch #525532: Add support for POSIX semaphores. | Martin v. Löwis | 2002-03-17 | 1 | -0/+119 |
|
|
* | Remove the unused & broken PyThread_*_sema() functions and related constants. | Fred Drake | 2002-01-19 | 1 | -98/+0 |
|
|
* | Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails | Jack Jansen | 2002-01-15 | 1 | -0/+6 |
|
|
* | Fix memory leak. This is part of SF patch #478006. | Fred Drake | 2001-11-09 | 1 | -1/+1 |
|
|
* | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 1 | -2/+6 |
|
|
* | Do not define _POSIX_THREADS if unistd.h defines it. | Martin v. Löwis | 2001-10-15 | 1 | -1/+1 |
|
|
* | Add SF patch #468347 -- mask signals for non-main pthreads, by Jason Lowe: | Guido van Rossum | 2001-10-12 | 1 | -0/+26 |
|
|
* | Improve threading on Solaris, according to SF patch #460269, submitted | Guido van Rossum | 2001-09-10 | 1 | -3/+8 |
|
|
* | GUSI on the Mac creates threads with a default stack size of 20KB, which is | Jack Jansen | 2001-08-29 | 1 | -1/+21 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | This patch partly (some stuff went in already) ports Python to Monterey. | Trent Mick | 2000-08-23 | 1 | -0/+11 |
|
|
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -21/+40 |
|
|
* | 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 | -10/+10 |
|
|
* | Rob Riggs wrote: | Guido van Rossum | 1999-03-15 | 1 | -2/+2 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -43/+43 |
|
|
* | BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net. | Guido van Rossum | 1998-10-07 | 1 | -1/+22 |
|
|
* | Apparently on AIX when using gcc you need to call pthread_init() | Guido van Rossum | 1998-09-10 | 1 | -0/+3 |
|
|
* | Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4. | Guido van Rossum | 1998-09-04 | 1 | -1/+1 |
|
|
* | Add a 'volatile' to the declaration of threadid in get_thread_ident(). | Guido van Rossum | 1998-08-27 | 1 | -1/+1 |
|
|
* | Improved version of patch for HPUX from David Arnold. | Guido van Rossum | 1998-05-14 | 1 | -4/+1 |
|
|
* | Support HPUX 10.20 DCE threads. | Guido van Rossum | 1998-05-07 | 1 | -0/+6 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -1/+2 |
|
|
* | Add default case (standard conformance) to avoid piling up | Guido van Rossum | 1997-06-02 | 1 | -4/+4 |
|
|
* | DG/UX thread patches (Ross Andrus) | Guido van Rossum | 1997-05-22 | 1 | -3/+8 |
|
|
* | Add pthred-std define for Linux. | Guido van Rossum | 1997-05-15 | 1 | -0/+2 |
|
|
* | Support for various versions of the pthread draft. | Guido van Rossum | 1997-05-13 | 1 | -12/+64 |
|
|
* | Add detach call so threads are GC'ed. | Guido van Rossum | 1997-04-30 | 1 | -0/+2 |
|
|
* | Working semaphore implementation by Sjoerd. | Guido van Rossum | 1997-01-17 | 1 | -3/+64 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|