| .. |
|
fake_dists
|
initial import of the packaging package in the standard library
|
15 years ago |
|
fixer
|
Start improving 2to3 code in packaging (#13462).
|
14 years ago |
|
pypiserver
|
initial import of the packaging package in the standard library
|
15 years ago |
|
LONG_DESC.txt
|
initial import of the packaging package in the standard library
|
15 years ago |
|
PKG-INFO
|
initial import of the packaging package in the standard library
|
15 years ago |
|
SETUPTOOLS-PKG-INFO
|
initial import of the packaging package in the standard library
|
15 years ago |
|
SETUPTOOLS-PKG-INFO2
|
initial import of the packaging package in the standard library
|
15 years ago |
|
__init__.py
|
Remove unused code from packaging.tests.__init__
|
14 years ago |
|
__main__.py
|
Clean up some idioms in packaging tests.
|
14 years ago |
|
pypi_server.py
|
packaging cleanup: A few super I missed in 5ae03b1e147a
|
14 years ago |
|
pypi_test_server.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
support.py
|
Fix code I unwittingly broke in b0e2d6592a1f (#14038)
|
14 years ago |
|
test_ccompiler.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
test_command_bdist.py
|
Remove unused code from packaging.tests.__init__
|
14 years ago |
|
test_command_bdist_dumb.py
|
Actually check the contents of the file created by packaging’s bdist_dumb
|
14 years ago |
|
test_command_bdist_msi.py
|
Remove buggy change for #13719 in packaging
|
14 years ago |
|
test_command_bdist_wininst.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
test_command_build.py
|
Use sys.version_info instead of sys.version in packaging.
|
14 years ago |
|
test_command_build_clib.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
test_command_build_ext.py
|
Fix for packaging test failure on shared builds (#1326113)
|
14 years ago |
|
test_command_build_py.py
|
Improve one packaging test, remove a setuptoolism in another
|
14 years ago |
|
test_command_build_scripts.py
|
packaging: use with open() instead of try/finally: close
|
15 years ago |
|
test_command_check.py
|
Change signature of packaging.tests.support.LoggingCatcher.get_logs.
|
14 years ago |
|
test_command_clean.py
|
Minor tweak to packaging tests.
|
14 years ago |
|
test_command_cmd.py
|
Change signature of packaging.tests.support.LoggingCatcher.get_logs.
|
14 years ago |
|
test_command_config.py
|
Make C code in one packaging test comply with ISO C (#10359).
|
15 years ago |
|
test_command_install_data.py
|
Minor tweak to packaging tests.
|
14 years ago |
|
test_command_install_dist.py
|
Clean up some idioms in packaging tests.
|
14 years ago |
|
test_command_install_distinfo.py
|
Use more standard name for one option of packaging’s install_distinfo
|
14 years ago |
|
test_command_install_headers.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
test_command_install_lib.py
|
Clean up byte-compilation code in packaging (#11254 followup).
|
14 years ago |
|
test_command_install_scripts.py
|
packaging: use with open() instead of try/finally: close
|
15 years ago |
|
test_command_register.py
|
Clean up mocking of stdout and stdin in packaging tests.
|
14 years ago |
|
test_command_sdist.py
|
Improve one packaging test, remove a setuptoolism in another
|
14 years ago |
|
test_command_test.py
|
Clean up some idioms in packaging tests.
|
14 years ago |
|
test_command_upload.py
|
Clean up some idioms in packaging tests.
|
14 years ago |
|
test_command_upload_docs.py
|
Clean up some idioms in packaging tests.
|
14 years ago |
|
test_compiler.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
test_config.py
|
Allow multiple values for package_data in setup.cfg (#11805).
|
14 years ago |
|
test_create.py
|
Stop converting package_data to extra_files in pysetup create (#13712).
|
14 years ago |
|
test_cygwinccompiler.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
test_database.py
|
Add tests to check initial content of packaging.database caches
|
14 years ago |
|
test_depgraph.py
|
Make a number of small changes to ease the backport to distutils2
|
15 years ago |
|
test_dist.py
|
Remove unused code from packaging.tests.__init__
|
14 years ago |
|
test_extension.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
test_install.py
|
Make a number of small changes to ease the backport to distutils2
|
15 years ago |
|
test_manifest.py
|
Port the #6884 fix to packaging
|
14 years ago |
|
test_markers.py
|
More boolean tests for packaging metadata environment markers
|
14 years ago |
|
test_metadata.py
|
Change signature of packaging.tests.support.LoggingCatcher.get_logs.
|
14 years ago |
|
test_mixin2to3.py
|
Start improving 2to3 code in packaging (#13462).
|
14 years ago |
|
test_msvc9compiler.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
test_pypi_dist.py
|
Squash last tempdir leak in packaging tests.
|
15 years ago |
|
test_pypi_server.py
|
Make a number of small changes to ease the backport to distutils2
|
15 years ago |
|
test_pypi_simple.py
|
A ricochet from fixing #10680: http://http://example.com/ no longer reports
|
14 years ago |
|
test_pypi_xmlrpc.py
|
Use our existing drop-in, no-op decorator instead of redefining it.
|
15 years ago |
|
test_run.py
|
Group commands by topic in “pysetup run --list-commands” output.
|
14 years ago |
|
test_support.py
|
Add tests for packaging.tests.support (#12659).
|
14 years ago |
|
test_uninstall.py
|
Remove redundant setUp/tearDown methods in packaging tests
|
14 years ago |
|
test_unixccompiler.py
|
initial import of the packaging package in the standard library
|
15 years ago |
|
test_util.py
|
Add test for packaging.util.set_platform (#13974).
|
14 years ago |
|
test_version.py
|
Fix comparison bug with 'rc' versions in packaging.version (#11841).
|
14 years ago |