summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in steadJack Jansen2003-03-041-1/+1
* In make clobber also clean out the Python.framework.Jack Jansen2003-02-271-0/+1
* In Mac OS X framework builds don't assume that the executable will beJack Jansen2003-02-251-0/+2
* Fixed typo in package name that went unnoticed because of MacOSX's case-insen...Jack Jansen2003-01-211-1/+1
* Compile site-packages with -t, not -tt.Jack Jansen2003-01-211-2/+8
* On MacOSX, added -prebind option to link phase for executable (andJack Jansen2003-01-201-0/+2
* Install email/test, email/test/data and bsddb/test subdirectories.Barry Warsaw2003-01-201-1/+2
* Use RUNSHARED for python invocations. Fixes #661408.Martin v. Löwis2003-01-031-2/+2
* Split OPT make variable into OPT and BASECFLAGS. The latter contains thoseSkip Montanaro2003-01-011-1/+9
* Revert SF patch 659809 -- it causes double options that can cause breakage.Guido van Rossum2002-12-311-3/+3
* Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in nowJack Jansen2002-12-301-1/+10
* SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use configGuido van Rossum2002-12-301-3/+3
* Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall.Martin v. Löwis2002-11-211-1/+6
* Add Lib/bsddb to list of installed directoriesAndrew M. Kuchling2002-11-191-1/+1
* Fix SF # 638126, logging module not installedNeal Norwitz2002-11-141-1/+1
* Add --check-tkinter to setup.py. Install IDLE. Fixes #634078.Martin v. Löwis2002-11-061-1/+5
* Add .PHONY targets, to declare targets that aren't real files.Guido van Rossum2002-10-101-0/+8
* Suppress warnings when byte-compiling the installed library modules.Guido van Rossum2002-08-291-3/+4
* Whitespace normalization.Guido van Rossum2002-08-091-2/+2
* When installing the "python" link in bindir also test for a pre-existingJack Jansen2002-08-091-1/+1
* By popular demand the frameworkinstall target now installs everything:Jack Jansen2002-08-091-13/+30
* In the altbininstall target, which is the first subtarget for "make install",Jack Jansen2002-08-061-1/+7
* Use the -n option of ln in stead of -h, as it also works with other ln'sJack Jansen2002-08-041-9/+9
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-041-2/+4
* Replaced python.app target with osxapps (it builds more thanJack Jansen2002-08-021-3/+3
* - Get _environ through the NSEnviron call in a MacOSX framework. This allowsJack Jansen2002-08-011-28/+21
* Get rid of the DEFS variable. The only thing this was used for was toGuido van Rossum2002-07-301-2/+1
* Patch #553702: Cygwin make install patchJason Tishler2002-07-291-7/+11
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-3/+3
* Add test_zlib and test_struct to list of slow testsJeremy Hylton2002-07-171-1/+1
* Patch #557719 by Tony Lownds, slightly massaged by me: streamline theJack Jansen2002-06-211-0/+6
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-1/+2
* Patch #553678: Cygwin Makefile.pre.in vestige patchJason Tishler2002-05-151-1/+0
* Patch #553230: Create LIBDIR if necessary. Bugfix candidate.Martin v. Löwis2002-05-081-1/+1
* - New builtin function enumerate(x), from PEP 279. Example:Guido van Rossum2002-04-261-0/+2
* pgen now needs pymallocNeil Schemenauer2002-04-221-0/+1
* Eliminate use of LIBOBJS which is an error in autoconf 2.53.Martin v. Löwis2002-04-051-2/+2
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-0/+2
* Patch #527027: Allow building python as shared library.Martin v. Löwis2002-03-291-28/+26
* Build obmalloc.c directly instead of #include'ing from object.c.Tim Peters2002-03-231-2/+1
* SF patch #524005 by Paul Eggert.Guido van Rossum2002-02-281-1/+1
* Two OSX fixes related to switching Python versions in an existing sourcetree:Jack Jansen2002-02-121-8/+9
* Use BLDLIBRARY to build extension modules. Fixes #504252.Martin v. Löwis2002-01-171-2/+2
* 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