summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* #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
* Issue #10199: Moved Demo/turtle under Lib/Alexander Belopolsky2010-11-011-0/+1
* Fixes issue 10120 (concurrent.futures module is not installed properly), patc...Brian Quinlan2010-10-161-1/+1
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-1/+8
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-1/+1
* Add make variable to allow testing of different interpreter flags in buildbot...Antoine Pitrou2010-10-141-1/+1
* Issue #9437: Fix building C extensions with non-default LDFLAGS.Antoine Pitrou2010-10-101-8/+8
* Create fileutils.c/.hVictor Stinner2010-10-071-3/+5
* Add "concurrent" subdir to Makefile.Georg Brandl2010-09-191-1/+1
* Issue 9315: Added test/tracedmodules to LIBSUBDIRSAlexander Belopolsky2010-09-141-0/+1
* Issue #941346: Improve the build process under AIX and allow Python toAntoine Pitrou2010-09-101-3/+3
* Use tabs consistently.Georg Brandl2010-09-031-2/+2
* PEP 3149 is accepted.Barry Warsaw2010-09-031-0/+6
* Don't run pgen twice when using make -j.Martin v. Löwis2010-08-151-2/+5
* There are no *.doc files anymore. Also update "funny" target.Georg Brandl2010-08-141-10/+8
* Reimplement addbuilddir() in C inside getpath.c, so as to execute itAntoine Pitrou2010-08-131-0/+1
* Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C APIAlexander Belopolsky2010-08-051-0/+2
* Don't delete Lib/test/data/README when doing 'make distclean'Mark Dickinson2010-08-011-1/+3
* No need to split this, there are enough long lines.Georg Brandl2010-08-011-3/+1
* #4007: remove *.a and *.so.X.Y files in "make clean".Georg Brandl2010-07-311-1/+2
* sharedinstall should depend on sharedmods #9280Benjamin Peterson2010-07-171-1/+1
* Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when runningJeffrey Yasskin2010-07-091-19/+25
* Revert r82259; still no good way to override instead of replace OPT, but chan...Brett Cannon2010-06-271-1/+1
* Having CFLAGS come before OPT prevents silencing certain classes of warningsBrett Cannon2010-06-261-1/+1
* Issue #8665: Fix `make pycremoval` exiting with non-zero status.Antoine Pitrou2010-05-151-1/+1
* Make (most of) Python's tests pass under Thread Sanitizer.Jeffrey Yasskin2010-05-031-0/+4
* Ignore errors.Barry Warsaw2010-04-261-2/+2
* Bug 8527 - multiple compileall calls produce cascading __pycache__ directories.Barry Warsaw2010-04-261-1/+1
* Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510).Matthias Klose2010-04-251-2/+2
* PEP 3147Barry Warsaw2010-04-171-0/+1
* Merged revisions 79982 via svnmerge fromAntoine Pitrou2010-04-121-6/+6
* Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via sv...Benjamin Peterson2010-04-111-1/+14
* Merged revisions 79762 via svnmerge fromBenjamin Peterson2010-04-041-1/+1
* Merged revisions 79725 via svnmerge fromBenjamin Peterson2010-04-031-0/+1
* Merged revisions 79652 via svnmerge fromTarek Ziadé2010-04-031-0/+1
* Merged revisions 79540-79541 via svnmerge fromEzio Melotti2010-04-021-1/+1
* Merged revisions 79442 via svnmerge fromMichael Foord2010-03-271-1/+1