index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch 1471883: --enable-universalsdk on Mac OS X
Ronald Oussoren
2006-04-29
1
-12
/
+3
*
Rerun the libffi configuration if any of the files used for that
Thomas Heller
2006-04-27
1
-1
/
+6
*
Updated the sqlite3 module to the external pysqlite 2.2.2 version.
Gerhard Häring
2006-04-23
1
-9
/
+1
*
raise the minimum supported BerkeleyDB version to 3.3 and add notes to
Gregory P. Smith
2006-04-13
1
-6
/
+5
*
Patch #1464444: Add --with-system-ffi.
Martin v. Löwis
2006-04-11
1
-37
/
+67
*
Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c)
Anthony Baxter
2006-04-09
1
-1
/
+1
*
Don't try to build ctypes when configuration of libffi fails.
Thomas Heller
2006-04-07
1
-2
/
+4
*
Configure Modules/_ctypes/libffi just before building the _ctypes extension.
Thomas Heller
2006-04-07
1
-2
/
+13
*
upgrade to final version of pysqlite 2.2.0
Anthony Baxter
2006-04-05
1
-4
/
+3
*
whitespace normalisation
Anthony Baxter
2006-04-05
1
-6
/
+6
*
Update to pysqlite 2.2.0
Anthony Baxter
2006-04-04
1
-1
/
+1
*
- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
Matthias Klose
2006-04-03
1
-2
/
+2
*
Remove some duplicated code for handling Mac modules. No functional change (...
Neal Norwitz
2006-04-03
1
-109
/
+63
*
cleaned up setup.py code for sqlite3, based on patch from Gerhard Haering.
Anthony Baxter
2006-04-03
1
-30
/
+22
*
backport r243 from the pysqlite2 svn repository - lowers the required version
Anthony Baxter
2006-04-01
1
-4
/
+20
*
merged the sqlite-integration branch.
Anthony Baxter
2006-04-01
1
-0
/
+75
*
Add '-Wno-deprecated-warnings' to the compile flags for the Carbon extensions
Ronald Oussoren
2006-03-30
1
-30
/
+77
*
Find a source file in srcdir to allow to build outside of srcdir.
Hye-Shik Chang
2006-03-27
1
-1
/
+1
*
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
Neal Norwitz
2006-03-16
1
-2
/
+0
*
Changes to build the _ctypes extension module.
Thomas Heller
2006-03-08
1
-0
/
+58
*
Stop building timing module, it's old and deprecated
Neal Norwitz
2006-03-03
1
-1
/
+3
*
Check for a not-found rlconf.h by testing for None.
Martin v. Löwis
2006-02-27
1
-1
/
+1
*
If the readline library is found try and determine whether it's the broken
Jack Jansen
2006-02-23
1
-1
/
+8
*
Patch #428494: Prefer linking against ncursesw over ncurses library
Martin v. Löwis
2006-02-11
1
-1
/
+8
*
Added the cProfile module.
Armin Rigo
2006-02-08
1
-1
/
+3
*
Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the
Gregory P. Smith
2006-01-24
1
-3
/
+5
*
Whitespace normalization.
Tim Peters
2005-12-30
1
-1
/
+1
*
typo, use parens for continued expr
Skip Montanaro
2005-12-30
1
-3
/
+3
*
Bug #999767: make setup.py obey Setup.local wrt shared modules
Georg Brandl
2005-12-27
1
-10
/
+11
*
added cElementTree/_elementtree build stuff and wrapper module
Fredrik Lundh
2005-12-14
1
-0
/
+11
*
Find bsd db v4 on gentoo (2005 i think)
Neal Norwitz
2005-10-20
1
-0
/
+1
*
Add a check for the OpenSSL version number to conditionally compile
Gregory P. Smith
2005-08-23
1
-11
/
+33
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-9
/
+26
*
Add support for FreeBSD 7.
Hye-Shik Chang
2005-07-17
1
-1
/
+2
*
Make parse_makefile fallback to environment variables if nothing is
Martin v. Löwis
2005-04-25
1
-2
/
+2
*
Fix building of spwd; was incorrectly checking for the needed HAVE_* values to
Brett Cannon
2005-04-15
1
-4
/
+5
*
add support for another DB library naming convention (FreeBSD ports)
Andrew MacIntyre
2005-03-09
1
-1
/
+3
*
Build with --disable-unicode again. Fixes #1158607.
Martin v. Löwis
2005-03-08
1
-5
/
+6
*
SF patch #941881: PEP 309 Implementation (Partial Function Application).
Raymond Hettinger
2005-02-28
1
-0
/
+2
*
spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is
Brett Cannon
2005-02-16
1
-2
/
+4
*
Patch #579435: Shadow Password Support Module
Martin v. Löwis
2005-01-23
1
-0
/
+2
*
Since it is a possibility that LDFLAGS or CPPFLAGS were set with options that
Brett Cannon
2005-01-02
1
-2
/
+3
*
Strip out double dashes and dashes for options not used during parsing of
Brett Cannon
2004-12-31
1
-2
/
+16
*
Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile.
Brett Cannon
2004-12-18
1
-5
/
+5
*
rewrote the bsddb module BerkeleyDB library and include file locating
Gregory P. Smith
2004-12-13
1
-72
/
+93
*
the bsddb module now also works with BerkeleyDB 4.3.
Gregory P. Smith
2004-12-13
1
-4
/
+7
*
Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse
Brett Cannon
2004-12-07
1
-6
/
+5
*
setup.py now uses the library directories specified in LDFLAGS (``-L``
Brett Cannon
2004-12-07
1
-9
/
+18
*
Patch #1050475: Fix various x86_64 build issues
Martin v. Löwis
2004-11-13
1
-1
/
+5
*
Patch 983206: distutils obeys LDSHARED env var. Removed the code in
Anthony Baxter
2004-10-13
1
-3
/
+0
[next]