summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+1
* Essential changes for print function changes.Guido van Rossum2007-02-091-1/+1
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-0/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-14/+14
* Merge the rest of the trunk.Thomas Wouters2006-06-081-12/+14
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-20/+41
* Here is a bytes type. It's very minimal but it's a start.Guido van Rossum2006-04-221-0/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-18/+38
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-0/+2
* Let the buildbot make a single pass in the test suite only.Martin v. Löwis2006-03-131-0/+4
* Changes to build the _ctypes extension module.Thomas Heller2006-03-081-1/+1
* Allow buildbot to pass extra test flags to regrtest (specifically -r) via the...Neal Norwitz2006-02-221-1/+1
* Always set SVNVERSION to "exported" if it otherwise fails.Martin v. Löwis2006-01-051-1/+1
* Stop maintaining the buildno file.Martin v. Löwis2006-01-051-18/+10
* Try to make svnversion test more portable, based on Sjoerd's suggestionNeal Norwitz2006-01-051-1/+1
* SF bug #1395926: Also test for svnversion command on $PATH before using it toBarry Warsaw2006-01-031-1/+1
* As discussed on python-dev, don't remove Python-ast.[ch] with distcleanNeal Norwitz2006-01-031-1/+1
* Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep theBarry Warsaw2005-12-191-6/+5
* Handle a couple of use cases discussed in python-dev w.r.t. calculating theBarry Warsaw2005-12-181-7/+8
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-2/+4
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-0/+2
* fixed installation of xmlcore libraries (including xmlcore.etree)Fredrik Lundh2005-12-141-1/+1
* delete Python-ast.[ch] in distcleanSkip Montanaro2005-11-131-0/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-1/+19
* Get "make install" working again after adding Lib/test/bad_coding.pyNeal Norwitz2005-10-041-2/+2
* Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. MeantBrett Cannon2005-04-241-1/+1
* patch [1171735] - Darwin 8's headers disable functionality whenBob Ippolito2005-03-281-3/+3
* install distutils.tests on Unix (contributed patch)Fred Drake2005-01-191-1/+2
* setup.py now uses the library directories specified in LDFLAGS (``-L``Brett Cannon2004-12-071-1/+4
* Replace -soname with -h for Solaris compatibility. Fixes #1034496.Martin v. Löwis2004-09-261-1/+1
* 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