summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
Commit message (Expand)AuthorAgeFilesLines
* run autoreconfBenjamin Peterson2010-10-161-2/+5
* Merged revisions 84584 via svnmerge fromAntoine Pitrou2010-09-071-0/+3
* configure.in: Avoid autoconf warning: Assume C89 semantics thatMatthias Klose2010-05-081-20/+59
* - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4Ronald Oussoren2010-01-171-0/+6
* disable pymalloc tricks with the --with-valgrind option #2422Benjamin Peterson2009-12-031-3/+6
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-0/+3
* Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORESMark Dickinson2009-11-281-0/+3
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-0/+12
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-151-0/+3
* Some platforms have rl_completion_append_character but not rl_completion_supp...Antoine Pitrou2009-10-261-0/+3
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-241-0/+16
* Add configure-time checks for gamma and error functions.Mark Dickinson2009-09-051-0/+15
* Regenerate configure script using autoconf 2.61.Alexandre Vassalotti2009-07-171-51/+15
* Revert r74048.Alexandre Vassalotti2009-07-171-3/+3
* Regenerate configure script.Alexandre Vassalotti2009-07-171-3/+3
* Issue #3585: Add pkg-config support.Antoine Pitrou2009-05-241-12/+48
* Backport r71704 (add configure check for C99 round function) to trunk.Mark Dickinson2009-04-181-0/+3
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...Jesse Noller2009-04-021-0/+15
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-0/+29
* isinf and isnan are macros, not functions; fix configure scriptMark Dickinson2009-01-041-6/+12
* Add autoconf test to detect x87-style double rounding, as described inMark Dickinson2009-01-041-0/+3
* Bump version to 2.7. Regenerate.Martin v. Löwis2008-10-031-1/+1
* - Issue #1204: The configure script now tests for additional librariesGregory P. Smith2008-09-071-3/+0
* Fix typo in configure.in, and propagate configure.in changes from r64002Mark Dickinson2008-06-271-0/+6
* Fix build issue on OSX 10.4Ronald Oussoren2008-06-061-3/+3
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-15/+8
* Patch #1722225: Support QNX 6.Martin v. Löwis2008-05-231-0/+3
* test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot,Mark Dickinson2008-04-211-0/+3
* Fix compiler warning about finite() missing on Solaris.Neal Norwitz2008-03-281-0/+3
* Patch #2240: Implement signal.setitimer and signal.getitimer.Martin v. Löwis2008-03-241-0/+6
* Applied patch #1657 epoll and kqueue wrappers for the select moduleChristian Heimes2008-03-211-0/+12
* Remove our implementation of memmove() and strerror(); both are in the C89Brett Cannon2008-03-181-3/+0
* 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