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
/
Lib
/
distutils
/
command
/
build_ext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-754/+0
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1/+1
*
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ...
Stefan Behnel
2020-02-04
1
-1/+9
*
bpo-36302: Sort list of sources (GH-12341)
Bernhard M. Wiedemann
2019-08-01
1
-1/+2
*
bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)
E. M. Bray
2019-05-24
1
-12/+24
*
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
xdegaye
2019-04-29
1
-0/+15
*
bpo-21536: C extensions are no longer linked to libpython (GH-12946)
Victor Stinner
2019-04-25
1
-17/+2
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower
2019-02-05
1
-2/+3
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-1/+1
*
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
Benjamin Peterson
2017-10-26
1
-18/+2
*
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware
2017-09-06
1
-1/+1
*
Issue #13756: Fix building extensions modules on Cygwin
Zachary Ware
2016-10-01
1
-7/+0
*
merge 3.5 (#1703178)
Benjamin Peterson
2016-09-29
1
-0/+1
|
\
|
*
build_ext: correctly parse the link_objects user option (closes #1703178)
Benjamin Peterson
2016-09-29
1
-0/+1
*
|
Closes #27904: Improved logging statements to defer formatting until needed.
Vinay Sajip
2016-08-31
1
-3/+3
|
/
*
- Issue #26884: Fix linking extension modules for cross builds.
doko@ubuntu.com
2016-06-04
1
-1/+1
*
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
Steve Dower
2015-05-23
1
-25/+11
*
Fixes distutils adding/expecting too many _d suffixes.
Steve Dower
2014-12-16
1
-3/+0
*
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...
Steve Dower
2014-11-22
1
-1/+1
*
- Issue #17219: Add library build dir for Python extension cross-builds.
doko@ubuntu.com
2014-10-02
1
-1/+1
|
\
|
*
- Issue #17219: Add library build dir for Python extension cross-builds.
doko@ubuntu.com
2014-10-02
1
-1/+1
*
|
Remove pointless "vile hack" that can cause the build step to fail when some ...
Antoine Pitrou
2014-09-30
1
-9/+2
*
|
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
Antoine Pitrou
2014-09-26
1
-7/+50
|
/
*
remove various dead version checks (closes #22349)
Benjamin Peterson
2014-09-06
1
-13/+4
*
Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC.
Stefan Krah
2014-01-28
1
-1/+1
*
Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is
Stefan Krah
2013-12-03
1
-1/+1
*
Issue #4366: Fix building extensions on all platforms when --enable-shared is...
Antoine Pitrou
2013-09-28
1
-4/+3
|
\
|
*
Issue #4366: Fix building extensions on all platforms when --enable-shared is...
Antoine Pitrou
2013-09-28
1
-4/+3
*
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-3/+3
|
\
\
|
|
/
|
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-3/+3
|
|
\
|
|
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-3/+3
*
|
|
Closes #16116: Merged fix from 3.3.
Vinay Sajip
2012-10-23
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #16116: Now uses corrected include and library paths when building C ex...
Vinay Sajip
2012-10-23
1
-0/+7
*
|
|
Closes #16135: Removal of OS/2 support (distutils)
Jesus Cea
2012-10-10
1
-25/+1
|
/
/
*
|
Closes #15367: Corrected computation of include locations for source builds o...
Vinay Sajip
2012-07-16
1
-1/+5
*
|
Fix #13210. Port the Windows build from VS2008 to VS2010.
Brian Curtin
2012-05-13
1
-1/+1
*
|
Merge fixes for #1326113 and #12297 from 3.2
Éric Araujo
2012-02-15
1
-2/+1
|
\
\
|
|
/
|
*
Fix parsing of build_ext --libraries option (#1326113)
Éric Araujo
2012-02-15
1
-2/+1
*
|
Issue #12326: refactor usage of sys.platform
Victor Stinner
2011-08-20
1
-2/+1
|
/
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
1
-2/+0
*
Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).
Éric Araujo
2010-12-15
1
-1/+1
*
First (uncontroversial) part of issue 9807.
Barry Warsaw
2010-10-16
1
-3/+3
*
Issue #941346: Improve the build process under AIX and allow Python to
Antoine Pitrou
2010-09-10
1
-0/+3
*
reverted distutils its 3.1 state. All new work is now happening in disutils2,...
Tarek Ziadé
2010-07-22
1
-85/+55
*
Merged revisions 77759,77761 via svnmerge from
Tarek Ziadé
2010-01-29
1
-3/+1
*
Merged revisions 77704,77752 via svnmerge from
Tarek Ziadé
2010-01-29
1
-16/+16
*
Merged revisions 76956 via svnmerge from
Tarek Ziadé
2009-12-21
1
-1/+2
*
Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...
Antoine Pitrou
2009-10-24
1
-18/+2
*
Merged revisions 73946 via svnmerge from
Tarek Ziadé
2009-07-11
1
-1/+1
*
Merged revisions 73901 via svnmerge from
Tarek Ziadé
2009-07-09
1
-2/+2
[next]