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
/
tests
/
test_build_ext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)
Victor Stinner
2019-07-03
1
-21/+30
*
bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)
Steve Dower
2019-02-05
1
-2/+4
*
bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380)
Victor Stinner
2017-05-02
1
-18/+18
*
bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)
Victor Stinner
2017-04-25
1
-0/+7
*
Issue 26931: Skip the test_distutils tests using a compiler executable
Xavier de Gaye
2016-11-17
1
-0/+6
*
merge 3.5 (#1703178)
Benjamin Peterson
2016-09-29
1
-0/+7
|
\
|
*
build_ext: correctly parse the link_objects user option (closes #1703178)
Benjamin Peterson
2016-09-29
1
-0/+7
*
|
Issue #23804: Merge spelling and NEWS fixes from 3.5
Martin Panter
2016-07-11
1
-1/+1
|
\
\
|
|
/
|
*
English spelling and grammar fixes
Martin Panter
2016-07-11
1
-1/+1
*
|
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1/+1
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
|
/
*
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
Antoine Pitrou
2014-09-26
1
-21/+35
*
remove various dead version checks (closes #22349)
Benjamin Peterson
2014-09-06
1
-11/+9
*
Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
Ned Deily
2014-06-25
1
-2/+10
*
Issue #19492: Silently skipped distutils tests now reported as skipped.
Serhiy Storchaka
2013-12-18
1
-6/+2
*
Issue #19600: Use specific asserts in distutils tests.
Serhiy Storchaka
2013-11-16
1
-8/+8
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-4/+4
*
Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-2/+3
*
Fix test failure for shared builds caused by #1326113 fix
Éric Araujo
2012-02-15
1
-1/+2
*
Fix parsing of build_ext --libraries option (#1326113)
Éric Araujo
2012-02-15
1
-6/+6
*
Fix distutils tests on Windows (#12678).
Éric Araujo
2011-08-23
1
-7/+0
*
Factor out the build_ext fixup for shared Python builds.
Éric Araujo
2011-08-21
1
-25/+6
*
Refactor the copying of xxmodule.c in distutils tests (#12141).
Éric Araujo
2011-08-20
1
-24/+4
*
Issue #9516: Correct and expand OS X deployment target tests in distutils
Ned Deily
2011-06-29
1
-10/+37
*
Issue #12141: Install a copy of template C module file so that
Ned Deily
2011-06-28
1
-1/+10
*
Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set i...
Ronald Oussoren
2011-05-15
1
-0/+62
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-24/+24
*
Issue #10359: Remove ";" after function definition, invalid in ISO C
Victor Stinner
2010-11-09
1
-1/+1
*
Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
Éric Araujo
2010-11-06
1
-0/+1
*
Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both
Barry Warsaw
2010-10-22
1
-1/+2
*
Apply fix from r85784 on py3k too.
Éric Araujo
2010-10-21
1
-2/+6
*
First (uncontroversial) part of issue 9807.
Barry Warsaw
2010-10-16
1
-5/+21
*
PEP 3149 is accepted.
Barry Warsaw
2010-09-03
1
-4/+3
*
reverted distutils its 3.1 state. All new work is now happening in disutils2,...
Tarek Ziadé
2010-07-22
1
-54/+28
*
Change test_support to support. Fixes a failing test on Windows.
Brian Curtin
2010-04-02
1
-1/+1
*
Merged revisions 79618 via svnmerge from
Tarek Ziadé
2010-04-02
1
-18/+23
*
Merged revisions 77704,77752 via svnmerge from
Tarek Ziadé
2010-01-29
1
-9/+8
*
Merged revisions 75485 via svnmerge from
Tarek Ziadé
2009-10-18
1
-2/+3
*
Merged revisions 73946 via svnmerge from
Tarek Ziadé
2009-07-11
1
-1/+1
*
Merged revisions 73921 via svnmerge from
Tarek Ziadé
2009-07-10
1
-4/+5
*
Merged revisions 73895 via svnmerge from
Tarek Ziadé
2009-07-08
1
-1/+10
*
Merged revisions 73864 via svnmerge from
Tarek Ziadé
2009-07-06
1
-0/+14
*
Merged revisions 73790 via svnmerge from
Tarek Ziadé
2009-07-03
1
-6/+31
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-15/+15
*
Merged revisions 73688 via svnmerge from
Tarek Ziadé
2009-06-29
1
-3/+15
*
Merged revisions 72781 via svnmerge from
Tarek Ziadé
2009-05-19
1
-0/+22
*
Merged revisions 72758 via svnmerge from
Tarek Ziadé
2009-05-18
1
-7/+4
*
Merged revisions 72713 via svnmerge from
Tarek Ziadé
2009-05-17
1
-0/+7
*
Merged revisions 72636 via svnmerge from
Tarek Ziadé
2009-05-14
1
-4/+10
[next]