summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* When running regen for the plat directories we should use the BUILDEXTJack Jansen2001-12-191-1/+1
* Test wether we are building on a case-insensitive filesystem (suchJack Jansen2001-12-061-16/+18
* The parser now also needs to link with mysnprintf.o.Guido van Rossum2001-12-041-0/+1
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-041-1/+0
* LIBSUBDIRS: Add test/data so it gets installed and test_email.py canBarry Warsaw2001-12-031-2/+2
* Compute thread headers through shell expansion in configure.Martin v. Löwis2001-12-021-1/+1
* Add hotshot to LIBSUBDIRS. Fixes #484642.Martin v. Löwis2001-11-241-1/+1
* Now that Misc/Makefile.pre.in is gone, do not attempt to install it.Fred Drake2001-10-261-1/+0
* Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski)Guido van Rossum2001-10-201-2/+2
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-0/+2
* SF patch #471894: Makefile installs pydoc incorrectlyGuido van Rossum2001-10-171-0/+1
* Add dependencies for the weakref object.Fred Drake2001-10-051-0/+2
* Clarify the warning about the relative dates of Setup.dist and Setup;Guido van Rossum2001-09-291-0/+1
* 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