index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.pre.in
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added a pycremoval rule. Called by clean, it removes all .pyc and .pyo files.
Brett Cannon
2006-04-18
1
-2/+3
*
It's probably a good idea to actually *install* setuptools, too. ;)
Phillip J. Eby
2006-04-18
1
-0/+1
*
Add reindent target.
Martin v. Löwis
2006-04-17
1
-0/+4
*
Patch #1161914: Add python-config.
Martin v. Löwis
2006-04-15
1
-0/+5
*
Patch #1355883: Build Python-ast.c and Python-ast.h
Martin v. Löwis
2006-04-14
1
-5/+10
*
Patch #1324762: Change --with-cxx to --with-cxx-main.
Martin v. Löwis
2006-04-14
1
-7/+7
*
ctypes.macholib is needed.
Thomas Heller
2006-04-03
1
-1/+1
*
Make needs to be told to install sqlite
Skip Montanaro
2006-04-03
1
-0/+1
*
add the ctypes.test subpackage to a normal Unix installation --
Armin Rigo
2006-03-28
1
-1/+2
*
Cosmetic improvement for r43247
Hye-Shik Chang
2006-03-23
1
-3/+1
*
Skip to install files for empty directories; to name it, Lib/lib-old.
Hye-Shik Chang
2006-03-23
1
-0/+3
*
Add email/mime to LIBSUBDIRS. Fixes SF bug # 1454912.
Barry Warsaw
2006-03-22
1
-1/+2
*
Don't delete non-autogenerated source files when cleaning up.
Thomas Heller
2006-03-16
1
-2/+2
*
In 'make clean', delete some files that are generated by the _ctypes/libffi
Thomas Heller
2006-03-15
1
-0/+2
*
Let the buildbot make a single pass in the test suite only.
Martin v. Löwis
2006-03-13
1
-0/+4
*
Changes to build the _ctypes extension module.
Thomas Heller
2006-03-08
1
-1/+1
*
Allow buildbot to pass extra test flags to regrtest (specifically -r) via the...
Neal Norwitz
2006-02-22
1
-1/+1
*
Always set SVNVERSION to "exported" if it otherwise fails.
Martin v. Löwis
2006-01-05
1
-1/+1
*
Stop maintaining the buildno file.
Martin v. Löwis
2006-01-05
1
-18/+10
*
Try to make svnversion test more portable, based on Sjoerd's suggestion
Neal Norwitz
2006-01-05
1
-1/+1
*
SF bug #1395926: Also test for svnversion command on $PATH before using it to
Barry Warsaw
2006-01-03
1
-1/+1
*
As discussed on python-dev, don't remove Python-ast.[ch] with distclean
Neal Norwitz
2006-01-03
1
-1/+1
*
Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the
Barry Warsaw
2005-12-19
1
-6/+5
*
Handle a couple of use cases discussed in python-dev w.r.t. calculating the
Barry Warsaw
2005-12-18
1
-7/+8
*
Expose Subversion revision number (calculated via "svnversion .") to Python.
Barry Warsaw
2005-12-18
1
-2/+4
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
1
-0/+2
*
fixed installation of xmlcore libraries (including xmlcore.etree)
Fredrik Lundh
2005-12-14
1
-1/+1
*
delete Python-ast.[ch] in distclean
Skip Montanaro
2005-11-13
1
-0/+1
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-1/+19
*
Get "make install" working again after adding Lib/test/bad_coding.py
Neal Norwitz
2005-10-04
1
-2/+2
*
Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant
Brett Cannon
2005-04-24
1
-1/+1
*
patch [1171735] - Darwin 8's headers disable functionality when
Bob Ippolito
2005-03-28
1
-3/+3
*
install distutils.tests on Unix (contributed patch)
Fred Drake
2005-01-19
1
-1/+2
*
setup.py now uses the library directories specified in LDFLAGS (``-L``
Brett Cannon
2004-12-07
1
-1/+4
*
Replace -soname with -h for Solaris compatibility. Fixes #1034496.
Martin v. Löwis
2004-09-26
1
-1/+1
*
Don't hardcode "Python" as the framework name, we have a variable for it:
Jack Jansen
2004-07-16
1
-1/+1
*
install test/decimaltestdata as well
Anthony Baxter
2004-07-12
1
-0/+1
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
1
-0/+1
*
Partial fix for #887242 (link extensions with dynamic_lookup in stead
Jack Jansen
2004-06-03
1
-0/+3
*
Patch #957398: Add public API for Generator Object/Type.
Martin v. Löwis
2004-06-01
1
-0/+2
*
Ignore error status codes occurred while compiling site-packages
Hye-Shik Chang
2004-03-18
1
-2/+2
*
forward port of 1.136.6.2:
Jack Jansen
2003-12-07
1
-2/+2
*
Patch #841807: Check whether a versioned libpython.so symlink is needed
Martin v. Löwis
2003-11-18
1
-1/+3
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-0/+2
*
Patch #805678: Add .so symlink during make install. Backported to 2.3.
Martin v. Löwis
2003-09-20
1
-0/+1
*
This patch enables the building of Cygwin Python with a static core
Jason Tishler
2003-09-04
1
-4/+8
*
Patch #770245: Pass LDFLAGS to pgen creation.
Martin v. Löwis
2003-07-13
1
-1/+1
*
Fixed two bugs in MacOSX framework handling spotted by Edward Moy:
Jack Jansen
2003-07-04
1
-3/+3
*
Set -d in compileall, to get proper path in case DESTDIR is not empty.
Martin v. Löwis
2003-06-21
1
-0/+4
*
Set the executable bits when installing the shared library in a MacOSX
Jack Jansen
2003-06-20
1
-1/+1
[prev]
[next]