summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Collapse)AuthorAgeFilesLines
* Issue #12205: Fix test_subprocess failure due to uninstalled test data.Ned Deily2011-05-291-1/+1
|
* Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-251-2/+2
|
* Issue #1099: Fix the build on MacOSX when building a framework with pydebug ↵Ronald Oussoren2011-03-141-11/+5
| | | | using GCC 4.0.
* Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' fromThomas Wouters2011-03-061-2/+2
| | | | working correctly with a relative path.
* Port build identification from default branch.Georg Brandl2011-03-061-1/+9
|
* Merged revisions 88426 via svnmerge fromGeorg Brandl2011-02-251-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88426 | georg.brandl | 2011-02-15 16:44:51 +0100 (Di, 15 Feb 2011) | 1 line #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. ........
* Merged revisions 84068,87558 via svnmerge fromAntoine Pitrou2011-01-031-3/+6
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84068 | martin.v.loewis | 2010-08-15 17:47:25 +0200 (dim., 15 août 2010) | 2 lines Don't run pgen twice when using make -j. ........ r87558 | victor.stinner | 2010-12-29 00:14:17 +0100 (mer., 29 déc. 2010) | 1 line Don't ignore pgen error (on "make Parser/pgen.stamp") ........
* Merged revisions 85472 via svnmerge fromAntoine Pitrou2010-10-141-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85472 | antoine.pitrou | 2010-10-14 13:29:16 +0200 (jeu., 14 oct. 2010) | 3 lines Add make variable to allow testing of different interpreter flags in buildbot runs ........
* Merged revisions 85353 via svnmerge fromAntoine Pitrou2010-10-101-8/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85353 | antoine.pitrou | 2010-10-10 11:37:12 +0200 (dim., 10 oct. 2010) | 3 lines Issue #9437: Fix building C extensions with non-default LDFLAGS. ........
* Merged revisions 84803 via svnmerge fromAlexander Belopolsky2010-09-141-0/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84803 | alexander.belopolsky | 2010-09-14 10:12:19 -0400 (Tue, 14 Sep 2010) | 1 line Issue 9315: Added test/tracedmodules to LIBSUBDIRS ........
* Merged revisions 84680 via svnmerge fromAntoine Pitrou2010-09-101-3/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84680 | antoine.pitrou | 2010-09-10 21:44:44 +0200 (ven., 10 sept. 2010) | 4 lines Issue #941346: Improve the build process under AIX and allow Python to be built as a shared library. Patch by Sébastien Sablé. ........
* Merged revisions 83479 via svnmerge fromMark Dickinson2010-08-011-1/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83479 | mark.dickinson | 2010-08-01 22:33:01 +0100 (Sun, 01 Aug 2010) | 1 line Don't delete Lib/test/data/README when doing 'make distclean' ........
* Merged revisions 83370,83372-83374,83384 via svnmerge fromGeorg Brandl2010-08-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83370 | georg.brandl | 2010-07-31 23:51:48 +0200 (Sa, 31 Jul 2010) | 5 lines #8198: the Helper class should not save the stdin and stdout objects at import time, rather by default use the current streams like the other APIs that output help. ........ r83372 | georg.brandl | 2010-08-01 00:05:54 +0200 (So, 01 Aug 2010) | 1 line #4007: remove *.a and *.so.X.Y files in "make clean". ........ r83373 | georg.brandl | 2010-08-01 00:11:11 +0200 (So, 01 Aug 2010) | 1 line #5147: revert accidental indentation of header constant for MozillaCookieJar. ........ r83374 | georg.brandl | 2010-08-01 00:32:52 +0200 (So, 01 Aug 2010) | 1 line #5146: handle UID THREAD command correctly. ........ r83384 | georg.brandl | 2010-08-01 08:32:55 +0200 (So, 01 Aug 2010) | 1 line Build properties using lambdas. This makes test_pyclbr pass again, because it does not think that input and output are methods anymore. ........
* Merged revisions 82934 via svnmerge fromBenjamin Peterson2010-07-171-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82934 | benjamin.peterson | 2010-07-17 15:39:23 -0500 (Sat, 17 Jul 2010) | 1 line sharedinstall should depend on sharedmods #9280 ........
* It is possible to add extra testing options using EXTRATESTOPTS.Antoine Pitrou2010-04-121-6/+6
| | | | | | | | When such extra options include "-x testname", subsequent arguments are all taken as test names to ignore. Therefore, standard options must be passed before *TESTOPTS. (witnessed on the ARM buildbots)
* Ensure that the gdb hooks can be installed whenRonald Oussoren2010-04-051-1/+1
| | | | | | | | srcdir != builddir. Without this patch it is no longer possible to build python when you don't run configure from the root of the source tree.
* Issue 8287: try to fix the gdb-python install errors on SolarisR. David Murray2010-04-051-2/+3
| | | | and FreeBSD. Patch by Dave Malcolm.
* tabifyBenjamin Peterson2010-04-041-1/+1
|
* use our own locale independent ctype macrosBenjamin Peterson2010-04-031-0/+1
| | | | requires building pyctype.o into pgen
* Don't install python-gdb.py as an executable.Martin v. Löwis2010-04-031-1/+1
|
* Issue #1222585: Added LDCXXSHARED for C++ supportTarek Ziadé2010-04-031-0/+1
|
* Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.Mark Dickinson2010-04-021-0/+1
|
* Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-011-1/+12
| | | | allowing to use advanced gdb features when debugging Python.
* Add -Wd and -3 to the flags used to run the tests.Ezio Melotti2010-03-311-2/+2
|
* Makefile.pre.in for the unittest/test directoryMichael Foord2010-03-261-1/+1
|
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+2
| | | | CObject to PyCapsule.
* Issue #1628484: The Makefile doesn't ignore the CFLAGS environmentAntoine Pitrou2010-03-211-5/+5
| | | | | variable anymore. It also forwards the LDFLAGS settings to the linker when building a shared library.
* Add a separate python-config make target, useful for testing changes to ↵Collin Winter2010-03-191-4/+6
| | | | Misc/python-config.in.
* reignore bad_codingBenjamin Peterson2010-03-181-2/+2
|
* install tkinter and ttk testsBenjamin Peterson2010-03-181-1/+2
|
* remove installation of deleted test/output dirBenjamin Peterson2010-03-181-1/+1
|
* don't try to compile anything in lib2to3/tests/data #8169Benjamin Peterson2010-03-181-2/+2
|
* Move the xml test data to their own directory.Florent Xicluna2010-03-131-1/+1
|
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-1/+1
|
* Issue #7622: Improve the split(), rsplit(), splitlines() and replace()Antoine Pitrou2010-01-131-0/+1
| | | | | methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna.
* use pkg-config to find the libffi headers when --with-system-ffi is used #6943Benjamin Peterson2010-01-011-0/+2
|
* Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.aRonald Oussoren2009-12-241-0/+1
|
* Issue #6834: replace the implementation for the 'python' and 'pythonw' ↵Ronald Oussoren2009-12-241-9/+0
| | | | | | | | | | | | | | | | | executables on OSX. The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv.
* Add a regrtest option to re-run in verbose mode immediately after a test ↵Georg Brandl2009-10-271-1/+1
| | | | fails, and use that option on the buildbots.
* Issue #7117: Prepare for backport of py3k float repr.Mark Dickinson2009-10-241-0/+2
| | | | | | | Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile.
* Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target.Mark Dickinson2009-09-241-1/+2
| | | | Thanks egreen.
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-061-0/+1
|
* Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. ↵Mark Dickinson2009-08-311-1/+2
| | | | Thanks Jerry Chen.
* install unittest as a packageBenjamin Peterson2009-07-211-0/+1
|
* put downloaded test support files in Lib/test/data instead of the cwdBenjamin Peterson2009-07-111-0/+1
|
* make ast.c depend on the grammarBenjamin Peterson2009-06-091-1/+1
|
* This checkin adds a symlink to the lib directory of a framework installRonald Oussoren2009-06-081-0/+1
| | | | | | | | | | | | of Python (on OSX), and the end result of that is that the combination of ``python-config --ldflags`` and ``python-config --libs`` refers to an actually existing location. I've done this in preference to changing python-config to specify '-framework Python' for linking because that doesn't work when you have multiple versions of python installed (because '-framework Python' will always link to the 'Current' version of the framework, without a possibility to specify a specific version).
* Issue #3585: Add pkg-config support.Antoine Pitrou2009-05-241-1/+8
| | | | | It creates a python-2.7.pc file and a python.pc symlink in the $(LIBDIR)/pkgconfig directory. Patch by Clinton Roy.
* support building with subversion 1.7 #6094Benjamin Peterson2009-05-231-1/+1
|
* This patch ensures that the pydoc_data package gets installed. This is neededRonald Oussoren2009-05-191-1/+1
| | | | | | | | to make it possible to use pydoc to get access to the language reference. That is, without this patch the folllowing won't work: >>> help('if')