index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix
Martin v. Löwis
2001-03-21
1
-15/+1
*
Tidy up the ordering of include and library directories, putting
Andrew M. Kuchling
2001-03-17
1
-4/+4
*
Disable the dl module
Andrew M. Kuchling
2001-03-02
1
-1/+1
*
Fix for bug #405007: prefix subdir to scripts in order to build in
Andrew M. Kuchling
2001-02-28
1
-0/+4
*
Install the pydoc script
Andrew M. Kuchling
2001-02-28
1
-1/+4
*
Fix for bug #404875: fix typo in setup.py
Andrew M. Kuchling
2001-02-28
1
-1/+1
*
Patch #404680: disables the nis module and enables the dl module when
Andrew M. Kuchling
2001-02-27
1
-6/+7
*
Patch #103899: Don't compile modules configured in Setup. This seems much
Andrew M. Kuchling
2001-02-23
1
-0/+16
*
Patch #103937: Attempt to get the BSDDB autodetection right (or at least
Andrew M. Kuchling
2001-02-23
1
-10/+15
*
Patch #103544: always compile the dl and nis modules on Unix; let's see
Andrew M. Kuchling
2001-02-21
1
-2/+9
*
BeOS doesn't have a libm.a, either; noted by Donn Cave
Andrew M. Kuchling
2001-02-06
1
-1/+3
*
Part of patch #103544: fix detection of BSDDB on BSD systems
Andrew M. Kuchling
2001-02-06
1
-6/+5
*
Patch #103578 ] _tkinter build fix for he current Debian unstable tcl/tk 8.3
Andrew M. Kuchling
2001-02-06
1
-8/+4
*
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
Tim Peters
2001-02-04
1
-1/+1
*
Add minimal interface to symtable: _symtable module.
Jeremy Hylton
2001-02-02
1
-0/+1
*
Whitespace correction...
Marc-André Lemburg
2001-02-02
1
-1/+1
*
Added new Python C API _test module to the build mechanism on Unix.
Marc-André Lemburg
2001-02-02
1
-0/+2
*
Add entries for the weakref module to the build control.
Fred Drake
2001-02-01
1
-0/+1
*
Remove unused import of 'string'
Andrew M. Kuchling
2001-01-26
1
-1/+6
*
Be extra careful with linking against libtermcap. This is now only done
Marc-André Lemburg
2001-01-26
1
-2/+7
*
Fixed setup.py to allow:
Marc-André Lemburg
2001-01-26
1
-0/+10
*
Patch from Andrew to properly set module source directory.
Neil Schemenauer
2001-01-24
1
-2/+2
*
the ucnhash module is no longer used
Fredrik Lundh
2001-01-24
1
-48/+46
*
Modified version of part of patch #102409 for Cygwin:
Andrew M. Kuchling
2001-01-24
1
-15/+27
*
Fix for MacOS X/Darwin: it doesn't need -lm, ever. (Noted by Steven Majewski)
Andrew M. Kuchling
2001-01-23
1
-3/+12
*
unicodedatabase.c is no longer needed thanks to Fredrik's patches.
Marc-André Lemburg
2001-01-22
1
-2/+1
*
Check for None to decide when pyexpat should not be built.
Martin v. Löwis
2001-01-21
1
-1/+1
*
GvR pointed out the correct way to check for statically built modules;
Andrew M. Kuchling
2001-01-19
1
-8/+8
*
Revert a single line of my large change earlier today; this broke the ability
Andrew M. Kuchling
2001-01-19
1
-0/+1
*
Patch from Barry: gets rid of two unused imports,
Andrew M. Kuchling
2001-01-18
1
-14/+28
*
Sizable reorganization of how header and library files are found
Andrew M. Kuchling
2001-01-18
1
-105/+166
*
The signal module has to be compiled statically, so add it to Setup.dist
Andrew M. Kuchling
2001-01-17
1
-9/+0
*
- compile struct module
Neil Schemenauer
2001-01-17
1
-2/+2
*
Fix for bug #129173, reported by Skip Montanaro:
Andrew M. Kuchling
2001-01-17
1
-4/+11
*
Use the extended library search path when looking for readline (simple
Andrew M. Kuchling
2001-01-17
1
-1/+1
*
Various clean-ups:
Andrew M. Kuchling
2001-01-17
1
-15/+7
*
[Patch #102588/PEP 229]:
Andrew M. Kuchling
2001-01-17
1
-0/+475