summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
...
* - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-081-3/+10
* backout 66e30c4870bb for breaking OSX (#13150)Benjamin Peterson2013-03-221-9/+3
* - Issue #13150: sysconfig no longer parses the Makefile and config.h filesdoko@ubuntu.com2013-03-211-3/+9
* #16004: Add `make touch`.Ezio Melotti2013-03-111-1/+5
* Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-121-0/+5
* Clean trailing whitespaces in Makefile.pre.in and grpmodule.c.Serhiy Storchaka2013-02-121-3/+3
* Issue #17161: make install now also installs a python2 and python man page.Ned Deily2013-02-081-4/+12
* - Issue #17086: Backport the patches from the 3.3 branch to cross-builddoko@python.org2013-01-311-18/+54
* - Issue #17029: Let h2py search the multiarch system include directory.doko@python.org2013-01-251-0/+4
* - Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel ShahafChristian Heimes2012-12-021-2/+3
* 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-081-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-071-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-221-3/+3
* - rename configure.in to configure.acMatthias Klose2012-03-141-2/+2
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-201-1/+2
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-201-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-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