cpython/Lib/packaging/tests
Éric Araujo a29e4f64c1 Fix packaging byte-compilation to comply with PEP 3147 (#11254).
I want to replace custom byte-compiling function with calls to
compileall before 3.3b1, but in the short term it’s good to have this
fixed.

Adapted from the distutils patch by Jeff Ramnani.  I tested with -B, -O
and -OO; test_util and test_mixin2to3 fail in -O mode because lib2to3
doesn’t support it.
2011-10-08 04:09:15 +02:00
..
fake_dists
fixer
pypiserver
__init__.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
__main__.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
LONG_DESC.txt
PKG-INFO
pypi_server.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
pypi_test_server.py
SETUPTOOLS-PKG-INFO
SETUPTOOLS-PKG-INFO2
support.py
test_ccompiler.py
test_command_bdist.py
test_command_bdist_dumb.py Final bag of small changes coming from distutils2. 2011-09-19 15:12:23 +02:00
test_command_bdist_msi.py
test_command_bdist_wininst.py
test_command_build.py
test_command_build_clib.py
test_command_build_ext.py Final bag of small changes coming from distutils2. 2011-09-19 15:12:23 +02:00
test_command_build_py.py Fix packaging byte-compilation to comply with PEP 3147 (#11254). 2011-10-08 04:09:15 +02:00
test_command_build_scripts.py
test_command_check.py
test_command_clean.py
test_command_cmd.py
test_command_config.py Make C code in one packaging test comply with ISO C (#10359). 2011-10-08 02:58:50 +02:00
test_command_install_data.py
test_command_install_dist.py Packaging cleanup: remove conditionals for < 2.6 support. 2011-09-17 03:31:51 +02:00
test_command_install_distinfo.py
test_command_install_headers.py
test_command_install_lib.py Fix packaging byte-compilation to comply with PEP 3147 (#11254). 2011-10-08 04:09:15 +02:00
test_command_install_scripts.py
test_command_register.py Final bag of small changes coming from distutils2. 2011-09-19 15:12:23 +02:00
test_command_sdist.py
test_command_test.py
test_command_upload.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_command_upload_docs.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_compiler.py
test_config.py
test_create.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_cygwinccompiler.py
test_database.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_depgraph.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_dist.py Final bag of small changes coming from distutils2. 2011-09-19 15:12:23 +02:00
test_extension.py
test_install.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_manifest.py
test_markers.py
test_metadata.py Final bag of small changes coming from distutils2. 2011-09-19 15:12:23 +02:00
test_mixin2to3.py Packaging cleanup: remove conditionals for < 2.6 support. 2011-09-17 03:31:51 +02:00
test_msvc9compiler.py
test_pypi_dist.py Squash last tempdir leak in packaging tests. 2011-09-19 20:57:52 +02:00
test_pypi_server.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_pypi_simple.py
test_pypi_xmlrpc.py
test_run.py Make a number of small changes to ease the backport to distutils2 2011-09-18 20:11:48 +02:00
test_uninstall.py Fix return code of “pysetup run COMMAND” (closes #12222) 2011-10-06 05:28:56 +02:00
test_unixccompiler.py
test_util.py Branch merge 2011-09-18 20:24:27 +02:00
test_version.py Cosmetic fixes for whitespace and a regex in packaging. 2011-10-05 01:46:37 +02:00