summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36302: Sort list of sources (GH-12341)Bernhard M. Wiedemann2019-08-011-1/+2
* bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549)E. M. Bray2019-05-241-12/+24
* bpo-21536: On Android, C extensions are linked to libpython (GH-12989)xdegaye2019-04-291-0/+15
* bpo-21536: C extensions are no longer linked to libpython (GH-12946)Victor Stinner2019-04-251-17/+2
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Steve Dower2019-02-051-2/+3
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-051-1/+1
* fixes bpo-31866: remove code pertaining to AtheOS support (#4115)Benjamin Peterson2017-10-261-18/+2
* Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware2017-09-061-1/+1
* Issue #13756: Fix building extensions modules on CygwinZachary Ware2016-10-011-7/+0
* merge 3.5 (#1703178)Benjamin Peterson2016-09-291-0/+1
|\
| * build_ext: correctly parse the link_objects user option (closes #1703178)Benjamin Peterson2016-09-291-0/+1
* | Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-3/+3
|/
* - Issue #26884: Fix linking extension modules for cross builds.doko@ubuntu.com2016-06-041-1/+1
* Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.Steve Dower2015-05-231-25/+11
* Fixes distutils adding/expecting too many _d suffixes.Steve Dower2014-12-161-3/+0
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-1/+1
* - Issue #17219: Add library build dir for Python extension cross-builds.doko@ubuntu.com2014-10-021-1/+1
|\
| * - Issue #17219: Add library build dir for Python extension cross-builds.doko@ubuntu.com2014-10-021-1/+1
* | Remove pointless "vile hack" that can cause the build step to fail when some ...Antoine Pitrou2014-09-301-9/+2
* | Issue #5309: distutils' build and build_ext commands now accept a ``-j``Antoine Pitrou2014-09-261-7/+50
|/
* remove various dead version checks (closes #22349)Benjamin Peterson2014-09-061-13/+4
* Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC.Stefan Krah2014-01-281-1/+1
* Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This isStefan Krah2013-12-031-1/+1
* Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-4/+3
|\
| * Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-4/+3
* | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-3/+3
|\ \ | |/
| * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-3/+3
| |\
| | * - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-211-3/+3
* | | Closes #16116: Merged fix from 3.3.Vinay Sajip2012-10-231-0/+7
|\ \ \ | |/ /
| * | Issue #16116: Now uses corrected include and library paths when building C ex...Vinay Sajip2012-10-231-0/+7
* | | Closes #16135: Removal of OS/2 support (distutils)Jesus Cea2012-10-101-25/+1
|/ /
* | Closes #15367: Corrected computation of include locations for source builds o...Vinay Sajip2012-07-161-1/+5
* | Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-1/+1
* | Merge fixes for #1326113 and #12297 from 3.2Éric Araujo2012-02-151-2/+1
|\ \ | |/
| * Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-2/+1
* | Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-201-2/+1
|/
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).Éric Araujo2010-12-151-1/+1
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-3/+3
* Issue #941346: Improve the build process under AIX and allow Python toAntoine Pitrou2010-09-101-0/+3
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-85/+55
* Merged revisions 77759,77761 via svnmerge fromTarek Ziadé2010-01-291-3/+1
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-16/+16
* Merged revisions 76956 via svnmerge fromTarek Ziadé2009-12-211-1/+2
* Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-18/+2
* Merged revisions 73946 via svnmerge fromTarek Ziadé2009-07-111-1/+1
* Merged revisions 73901 via svnmerge fromTarek Ziadé2009-07-091-2/+2
* Merged revisions 73895 via svnmerge fromTarek Ziadé2009-07-081-3/+19
* Merged revisions 73864 via svnmerge fromTarek Ziadé2009-07-061-23/+54
* Merged revisions 73790 via svnmerge fromTarek Ziadé2009-07-031-4/+10