summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)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 u...Ronald Oussoren2011-03-141-11/+5
* Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' fromThomas Wouters2011-03-061-2/+2
* Port build identification from default branch.Georg Brandl2011-03-061-1/+9
* Merged revisions 88426 via svnmerge fromGeorg Brandl2011-02-251-1/+1
* Merged revisions 84068,87558 via svnmerge fromAntoine Pitrou2011-01-031-3/+6
* Merged revisions 85472 via svnmerge fromAntoine Pitrou2010-10-141-1/+1
* Merged revisions 85353 via svnmerge fromAntoine Pitrou2010-10-101-8/+8
* Merged revisions 84803 via svnmerge fromAlexander Belopolsky2010-09-141-0/+1
* Merged revisions 84680 via svnmerge fromAntoine Pitrou2010-09-101-3/+3
* Merged revisions 83479 via svnmerge fromMark Dickinson2010-08-011-1/+3
* Merged revisions 83370,83372-83374,83384 via svnmerge fromGeorg Brandl2010-08-011-1/+2
* Merged revisions 82934 via svnmerge fromBenjamin Peterson2010-07-171-1/+1
* It is possible to add extra testing options using EXTRATESTOPTS.Antoine Pitrou2010-04-121-6/+6
* Ensure that the gdb hooks can be installed whenRonald Oussoren2010-04-051-1/+1
* Issue 8287: try to fix the gdb-python install errors on SolarisR. David Murray2010-04-051-2/+3
* tabifyBenjamin Peterson2010-04-041-1/+1
* use our own locale independent ctype macrosBenjamin Peterson2010-04-031-0/+1
* 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
* 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
* Issue #1628484: The Makefile doesn't ignore the CFLAGS environmentAntoine Pitrou2010-03-211-5/+5
* Add a separate python-config make target, useful for testing changes to Misc/...Collin Winter2010-03-191-4/+6
* 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
* 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' execut...Ronald Oussoren2009-12-241-9/+0
* Add a regrtest option to re-run in verbose mode immediately after a test fail...Georg Brandl2009-10-271-1/+1
* Issue #7117: Prepare for backport of py3k float repr.Mark Dickinson2009-10-241-0/+2
* Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target.Mark Dickinson2009-09-241-1/+2
* 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
* 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
* Issue #3585: Add pkg-config support.Antoine Pitrou2009-05-241-1/+8
* 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