| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve threading on Solaris, according to SF patch #460269, submitted | Guido van Rossum | 2001-09-10 | 1 | -0/+3 |
|
|
* | This time (I hope) I've fixed largefile | Guido van Rossum | 2001-09-09 | 1 | -3/+1 |
|
|
* | Revert parts of patch #453627, documenting the resulting test failures | Martin v. Löwis | 2001-09-06 | 1 | -2/+0 |
|
|
* | Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in. | Martin v. Löwis | 2001-09-05 | 1 | -0/+8 |
|
|
* | Changes to automatically enable large file support on some systems. | Guido van Rossum | 2001-09-05 | 1 | -0/+6 |
|
|
* | Re-do the broken-nice() patch to break less platforms. Hopefully none :P | Thomas Wouters | 2001-07-11 | 1 | -0/+3 |
|
|
* | SF Patch #432457 by Jason Tishler: support for readline 4.2. | Guido van Rossum | 2001-07-10 | 1 | -0/+3 |
|
|
* | Support using UCS-4 as the Py_UNICODE type: | Martin v. Löwis | 2001-06-26 | 1 | -0/+9 |
|
|
* | Move USE_TOOLBOX_OBJECT_GLUE into acconfig.h. | Martin v. Löwis | 2001-06-24 | 1 | -0/+3 |
|
|
* | Patch #401196: Configuration machinery for IPv6. | Martin v. Löwis | 2001-06-23 | 1 | -0/+12 |
|
|
* | Get rid of --with-check-import-case. (Jason Tishler, SF #409924) | Guido van Rossum | 2001-03-20 | 1 | -3/+0 |
|
|
* | Define __EXTENSIONS__ on Solaris. Fixes posixmodule error in bug #232787. | Martin v. Löwis | 2001-03-06 | 1 | -0/+3 |
|
|
* | Add Vladimir Marangozov's object allocator. It is disabled by default. This | Neil Schemenauer | 2001-02-27 | 1 | -0/+3 |
|
|
* | Make HAVE_TERMIOS_H and associated config.sh shell variable available | Eric S. Raymond | 2001-01-16 | 1 | -0/+6 |
|
|
* | Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared | Guido van Rossum | 2001-01-10 | 1 | -0/+12 |
|
|
* | SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. | Guido van Rossum | 2001-01-10 | 1 | -56/+59 |
|
|
* | Configuration test for working getc_unlocked() (and flockfile() and | Guido van Rossum | 2001-01-05 | 1 | -0/+3 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-09 | 1 | -6/+0 |
|
|
* | Make better use of GNU Pth -- patch by Andy Dustman. | Guido van Rossum | 2000-09-19 | 1 | -3/+3 |
|
|
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-08-31 | 1 | -0/+3 |
|
|
* | adds support for --with-pydebug configure option | Skip Montanaro | 2000-08-30 | 1 | -0/+3 |
|
|
* | This patch partly (some stuff went in already) ports Python to Monterey. | Trent Mick | 2000-08-23 | 1 | -0/+3 |
|
|
* | Added #undef HAVE_UINTPTR_T for autoconf's delight. | Barry Warsaw | 2000-08-18 | 1 | -0/+3 |
|
|
* | Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources. | Fred Drake | 2000-07-09 | 1 | -3/+0 |
|
|
* | Cray J90 fixes for long ints. | Tim Peters | 2000-07-08 | 1 | -0/+5 |
|
|
* | Added #undef of WITH_CYCLE_GC for autoconf's delight. | Barry Warsaw | 2000-06-30 | 1 | -0/+3 |
|
|
* | This patch extends PC/config.h and configure.in as appropriate for | Fred Drake | 2000-06-29 | 1 | -0/+3 |
|
|
* | Andy Dustman: add GNU pth user-space thread support. | Guido van Rossum | 2000-05-08 | 1 | -0/+3 |
|
|
* | Added tests for socklen_t | Guido van Rossum | 2000-04-24 | 1 | -0/+3 |
|
|
* | Part of the Unicode checkin for Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -0/+12 |
|
|
* | Define HAVE_DYNAMIC_LOADING. | Guido van Rossum | 1999-12-20 | 1 | -0/+3 |
|
|
* | Correct stupid typo (HAVE_GETHOSTBTNAME). | Guido van Rossum | 1999-12-16 | 1 | -1/+1 |
|
|
* | Patch by Vladimir Marangozov, inspired by a bug report from Gary | Guido van Rossum | 1999-11-16 | 1 | -0/+4 |
|
|
* | For BeOS PowerPC. Chris Herborth. | Guido van Rossum | 1999-04-06 | 1 | -0/+3 |
|
|
* | Add symbols for gethostbyname_r variants (sigh). | Guido van Rossum | 1999-03-22 | 1 | -0/+15 |
|
|
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 1 | -0/+12 |
|
|
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -0/+12 |
|
|
* | Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. | Guido van Rossum | 1998-10-02 | 1 | -0/+9 |
|
|
* | --with-readline is obsolete (and some editorial stuff in README) | Guido van Rossum | 1997-08-05 | 1 | -3/+0 |
|
|
* | Add MALLOC_ZERO_RETURNS_NULL symbol. | Guido van Rossum | 1997-07-10 | 1 | -0/+3 |
|
|
* | Move WANT_SIGFPE_HANDLER. | Guido van Rossum | 1997-05-09 | 1 | -3/+3 |
|
|
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -0/+3 |
|
|
* | Add HAVE_OLD_CPP to list of known defines | Guido van Rossum | 1996-08-19 | 1 | -0/+3 |
|
|
* | Add entry for _REENTRANT macro | Guido van Rossum | 1996-07-31 | 1 | -0/+3 |
|
|
* | Added C_THREADS | Guido van Rossum | 1996-07-30 | 1 | -0/+3 |
|
|
* | The usual changes when a release is nearing... | Guido van Rossum | 1995-01-02 | 1 | -5/+12 |
|
|
* | test for presence of stddef.h | Guido van Rossum | 1994-10-20 | 1 | -2/+4 |
|
|
* | add test for volatile | Guido van Rossum | 1994-10-11 | 1 | -0/+3 |
|
|
* | * Makefile.in (Makefile): add dependency on config.status | Guido van Rossum | 1994-07-01 | 1 | -0/+3 |
|
|
* | changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG | Guido van Rossum | 1994-06-23 | 1 | -1/+1 |
|
|