COMMITS
/ setup.py September 4, 2001
J
On MacOSX built the toolbox extension modules iff we're building with
Jack Jansen committed
J
Disabled _curses modules on MacOSX. The curses version is a 1994 BSD
Jack Jansen committed
August 22, 2001
B
Merge changes from r22a2-branch back into trunk. Also, change patch
Barry Warsaw committed
August 21, 2001
S
This is supposed to help configure better sort out the various libdb
Skip Montanaro committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
August 16, 2001
A
Link readline module with ncurses in preference to termcap. [Bug ##441580]
Andrew M. Kuchling committed
August 15, 2001
J
On OSX we should not pass the -shared option to ld: it make the build
Jack Jansen committed
August 10, 2001
M
Get OPT from the environment to build the CCSHARED command.
Martin v. Löwis committed
August 8, 2001
J
Commented out most of the MacPython modules. There is a discussion on the
Jack Jansen committed
August 5, 2001
J
Replace moddir and incdir by
Jack Jansen committed
July 26, 2001
T
Repair more now-obsolete references to config.h.
Tim Peters committed
July 24, 2001
M
Patch #443669: Permit _tkinter to build on cygwin32.
Martin v. Löwis committed
July 14, 2001
A
Fix bug #437487: "2.1 build on Solaris fails if CC is set"
Andrew M. Kuchling committed
May 21, 2001
A
Patch #411055 from MvL: import each extension after building it, and
Andrew M. Kuchling committed
A
Trim out some cruft
Andrew M. Kuchling committed
A
Fix bug #232619: fix misleading warning on installing to lib-dynload
Andrew M. Kuchling committed
April 15, 2001
G
Patch by Mark Favas to ensure that the zlib we find is 1.1.3 or
Guido van Rossum committed
March 21, 2001
M
Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix
Martin v. Löwis committed
March 17, 2001
A
Tidy up the ordering of include and library directories, putting
Andrew M. Kuchling committed
March 2, 2001
A
Disable the dl module
Andrew M. Kuchling committed
February 28, 2001
A
Fix for bug #405007: prefix subdir to scripts in order to build in
Andrew M. Kuchling committed
A
Install the pydoc script
Andrew M. Kuchling committed
A
Fix for bug #404875: fix typo in setup.py
Andrew M. Kuchling committed
February 27, 2001
A
Patch #404680: disables the nis module and enables the dl module when
Andrew M. Kuchling committed
February 23, 2001
A
Patch #103899: Don't compile modules configured in Setup. This seems much
Andrew M. Kuchling committed
A
Patch #103937: Attempt to get the BSDDB autodetection right (or at least
Andrew M. Kuchling committed
February 21, 2001
A
Patch #103544: always compile the dl and nis modules on Unix; let's see
Andrew M. Kuchling committed
February 6, 2001
A
BeOS doesn't have a libm.a, either; noted by Donn Cave
Andrew M. Kuchling committed
A
Part of patch #103544: fix detection of BSDDB on BSD systems
Andrew M. Kuchling committed
A
Patch #103578 ] _tkinter build fix for he current Debian unstable tcl/tk 8.3
Andrew M. Kuchling committed
February 4, 2001
T
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
Tim Peters committed
February 2, 2001
J
Add minimal interface to symtable: _symtable module.
Jeremy Hylton committed
M
Whitespace correction...
Marc-André Lemburg committed
M
Added new Python C API _test module to the build mechanism on Unix.
Marc-André Lemburg committed
February 1, 2001
F
Add entries for the weakref module to the build control.
Fred Drake committed
January 26, 2001
A
Remove unused import of 'string'
Andrew M. Kuchling committed
M
Be extra careful with linking against libtermcap. This is now only done
Marc-André Lemburg committed
M
Fixed setup.py to allow:
Marc-André Lemburg committed
January 24, 2001
N
Patch from Andrew to properly set module source directory.
Neil Schemenauer committed
F
the ucnhash module is no longer used
Fredrik Lundh committed
A
Modified version of part of patch #102409 for Cygwin:
Andrew M. Kuchling committed
January 23, 2001
A
Fix for MacOS X/Darwin: it doesn't need -lm, ever. (Noted by Steven Majewski)
Andrew M. Kuchling committed
January 22, 2001
M
unicodedatabase.c is no longer needed thanks to Fredrik's patches.
Marc-André Lemburg committed
January 21, 2001
M
Check for None to decide when pyexpat should not be built.
Martin v. Löwis committed
January 19, 2001
A
GvR pointed out the correct way to check for statically built modules;
Andrew M. Kuchling committed
A
Revert a single line of my large change earlier today; this broke the ability
Andrew M. Kuchling committed
January 18, 2001
A
Patch from Barry: gets rid of two unused imports,
Andrew M. Kuchling committed
A
Sizable reorganization of how header and library files are found
Andrew M. Kuchling committed
January 17, 2001
A
The signal module has to be compiled statically, so add it to Setup.dist
Andrew M. Kuchling committed
N
- compile struct module
Neil Schemenauer committed