| .. |
|
fake_dists
|
|
|
|
fixer
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
pypiserver
|
|
|
|
__init__.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
__main__.py
|
|
|
|
LONG_DESC.txt
|
|
|
|
PKG-INFO
|
|
|
|
pypi_server.py
|
|
|
|
pypi_test_server.py
|
|
|
|
SETUPTOOLS-PKG-INFO
|
|
|
|
SETUPTOOLS-PKG-INFO2
|
|
|
|
support.py
|
|
|
|
test_ccompiler.py
|
|
|
|
test_command_bdist.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_command_bdist_dumb.py
|
|
|
|
test_command_bdist_msi.py
|
|
|
|
test_command_bdist_wininst.py
|
|
|
|
test_command_build.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_command_build_clib.py
|
|
|
|
test_command_build_ext.py
|
|
|
|
test_command_build_py.py
|
Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2
|
2011-05-29 00:56:39 +02:00 |
|
test_command_build_scripts.py
|
packaging: use with open() instead of try/finally: close
|
2011-05-19 15:51:27 +02:00 |
|
test_command_check.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_command_clean.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_command_cmd.py
|
|
|
|
test_command_config.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_command_install_data.py
|
|
|
|
test_command_install_dist.py
|
|
|
|
test_command_install_distinfo.py
|
|
|
|
test_command_install_headers.py
|
|
|
|
test_command_install_lib.py
|
make sure build_dir.build_lib is synced to the faked build location
|
2011-05-23 17:35:20 +02:00 |
|
test_command_install_scripts.py
|
packaging: use with open() instead of try/finally: close
|
2011-05-19 15:51:27 +02:00 |
|
test_command_register.py
|
|
|
|
test_command_sdist.py
|
Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support.
|
2011-05-19 21:25:10 +03:00 |
|
test_command_test.py
|
Cleaned up the installer output behavior.
|
2011-05-30 12:07:49 +02:00 |
|
test_command_upload.py
|
skip more tests in packaging if threading is not supported
|
2011-05-23 00:41:27 +02:00 |
|
test_command_upload_docs.py
|
skip the pypi upload doc test via https, if ssl is not available
|
2011-05-21 19:53:45 +02:00 |
|
test_compiler.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_config.py
|
|
|
|
test_create.py
|
Issue #12125: fixed the failures under Solaris due to improper test cleanup.
|
2011-05-23 19:07:56 +02:00 |
|
test_cygwinccompiler.py
|
|
|
|
test_database.py
|
cleanup packaging.database
|
2011-05-30 11:07:54 +02:00 |
|
test_depgraph.py
|
|
|
|
test_dist.py
|
|
|
|
test_extension.py
|
|
|
|
test_install.py
|
make sure we check for write access before starting the install, and add correct exit code
|
2011-05-31 12:09:34 +02:00 |
|
test_manifest.py
|
|
|
|
test_markers.py
|
|
|
|
test_metadata.py
|
|
|
|
test_mixin2to3.py
|
|
|
|
test_msvc9compiler.py
|
|
|
|
test_pypi_dist.py
|
|
|
|
test_pypi_server.py
|
|
|
|
test_pypi_simple.py
|
|
|
|
test_pypi_xmlrpc.py
|
|
|
|
test_run.py
|
make sure we check for write access before starting the install, and add correct exit code
|
2011-05-31 12:09:34 +02:00 |
|
test_uninstall.py
|
better UI when the user does not have the perms to remove the project
|
2011-05-30 23:26:51 +02:00 |
|
test_unixccompiler.py
|
|
|
|
test_util.py
|
Cleaned up the installer output behavior.
|
2011-05-30 12:07:49 +02:00 |
|
test_version.py
|
|
|