stdlib-list
stdlib-list copied to clipboard
A list of Python Standard Libraries (2.6-7, 3.2-12).
Versioneer used to use deprecated ConfigParser APIs which will be removed in Python 3.12: * https://github.com/python/cpython/pull/92503 * https://bugzilla.redhat.com/show_bug.cgi?id=2022350 Let's update to the new one: ```sh python -m pip install -U...
Just normal build, install and test cycle used on building package from non-root account: - "setup.py build" - "setup.py install --root " - "pytest with PYTHONPATH pointing to setearch and...
Hello, great package! I refrain from naming any module the same as python standard module. So I scraped from Python Module Index site and I recently found your module so...
Reference: https://docs.python.org/3/library/msilib.html#precomputed-tables
```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx /usr/lib/python3.8/site-packages/setuptools/dist.py:454: UserWarning: Normalizing 'v0.8.0' to '0.8.0' warnings.warn(tmpl.format(**locals())) running build_sphinx Running Sphinx v4.0.2 making output directory... done WARNING: html_static_path entry '_static' does...
Hi! Sorry if I'm missing something obvious, but I'm looking at the lists of python 3.X stdlib packages and they all keep incrementing with each version released, except for [version...
From a spot-check, there are some extra modules that don't end up in site-packages on a standard install. ``` ctypes.test.test_cfuncs distutils.tests.test_build_scripts test.badsyntax_pep3120 test.test_asyncio.test_futures test.test_subprocess json.re (on 2.7) ``` Most of...
Specifically there are a lot of test. members to the standard library that people probably don't need most of the time, (e.g. when deciding which libraries to include in an...