summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* On OSX, use --arch_only `arch` in stead of --arch_only ppc, so things willJack Jansen2006-02-231-2/+2
* Patch #1432345: Make python compile on DragonFly.Martin v. Löwis2006-02-171-4/+5
* Merge ssize_t branch.Martin v. Löwis2006-02-151-0/+3
* Avoid linking python with readline.Martin v. Löwis2006-02-101-0/+5
* Delete aclocal.m4, and require autoconf 2.59, fixingMartin v. Löwis2006-01-291-1/+1
* Patch #1103116: AF_NETLINK sockets basic support.Martin v. Löwis2006-01-141-2/+12
* Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8.Neal Norwitz2006-01-091-2/+2
* Patch #881820: look for openpty and forkpty also in libbsd.Martin v. Löwis2006-01-081-2/+12
* icc accepts -OPT... but generates a warning, so just disable the checkNeal Norwitz2006-01-071-0/+6
* If there is no libtermcap all the readline tests failed.Neal Norwitz2006-01-071-3/+10
* Always set SVNVERSION to "exported" if it otherwise fails.Martin v. Löwis2006-01-051-1/+7
* Stop maintaining the buildno file.Martin v. Löwis2006-01-051-0/+3
* Use -xcode=pic32 for SunPro. Will backport to 2.4.Martin v. Löwis2005-12-301-0/+1
* Jack said we don't need the Mac/Python/ directory any more.Neal Norwitz2005-12-181-1/+1
* Revert r41662 and the part of 41552 that originally caused the problemNeal Norwitz2005-12-151-22/+0
* Add a workaround for file.ftell() to raise IOError for ttys.Hye-Shik Chang2005-12-131-0/+22
* Patch #1227966: Do not defined _XOPEN_SOURCE_EXTENDED on Solaris 10.Martin v. Löwis2005-11-261-3/+13
* Patch #1180695: Implement nanosecond stat resolution on FreeBSD,Martin v. Löwis2005-08-091-0/+19
* Patch #1239112: Correct LINKCC C++ test. Fixes #1189330.Martin v. Löwis2005-08-071-3/+5
* Patch #1212117: Add optional attribute st_flags to os.stat_resultHye-Shik Chang2005-06-021-0/+1
* patch [1171735] - Darwin 8's headers disable functionality whenBob Ippolito2005-03-281-5/+28
* Configure bug reporting address.Martin v. Löwis2005-03-141-1/+1
* Modified test for tzset to not rely on tm->tm_zone's existence. Also addedBrett Cannon2005-02-101-3/+32
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-2/+2
* Patch #1097739 by Bob Ippolito:Jack Jansen2005-01-071-7/+7
* Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise it may be setJack Jansen2005-01-071-1/+1
* After discussion on the PythonMac-SIG it was decided that it is betterJack Jansen2004-12-261-2/+3
* Use = instead of == as operator to testMatthias Klose2004-12-241-1/+1
* Bump version number to 2.5.Martin v. Löwis2004-11-301-2/+2
* Move the AC_MSG_RESULT function call for checking for pthread options up intoBrett Cannon2004-11-071-1/+1
* SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in coreRaymond Hettinger2004-11-051-12/+7
* Patch #1044395: Allow configure option --enable-shared in FreeBSD.Hye-Shik Chang2004-10-261-2/+7
* Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.hAnthony Baxter2004-10-131-1/+2
* Make curses.h inclusion conditional as in the original patch #1012280.Martin v. Löwis2004-09-181-1/+5
* Patch #1012280: Include curses.h for term.h check. Fixes #933795.Martin v. Löwis2004-09-181-2/+5
* Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems.Martin v. Löwis2004-09-151-1/+1
* Apply patch #1016224: configure.in change to allow build of _bsddb module onTrent Mick2004-08-251-3/+8
* The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSDMatthias Klose2004-08-161-1/+2
* Match the def'n of _XOPEN_SOURCE on Solaris 8/9 to suppress redefinitionSkip Montanaro2004-08-151-2/+12
* Define _BSD_TYPES. Fixes #1005308. Backported to 2.3.Martin v. Löwis2004-08-121-0/+4
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-091-0/+11
* This change implements the following gettext features, asGustavo Niemeyer2004-07-221-2/+2
* Don't hardcode "Python" as the framework name, we have a variable for it:Jack Jansen2004-07-161-3/+3
* This closes patch:Michael W. Hudson2004-07-071-0/+16
* Massive performance improvement for C extension and builtin tracing codeNicholas Bastin2004-06-251-13/+0
* Making C profiling a configure option (at least temporarily)Nicholas Bastin2004-06-221-0/+13
* allow developers to more easily build a profiling version of the interpreterSkip Montanaro2004-06-181-0/+18
* Patch #510695: Add TSC profiling for the VM.Martin v. Löwis2004-06-081-0/+13
* Partial fix for #887242 (link extensions with dynamic_lookup in steadJack Jansen2004-06-031-1/+28
* Record UnixWare 7.1.4 as broken. Fixes #929689.Martin v. Löwis2004-05-071-1/+2