History log of /external/python/cpython2/Lib/distutils/tests/test_build_ext.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
846466d2a67532c05a0acbf2a8d8a4e930f07b8d 29-Sep-2016 Benjamin Peterson <benjamin@python.org> build_ext: correctly parse the link_objects user option (closes #1703178)

Patch by Valerie Lambert.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
bf2dca96fbda4193552a56f7f1258ba5d16f2a60 11-Jul-2016 Martin Panter <vadmium+py@gmail.com> English spelling and grammar fixes
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
8d496add74530767cad3aa8b5b371b9a7f0b8498 02-Jun-2016 Martin Panter <vadmium+py@gmail.com> Issue #27171: Fix typos in documentation, code comments, and tests
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
1f70b878c4b890c66bdb90d8c9ddb59dee0b48df 25-Jun-2014 Ned Deily <nad@acm.org> Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
57bc6da7c4327aa870fbf5292c1b05a9ac3bfe19 18-Dec-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19492: Silently skipped distutils tests now reported as skipped.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
25a23efcda0dc3e245eefa8c9a3f96b4baee6303 16-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19600: Use specific asserts in distutils tests.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
72121c6c302d0e177d3f738f51685e0664343ccc 27-Jan-2013 Serhiy Storchaka <storchaka@gmail.com> - Issue #17041: Fix testing when Python is configured with the
--without-doc-strings option.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
c82da813c1406bc7e3878bf1d960d4765bcb0d89 15-Feb-2012 Éric Araujo <merwok@netwok.org> Fix test failure for shared builds caused by #1326113 fix
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
e897a7472ded10a29ffcf046d021cd7fdc1ac94e 15-Feb-2012 Éric Araujo <merwok@netwok.org> Fix parsing of build_ext --libraries option (#1326113)
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
c811fb2d56e3c5847ac5c5a6d59bbc8b75e8effa 26-Aug-2011 Éric Araujo <merwok@netwok.org> Add tests for build_ext --user (backport from 3.2)
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
04612d60929d5cda8d4cd215dfa2fc050d20b530 26-Aug-2011 Éric Araujo <merwok@netwok.org> Refactor helpers for compiling the xx module in distutils tests.

I need to copy the xxmodule.c file in other tests, so I moved the
support code to distutils.tests.support and improved it:
- don’t skip when run from the Lib/distutils/tests directory
- use proper skip machinery instead of custom print/return/test suite
fiddling.

I also took out the fixup_build_ext function, which is needed for tests
to pass on Unix shared builds and Windows debug builds.

Finally, I cleaned up a few things:
- don’t remove directories in tearDown when the parent class’ tearDown
has already registered the directories for removal
- simplify restoration of sys.path
- remove a few unused names found by pyflakes.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
053c6ad6b7ee88d9076a91f47aa53dc7155d00ce 29-Jun-2011 Ned Deily <nad@acm.org> Issue #9516: Correct and expand OS X deployment target tests in distutils
test_build_ext.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
63144c6444e34281398b4441d1f9321116943aa9 28-Jun-2011 Ned Deily <nad@acm.org> Issue #12141: Install a copy of template C module file so that
test_build_ext of test_distutils is no longer silently skipped when
run outside of a build directory.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
a70286b71d6b98c14275c26f6ca1f0507c1bc56b 15-May-2011 Ronald Oussoren <ronaldoussoren@mac.com> Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell.

Without this patch python will fail to start properly when the environment
variable MACOSX_DEPLOYMENT_TARGET is set on MacOSX and has a value that is
not compatible with the value during Python's build. This is caused by code
in sysconfig that was only meant to be used in disutils.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
2623a37852153363335956afab010cb0beb7e74e 21-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

#9424: Replace deprecated assert* methods in the Python test suite.
........
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
54052c00a7d9b509fd5424389a5d3e217c276b8c 22-Oct-2010 Barry Warsaw <barry@python.org> Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both
with and without --enable-shared on Ubuntu 10.10. Hopefully this finally
solves bug 10126. Will check 3.1 and py3k next.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
f084376f23ee20a972a1fb28f9fd5366f8fd2439 22-Oct-2010 Barry Warsaw <barry@python.org> Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the
directory to the shared library. test_distutils now passes when
Python was built with --enable-shared.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
e9df5d6866b3da7d3c2e31cc66c1b523943151ff 21-Oct-2010 Éric Araujo <merwok@netwok.org> Backport fix for #10126
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
ef253ac84e6fd11770ff78c56015a0e61c991fc4 02-Apr-2010 Tarek Ziadé <ziade.tarek@gmail.com> removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
3f5d146323fe306de7ddccb2506a7161554cc330 21-Mar-2010 Florent Xicluna <florent.xicluna@gmail.com> No more deprecation warnings for distutils.sysconfig, following r78666.
But when the "dl" module is available, it gives a py3k deprecation warning.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
5501e6a7da371a851478a939d974ecebbc84e2dd 06-Mar-2010 Tarek Ziadé <ziade.tarek@gmail.com> fixed various failures and environment alterations in distutils.test_build_ext
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
7e48ff8e50a041e3f227ff096c0e31340864ab6c 06-Mar-2010 Tarek Ziadé <ziade.tarek@gmail.com> simplified the fallback case
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
fbf50b8c7c6c1201f6060d0e01bc601c79e57e32 06-Mar-2010 Tarek Ziadé <ziade.tarek@gmail.com> provide a fallback for xxmodule.c in case the buildir is not present
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
b30868a391b85d24b7d1abe41c137a9d75bfcebc 06-Mar-2010 Tarek Ziadé <ziade.tarek@gmail.com> copied back the build_ext tests from 2.6
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
5633a8048fd8d59c9b23c98fb7e6419689b06316 23-Jan-2010 Tarek Ziadé <ziade.tarek@gmail.com> taking sysconfig out of distutils
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
2b06d42db58e333ee932b5718ef2cb14b9ccfa91 18-Oct-2009 Tarek Ziadé <ziade.tarek@gmail.com> Changed distutils tests to avoid environment alteration
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
6633a6606b935fa1160293029f59eb892e7aed4f 12-Jul-2009 Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> Fixed distutils test.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
51f32c00e8006101c5dd70c79f7f132e4a658497 11-Jul-2009 Tarek Ziadé <ziade.tarek@gmail.com> reverted changes for #6459 (doesn't apply on 2.x)
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
23a3775cc8eef828edec75ed19bd630d03fb17a9 11-Jul-2009 Tarek Ziadé <ziade.tarek@gmail.com> fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
8c40001175f354b6e05d38a7f403afb5686c6013 10-Jul-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fixed #6455 (the test shall use pyd files under win32, rather than so files)
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
42b145d0e2f45e0744f8f45d89564f24fbc8b374 09-Jul-2009 Tarek Ziadé <ziade.tarek@gmail.com> Sets the compiler attribute to keep the old behavior for third-party packages.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
e670e5ad5b7ef6b464fb264b688d96b9b9f71b53 06-Jul-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option)
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
65ec61ed06d7b28da05fa834c65ffa7c13005d2b 03-Jul-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fixed #6403 : package path usage for build_ext
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
3fbcc60eb859b00f4310e028da0ba6edba35f7c8 29-Jun-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fixed 6365: wrong inplace location for build_ext if the extension had dots
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
7d7127dd84189bf9325ef3fc5f3c18359fa34f30 19-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> fixed the 'package' option of build_ext
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
fcc7f039ec1b4de3e7de43abcc6de6f3eb16076c 18-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fixed the library extension when distutils build_ext is used inplace
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
8d252e498c542599db7beec66cdbee6eda871049 17-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> not running this test with MSVC6
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
cbb4f9ef58ec7673f7c64b16496879b914b0972a 14-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
d547144f0fe10e309bb9c95cba3c5df58bcc079c 14-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> adding void to the c function
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
16524104291a852272e09632a6f972a0539912ec 13-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> added an inifoo in the C file, to avoid a warning by the MSVC9 linker
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
972480d999b83f5d245cb4662122e9d25c54701e 12-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> fixed #5977: distutils build_ext.get_outputs was not using the inplace option
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
2bb084e643dc423b8f3efb37e0136ae24e530c02 10-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> fixed test_build_ext for win32
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
d5d83424d235783ddaa1a98a82278805d05c437b 10-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> fixed #5984 and improved test coverage
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
e2be83def891db39fd4b7b707247740bd28cd811 09-May-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
3bb5a9642bc49ebab1ca0f4369f8e3ca485421d7 01-Apr-2009 Tarek Ziadé <ziade.tarek@gmail.com> fixed the test for win32 CompileError
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
9e47ce49a06075adbc391e04b4457707fa3892a7 01-Apr-2009 Tarek Ziadé <ziade.tarek@gmail.com> #5583 Added optional Extensions in Distutils
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
dda92f7f02dbc0de94112599129d9d93192278d9 27-Feb-2009 Tarek Ziadé <ziade.tarek@gmail.com> Issue #5052: make Distutils compatible with 2.3 again.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
1369900619d943d05342e7b781f1f3fb45ece4c9 14-Feb-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fix for #5257: refactored all tests in distutils, so they use a temporary directory.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
6f1d93149505c5b69578549a440175c5b32942b7 13-Feb-2009 Tarek Ziadé <ziade.tarek@gmail.com> reverted leak fix, to use the one done in py3k branch (r67382)
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
b516c126ef7b69e4b6560fe98ed4529f21fdb7eb 12-Feb-2009 Tarek Ziadé <ziade.tarek@gmail.com> fixing the leak introduced in r69304
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
0d4fd3493eb95a49ac0dee5c8607b1426432ab83 05-Feb-2009 Tarek Ziadé <ziade.tarek@gmail.com> Fixed #5132: enable extensions to link on Solaris
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
a52f1c62eb8cce9fb7f78687b854d1d8c4dbe39f 05-Feb-2009 Neil Schemenauer <nascheme@enme.ucalgary.ca> Fix test_build_ext.py to work when building in a separate directory.
Since "srcdir" should now be defined on all platforms, use it to
find the module source.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
1672e10dc2d7b70ee1830fbe0294e81f25560387 21-Sep-2008 Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> Issue #3925: Ignores shutil.rmtree error on cygwin too.
Reviewed by Benjamin Peterson.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
b4701e638c1030e575adf441aab01ad6319cc83d 26-May-2008 Thomas Heller <theller@ctypes.org> On Windows, we must build a debug version iff running a debug build of
Python
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py
88e2acf038b717199655d8206e4a5deaa0a0eb1a 18-May-2008 Georg Brandl <georg@python.org> GHOP #257: test distutils' build_ext command, written by Josip Dzolonga.
/external/python/cpython2/Lib/distutils/tests/test_build_ext.py