summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-251-2/+2
|\
| * (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-251-2/+2
| |\
| | * Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-251-2/+2
* | | Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging,Ned Deily2011-05-211-1/+1
* | | merge 11347.Martin v. Löwis2011-05-091-1/+2
|\ \ \ | |/ /
| * | Use --as-needed when linking libpython3.so. Closes #11347.Martin v. Löwis2011-05-091-1/+2
* | | Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-251-1/+4
|\ \ \ | |/ /
| * | Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-251-1/+4
* | | Issue #10785: Store the filename as Unicode in the Python parser.Victor Stinner2011-04-051-3/+4
* | | Issue #1099: Fix the build on MacOSX when building a framework with pydebugRonald Oussoren2011-03-141-12/+6
|\ \ \ | |/ /
| * | Issue #1099: Fix the build on MacOSX when building a framework with pydebug u...Ronald Oussoren2011-03-141-12/+6
| |\ \ | | |/
| | * Fixes #1099: Mac compile fails with pydebug and framework enabledRonald Oussoren2011-03-141-12/+6
* | | Merge 3.2.Thomas Wouters2011-03-061-2/+2
|\ \ \ | |/ /
| * | Merge 3.1.Thomas Wouters2011-03-061-2/+2
| |\ \ | | |/
| | * Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' fromThomas Wouters2011-03-061-2/+2
* | | Remove sys.subversion and svn build identification leftovers.Georg Brandl2011-03-061-3/+0
* | | Merge build identification to default branch.Georg Brandl2011-03-061-1/+9
|\ \ \ | |/ /
| * | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-1/+9
| |\ \ | | |/
| | * Commit the hg build identification patch from the pymigr repo.Georg Brandl2011-03-051-1/+9
| | * Merged revisions 88426 via svnmerge fromGeorg Brandl2011-02-251-1/+1
| | * Merged revisions 84068,87558 via svnmerge fromAntoine Pitrou2011-01-031-3/+6
| | * Merged revisions 85472 via svnmerge fromAntoine Pitrou2010-10-141-1/+1
| | * Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-...Georg Brandl2010-10-061-1/+1
| | * Merged revisions 84803 via svnmerge fromAlexander Belopolsky2010-09-141-0/+1
| | * Merged revisions 84680 via svnmerge fromAntoine Pitrou2010-09-101-3/+3
| | * Merged revisions 83370,83372-83374,83384 via svnmerge fromGeorg Brandl2010-08-011-1/+2
| | * Merged revisions 82934 via svnmerge fromBenjamin Peterson2010-07-171-1/+1
| | * Merged revisions 79983 via svnmerge fromAntoine Pitrou2010-04-121-6/+6
| | * Merged revisions 79221 via svnmerge fromAntoine Pitrou2010-03-211-5/+5
| | * Merged revisions 79075 via svnmerge fromBenjamin Peterson2010-03-181-2/+2
| | * Merged revisions 79057 via svnmerge fromBenjamin Peterson2010-03-181-1/+2
| | * Merged revisions 79052 via svnmerge fromBenjamin Peterson2010-03-181-2/+2
| | * Merged revisions 77035 via svnmerge fromRonald Oussoren2009-12-241-0/+1
| | * Merged revisions 75049 via svnmerge fromMark Dickinson2009-09-241-1/+2
| | * Merged revisions 74605 via svnmerge fromMark Dickinson2009-08-311-1/+2
* | | Add new subdirectory to LIBSUBDIRS.Georg Brandl2011-02-231-1/+1
|/ /
* | #11222: fix non-framework shared library build on Mac, patch by Ned Deily.Georg Brandl2011-02-191-2/+2
* | #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, re...Georg Brandl2011-02-151-1/+1
* | Remove mentions of the Demo directory.Georg Brandl2010-12-301-2/+2
* | Build and install libpython3.so.Martin v. Löwis2010-12-301-1/+8
* | Don't ignore pgen error (on "make Parser/pgen.stamp")Victor Stinner2010-12-281-1/+1
* | #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall...Georg Brandl2010-12-281-0/+6
* | Issue 10687. When --without-pymalloc is given, $VERSION is the same asBarry Warsaw2010-12-131-8/+14
* | issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag fromGregory P. Smith2010-12-131-1/+1
* | Create the hardlink between python-3.2m and python-3.2 in altbininstall targetBarry Warsaw2010-12-111-5/+5
* | Two small changes to adjust framework builds to the new stable ABIRonald Oussoren2010-12-071-4/+3
* | Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+3
* | Issue #10572: Moved json tests to Lib/test/json_tests.Alexander Belopolsky2010-11-301-1/+1
* | Final patch for issue 9807.Barry Warsaw2010-11-241-8/+16
* | Remove traces of setuptools (#10341)Éric Araujo2010-11-061-1/+0