| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #401196: Configuration machinery for IPv6. | Martin v. Löwis | 2001-06-23 | 1 | -0/+284 |
|
|
* | Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include | Jack Jansen | 2001-06-19 | 1 | -1/+17 |
|
|
* | Add a check for sys/modem.h, needed by termios on HP-UX. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Process Setup* files with makesetup in the same order as the makefile. | Neil Schemenauer | 2001-04-21 | 1 | -1/+1 |
|
|
* | Bump the version number in more places | Guido van Rossum | 2001-04-18 | 1 | -1/+1 |
|
|
* | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 1 | -80/+109 |
|
|
* | "install -d" does not work on BSDI systems even though autoconf thinks | Neil Schemenauer | 2001-03-31 | 1 | -0/+9 |
|
|
* | Add CONFIG_ARGS Makefile variable (saves the arguments passed | Neil Schemenauer | 2001-03-22 | 1 | -0/+4 |
|
|
* | Use proper compiler flags on UnixWare. | Martin v. Löwis | 2001-03-21 | 1 | -0/+11 |
|
|
* | Get rid of --with-check-import-case. (Jason Tishler, SF #409924) | Guido van Rossum | 2001-03-20 | 1 | -12/+0 |
|
|
* | Define __EXTENSIONS__ on Solaris. Fixes posixmodule error in bug #232787. | Martin v. Löwis | 2001-03-06 | 1 | -0/+5 |
|
|
* | Move all knowledge that $(MAINOBJ) is built in the Modules/ directory | Fred Drake | 2001-03-06 | 1 | -2/+2 |
|
|
* | Add Python/ prefix to files in LIBOBJS. This closes SF bug "[ #404827 ] Python | Neil Schemenauer | 2001-03-04 | 1 | -12/+19 |
|
|
* | Add Vladimir Marangozov's object allocator. It is disabled by default. This | Neil Schemenauer | 2001-02-27 | 1 | -0/+10 |
|
|
* | Don't create the Include directory if building outside of the source | Neil Schemenauer | 2001-02-27 | 1 | -1/+1 |
|
|
* | Rip out various module-enabling switches, made obsolete by setup.py | Andrew M. Kuchling | 2001-02-21 | 1 | -121/+0 |
|
|
* | Revert SF patch #103655. Martin Löwis says: | Neil Schemenauer | 2001-02-19 | 1 | -1/+1 |
|
|
* | Use -G option for linking shared libraries on Solaris (SF patch #103656). | Neil Schemenauer | 2001-02-19 | 1 | -1/+5 |
|
|
* | Add Include to the list of source directories. | Neil Schemenauer | 2001-02-16 | 1 | -1/+1 |
|
|
* | Simplify linking on AIX and BeOS (SF patch #103679). | Neil Schemenauer | 2001-02-16 | 1 | -11/+17 |
|
|
* | Patches for AIX. Checked by Benjamin Collar. | Marc-André Lemburg | 2001-02-09 | 1 | -2/+2 |
|
|
* | - Remove Guido's LINKCC=CXX experiment. | Neil Schemenauer | 2001-01-27 | 1 | -5/+8 |
|
|
* | Restore --with-suffix option. AC_EXEEXT doesn't aways do what the user wants | Neil Schemenauer | 2001-01-27 | 1 | -0/+8 |
|
|
* | Removed setup.cfg from the list of generated files | Andrew M. Kuchling | 2001-01-26 | 1 | -2/+2 |
|
|
* | - LIBRARY is now a SUBST variable. | Neil Schemenauer | 2001-01-26 | 1 | -17/+36 |
|
|
* | - build now happens in toplevel directory, add subdir paths to filenames | Neil Schemenauer | 2001-01-24 | 1 | -70/+69 |
|
|
* | Fix some make errors during "make clobber" or "make distclean", caused | Guido van Rossum | 2001-01-23 | 1 | -38/+4 |
|
|
* | Bump up version number. | Neil Schemenauer | 2001-01-17 | 1 | -1/+1 |
|
|
* | Patch #102588 / PEP 229: | Andrew M. Kuchling | 2001-01-17 | 1 | -1/+1 |
|
|
* | Fixed typo: Using --with-dbm had no effect because due to a typo it | Sjoerd Mullender | 2001-01-17 | 1 | -1/+1 |
|
|
* | Eric the half-a-wit, driven to berserk rage after repeatedly doing | Eric S. Raymond | 2001-01-17 | 1 | -4/+31 |
|
|
* | Make HAVE_TERMIOS_H and associated config.sh shell variable available | Eric S. Raymond | 2001-01-16 | 1 | -1/+1 |
|
|
* | Committing patch #103216, autodetect of dbmmodule support and building | Barry Warsaw | 2001-01-15 | 1 | -0/+37 |
|
|
* | SF Patch #102362 by bbum: Support dynamic module loading under OSX | Guido van Rossum | 2001-01-10 | 1 | -6/+2 |
|
|
* | Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared | Guido van Rossum | 2001-01-10 | 1 | -3/+22 |
|
|
* | SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. | Guido van Rossum | 2001-01-10 | 1 | -0/+12 |
|
|
* | Adapted version of Eric Raymond's patches to automatically configure | Guido van Rossum | 2001-01-10 | 1 | -0/+15 |
|
|
* | Remove configure test for getline(), since it's no longer used at all | Andrew M. Kuchling | 2001-01-08 | 1 | -1/+1 |
|
|
* | Configuration test for working getc_unlocked() (and flockfile() and | Guido van Rossum | 2001-01-05 | 1 | -0/+14 |
|
|
* | Set CXX even when --with-cxx is not specified. Closes bug #124782 | Martin v. Löwis | 2000-12-13 | 1 | -0/+20 |
|
|
* | Patch #102469: Check for glibc's getline() extension | Andrew M. Kuchling | 2000-11-29 | 1 | -1/+1 |
|
|
* | Remove AC_C_INLINE test from configure.in, since the only place the symbol | Fred Drake | 2000-11-08 | 1 | -1/+0 |
|
|
* | Fix for SF bug #117606: | Greg Ward | 2000-11-07 | 1 | -3/+3 |
|
|
* | Move our own getopt() implementation to _PyOS_GetOpt(), and use it | Thomas Wouters | 2000-11-03 | 1 | -16/+0 |
|
|
* | Make sure the Modules/ directory is created before writing Modules/Setup. | Fred Drake | 2000-11-02 | 1 | -0/+3 |
|
|
* | Hack to force -lpthread instead instead of -lcma on HPUX, by Philipp | Guido van Rossum | 2000-10-30 | 1 | -1/+5 |
|
|
* | Test for and create Modules/Setup in the configure script if it does not | Fred Drake | 2000-10-26 | 1 | -0/+8 |
|
|
* | Patch #101936: Auto-detect DEC threads (which need "-threads" argument) | Jeremy Hylton | 2000-10-16 | 1 | -0/+9 |
|
|
* | When we know the compiler is GCC, always add the -Wall and | Fred Drake | 2000-10-12 | 1 | -2/+2 |
|
|
* | Remove macro that mentions DL_EXPORT_HEADER; it caused a spurious warning | Fred Drake | 2000-10-09 | 1 | -2/+0 |
|
|