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
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-555/+0
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-3/+1
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-0/+2
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+2
*
bpo-5846: Do not use obsolete unittest functions. (GH-28303)
Serhiy Storchaka
2021-09-13
1
-2/+2
*
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of...
Lumír 'Frenzy' Balhar
2021-04-23
1
-0/+3
*
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...
Ronald Oussoren
2021-02-01
1
-2/+2
*
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
FX Coudert
2020-12-03
1
-3/+7
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
1
-1/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
1
-1/+2
*
bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-...
Steve Dower
2020-02-06
1
-2/+2
*
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ...
Stefan Behnel
2020-02-04
1
-0/+13
*
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
[next]