| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 1 | -4/+0 |
|
|
* | Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld | Skip Montanaro | 2004-01-17 | 1 | -14/+0 |
|
|
* | Remove support for minix. | Skip Montanaro | 2004-01-17 | 1 | -6/+0 |
|
|
* | Patch #839038: Add getsid(2). | Martin v. Löwis | 2003-11-10 | 1 | -4/+8 |
|
|
* | Typo. HAVE_SYNC -> HAVE_FSYNC | Skip Montanaro | 2003-09-25 | 1 | -1/+1 |
|
|
* | Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3. | Martin v. Löwis | 2003-09-20 | 1 | -5/+5 |
|
|
* | Improve detection of whether tzset is broken. | Brett Cannon | 2003-09-19 | 1 | -0/+3 |
|
|
* | Patch 775605: Cygwin pthread_sigmask() workaround patch | Jason Tishler | 2003-07-22 | 1 | -3/+6 |
|
|
* | FreeBSD 5.x has moved some library routines and typedefs outside the | Andrew MacIntyre | 2003-07-02 | 1 | -0/+3 |
|
|
* | Patch #752671: NetBSD needs to link libintl to _locale.so. | Martin v. Löwis | 2003-06-14 | 1 | -0/+3 |
|
|
* | Get test_ioctl to pass on HPUX 11. | Neal Norwitz | 2003-05-23 | 1 | -0/+3 |
|
|
* | Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv. | Martin v. Löwis | 2003-05-03 | 1 | -0/+3 |
|
|
* | Patch #730826: Enable extensions on NetBSD 2.0. | Martin v. Löwis | 2003-05-03 | 1 | -0/+3 |
|
|
* | Patch #724588: Check whether the address of hstrerror and inet_pton can | Martin v. Löwis | 2003-05-03 | 1 | -3/+3 |
|
|
* | Patch #650412: Check whether the address of flock and getpagesize | Martin v. Löwis | 2003-03-30 | 1 | -4/+4 |
|
|
* | Add test for setpgrp. Fixes #690317. | Martin v. Löwis | 2003-03-28 | 1 | -0/+3 |
|
|
* | /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc. | Neal Norwitz | 2003-03-21 | 1 | -0/+3 |
|
|
* | - New function time.tzset() provides access to the C library tzet() | Guido van Rossum | 2003-03-14 | 1 | -0/+4 |
|
|
* | - sys.path[0] (the directory from which the script is loaded) is now | Guido van Rossum | 2003-02-19 | 1 | -0/+3 |
|
|
* | Use configure to check for inet_aton. | Neal Norwitz | 2003-02-13 | 1 | -0/+3 |
|
|
* | Don't use Posix semaphores on Solaris 8. Fixes #662787. | Martin v. Löwis | 2003-01-21 | 1 | -0/+3 |
|
|
* | Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used | Barry Warsaw | 2003-01-07 | 1 | -0/+3 |
|
|
* | Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term... | Martin v. Löwis | 2003-01-01 | 1 | -0/+3 |
|
|
* | Patch #656590: /dev/ptmx support for ptys. | Martin v. Löwis | 2002-12-31 | 1 | -0/+3 |
|
|
* | Patch 659834 by Magnus Lie Hetland: | Guido van Rossum | 2002-12-30 | 1 | -0/+3 |
|
|
* | Patch #657889: Implement posix.getloadavg. | Martin v. Löwis | 2002-12-27 | 1 | -0/+3 |
|
|
* | Use wcscoll for _locale.strcoll if available. | Martin v. Löwis | 2002-12-21 | 1 | -0/+3 |
|
|
* | Remove MALLOC_ZERO_RETURNS_NULL. | Martin v. Löwis | 2002-11-23 | 1 | -3/+0 |
|
|
* | Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups | Martin v. Löwis | 2002-11-21 | 1 | -2/+2 |
|
|
* | Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeBSD 5.0. Fixes #636318. | Martin v. Löwis | 2002-11-12 | 1 | -5/+3 |
|
|
* | Use new-style CHECK_TYPE to avoid modifying confdefs.h. Include sys/types.h | Martin v. Löwis | 2002-11-11 | 1 | -1/+1 |
|
|
* | Protect pyconfig.h from multiple inclusions. | Martin v. Löwis | 2002-11-11 | 1 | -0/+7 |
|
|
* | Don't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012]. | Martin v. Löwis | 2002-11-11 | 1 | -1/+1 |
|
|
* | Check whether we can take the address of chown, link, and symlink. | Martin v. Löwis | 2002-11-11 | 1 | -3/+3 |
|
|
* | Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. | Martin v. Löwis | 2002-10-26 | 1 | -0/+6 |
|
|
* | Patch #623780: Replace obsolete struct macros. | Martin v. Löwis | 2002-10-16 | 1 | -8/+0 |
|
|
* | Back out #479898. | Martin v. Löwis | 2002-10-11 | 1 | -9/+0 |
|
|
* | Patch #569139: Implementation of major, minor and makedev. | Martin v. Löwis | 2002-10-10 | 1 | -0/+11 |
|
|
* | Check for wctype.h. | Martin v. Löwis | 2002-10-07 | 1 | -0/+3 |
|
|
* | Patch #479898: Use multibyte C library for printing strings if available. | Martin v. Löwis | 2002-10-07 | 1 | -3/+6 |
|
|
* | Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. | Martin v. Löwis | 2002-10-04 | 1 | -0/+3 |
|
|
* | Use utimes(2) where available to support microsecond timestamps. | Martin v. Löwis | 2002-09-10 | 1 | -0/+3 |
|
|
* | Patch #606592: Subsecond timestamps in stat_result. | Martin v. Löwis | 2002-09-09 | 1 | -0/+3 |
|
|
* | SF patch #584245, get python to link on OSF1 (Dec Unix) | Neal Norwitz | 2002-07-30 | 1 | -0/+6 |
|
|
* | Patch #573770: Implement lchown. | Martin v. Löwis | 2002-07-28 | 1 | -0/+3 |
|
|
* | Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them | Martin v. Löwis | 2002-07-20 | 1 | -0/+8 |
|
|
* | Alas, roll back the definition of _XOPEN_SOURCE. It breaks the tests | Guido van Rossum | 2002-07-19 | 1 | -3/+0 |
|
|
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 1 | -16/+9 |
|
|
* | This introduces stricter library/header file checking for the Berkeley DB | Skip Montanaro | 2002-06-14 | 1 | -9/+0 |
|
|
* | Patch #568235: Add posix.setpgid. | Martin v. Löwis | 2002-06-13 | 1 | -0/+3 |
|
|