summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* - Issue #18257: Fix readlink usage in python-config. Install the pythondoko2013-08-011-0/+7
* Issue #18481: Add C coverage reporting with gcov and lcov. A new make targetChristian Heimes2013-07-311-1/+46
* Issue #15494: merge from 3.3Ned Deily2013-07-301-17/+20
|\
| * use $(LN) makefile variable instead of lnChristian Heimes2013-07-091-6/+6
| |\
| * | Avoid spurious non-fatal install errors for OS X frameworks:Ned Deily2013-07-081-1/+1
| * | #18312: merge from 3.3.Eric V. Smith2013-07-021-16/+19
| |\ \
| | * | Issue #16061: Speed up str.replace() for replacing 1-character strings.Serhiy Storchaka2013-04-131-0/+1
| | * | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko2013-03-211-2/+8
| | |\ \
| | * \ \ Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-101-15/+18
| | |\ \ \
| | | * \ \ Issue #17161: merge from 3.3Ned Deily2013-02-081-15/+18
| | | |\ \ \
| | | | * | | - Issue #16235: Implement python-config as a shell script.doko2013-01-261-4/+7
| | | | * | | - Issue #17031: Fix running regen in cross builds.doko2013-01-251-11/+11
| | | | |\ \ \
| | | | | * \ \ - Issue #17029: Let h2py search the multiarch system include directory.doko2013-01-251-11/+11
| | | | | |\ \ \
| | | | | | * | | Issue #16320: Remove redundant Makefile dependencies for strings and bytes.Serhiy Storchaka2013-01-061-11/+10
| | | | | | * | | 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-0/+1
| | | | | | |\ \ \
| | | | | | | * | | Followup to issue #15958: add join.h to Makefile dependencies for byte stringsAntoine Pitrou2012-10-181-0/+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