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
/
Makefile.pre.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include
Jack Jansen
2001-06-19
1
-0/+4
*
Acknowledge the existence of the 'platform' file, generated by the
Guido van Rossum
2001-06-06
1
-1/+1
*
Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor
Neil Schemenauer
2001-06-02
1
-5/+7
*
Iterators phase 1. This comprises:
Guido van Rossum
2001-04-20
1
-0/+2
*
Fix compileall.py so that it fails on SyntaxErrors
Jeremy Hylton
2001-04-18
1
-2/+3
*
Remove shared libraries as part of "make clean" rather than in "make
Guido van Rossum
2001-04-14
1
-1/+2
*
Unixware 7 support by Billy G. Allie (SF patch 413011)
Guido van Rossum
2001-04-11
1
-1/+4
*
Use INSTALL_SCRIPT to install script files. INSTALL_PROGRAM may try to
Neil Schemenauer
2001-04-10
1
-10/+11
*
Make on Alpha Tru64 5.1 (as installed on the SF compile farm) doesn't
Guido van Rossum
2001-04-09
1
-1/+1
*
- Remove WITH makefile variable. Its not used for anything.
Neil Schemenauer
2001-03-22
1
-13/+4
*
Install the Python DLL with execute priviledge set. This is required for
Neil Schemenauer
2001-03-16
1
-1/+1
*
Move all knowledge that $(MAINOBJ) is built in the Modules/ directory
Fred Drake
2001-03-06
1
-4/+5
*
Added `memtest' target which excludes the quicktest modules plus
Barry Warsaw
2001-03-03
1
-0/+7
*
Use
Guido van Rossum
2001-03-01
1
-2/+2
*
Improved __future__ parser; still more to do
Jeremy Hylton
2001-02-27
1
-0/+1
*
Change EXEEXT back to EXE in the Makefile. Other tools may depend on the name.
Neil Schemenauer
2001-02-27
1
-8/+8
*
Add Vladimir Marangozov's object allocator. It is disabled by default. This
Neil Schemenauer
2001-02-27
1
-0/+1
*
Add missing dependents of graminit.h.
Neil Schemenauer
2001-02-27
1
-0/+2
*
Generate grammar source files in srcdir. Ignore the error if they cannot
Neil Schemenauer
2001-02-27
1
-3/+3
*
Fix bug in clean target (closes SF patch 103864 and bug 132879). The clobber
Neil Schemenauer
2001-02-19
1
-10/+4
*
Set PYTHONPATH when running setup.py in order to override any ambient
Andrew M. Kuchling
2001-02-17
1
-2/+2
*
Remove confusing explaination about altinstall target and refer to
Neil Schemenauer
2001-02-16
1
-15/+2
*
Build grammar files in their proper place rather than moving them. This should
Neil Schemenauer
2001-02-16
1
-5/+3
*
Simplify linking on BeOS. Rename some files. Closes SF patch #103679.
Neil Schemenauer
2001-02-16
1
-9/+8
*
Specify directory permissions properly. Closes SF patch #103717.
Neil Schemenauer
2001-02-10
1
-7/+7
*
Relax the rules for using 'from ... import *' and exec in the presence
Jeremy Hylton
2001-02-09
1
-0/+1
*
Install shared modules enabled by Setup* in $(DESTSHARED) not
Neil Schemenauer
2001-02-06
1
-3/+4
*
Tweak clean targets yet again.
Neil Schemenauer
2001-02-03
1
-15/+12
*
add compile.h and symtable.h to list of header files
Jeremy Hylton
2001-02-02
1
-0/+2
*
Undo recent exclusion of test_fork1 and test_zlib. These tests don't
Jeremy Hylton
2001-02-02
1
-1/+1
*
Added fork1, linuxaudiodev, sunaudiodev, and zlib to the tests skipped
Fred Drake
2001-02-02
1
-1/+2
*
add quicktest target -- runs test suite except for the eight slowest tests
Jeremy Hylton
2001-02-01
1
-0/+7
*
Restore the automatic use of the oldsharedmods and oldsharedinstall targets
Andrew M. Kuchling
2001-01-29
1
-2/+3
*
Don't use $< in normal make rules: it's not portable. Using $< in
Sjoerd Mullender
2001-01-29
1
-6/+6
*
- Fix buildno dependencies (I hope).
Neil Schemenauer
2001-01-27
1
-9/+17
*
Remaining single-line change from patch #102409: to install shared modules,
Andrew M. Kuchling
2001-01-26
1
-16/+10
*
- Add CFLAGSFORSHARED variable. configure sets this to CCSHARED if LDLIBRARY
Neil Schemenauer
2001-01-26
1
-32/+25
*
Make module objects from Setup depend on Python.h headers.
Neil Schemenauer
2001-01-25
1
-2/+4
*
PEP 227 implementation
Jeremy Hylton
2001-01-25
1
-0/+1
*
Flat makefile based on toplevel Makefile.in and makefiles in build
Neil Schemenauer
2001-01-24
1
-0/+814