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
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
keep setup.py from listing unneeded hash modules (_md5, _sha*) as
Gregory P. Smith
2007-08-26
1
-4/+11
*
Bug #1765375: fix stripping of unwanted LDFLAGS.
Georg Brandl
2007-08-24
1
-1/+2
*
When setup.py fails to find the necessary bits to build some modules, have it
Jeffrey Yasskin
2007-08-22
1
-1/+4
*
Remove the rgbimg module. It has been deprecated since Python 2.5.
Brett Cannon
2007-05-20
1
-3/+1
*
Fix cmp vs. key argument for list.sort.
Georg Brandl
2007-03-06
1
-1/+1
*
patch 1673619 - identify extension modules which cannot be built
Skip Montanaro
2007-03-06
1
-4/+109
*
Teach setup.py how to find Berkeley DB on Macs using MacPorts.
Skip Montanaro
2007-03-04
1
-8/+10
*
Prepare collections module for pure python code entries.
Raymond Hettinger
2007-02-28
1
-1/+1
*
Ignore directory time stamps when considering
Martin v. Löwis
2007-02-14
1
-1/+2
*
Support linking of the bsddb module against BerkeleyDB 4.5.x
Gregory P. Smith
2007-01-05
1
-3/+3
*
Check db_setup_debug for a few print statements; change sqlite_setup_debug to...
Andrew M. Kuchling
2006-10-27
1
-5/+8
*
Add some commentary on -mimpure-text.
Martin v. Löwis
2006-08-09
1
-0/+8
*
[Patch #1464056] Ensure that we use the panelw library when linking with ncur...
Andrew M. Kuchling
2006-08-06
1
-2/+6
*
Fix #1530448 - fix ctypes build failure on solaris 10.
Thomas Heller
2006-08-04
1
-0/+5
*
Whitespace normalization.
Tim Peters
2006-06-30
1
-1/+1
*
Use staticly build copies of zlib and bzip2 to build the OSX installer, that
Ronald Oussoren
2006-06-27
1
-2/+30
*
add depends = ['md5.h'] to the _md5 module extension for correctness sake.
Gregory P. Smith
2006-06-05
1
-1/+3
*
Drop Mac wrappers for the WASTE library.
Ronald Oussoren
2006-06-04
1
-23/+0
*
Apply modified version of Collin Winter's patch #1478788
Nick Coghlan
2006-05-29
1
-2/+2
*
- Search the sqlite specific search directories
Ronald Oussoren
2006-05-26
1
-1/+45
*
patch #1493701: performance enhancements for struct module
Bob Ippolito
2006-05-23
1
-1/+1
*
revert #1493701
Bob Ippolito
2006-05-23
1
-1/+1
*
Patch #1493701: performance enhancements for struct module.
Bob Ippolito
2006-05-23
1
-1/+1
*
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
[next]