summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Install the new compiler and email packagesAndrew M. Kuchling2001-09-281-0/+1
* Sort the headers in PYTHON_HEADERS alphabetically. AddGuido van Rossum2001-09-181-31/+32
* When MAKEFLAGS contains '-s', invoke setup.py with '-q', to silenceGuido van Rossum2001-09-121-1/+4
* When frameworks are not enabled don't put an empty target in the Makefile.Jack Jansen2001-09-111-5/+5
* Always compile gcmodule.Neil Schemenauer2001-08-291-1/+2
* Add dependencies for Python/thread.c on all of the header files thatGuido van Rossum2001-08-181-0/+4
* The OSX framework Headers symlink pointed the wrong way. Fixed.Jack Jansen2001-08-171-1/+1
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-2/+2
* Strip trailing whitespace, including two lines containing only one orGuido van Rossum2001-08-171-11/+11
* Lots of changes in the framework support:Jack Jansen2001-08-151-4/+75
* Pass the Makefile's value of CC and LDSHARED to the environment of setup.py.Martin v. Löwis2001-08-101-1/+1
* Removed special rule for Mac/Python/macglue.o, it is not needed anymore.Jack Jansen2001-08-081-3/+0
* Take MANDIR and INCLUDEDIR from configure. Fixes bug #446671.Martin v. Löwis2001-08-021-2/+2
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+2
* This patch turns the Python API mismatch notice into a standardMarc-André Lemburg2001-07-311-0/+1
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-5/+5
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-10/+10
* Thomas, I don't care about unset either, but setting PYTHONHOME=Guido van Rossum2001-07-191-2/+1
* Patch #418659: Fixes for UnixWare and ReliantUnix.Martin v. Löwis2001-07-191-4/+1
* Avoid the use of 'unset', which isn't available on all platforms. Fixes SFThomas Wouters2001-07-191-1/+1
* Added a MACHDEP_OBJS to the python link. Use this on MacOSX to includeJack Jansen2001-06-191-0/+4
* Acknowledge the existence of the 'platform' file, generated by theGuido van Rossum2001-06-061-1/+1
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-021-5/+7
* Iterators phase 1. This comprises:Guido van Rossum2001-04-201-0/+2
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-181-2/+3
* Remove shared libraries as part of "make clean" rather than in "makeGuido van Rossum2001-04-141-1/+2
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-111-1/+4
* Use INSTALL_SCRIPT to install script files. INSTALL_PROGRAM may try toNeil Schemenauer2001-04-101-10/+11
* Make on Alpha Tru64 5.1 (as installed on the SF compile farm) doesn'tGuido van Rossum2001-04-091-1/+1
* - Remove WITH makefile variable. Its not used for anything.Neil Schemenauer2001-03-221-13/+4
* Install the Python DLL with execute priviledge set. This is required forNeil Schemenauer2001-03-161-1/+1
* Move all knowledge that $(MAINOBJ) is built in the Modules/ directoryFred Drake2001-03-061-4/+5
* Added `memtest' target which excludes the quicktest modules plusBarry Warsaw2001-03-031-0/+7
* UseGuido van Rossum2001-03-011-2/+2
* Improved __future__ parser; still more to doJeremy Hylton2001-02-271-0/+1
* Change EXEEXT back to EXE in the Makefile. Other tools may depend on the name.Neil Schemenauer2001-02-271-8/+8
* Add Vladimir Marangozov's object allocator. It is disabled by default. ThisNeil Schemenauer2001-02-271-0/+1
* Add missing dependents of graminit.h.Neil Schemenauer2001-02-271-0/+2
* Generate grammar source files in srcdir. Ignore the error if they cannotNeil Schemenauer2001-02-271-3/+3
* Fix bug in clean target (closes SF patch 103864 and bug 132879). The clobberNeil Schemenauer2001-02-191-10/+4
* Set PYTHONPATH when running setup.py in order to override any ambientAndrew M. Kuchling2001-02-171-2/+2
* Remove confusing explaination about altinstall target and refer toNeil Schemenauer2001-02-161-15/+2
* Build grammar files in their proper place rather than moving them. This shouldNeil Schemenauer2001-02-161-5/+3
* Simplify linking on BeOS. Rename some files. Closes SF patch #103679.Neil Schemenauer2001-02-161-9/+8
* Specify directory permissions properly. Closes SF patch #103717.Neil Schemenauer2001-02-101-7/+7
* Relax the rules for using 'from ... import *' and exec in the presenceJeremy Hylton2001-02-091-0/+1
* Install shared modules enabled by Setup* in $(DESTSHARED) notNeil Schemenauer2001-02-061-3/+4
* Tweak clean targets yet again.Neil Schemenauer2001-02-031-15/+12
* add compile.h and symtable.h to list of header filesJeremy Hylton2001-02-021-0/+2
* Undo recent exclusion of test_fork1 and test_zlib. These tests don'tJeremy Hylton2001-02-021-1/+1