summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-201-1/+2
* Merged revisions 83392,83426 via svnmerge fromGeorg Brandl2010-08-011-1/+2
* Merged revisions 72787 via svnmerge fromGeorg Brandl2010-05-191-1/+1
* Merged revisions 79982 via svnmerge fromAntoine Pitrou2010-04-121-6/+6
* Merged revisions 79218 via svnmerge fromAntoine Pitrou2010-03-211-5/+5
* Merged revisions 77033 via svnmerge fromRonald Oussoren2009-12-241-0/+1
* Merged revisions 75047 via svnmerge fromMark Dickinson2009-09-241-1/+2
* Merged revisions 72871-72872 via svnmerge fromBenjamin Peterson2009-05-231-1/+1
* - Link the shared python library with $(MODLIBS).Matthias Klose2009-02-241-3/+3
* Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,...Georg Brandl2009-01-141-0/+4
* Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-031-3/+3
* Backport of r68146Ronald Oussoren2009-01-021-6/+10
* Merged revisions 67844 via svnmerge fromMark Dickinson2008-12-181-1/+1
* - Revert the preivous commit (install versioned manpage). Needs an update fo...Matthias Klose2008-10-211-1/+1
* - install versioned manpageMatthias Klose2008-10-211-1/+1
* - Makefile.pre.in(PROFILE_TASK): search files in srcdirMatthias Klose2008-10-101-2/+2
* Merged revisions 66819 via svnmerge fromBrett Cannon2008-10-061-1/+1
* GNU coding guidelines say that ``make check`` should verify the build. ThatBrett Cannon2008-09-051-1/+1
* Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on sharedGregory P. Smith2008-09-021-5/+5
* Generate the PatternGrammar pickle during "make install".Martin v. Löwis2008-08-011-1/+1
* add multiprocessing to the MakefileBenjamin Peterson2008-06-201-0/+1
* Rename bytesobject.c back to stringobject.c to keep with the PyString theme.Gregory P. Smith2008-06-101-4/+2
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-1/+0
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-2/+11
* Renamed bytesobject.c to bytearrayobject.cChristian Heimes2008-05-261-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-0/+1
* Remove directories that no longer exist.Georg Brandl2008-05-201-2/+2
* Add html package so it gets installed and more tests work (from installed copy)Neal Norwitz2008-05-201-1/+1
* GHOP #217: add support for compiling Python with coverage checking enabled.Georg Brandl2008-05-181-0/+6
* Add "tkinter" to the list of directories to install.Georg Brandl2008-05-171-1/+1
* Install the json package and tests as well as the lib2to3 testsNeal Norwitz2008-05-141-1/+2
* Remove leftovers from reverted setuptools checkin (they were added in r45525).Marc-André Lemburg2008-05-131-2/+0
* make message slightly more informative, so there's no chance of misunderstand...Benjamin Peterson2008-05-121-1/+1
* Put Lib/lib-old back on to sys.path for module renames.Brett Cannon2008-05-111-1/+3
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-111-1/+2
* Fix for issue #2573: Can't change the framework name on OS X buildsRonald Oussoren2008-05-021-15/+6
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-0/+2
* Adds a profile-opt target for easy compilation of a python binary usingGregory P. Smith2008-04-131-1/+29
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-0/+2
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-081-2/+0
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+9
* Install lib2to3.Martin v. Löwis2008-03-221-0/+3
* Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script doesBrett Cannon2008-03-181-0/+4
* Added dependency rules for Objects/stringlib/*.hChristian Heimes2008-02-241-14/+14
* Added dependencies for stringobject.o. This should fix failing tests in test...Eric Smith2008-02-191-0/+8
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-171-0/+16
* Fix the reindent rule to use $(BUILDPYTHON).Brett Cannon2008-01-291-1/+1
* Make 'testall' work again when building in a separate directory.Thomas Wouters2008-01-261-1/+1
* Make's MAKEFLAGS variable is set to a string containing the single-letterBrett Cannon2008-01-211-1/+1
* A bunch of header files were not listed as dependencies for object files. Cha...Christian Heimes2008-01-211-7/+29