summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Drop buildbottouch again; the master is using "make touch" now.Martin v. L?wis2013-10-021-3/+0
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Issue #19106: Add buildbottouch target.Martin v. L?wis2013-09-301-0/+3
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-081-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Issue #15494: Install new test/support directory.Ned Deily2013-07-301-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | use $(LN) makefile variable instead of lnChristian Heimes2013-07-091-6/+6
|/ / / / / / / /
* | | | | | | | Closes #18312: 'make distclean' no longer deletes files in dot-directories.Eric V. Smith2013-07-021-5/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko2013-03-211-2/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko2013-03-211-2/+9
| * | | | | | Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-121-0/+6
| * | | | | | Clean trailing whitespaces in Makefile.pre.in.Serhiy Storchaka2013-02-121-1/+1
* | | | | | | Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-101-0/+8
| |/ / / / / |/| | | | |
* | | | | | Issue #17161: make install now also installs a python3 man page.Ned Deily2013-02-081-178/+270
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | - Issue #17031: Fix running regen in cross builds.doko2013-01-251-1/+8
| |/ / /
| * | | - Issue #17029: Let h2py search the multiarch system include directory.doko2013-01-251-0/+4
| |\ \ \
| * \ \ \ Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel ShahafChristian Heimes2012-12-021-2/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-211-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-1/+2
| |\ \ \ \
| * \ \ \ \ Merge issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-178/+263
| |\ \ \ \ \
| | * | | | | Issue #15298: ensure _sysconfigdata is generated in build directory,Trent Nelson2012-10-161-11/+13
| | * | | | | Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-081-3/+5
| | * | | | | Fix for fcc629208842Christian Heimes2012-09-071-176/+259
| | |\ \ \ \ \
| | | * \ \ \ \ 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/+6
| | | * | | | | | - fix paste error (whitespace) from previous commitMatthias Klose2012-08-281-176/+261
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.Matthias Klose2012-08-281-176/+261
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Issue #15645: Ensure 2to3 grammar pickles are properly installed.Ned Deily2012-08-221-3/+3
| | | | | * | | | | | Issue #14197: mergeNed Deily2012-07-241-179/+263
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Issue #15168: Ensure test_importlib subdirectories are installed.Ned Deily2012-07-201-3/+3
| | | | | | * | | | | | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko2012-06-301-13/+17
| | | | | | * | | | | | - Issue #3754: Use readelf instead of ldd for the cross build readline checkdoko2012-06-301-0/+1
| | | | | | * | | | | | build_all_use_profile: Build using -fprofile-correction to automaticallyMatthias Klose2012-06-271-1/+1
| | | | | | * | | | | | Give test directory a more reasonable name.Eric V. Smith2012-06-241-2/+2
| | | | | | * | | | | | Fixes issue 15039: namespace packages are no longer imported in preference to...Eric V. Smith2012-06-241-0/+2
| | | | | | * | | | | | Packaging removal: remove pysetup3 install from Makefile.Ned Deily2012-06-241-2/+0
| | | | | | * | | | | | Packaging removal: also revert introduction of sysconfig.cfg.?ric Araujo2012-06-241-1/+1
| | | | | | * | | | | | Remove packaging from the standard library.?ric Araujo2012-06-241-54/+0
| | | | | | * | | | | | Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...Antoine Pitrou2012-06-191-16/+15
| | | | | | * | | | | | Try to fix issue #15086: build failure on Ubuntu shared buildbot.Antoine Pitrou2012-06-171-2/+2
| | | | | | * | | | | | Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-0/+2
| | | | | | * | | | | | Issue #14660: Install namespace_pkgs test directories and files.Ned Deily2012-05-271-0/+18
| | | | | | * | | | | | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+3
| | | | | | * | | | | | Issue #14642: Add "hg touch" extension, and "make touch" target.Martin v. Loewis2012-04-271-1/+5
| | | | | | * | | | | | Issue #14605 and #14642: Issue a warning in case Python\importlib.h needs toMarc-Andre Lemburg2012-04-251-2/+13
| | | | | | * | | | | | Avoid rebuilding all C files when importlib.h is updated.Antoine Pitrou2012-04-161-1/+2
| | | | | | * | | | | | Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-0/+6
| | | | | | * | | | | | Issue #14541: Merged addition of test/sndhdrdata to Makefile.pre.in from 3.2.Vinay Sajip2012-04-101-157/+246
| | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | Followup for issue #14321, remove references to Parser/pgen.stampMatthias Klose2012-04-041-1/+1
| | | | | | | * | | | | | Issue #14382: Ensure new unittest.test.testmock is installed.Ned Deily2012-03-221-1/+1
| | | | | | | * | | | | | - Issue #14321: Do not run pgen during the build if files are up to date.Matthias Klose2012-03-151-6/+32
| | | | | | | * | | | | | merge 3.2Matthias Klose2012-03-141-150/+214
| | | | | | | |\ \ \ \ \ \