summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+10
|\
| * Issue #17161: make install now also installs a python3 man page.Ned Deily2013-02-081-5/+10
* | - Issue #17031: Fix running regen in cross builds.doko@python.org2013-01-251-1/+8
* | - Issue #17029: Let h2py search the multiarch system include directory.doko@python.org2013-01-251-0/+4
|\ \ | |/
| * - 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 #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 #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
|\ \ | |/
| * 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-6/+9
|\ \ | |/
| * Issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-5/+8
| * Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-081-3/+5
* | 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-9/+7
|\ \ | |/
| * 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 #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
* | 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-1/+1
|\ \ | |/
| * - fix paste error (whitespace) from previous commitMatthias Klose2012-08-281-1/+1
* | - Issue #15591: Fix parsing MAKEFLAGS in the sharedmods target.Matthias Klose2012-08-281-1/+6
|\ \ | |/
| * - 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
* | Issue #15645: Ensure 2to3 grammar pickles are properly installed.Ned Deily2012-08-221-3/+3
* | Issue #14197: mergeNed Deily2012-07-241-0/+3
|\ \ | |/
| * Issue #14197: For OS X framework builds, ensure links to the sharedNed Deily2012-07-241-0/+3
* | 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 pathsdoko@ubuntu.com2012-06-301-13/+17
* | - Issue #3754: Use readelf instead of ldd for the cross build readline checkdoko@ubuntu.com2012-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-1/+1
|\ \ | |/