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
*
detect 64-bit systems using maxsize not maxint
Benjamin Peterson
2015-01-21
1
-1/+1
*
Issue #16537: Check whether self.extensions is empty in setup.py.
Berker Peksag
2014-09-27
1
-1/+3
*
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Ned Deily
2014-06-25
1
-1/+3
*
- Issue #21285: Refactor and fix curses configure check to always search
doko@ubuntu.com
2014-04-17
1
-0/+5
*
remove runtime_library_dirs for _sqlite; it isn't needed
Benjamin Peterson
2014-03-15
1
-1/+0
*
check for berkelydb versions besides 4.3 (#18734)
Benjamin Peterson
2013-10-26
1
-1/+1
*
Issue #1584: Provide options to override default search paths for Tcl and Tk
Ned Deily
2013-10-25
1
-1/+42
*
Ensure setup.py looks for zlib.h in an OS X SDK.
Ned Deily
2013-10-19
1
-0/+2
*
Closes #16732: move "xxmodule" comment block to detect_modules(). (Already d...
Georg Brandl
2013-10-13
1
-4/+4
*
Issue #17990: Only modify include and library search paths when cross-compiling.
Ned Deily
2013-05-16
1
-3/+5
*
- Issue #17086: Search the include and library directories provided by the
doko@ubuntu.com
2013-04-10
1
-0/+1
*
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
doko@ubuntu.com
2013-03-19
1
-3/+7
*
issue #9090 : Take the same approach for socketmodule as daytimemodule
Kristján Valur Jónsson
2013-03-19
1
-2/+3
*
Issue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen
2013-02-23
1
-1/+1
*
add proper dependencies on expat headers and sources
Christian Heimes
2013-02-09
1
-1/+17
*
- Issue #17086: Backport the patches from the 3.3 branch to cross-build
doko@python.org
2013-01-31
1
-79/+135
*
Issue #14018: fix merge error
Ned Deily
2013-01-27
1
-1/+0
*
- Issue #11715: Fix multiarch detection without having Debian development
doko@ubuntu.com
2012-09-21
1
-0/+21
*
Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently
Christian Heimes
2012-09-06
1
-0/+2
*
Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
Ned Deily
2012-08-05
1
-4/+4
*
Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
Ned Deily
2012-07-30
1
-0/+3
*
Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport fro...
Nick Coghlan
2012-06-17
1
-1/+5
*
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
Charles-François Natali
2012-04-12
1
-0/+4
*
Issue #14152: backport fix.
Stefan Krah
2012-02-29
1
-1/+1
*
Backport for Python 2.7 of issue 11715 support for building Python on
Barry Warsaw
2011-04-07
1
-0/+23
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-2/+2
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
*
Merged revisions 86040 via svnmerge from
Benjamin Peterson
2010-10-31
1
-1/+1
*
Merged revisions 85744 via svnmerge from
Ronald Oussoren
2010-10-20
1
-1/+6
*
Merged revisions 84535 via svnmerge from
Ronald Oussoren
2010-09-16
1
-0/+1
*
Merged revisions 84584 via svnmerge from
Antoine Pitrou
2010-09-07
1
-1/+5
*
Remove weakref from setup.py now that it is builtin.
Georg Brandl
2010-08-21
1
-1/+1
*
Fis issue5504: ctypes does now work with systems where mmap can't be
Thomas Heller
2010-08-08
1
-2/+1
*
Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.
Stefan Krah
2010-07-17
1
-10/+12
*
Two small fixes for the support for SDKs on MacOSX:
Ronald Oussoren
2010-06-27
1
-1/+2
*
Detect missing ldd on all systems.
Stefan Krah
2010-06-04
1
-1/+2
*
Use compiler rather than compiler_obj. Thanks Michael Foord for noticing.
Stefan Krah
2010-06-03
1
-3/+3
*
Issue #7384: If the system readline library is linked against ncurses,
Stefan Krah
2010-06-03
1
-19/+37
*
Fix for issue #7724: ensure that distutils and python's own setup.py
Ronald Oussoren
2010-06-03
1
-21/+112
*
Revert r80963 - it broke compilation everywhere
Antoine Pitrou
2010-05-08
1
-110/+21
*
Fix for issue #7724: make it possible to build using
Ronald Oussoren
2010-05-08
1
-21/+110
*
In a number of places code still revers
Ronald Oussoren
2010-05-05
1
-45/+35
*
- Build the ossaudio extension on GNU/kFreeBSD.
Matthias Klose
2010-04-21
1
-2/+3
*
setup.py: search ffi.h in include dirs, if LIBFFI_INCLUDEDIR is empty.
Matthias Klose
2010-04-21
1
-1/+1
*
pybsddb 4.8.4 integration. Please, comment in issue #8156
Jesus Cea
2010-03-22
1
-1/+1
*
- Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.
Matthias Klose
2010-03-15
1
-1/+1
*
Fix for issue 8066: readline should not be linked against libedit when the
Ronald Oussoren
2010-03-08
1
-1/+4
*
Merged code from pysqlite 2.6.0.
Gerhard Häring
2010-03-05
1
-0/+2
*
reverted the usage of compiler_obj in Python's setup.py
Tarek Ziadé
2010-03-05
1
-39/+39
*
taking sysconfig out of distutils
Tarek Ziadé
2010-01-23
1
-2/+2
[next]