| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -706/+0 |
|
|
* | Autocheck for snprintf, and use sprintf if it is not available. | Martin v. Löwis | 2001-07-24 | 1 | -0/+3 |
|
|
* | [Bug #438050] Check for sys/poll.h in configure script | Andrew M. Kuchling | 2001-07-14 | 1 | -1/+4 |
|
|
* | Re-do the broken-nice() patch to break less platforms. Hopefully none :P | Thomas Wouters | 2001-07-11 | 1 | -0/+6 |
|
|
* | Patch #439995 (slightly modified from the uploaded version): | Thomas Wouters | 2001-07-11 | 1 | -7/+10 |
|
|
* | SF Patch #432457 by Jason Tishler: support for readline 4.2. | Guido van Rossum | 2001-07-10 | 1 | -7/+10 |
|
|
* | Support using UCS-4 as the Py_UNICODE type: | Martin v. Löwis | 2001-06-26 | 1 | -0/+12 |
|
|
* | Emulate inet_{pton,ntop} on systems that don't provide it. | Martin v. Löwis | 2001-06-24 | 1 | -0/+3 |
|
|
* | Patch #401196: Configuration machinery for IPv6. | Martin v. Löwis | 2001-06-23 | 1 | -0/+18 |
|
|
* | Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include | Jack Jansen | 2001-06-19 | 1 | -0/+3 |
|
|
* | Add a check for sys/modem.h, needed by termios on HP-UX. | Fred Drake | 2001-05-11 | 1 | -0/+3 |
|
|
* | Bump the version number in more places | Guido van Rossum | 2001-04-18 | 1 | -7/+7 |
|
|
* | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 1 | -7/+7 |
|
|
* | Get rid of --with-check-import-case. (Jason Tishler, SF #409924) | Guido van Rossum | 2001-03-20 | 1 | -3/+0 |
|
|
* | Define __EXTENSIONS__ on Solaris. Fixes posixmodule error in bug #232787. | Martin v. Löwis | 2001-03-06 | 1 | -0/+3 |
|
|
* | Add Vladimir Marangozov's object allocator. It is disabled by default. This | Neil Schemenauer | 2001-02-27 | 1 | -0/+3 |
|
|
* | Rip out various module-enabling switches, made obsolete by setup.py | Andrew M. Kuchling | 2001-02-21 | 1 | -6/+0 |
|
|
* | Commit version of config.h.in that covers the TERMIOS test. | Eric S. Raymond | 2001-01-16 | 1 | -0/+3 |
|
|
* | Committing patch #103216, autodetect of dbmmodule support and building | Barry Warsaw | 2001-01-15 | 1 | -0/+3 |
|
|
* | Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared | Guido van Rossum | 2001-01-10 | 1 | -0/+10 |
|
|
* | SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. | Guido van Rossum | 2001-01-10 | 1 | -56/+59 |
|
|
* | Remove configure test for getline(), since it's no longer used at all | Andrew M. Kuchling | 2001-01-08 | 1 | -3/+0 |
|
|
* | Configuration test for working getc_unlocked() (and flockfile() and | Guido van Rossum | 2001-01-05 | 1 | -0/+3 |
|
|
* | Patch #102469: Check for glibc's getline() extension | Andrew M. Kuchling | 2000-11-29 | 1 | -0/+3 |
|
|
* | Remove AC_C_INLINE test from configure.in, since the only place the symbol | Fred Drake | 2000-11-08 | 1 | -3/+0 |
|
|
* | The Usual. | Jeremy Hylton | 2000-10-09 | 1 | -7/+7 |
|
|
* | Another generated file... | Fred Drake | 2000-10-09 | 1 | -7/+7 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-10-09 | 1 | -6/+0 |
|
|
* | Make better use of GNU Pth -- patch by Andy Dustman. | Guido van Rossum | 2000-09-19 | 1 | -10/+10 |
|
|
* | Trent Mick points out that the BSD DB also provides an ndbm compatibility | Fred Drake | 2000-09-15 | 1 | -0/+3 |
|
|
* | Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed. | Fred Drake | 2000-09-14 | 1 | -6/+12 |
|
|
* | After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB) | Guido van Rossum | 2000-08-31 | 1 | -6/+6 |
|
|
* | Skip Montanaro <skip@mojam.com>: | Fred Drake | 2000-08-31 | 1 | -0/+9 |
|
|
* | adds support for --with-pydebug configure option | Skip Montanaro | 2000-08-30 | 1 | -3/+6 |
|
|
* | Add configure tests for poll() (SF patch #100852) | Andrew M. Kuchling | 2000-08-25 | 1 | -0/+6 |
|
|
* | This patch partly (some stuff went in already) ports Python to Monterey. | Trent Mick | 2000-08-23 | 1 | -0/+3 |
|
|
* | Added test for uintptr_t, the C9X acceptable way to spell "type to | Barry Warsaw | 2000-08-18 | 1 | -0/+6 |
|
|
* | Reran autoconf. | Sjoerd Mullender | 2000-08-17 | 1 | -3/+0 |
|
|
* | Cleanup configure.in. Specifically: | Thomas Wouters | 2000-08-05 | 1 | -3/+3 |
|
|
* | Oops, forgot to run autoheader before checking in the _getpty move to | Thomas Wouters | 2000-07-15 | 1 | -0/+3 |
|
|
* | From Sam Rushing's Medusa, via SF patch #100858: add & document | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+12 |
|
|
* | Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources. | Fred Drake | 2000-07-09 | 1 | -3/+5 |
|
|
* | Added #undef of WITH_CYCLE_GC for autoconf's delight. | Barry Warsaw | 2000-06-30 | 1 | -3/+3 |
|
|
* | penultimate phase of Neil Schemenauer's GC patches | Jeremy Hylton | 2000-06-30 | 1 | -0/+3 |
|
|
* | Somehow this had HAVE_SYS_SOCKET_H twice. Once is enough. Rerunning | Guido van Rossum | 2000-06-30 | 1 | -3/+0 |
|
|
* | This patch extends PC/config.h and configure.in as appropriate for | Fred Drake | 2000-06-29 | 1 | -0/+9 |
|
|
* | Thread support is turned on my default now. To disable building | Barry Warsaw | 2000-06-29 | 1 | -0/+12 |
|
|
* | Regenerated autoconf files. There's an extra change to config.h.in beyond | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+6 |
|
|
* | Add check for rint() in math library. | Guido van Rossum | 2000-05-11 | 1 | -0/+3 |
|
|
* | Andy Dustman: add GNU pth user-space thread support. | Guido van Rossum | 2000-05-08 | 1 | -0/+3 |
|
|