| .. |
|
fake_dists
|
|
|
|
fixer
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
pypiserver
|
|
|
|
__init__.py
|
|
|
|
__main__.py
|
test_packaging should clean up after itself (but it doesn't really)
|
2011-07-15 23:26:19 +02:00 |
|
LONG_DESC.txt
|
|
|
|
PKG-INFO
|
|
|
|
pypi_server.py
|
Fix typo
|
2011-06-19 18:53:31 +02:00 |
|
pypi_test_server.py
|
|
|
|
SETUPTOOLS-PKG-INFO
|
|
|
|
SETUPTOOLS-PKG-INFO2
|
|
|
|
support.py
|
Minor: tweak docstrings and __all__ in packaging.tests.support
|
2011-09-01 23:48:13 +02:00 |
|
test_ccompiler.py
|
|
|
|
test_command_bdist.py
|
Make bdist_* commands respect --skip-build passed to bdist (#10946).
|
2011-08-30 01:42:50 +02:00 |
|
test_command_bdist_dumb.py
|
Remove display options (--name, etc.) from the Distribution class.
|
2011-08-30 00:55:02 +02:00 |
|
test_command_bdist_msi.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_command_bdist_wininst.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_command_build.py
|
|
|
|
test_command_build_clib.py
|
|
|
|
test_command_build_ext.py
|
Try to fix packaging tests using build_ext on Windows (#12678)
|
2011-08-23 21:38:13 +02:00 |
|
test_command_build_py.py
|
Packaging cleanup: remove use of script_name where obsolete
|
2011-06-08 04:06:50 +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
|
Fix format of warnings from the packaging check command
|
2011-06-02 14:54:44 +02:00 |
|
test_command_clean.py
|
|
|
|
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
|
packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMES
|
2011-05-20 01:56:42 +02:00 |
|
test_command_install_dist.py
|
Minor code simplification
|
2011-08-26 00:05:11 +02:00 |
|
test_command_install_distinfo.py
|
Another (hopefully last) fix for test_packaging on Windws (#12678)
|
2011-08-25 18:13:58 +02:00 |
|
test_command_install_headers.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_command_install_lib.py
|
Packaging cleanup: remove use of script_name where obsolete
|
2011-06-08 04:06:50 +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
|
Remove display options (--name, etc.) from the Distribution class.
|
2011-08-30 00:55:02 +02:00 |
|
test_command_sdist.py
|
Remove display options (--name, etc.) from the Distribution class.
|
2011-08-30 00:55:02 +02:00 |
|
test_command_test.py
|
Cleaned up the installer output behavior.
|
2011-05-30 12:07:49 +02:00 |
|
test_command_upload.py
|
Fix UnboundLocalError in a finally block of one packaging test
|
2011-06-06 22:24:19 +02:00 |
|
test_command_upload_docs.py
|
Factor out code used by packaging commands for HTTP requests (#12169).
|
2011-07-08 16:27:12 +02:00 |
|
test_compiler.py
|
|
|
|
test_config.py
|
Minor improvement to extensions in setup.cfg: check parent package
|
2011-09-01 07:01:13 +02:00 |
|
test_create.py
|
|
|
|
test_cygwinccompiler.py
|
|
|
|
test_database.py
|
Stop trying to write into the stdlib during packaging tests (#12331).
|
2011-07-31 20:47:47 +02:00 |
|
test_depgraph.py
|
|
|
|
test_dist.py
|
Remove display options (--name, etc.) from the Distribution class.
|
2011-08-30 00:55:02 +02:00 |
|
test_extension.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_install.py
|
Minor packaging cleanup.
|
2011-07-29 02:37:21 +02:00 |
|
test_manifest.py
|
Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler.
|
2011-06-02 14:53:59 +02:00 |
|
test_markers.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_metadata.py
|
|
|
|
test_mixin2to3.py
|
Clean up packaging.tests.test_mixin2to3
|
2011-06-16 23:21:01 +02:00 |
|
test_msvc9compiler.py
|
|
|
|
test_pypi_dist.py
|
Minor tweaks to packaging tests.
|
2011-06-17 15:47:41 +02:00 |
|
test_pypi_server.py
|
packaging: use with open() instead of try/finally: close
|
2011-05-19 15:51:27 +02:00 |
|
test_pypi_simple.py
|
|
|
|
test_pypi_xmlrpc.py
|
Use our existing drop-in, no-op decorator instead of redefining it.
|
2011-08-12 00:15:41 +02:00 |
|
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
|
Close file handles in a timely manner in packaging.database (#12504).
|
2011-07-08 17:22:19 +02:00 |
|
test_unixccompiler.py
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |
|
test_util.py
|
Issue #9561: packaging now writes egg-info files using UTF-8
|
2011-09-06 00:11:13 +02:00 |
|
test_version.py
|
|
|