summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Issue #27229: Comment in middle of shell command fails on BSD and OS XMartin Panter2016-06-071-1/+1
* Issue #27229: Fix in-tree cross-build rule, by Xavier de GayeMartin Panter2016-06-071-2/+5
* Exclude unittests from the make profile-opt training run that eitherGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-021-1/+3
* Issue #25702: A --with-lto configure option has been added that willGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-021-2/+2
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgenMartin Panter2016-04-231-7/+14
* Revert the last change:doko@ubuntu.com2016-03-231-1/+1
* Makefile.pre.in:doko@ubuntu.com2016-03-231-2/+2
* Issue #24421: Compile _math.c separately to avoid race conditionMartin Panter2016-02-031-1/+5
* Issue #25925: Backport C coverage reporting Makefile targetsZachary Ware2016-01-201-1/+41
* Issue #25827: Add support for ICC to configureZachary Ware2015-12-211-0/+1
* Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) d...Victor Stinner2015-12-131-1/+1
* Issue #25696: Fix installation of Python on UNIX with make -j9.Victor Stinner2015-12-131-0/+4
* Issue #25188: Add -P/--pgo to test.regrtest for PGO building.Brett Cannon2015-10-021-1/+1
* Issue #24915: Make PGO builds support Clang and use the test suite forBrett Cannon2015-09-181-7/+24
* backport computed gotos (#4753)Benjamin Peterson2015-05-281-0/+15
* - Use PLATDIR for the platform directory everywhere (refactoring only)doko@ubuntu.com2015-04-131-1/+1
* Issue 22878: PEP 477 - "make install" and "make altinstall" integrationNed Deily2014-11-201-5/+27
* Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7Donald Stufft2014-11-111-0/+1
* Issue #21166: fix typo in commentNed Deily2014-08-241-1/+1
* Issue #21166: Prevent possible segfaults and other random failures ofNed Deily2014-08-221-1/+11
* backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-201-2/+2
* Issue #21383: Allow "make touch" to work when building outside of theNed Deily2014-05-221-0/+1
* Issue #19990: Install test/imghdrdata.Ned Deily2014-02-021-1/+3
* Issue #19965: Make sure that Python-ast.h is properly taken into account in theCharles-François Natali2013-12-151-1/+2
* Issue #15392: Install idlelib/idle_test.Ned Deily2013-11-041-1/+2
* Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-10-251-0/+5
* Issue #18919: Add test/audiodata to LIBSUBDIRS.Serhiy Storchaka2013-10-141-1/+1
* Drop buildbottouch again; the master is using "make touch" now.Martin v. Löwis2013-10-021-3/+0
* Add fake buildbottouch target.Martin v. Löwis2013-09-301-0/+3
* Closes #18312: 'make distclean' no longer deletes files in dot-directories.Eric V. Smith2013-07-021-5/+5
* - 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-091-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-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