summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-1/+2
* Issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-0/+1
* Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-091-3/+5
* Fix for fcc629208842Christian Heimes2012-09-071-9/+7
* Issue #15591 and Issue #11715: silence output of setup.py when make is run wi...Christian Heimes2012-09-061-7/+9
* Issue #15819: Fix out-of-tree builds from a readonly source.Trent Nelson2012-08-301-4/+8
* - fix typo introduced in http://hg.python.org/cpython/rev/f918d4a06c64Matthias Klose2012-08-281-1/+1
* - fix paste error (whitespace) from previous commitMatthias Klose2012-08-281-2/+2
* - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.Matthias Klose2012-08-281-4/+8
* Issue #15645: Ensure 2to3 grammar pickles are properly installed.Ned Deily2012-08-231-3/+3
* - rename configure.in to configure.acMatthias Klose2012-03-141-2/+2
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-211-1/+2
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-211-1/+2
| * Merged revisions 83392,83426 via svnmerge fromGeorg Brandl2010-08-011-1/+2
| * Merged revisions 72787 via svnmerge fromGeorg Brandl2010-05-191-1/+1
| * Merged revisions 79982 via svnmerge fromAntoine Pitrou2010-04-121-6/+6
| * Merged revisions 79218 via svnmerge fromAntoine Pitrou2010-03-211-5/+5
| * Merged revisions 77033 via svnmerge fromRonald Oussoren2009-12-241-0/+1
| * Merged revisions 75047 via svnmerge fromMark Dickinson2009-09-241-1/+2
| * Merged revisions 72871-72872 via svnmerge fromBenjamin Peterson2009-05-231-1/+1
| * - Link the shared python library with $(MODLIBS).Matthias Klose2009-02-241-3/+3
| * Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,...Georg Brandl2009-01-141-0/+4
| * Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-031-3/+3
| * Backport of r68146Ronald Oussoren2009-01-021-6/+10
| * Merged revisions 67844 via svnmerge fromMark Dickinson2008-12-181-1/+1
| * - Revert the preivous commit (install versioned manpage). Needs an update fo...Matthias Klose2008-10-211-1/+1
| * - install versioned manpageMatthias Klose2008-10-211-1/+1
| * - Makefile.pre.in(PROFILE_TASK): search files in srcdirMatthias Klose2008-10-101-2/+2
| * Merged revisions 66819 via svnmerge fromBrett Cannon2008-10-061-1/+1
* | Implement PEP 394 for Python 2.7Nick Coghlan2012-02-171-4/+12
* | Fix find command in makefile “funny” targetÉric Araujo2011-08-191-1/+1
* | Issue #12141: Install a copy of template C module file so thatNed Deily2011-06-281-1/+5
* | 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-241-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