| Commit message (Expand) | Author | Age | Files | Lines |
* | - Issue #1204: The configure script now tests for additional libraries | Gregory P. Smith | 2008-09-07 | 1 | -3/+0 |
|
|
* | Fix typo in configure.in, and propagate configure.in changes from r64002 | Mark Dickinson | 2008-06-27 | 1 | -0/+6 |
|
|
* | Fix build issue on OSX 10.4 | Ronald Oussoren | 2008-06-06 | 1 | -3/+3 |
|
|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 1 | -15/+8 |
|
|
* | Patch #1722225: Support QNX 6. | Martin v. Löwis | 2008-05-23 | 1 | -0/+3 |
|
|
* | test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot, | Mark Dickinson | 2008-04-21 | 1 | -0/+3 |
|
|
* | Fix compiler warning about finite() missing on Solaris. | Neal Norwitz | 2008-03-28 | 1 | -0/+3 |
|
|
* | Patch #2240: Implement signal.setitimer and signal.getitimer. | Martin v. Löwis | 2008-03-24 | 1 | -0/+6 |
|
|
* | Applied patch #1657 epoll and kqueue wrappers for the select module | Christian Heimes | 2008-03-21 | 1 | -0/+12 |
|
|
* | Remove our implementation of memmove() and strerror(); both are in the C89 | Brett Cannon | 2008-03-18 | 1 | -3/+0 |
|
|
* | Fixed bug #1983: Return from fork() is pid_t, not int | Christian Heimes | 2008-01-31 | 1 | -0/+3 |
|
|
* | Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite ... | Christian Heimes | 2008-01-20 | 1 | -3/+18 |
|
|
* | Issue #1646: Make socket support TIPC. The socket module now has support | Christian Heimes | 2008-01-07 | 1 | -1/+3 |
|
|
* | Applied patch #1635: Float patch for inf and nan on Windows (and other platfo... | Christian Heimes | 2007-12-18 | 1 | -0/+13 |
|
|
* | Fix for feature request #1528 Add os.fchmod | Christian Heimes | 2007-11-30 | 1 | -0/+9 |
|
|
* | Patch #1388440: Add set_completion_display_matches_hook and | Martin v. Löwis | 2007-09-04 | 1 | -0/+3 |
|
|
* | Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. | Martin v. Löwis | 2007-07-31 | 1 | -14/+21 |
|
|
* | Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() | Martin v. Löwis | 2007-02-19 | 1 | -0/+6 |
|
|
* | Patch #1610575: Add support for _Bool to struct. | Martin v. Löwis | 2007-01-21 | 1 | -0/+6 |
|
|
* | Get DBL_MAX from float.h not values.h. Will backport. | Martin v. Löwis | 2006-10-27 | 1 | -3/+0 |
|
|
* | Check for values.h. Will backport. | Martin v. Löwis | 2006-10-27 | 1 | -0/+3 |
|
|
* | Add check for the PyArg_ParseTuple format, and declare | Martin v. Löwis | 2006-10-19 | 1 | -0/+3 |
|
|
* | Fix test for uintptr_t. Fixes #1568842. | Martin v. Löwis | 2006-10-02 | 1 | -1/+1 |
|
|
* | Drop usage of test -e in configure as it is not portable. | Martin v. Löwis | 2006-07-30 | 1 | -9/+9 |
|
|
* | Patch #1506645: add Python wrappers for the curses functions | Walter Dörwald | 2006-06-19 | 1 | -0/+9 |
|
|
* | Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy | Neal Norwitz | 2006-06-12 | 1 | -0/+3 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -0/+18 |
|
|
* | Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. | Neal Norwitz | 2006-05-19 | 1 | -0/+3 |
|
|
* | - Test for sys/statvfs.h before including it, as statvfs is present | Martin v. Löwis | 2006-05-16 | 1 | -0/+3 |
|
|
* | Detect if %zd is supported by printf() during configure and sets | Brett Cannon | 2006-05-11 | 1 | -0/+3 |
|
|
* | Patch 1471883: --enable-universalsdk on Mac OS X | Ronald Oussoren | 2006-04-29 | 1 | -2/+15 |
|
|
* | Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch... | Neal Norwitz | 2006-03-20 | 1 | -0/+6 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -0/+6 |
|
|
* | Patch #1103116: AF_NETLINK sockets basic support. | Martin v. Löwis | 2006-01-14 | 1 | -0/+6 |
|
|
* | If there is no libtermcap all the readline tests failed. | Neal Norwitz | 2006-01-07 | 1 | -0/+6 |
|
|
* | Revert r41662 and the part of 41552 that originally caused the problem | Neal Norwitz | 2005-12-15 | 1 | -3/+0 |
|
|
* | Add a workaround for file.ftell() to raise IOError for ttys. | Hye-Shik Chang | 2005-12-13 | 1 | -0/+3 |
|
|
* | Patch #1180695: Implement nanosecond stat resolution on FreeBSD, | Martin v. Löwis | 2005-08-09 | 1 | -0/+9 |
|
|
* | Patch #1212117: Add optional attribute st_flags to os.stat_result | Hye-Shik Chang | 2005-06-02 | 1 | -0/+3 |
|
|
* | Patch #579435: Shadow Password Support Module | Martin v. Löwis | 2005-01-23 | 1 | -0/+9 |
|
|
* | Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h | Anthony Baxter | 2004-10-13 | 1 | -0/+3 |
|
|
* | Patch #1012280: Include curses.h for term.h check. Fixes #933795. | Martin v. Löwis | 2004-09-18 | 1 | -0/+3 |
|
|
* | Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. | Martin v. Löwis | 2004-08-12 | 1 | -3/+6 |
|
|
* | Patch #1003700: Add socketpair function to socket module. | Dave Cole | 2004-08-09 | 1 | -0/+3 |
|
|
* | This change implements the following gettext features, as | Gustavo Niemeyer | 2004-07-22 | 1 | -0/+3 |
|
|
* | This closes patch: | Michael W. Hudson | 2004-07-07 | 1 | -0/+6 |
|
|
* | Massive performance improvement for C extension and builtin tracing code | Nicholas Bastin | 2004-06-25 | 1 | -3/+0 |
|
|
* | Making C profiling a configure option (at least temporarily) | Nicholas Bastin | 2004-06-22 | 1 | -0/+3 |
|
|
* | Patch #510695: Add TSC profiling for the VM. | Martin v. Löwis | 2004-06-08 | 1 | -0/+3 |
|
|
* | Added configure check for broken poll() on some unix systems (MacOS X 10.3) | Nicholas Bastin | 2004-03-21 | 1 | -0/+12 |
|
|