summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #1983: Return from fork() is pid_t, not intChristian Heimes2008-01-311-0/+3
* Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite ...Christian Heimes2008-01-201-3/+18
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-1/+3
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-0/+13
* Fix for feature request #1528 Add os.fchmodChristian Heimes2007-11-301-0/+9
* Patch #1388440: Add set_completion_display_matches_hook andMartin v. Löwis2007-09-041-0/+3
* Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.Martin v. Löwis2007-07-311-14/+21
* Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()Martin v. Löwis2007-02-191-0/+6
* Patch #1610575: Add support for _Bool to struct.Martin v. Löwis2007-01-211-0/+6
* Get DBL_MAX from float.h not values.h. Will backport.Martin v. Löwis2006-10-271-3/+0
* Check for values.h. Will backport.Martin v. Löwis2006-10-271-0/+3
* Add check for the PyArg_ParseTuple format, and declareMartin v. Löwis2006-10-191-0/+3
* Fix test for uintptr_t. Fixes #1568842.Martin v. Löwis2006-10-021-1/+1
* Drop usage of test -e in configure as it is not portable.Martin v. Löwis2006-07-301-9/+9
* Patch #1506645: add Python wrappers for the curses functionsWalter Dörwald2006-06-191-0/+9
* Patch #1503046, Conditional compilation of zlib.(de)compressobj.copyNeal Norwitz2006-06-121-0/+3
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-101-0/+18
* Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64.Neal Norwitz2006-05-191-0/+3
* - Test for sys/statvfs.h before including it, as statvfs is presentMartin v. Löwis2006-05-161-0/+3
* Detect if %zd is supported by printf() during configure and setsBrett Cannon2006-05-111-0/+3
* Patch 1471883: --enable-universalsdk on Mac OS XRonald Oussoren2006-04-291-2/+15
* Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch...Neal Norwitz2006-03-201-0/+6
* Merge ssize_t branch.Martin v. Löwis2006-02-151-0/+6
* Patch #1103116: AF_NETLINK sockets basic support.Martin v. Löwis2006-01-141-0/+6
* If there is no libtermcap all the readline tests failed.Neal Norwitz2006-01-071-0/+6
* Revert r41662 and the part of 41552 that originally caused the problemNeal Norwitz2005-12-151-3/+0
* Add a workaround for file.ftell() to raise IOError for ttys.Hye-Shik Chang2005-12-131-0/+3
* Patch #1180695: Implement nanosecond stat resolution on FreeBSD,Martin v. Löwis2005-08-091-0/+9
* Patch #1212117: Add optional attribute st_flags to os.stat_resultHye-Shik Chang2005-06-021-0/+3
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-0/+9
* Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.hAnthony Baxter2004-10-131-0/+3
* Patch #1012280: Include curses.h for term.h check. Fixes #933795.Martin v. Löwis2004-09-181-0/+3
* Define _BSD_TYPES. Fixes #1005308. Backported to 2.3.Martin v. Löwis2004-08-121-3/+6
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-091-0/+3
* This change implements the following gettext features, asGustavo Niemeyer2004-07-221-0/+3
* This closes patch:Michael W. Hudson2004-07-071-0/+6
* Massive performance improvement for C extension and builtin tracing codeNicholas Bastin2004-06-251-3/+0
* Making C profiling a configure option (at least temporarily)Nicholas Bastin2004-06-221-0/+3
* Patch #510695: Add TSC profiling for the VM.Martin v. Löwis2004-06-081-0/+3
* Added configure check for broken poll() on some unix systems (MacOS X 10.3)Nicholas Bastin2004-03-211-0/+12
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-24/+0
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-071-3/+0
* Remove HAVE_STRPTIME - no longer necessary with the pure Python version ofSkip Montanaro2004-02-071-3/+0
* Add FreeBSD support for bluetooth sockets.Hye-Shik Chang2004-02-021-0/+3
* Patch #874083: Bluetooth support for socket module.Martin v. Löwis2004-01-311-7/+3
* Remove support for SunOS 4.Skip Montanaro2004-01-171-4/+0
* Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dldSkip Montanaro2004-01-171-14/+0
* Remove support for minix.Skip Montanaro2004-01-171-6/+0
* Patch #839038: Add getsid(2).Martin v. Löwis2003-11-101-4/+8
* Typo. HAVE_SYNC -> HAVE_FSYNCSkip Montanaro2003-09-251-1/+1