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
*
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
*
Added a target frameworkinstallextras (OSX framework build specific,
Jack Jansen
2003-06-19
1
-0/+7
*
Properly bracket variables. Fixes part of #749911.
Martin v. Löwis
2003-06-14
1
-1/+1
*
Install idlelib and idlelib/Icons as well.
Guido van Rossum
2003-06-13
1
-1/+1
*
Don't install Tools/idle any more. We now install Tools/scripts/idle
Guido van Rossum
2003-06-13
1
-13/+1
*
Fixed the DESTDIR modifications to also allow MacOSX framework builds
Jack Jansen
2003-05-25
1
-15/+16
*
Patch #738325: Install optimized idlelib files.
Martin v. Löwis
2003-05-16
1
-0/+1
*
Patch #735613: Pass install-purelib to idleinstall.
Martin v. Löwis
2003-05-11
1
-0/+1
*
Patch #718286: Support DESTDIR.
Martin v. Löwis
2003-05-11
1
-63/+66
*
Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and
Jack Jansen
2003-05-09
1
-2/+3
*
add Guido's reasoning behind running all tests twice
Skip Montanaro
2003-05-06
1
-0/+7
*
add testall target - just adds -uall to the regrtest runs
Skip Montanaro
2003-05-06
1
-0/+5
*
Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to
Guido van Rossum
2003-04-17
1
-4/+4
*
Lib/plat-mac/lib-scriptpackages/SystemEvents added.
Jack Jansen
2003-03-31
1
-0/+1
*
Use soname option when building a shared libpython. Fixes #701823.
Martin v. Löwis
2003-03-30
1
-1/+6
*
include the csv package during installation
Skip Montanaro
2003-03-20
1
-1/+1
*
Added a define EXTRAMACHDEPPATH which can be used to add sys.path items
Jack Jansen
2003-03-17
1
-0/+2
*
Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in stead
Jack Jansen
2003-03-04
1
-1/+1
*
In make clobber also clean out the Python.framework.
Jack Jansen
2003-02-27
1
-0/+1
*
In Mac OS X framework builds don't assume that the executable will be
Jack Jansen
2003-02-25
1
-0/+2
*
Fixed typo in package name that went unnoticed because of MacOSX's case-insen...
Jack Jansen
2003-01-21
1
-1/+1
*
Compile site-packages with -t, not -tt.
Jack Jansen
2003-01-21
1
-2/+8
*
On MacOSX, added -prebind option to link phase for executable (and
Jack Jansen
2003-01-20
1
-0/+2
[next]