summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* make tags: index also Modules/_ctypes/ (#4648) (#4660)Victor Stinner2017-11-301-4/+3
* [2.7] bpo-31934: Abort when building out of a not clean source tree (GH-4255)...xdegaye2017-11-081-3/+12
* bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422)Xiang Zhang2017-09-081-1/+1
* [2.7] Update multissl test helper (GH-3349) (#3416)Christian Heimes2017-09-071-0/+8
* bpo-30871: Add test.pythoninfo (#3174) (#3175)Victor Stinner2017-08-221-0/+5
* [2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...torsava2017-05-091-7/+7
* bpo-30283: Backport regrtest features from master to 2.7 (#1516)Victor Stinner2017-05-091-1/+1
* bpo-23404: make touch becomes make regen-all (#1466)Victor Stinner2017-05-051-58/+46
* bpo-27593: Get SCM build info from git instead of hg (#1327)Victor Stinner2017-05-021-9/+7
* bpo-30207: Install the Lib/test/support directory. (#1369)Serhiy Storchaka2017-05-011-0/+1
* Fix "make tags" command (#1337)Victor Stinner2017-04-281-3/+3
* Issue #10656: Fix out-of-tree building on AIXMartin Panter2016-11-201-1/+1
* Issue #28258: Explain the LC_ALL change in a commentVictor Stinner2016-09-291-0/+4
* Issue #28258: Fixed build with Estonian locale (distclean target inSerhiy Storchaka2016-09-291-1/+1
* Fix make buildbottest to not re-trigger a profile-opt build. issue28035.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-091-1/+1
* Issue #26359: Add the --with-optimizations flag.Gregory P. Smith2016-09-071-4/+4
* Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-071-1/+1
* Issue #27641: Comment out regeneration rules when cross compilingMartin Panter2016-07-291-16/+4
* Issue #27490: Do not build pgen when cross-compilingMartin Panter2016-07-281-1/+1
* 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-231-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-031-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