- acb14c7 SF Patch #102362 by bbum: Support dynamic module loading under OSX by Guido van Rossum · 24 years ago
- aef734b Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared Extension Patch. by Guido van Rossum · 24 years ago
- 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 24 years ago
- 3d15bd8 Adapted version of Eric Raymond's patches to automatically configure by Guido van Rossum · 24 years ago
- a9586c7 Remove configure test for getline(), since it's no longer used at all by Andrew M. Kuchling · 24 years ago
- cadfaec Configuration test for working getc_unlocked() (and flockfile() and by Guido van Rossum · 24 years ago
- 2235295 Set CXX even when --with-cxx is not specified. Closes bug 14782. by Martin v. Löwis · 24 years ago
- 78a1442 Patch #102469: Check for glibc's getline() extension by Andrew M. Kuchling · 24 years ago
- e5cd584 Committing autoconf output for Fred. by Guido van Rossum · 24 years ago
- a1c4da2 Fix for SF bug #117606: by Greg Ward · 24 years ago
- 2cffc7d Move our own getopt() implementation to _PyOS_GetOpt(), and use it by Thomas Wouters · 24 years ago
- 262cf20 New configure script from latest configure.in with autoconf 2.13 by Guido van Rossum · 24 years ago
- 8d6e8af Hack to force -lpthread instead instead of -lcma on HPUX, by Philipp by Guido van Rossum · 24 years ago
- 036144d Test for and create Modules/Setup in the configure script if it does not by Fred Drake · 24 years ago
- 1a2ca86 Patch #101936: Auto-detect DEC threads (which need "-threads" argument) by Jeremy Hylton · 24 years ago
- f4670e9 When we know the compiler is GCC, always add the -Wall and by Fred Drake · 24 years ago
- eebb1c6 The Usual. by Jeremy Hylton · 24 years ago
- c9a5cc1 Remove macro that mentions DL_EXPORT_HEADER; it caused a spurious warning by Fred Drake · 24 years ago
- 5839e58 Checking in three Darwin-specific patches. by Guido van Rossum · 24 years ago
- 5790be1 Donn Cave <donn@oz.net>: Update for BeOS. This closes SourceForge patch #101774. by Fred Drake · 24 years ago
- 4095101 Put arguments to test -z in double quotes. Fixes Bug #116325. by Guido van Rossum · 24 years ago
- 7d1219d Change all occurances of by Barry Warsaw · 24 years ago
- 3dc0a51 [ Patch #101730 ] Add initial static support for Darwin/MacOSX. By D.K. Wolfe. by Guido van Rossum · 24 years ago
- 1bac645 the usual by Jeremy Hylton · 24 years ago
- 02706f5 Properly set LINKFORSHARED on Reliant UNIX. Problem and required linker by Fred Drake · 24 years ago
- 05a65d6 If dbopen is not in libc, checking whether it is in libdb will fail if by Martin v. Löwis · 24 years ago
- 1258049 Stupid typo in the pthread_t test by Guido van Rossum · 24 years ago
- e126233 Poke-and-hope attempt to fix Bugs #115006 and #114324: fix the test by Guido van Rossum · 24 years ago
- cd5ff9f Change HP=UX compiler options from -Aa to -Ae, which implies by Guido van Rossum · 24 years ago
- ff555e3 Address Bug #115057: add a --with-suffix option to set the EXE by Guido van Rossum · 24 years ago
- 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
- ae90f8d Trent Mick points out that the BSD DB also provides an ndbm compatibility by Fred Drake · 24 years ago
- 641fbe6 Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed. by Fred Drake · 24 years ago
- ed33c9a autodetect presence of libdb - this allows bsddbmodule to be built by Skip Montanaro · 24 years ago
- b89f41e Fixes bug in --with-libdb. If --with-libdb was not specified (default is to by Skip Montanaro · 24 years ago
- 29201d4 Correct configure.in version. by Guido van Rossum · 24 years ago
- 4bcc7c5 patch #101733: fix glitch in FreeBSD conf by Jeremy Hylton · 24 years ago
- 0cf8cde Remove obsolete --with(out)-readline configure option by Vladimir Marangozov · 24 years ago
- a50d6ec Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
- cb85326 adds support for --with-pydebug configure option by Skip Montanaro · 24 years ago
- 0286ae8 Some cleanup for FreeBSD. This gets rid of version numbers and by Guido van Rossum · 24 years ago
- 0db2b2b Don't enable the 'thread' module if threads are not possible. by Thomas Wouters · 24 years ago
- 5821b77 Add configure tests for poll() (SF patch #100852) by Andrew M. Kuchling · 24 years ago
- 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
- bc7c7f9 Added test for uintptr_t, the C9X acceptable way to spell "type to by Barry Warsaw · 24 years ago
- a179503 Reran autoconf. by Sjoerd Mullender · 24 years ago
- 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
- 3a58420 Cleanup configure.in. Specifically: by Thomas Wouters · 24 years ago
- cb25d5e Gregor Hoffleit: don't link with libnet on non-BeOS systems by Jeremy Hylton · 24 years ago
- be28f5b Gregor Hoffleit: Don't link with the libieee library if it's not necessary by Jeremy Hylton · 24 years ago
- 70c21a1 Move (actually copy) support for the sgi._getpty() function into by Thomas Wouters · 24 years ago
- 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
- a618028 Second try: checks whether right shift extends the sign bit. by Vladimir Marangozov · 24 years ago
- 676aa88 Checks whether right shift extends the sign bit. by Vladimir Marangozov · 24 years ago
- ce81d59 Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources. by Fred Drake · 24 years ago
- adf63d6 check for Pth *after* the standard system threading libraries. Pth should by Greg Stein · 24 years ago
- a0f3c5c Document --with-thread as deprecated. This gets rid of the annoying by Barry Warsaw · 24 years ago
- ef82cd7 Enable the garbage collection module by default. --without-cycle-gc by Barry Warsaw · 24 years ago
- 2a2c218 penultimate phase of Neil Schemenauer's GC patches by Jeremy Hylton · 24 years ago
- b9a22a1 Bump version to 2.0. by Guido van Rossum · 24 years ago
- c0d24d8 Thread support is turned on my default now. To disable building by Barry Warsaw · 24 years ago
- 8cef4cf Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
- 22c6934 Regenerated autoconf files. There's an extra change to config.h.in beyond by Andrew M. Kuchling · 24 years ago
- 57c9a66 When building on Solaris and the compiler is GCC, use '$(CC) -G' to by Greg Ward · 24 years ago
- 32000e8 Reduce opt level for BeOS - Donn Cave. by Guido van Rossum · 24 years ago
- 95713eb Fix the test for socklen_t so that it searches through sys/socket.h. by Guido van Rossum · 24 years ago
- a28518a Add check for rint() in math library. by Guido van Rossum · 24 years ago
- 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 25 years ago
- 59903fe Added tests for socklen_t by Guido van Rossum · 25 years ago
- 6a6a77c Add Python version bump to configure script. (AMK) by Guido van Rossum · 25 years ago
- ef2255b Part of the Unicode checkin for Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
- 02a1c40 Pat Knight: by Guido van Rossum · 25 years ago
- ff48418 According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED by Guido van Rossum · 25 years ago
- e97ee18 Changes to auto-detect the correct dynload_<platform>.c file. by Guido van Rossum · 25 years ago
- 9501219 Patch by Geoff Furnish to make compiling with C++ more gentle. by Guido van Rossum · 25 years ago
- f581db1 Remove test for getlogin_r(); the interface is not clearly defined, at by Fred Drake · 25 years ago
- 3bb3e57 Added detection of getlogin() and getlogin_r(). by Fred Drake · 25 years ago
- 35a092f Added detection for getgroups(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
- 89143df Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. by Fred Drake · 25 years ago
- 0eefa3f Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
- f5957ea Dynamic linking support for BSD/OS 4.x as suggested by Vivek Khera by Guido van Rossum · 25 years ago
- 458e7fa Erik Lindvall contributed a BSD/OS 4 patch for LDSHARED. by Guido van Rossum · 25 years ago
- a8acf72 Need to double the macro brackets in FreeBSD check. by Guido van Rossum · 26 years ago
- eeb63fd FreeBSD/[34]* change, Dom Mitchell. by Guido van Rossum · 26 years ago
- 96f2eb9 The usual by Guido van Rossum · 26 years ago
- 8137680 For BeOS PowerPC. Chris Herborth. by Guido van Rossum · 26 years ago
- 6b9da45 Chris Herborth: the new compiler in R4.1 needs some new options to work... by Guido van Rossum · 26 years ago
- 8db7d8b Ack! It never defined HAVE_GETHOSTBYNAME_R so that code was never tested! by Guido van Rossum · 26 years ago
- a96f0ba Add code to test for all sorts of gethostbyname_r variants, by Guido van Rossum · 26 years ago
- 79e8f1b # the usual by Guido van Rossum · 26 years ago
- 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 26 years ago
- 7a5f420 Chris Herborth's first pass at making config and install for BeOS better. by Guido van Rossum · 26 years ago
- e6c2cf1 Now using autoconf 2.13 by Guido van Rossum · 26 years ago
- df69365 Ty Sarna writes: by Guido van Rossum · 26 years ago
- f98e2a7 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
- ea51632 The usual by Guido van Rossum · 26 years ago
- dd997f7 Add test for BSDI -- by Nigel Head and otto@mail.olympus.net. by Guido van Rossum · 26 years ago
- ad678af The usual by Guido van Rossum · 26 years ago
- ec95c7b Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
- 6b3d77e Guess what... by Guido van Rossum · 26 years ago