summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Don't hardcode "Python" as the framework name, we have a variable for it:Jack Jansen2004-07-161-1/+1
* install test/decimaltestdata as wellAnthony Baxter2004-07-121-0/+1
* Patch #774665: Make Python LC_NUMERIC agnostic.Martin v. Löwis2004-06-081-0/+1
* Partial fix for #887242 (link extensions with dynamic_lookup in steadJack Jansen2004-06-031-0/+3
* Patch #957398: Add public API for Generator Object/Type.Martin v. Löwis2004-06-011-0/+2
* Ignore error status codes occurred while compiling site-packagesHye-Shik Chang2004-03-181-2/+2
* forward port of 1.136.6.2:Jack Jansen2003-12-071-2/+2
* Patch #841807: Check whether a versioned libpython.so symlink is neededMartin v. Löwis2003-11-181-1/+3
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-0/+2
* Patch #805678: Add .so symlink during make install. Backported to 2.3.Martin v. Löwis2003-09-201-0/+1
* This patch enables the building of Cygwin Python with a static coreJason Tishler2003-09-041-4/+8
* Patch #770245: Pass LDFLAGS to pgen creation.Martin v. Löwis2003-07-131-1/+1
* Fixed two bugs in MacOSX framework handling spotted by Edward Moy:Jack Jansen2003-07-041-3/+3
* Set -d in compileall, to get proper path in case DESTDIR is not empty.Martin v. Löwis2003-06-211-0/+4
* Set the executable bits when installing the shared library in a MacOSXJack Jansen2003-06-201-1/+1
* Added a target frameworkinstallextras (OSX framework build specific,Jack Jansen2003-06-191-0/+7
* Properly bracket variables. Fixes part of #749911.Martin v. Löwis2003-06-141-1/+1
* Install idlelib and idlelib/Icons as well.Guido van Rossum2003-06-131-1/+1
* Don't install Tools/idle any more. We now install Tools/scripts/idleGuido van Rossum2003-06-131-13/+1
* Fixed the DESTDIR modifications to also allow MacOSX framework buildsJack Jansen2003-05-251-15/+16
* Patch #738325: Install optimized idlelib files.Martin v. Löwis2003-05-161-0/+1
* Patch #735613: Pass install-purelib to idleinstall.Martin v. Löwis2003-05-111-0/+1
* Patch #718286: Support DESTDIR.Martin v. Löwis2003-05-111-63/+66
* Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (andJack Jansen2003-05-091-2/+3
* add Guido's reasoning behind running all tests twiceSkip Montanaro2003-05-061-0/+7
* add testall target - just adds -uall to the regrtest runsSkip Montanaro2003-05-061-0/+5
* Changes from Jonathan Riehl to allow his pgen extension (PEP 269) toGuido van Rossum2003-04-171-4/+4
* Lib/plat-mac/lib-scriptpackages/SystemEvents added.Jack Jansen2003-03-311-0/+1
* Use soname option when building a shared libpython. Fixes #701823.Martin v. Löwis2003-03-301-1/+6
* include the csv package during installationSkip Montanaro2003-03-201-1/+1
* Added a define EXTRAMACHDEPPATH which can be used to add sys.path itemsJack Jansen2003-03-171-0/+2
* 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