- 12 Ara, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
Python 2.3 will support source code encodings which rely on the builtin codecs being available to the parser. Remove struct dependency from codecs.py
-
- 30 Agu, 2001 1 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
- 21 Şub, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
and disabled from the configure script.
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
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 yazdı
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 Ock, 2001 1 kayıt (commit)
-
-
Barry Warsaw yazdı
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.
-
- 10 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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.
-
- 26 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 08 Eyl, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
automatically if dbopen is found in libc or libdb. This closes patch #101420
-
- 31 Agu, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
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.
-
- 26 Agu, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
-
- 30 Haz, 2000 2 kayıt (commit)
-
-
Barry Warsaw yazdı
Setup.config.in. The latter contains all configure-time selectable modules; currently thread and gc.
-
Jeremy Hylton yazdı
-
- 29 Haz, 2000 1 kayıt (commit)
-
-
Barry Warsaw yazdı
are enabled by default now unless --without-threads is given to configure.
-
- 04 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
which is edited by the config.status script depending on whether --with-thread is specified or not. Also needs changes to configure(.in).
-