summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-061-0/+1
* Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. ...Mark Dickinson2009-08-311-1/+2
* install unittest as a packageBenjamin Peterson2009-07-211-0/+1
* put downloaded test support files in Lib/test/data instead of the cwdBenjamin Peterson2009-07-111-0/+1
* make ast.c depend on the grammarBenjamin Peterson2009-06-091-1/+1
* This checkin adds a symlink to the lib directory of a framework installRonald Oussoren2009-06-081-0/+1
* Issue #3585: Add pkg-config support.Antoine Pitrou2009-05-241-1/+8
* support building with subversion 1.7 #6094Benjamin Peterson2009-05-231-1/+1
* This patch ensures that the pydoc_data package gets installed. This is neededRonald Oussoren2009-05-191-1/+1
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...Tarek Ziadé2009-05-091-0/+2
* Fixed #5941: added ARFLAGS for the archiver command.Tarek Ziadé2009-05-071-6/+7
* Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....Eric Smith2009-04-271-0/+2
* Issue #5161: wrong paths for ctypes cleanup when Python is built in aThomas Heller2009-04-241-2/+2
* fix typoBenjamin Peterson2009-04-191-1/+1
* ignore py3_test_grammar when compiling the libraryBenjamin Peterson2009-04-111-2/+4
* fix syntaxBenjamin Peterson2009-04-081-1/+1
* these must be installed to correctly run testsBenjamin Peterson2009-04-081-1/+2
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-021-0/+2
* Update quicktest to match Python 3 branchJeremy Hylton2009-03-311-3/+4
* - Link the shared python library with $(MODLIBS).Matthias Klose2009-02-221-3/+3
* Make importlib a package. This allows using svn:externals in the sandbox toBrett Cannon2009-02-031-1/+1
* de-spacifyBenjamin Peterson2009-01-131-2/+2
* add bytearrayobject.h to PYTHON_HEADERSBenjamin Peterson2009-01-131-0/+1
* make bytearrayobject.o depend on the stringlib #4936Benjamin Peterson2009-01-131-0/+3
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-031-1/+0
* Fix for issue 4472 is incompatible with Cygwin, this patchRonald Oussoren2009-01-021-2/+2
* Fix for issue4780Ronald Oussoren2009-01-021-1/+1
* Fix for issue4472: "configure --enable-shared doesn't work on OSX"Ronald Oussoren2009-01-021-6/+10
* Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'.Mark Dickinson2008-12-181-1/+1
* - install versioned manpageMatthias Klose2008-10-211-1/+1
* - Makefile.pre.in(PROFILE_TASK): search files in srcdirMatthias Klose2008-10-101-2/+2
* Add the 'patchcheck' build target to .PHONY.Brett 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