An error occurred fetching the project authors.
- 17 Jan, 2001 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
The final piece of this change... Strip down Setup.config.in and Setup.dist to the minimal sets required to get a working Python; setup.py will handle the rest
-
Eric S. Raymond authored
builds during which he forgot to uncomment crucial library lines in Setup, walks into Guido's East End nightclub with a tactical nuclear weapon on his shoulder. Said nuclear weapon is promptly deployed exactly where it will do the most good, right in the middle of configure.in. With this patch, the set of libraries autoconfigured in is extended to include ndbm, gdbm, and crypt. This essentially eliminates any need to tweak Setup for a normal Linux build. "'E was a fair man. Cruel, but fair."
-
- 15 Jan, 2001 1 commit
-
-
Barry Warsaw authored
of dbmmodule dynamically by default (otherwise it can pull in dependencies with libdb that croak pybsddb3). This change moves the Setup line for dbmmodule to Setup.config.in.
-
- 11 Jan, 2001 1 commit
-
-
Thomas Wouters authored
xreadlines inserted themselves inbetween the two) and clarify that the normal socket module should be commented out. (Someone also suggested the latter on c.l.py some time ago, I forget who, sorry.)
-
- 10 Jan, 2001 1 commit
-
-
Guido van Rossum authored
curses and readline (for Linux, at least). These are done as shared libraries by default, and so is bsddb -- that seems to make the most sense.
-
- 09 Jan, 2001 1 commit
-
-
Guido van Rossum authored
changes for safety and tuning.
-
- 22 Dec, 2000 1 commit
-
-
Andrew M. Kuchling authored
-
- 12 Dec, 2000 1 commit
-
-
Guido van Rossum authored
-
- 26 Oct, 2000 1 commit
-
-
Fred Drake authored
Setup (instead of creating it from the Makefile).
-
- 14 Oct, 2000 1 commit
-
-
Fred Drake authored
the DB 3 module; thanks to Robin Dunn <robind@users.sourceforge.net>. This closes SourceForge bug #116850.
-
- 02 Oct, 2000 1 commit
-
-
Fred Drake authored
changed so that this is no longer needed on the only platform this is known to have been needed on. Fixed on indentation-related consistency nit.
-
- 15 Sep, 2000 1 commit
-
-
Fred Drake authored
this effect. This address one aspect of SourceForge bug #113797.
-
- 31 Aug, 2000 1 commit
-
-
Fred Drake authored
Update the build structures to automatically detect the presence of BSD db, including the proper name of the header file to include. Has all the expected niceties associated with yet-more-configure-options. ;) This checkin includes changes for non-generated files only; subsequent checkin will catch those. This is part of SourceForge patch #101272.
-
- 24 Aug, 2000 1 commit
-
-
Thomas Wouters authored
-
- 16 Aug, 2000 1 commit
-
-
Fred Drake authored
-
- 30 Jun, 2000 1 commit
-
-
Barry Warsaw authored
-
- 29 Jun, 2000 2 commits
-
-
Jeremy Hylton authored
-
Fred Drake authored
-
- 28 Jun, 2000 1 commit
-
-
Marc-André Lemburg authored
Added new ucnhash module by Bill Tutt.
-
- 10 Jun, 2000 1 commit
-
-
Andrew M. Kuchling authored
(The SourceForge admins have been asked to rename the ,v file.)
-
- 07 Jun, 2000 1 commit
-
-
Marc-André Lemburg authored
The locale module is turned on per default.
-
- 26 May, 2000 1 commit
-
-
Barry Warsaw authored
-
- 25 May, 2000 1 commit
-
-
Barry Warsaw authored
standard exceptions.
-
- 03 May, 2000 1 commit
-
-
Guido van Rossum authored
-
- 31 Mar, 2000 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
The Setup.in entry is sort of a lie; it links with -lexpat, but Expat's Makefile doesn't actually build a libexpat.a. I'll send Expat's author a patch to do that; if he doesn't accept it, this rule will have to list Expat's object files (ick!), or have a comment explaining how to build a .a file.
-
Guido van Rossum authored
-
- 30 Mar, 2000 2 commits
-
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
(Needs testing on Win32.)
-
- 10 Mar, 2000 1 commit
-
-
Guido van Rossum authored
-
- 29 Feb, 2000 1 commit
-
-
Guido van Rossum authored
This patch fixes 3 small problems. 1) If a map is used which is generated with 'makedbm -a', the trailing '\0' is now handled correctely. 2) The nis.maps() function skipped the first map in the output list. 3) The library '-lnsl' is added in Setup.in (needed on Linux glibc2 and Solaris systems. Maybe on other systems too?) [I note that this still doesn't work when you are using NIS+ --GvR]
-
- 07 Dec, 1999 1 commit
-
-
Guido van Rossum authored
Brian E Gallew, which were improved and adapted to OpenSSL 0.9.4 by Laszlo Kovacs of HP. Both have kindly given permission to include the patches in the Python distribution. Final formatting by GvR.
-
- 24 Mar, 1999 1 commit
-
-
Guido van Rossum authored
Fix comments about zlib version and URL.
-
- 22 Feb, 1999 1 commit
-
-
Guido van Rossum authored
-
- 08 Feb, 1999 1 commit
-
-
Guido van Rossum authored
The test code is now accessed as a package.
-
- 25 Jan, 1999 1 commit
-
-
Guido van Rossum authored
/usr/local/include comes before /usr/X11R1/include. On some Linux distributions the latter apparently contains (standard!) a bad tcl.h or tk.h.
-
- 21 Oct, 1998 2 commits
-
-
Guido van Rossum authored
(The GLHACK variable isn't really needed since the change to glmodule.c, but I'm too busy to remove it. It's harmless.)
-
Guido van Rossum authored
the compilation flags for the gl, fl and fm modules. This avoids a name conflict with the curses module (both gl and curses have an entry point called 'clear').
-