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
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-9/+4
*
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 #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
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: Restore the Include/*.h dependencies for extension builds.
Stefan Krah
2012-02-29
1
-1/+1
*
Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
Barry Warsaw
2011-04-07
1
-0/+2
|
\
|
*
Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the
Barry Warsaw
2011-04-07
1
-0/+2
*
|
Issue 11715: Merge multiarch fix from 3.1 branch.
Barry Warsaw
2011-04-06
1
-0/+21
|
\
\
|
|
/
|
*
Issue 11715: Build extension modules on multiarch Debian and Ubuntu by
Barry Warsaw
2011-04-06
1
-0/+21
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-2/+2
|
\
\
|
|
/
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-2/+2
*
|
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1/+1
|
\
\
|
|
/
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
|
*
Merged revisions 85645 via svnmerge from
Matthias Klose
2010-11-26
1
-1/+1
|
*
Merged revisions 85744 via svnmerge from
Ronald Oussoren
2010-10-20
1
-1/+6
|
*
Merged revisions 74473,79974 via svnmerge from
Antoine Pitrou
2010-10-09
1
-2/+2
|
*
Merged revisions 84584 via svnmerge from
Antoine Pitrou
2010-09-07
1
-1/+5
|
*
Fix buildbot issues due to _ctypes failing to compile in 3.1.
Antoine Pitrou
2010-08-10
1
-1/+2
|
*
Merged revisions 83837,83841 via svnmerge from
Thomas Heller
2010-08-08
1
-2/+1
|
*
Merged revisions 82927 via svnmerge from
Stefan Krah
2010-07-17
1
-12/+13
|
*
Merged revisions 82273 via svnmerge from
Ronald Oussoren
2010-06-27
1
-1/+2
|
*
Issue #7384: If the system readline library is linked against
Stefan Krah
2010-06-16
1
-19/+48
|
*
Merged revisions 81673 via svnmerge from
Ronald Oussoren
2010-06-03
1
-20/+106
|
*
Merged revisions 80198 via svnmerge from
Ronald Oussoren
2010-04-18
1
-0/+6
|
*
Merged revisions 77216 via svnmerge from
Benjamin Peterson
2010-01-01
1
-3/+5
|
*
compiler_obj -> compiler
Benjamin Peterson
2009-12-30
1
-1/+1
|
*
Merged revisions 77129,77132 via svnmerge from
Benjamin Peterson
2009-12-30
1
-2/+3
|
*
Merged revisions 76566 via svnmerge from
Mark Dickinson
2009-11-28
1
-1/+2
|
*
Merged revisions 74804 via svnmerge from
Ronald Oussoren
2009-09-15
1
-12/+19
|
*
Merged revisions 74356-74357 via svnmerge from
Benjamin Peterson
2009-08-12
1
-4/+4
|
*
Merged revisions 73788 via svnmerge from
Amaury Forgeot d'Arc
2009-07-02
1
-6/+5
*
|
#10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall...
Georg Brandl
2010-12-28
1
-2/+27
*
|
Silence compile error
Antoine Pitrou
2010-12-04
1
-3/+4
*
|
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0/+3
*
|
Roumen Petrov's fix for when all paths are absolute. (Issue 10520)
Barry Warsaw
2010-11-27
1
-1/+2
*
|
Put /usr/local paths after the relative paths in library_dirs and
Barry Warsaw
2010-11-24
1
-8/+18
*
|
add --enable-loadable-sqlite-extensions #10268
Benjamin Peterson
2010-10-31
1
-2/+4
*
|
typo
Benjamin Peterson
2010-10-31
1
-1/+1
*
|
Make file handing in setup.py more robust by using context managers to properly
Brett Cannon
2010-10-29
1
-43/+45
*
|
Fix for issue #7473.
Ronald Oussoren
2010-10-20
1
-1/+6
*
|
- Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.
Matthias Klose
2010-10-17
1
-1/+1
*
|
setup.py was trying to build _weakref which is redundant as it's a built-in
Brett Cannon
2010-09-14
1
-3/+0
*
|
Issue #4026: Make the fcntl extension build under AIX.
Antoine Pitrou
2010-09-07
1
-1/+5
*
|
Fix for issue9662, patch by Łukasz Langa in issue5504.
Ronald Oussoren
2010-09-05
1
-0/+1
[next]