index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
packaging
/
tests
/
test_command_build_ext.py
Commit message (
Expand
)
Author
Age
*
Remove packaging from the standard library.
Éric Araujo
2012-06-24
*
Fix for packaging test failure on shared builds (#1326113)
Éric Araujo
2012-02-15
*
Fix parsing of packaging’s build_ext --libraries option (#1326113)
Éric Araujo
2012-02-15
*
Clean up mocking of stdout and stdin in packaging tests.
Éric Araujo
2011-11-06
*
Final bag of small changes coming from distutils2.
Éric Araujo
2011-09-19
*
Branch merge
Éric Araujo
2011-09-18
|
\
|
*
Packaging cleanup: remove conditionals for < 2.6 support.
Éric Araujo
2011-09-17
*
|
Make a number of small changes to ease the backport to distutils2
Éric Araujo
2011-09-18
|
/
*
Try to fix packaging tests using build_ext on Windows (#12678)
Éric Araujo
2011-08-23
*
Factor out the build_ext fixup for shared Python builds.
Éric Araujo
2011-08-21
*
Remove obsolete code
Éric Araujo
2011-08-21
*
Refactor the copying of xxmodule.c in packaging tests (#12141).
Éric Araujo
2011-08-20
*
Issue #9516: Port OS X deployment target tests from distutils to packaging
Ned Deily
2011-06-28
*
Issue #12141: Install copies of template C module file so that
Ned Deily
2011-06-28
*
Brange merge
Éric Araujo
2011-06-17
|
\
|
*
Minor tweaks to packaging tests.
Éric Araujo
2011-06-17
|
*
Stop binding sys.path as default parameter value in packaging.
Éric Araujo
2011-06-16
*
|
Issue #12333: run tests on the new module in a subprocess
Victor Stinner
2011-06-17
|
/
*
Fix test name in debug message
Éric Araujo
2011-05-31
*
Port r86353 to packaging (#10359: “;” after function definition is invali...
Éric Araujo
2011-05-29
*
Issue 12132 - skip the test_buil_ext test if the xx module is not found
Tarek Ziade
2011-05-22
*
Issue 10126 - backported distutils fix for the enable-share mode into packaging
Tarek Ziade
2011-05-22
*
fixed the export symbols for the win32 linker
Tarek Ziade
2011-05-21
*
initial import of the packaging package in the standard library
Tarek Ziade
2011-05-19