stdlib-list icon indicating copy to clipboard operation
stdlib-list copied to clipboard

A list of Python Standard Libraries (2.6-7, 3.2-12).

Results 23 stdlib-list issues
Sort by recently updated
recently updated
newest added

I'll move this to GitHub action in the near future. Just want to get a release out for now.

Travis-CI is getting less and less reliable lately :-(

Any reason why 3.1.5, 3.0.1, and pre-2.6 aren't included? Also why no 3.9? I'd be happy to add these myself, I just want to make sure that there's not some...

https://www.pypy.org/ has a slightly different set of builtins. Other interpreters/implementations will also have differences. Will this project allow lists for other implementations?

enhancement
help wanted

Stdlib module sysconfig generates a cache called `_sysconfigdata_...` with an arch & build flags specific suffix. This should be recognised as a stdlib package, but the flat file lists currently...

There's a (rather inactive right now) PEP that would need to get a list like this into Python itself: [PEP 534](https://www.python.org/dev/peps/pep-0534/) Do you want to help incorporate a list of...

``` HTTPError: 403 Client Error: Invalid or non-existent authentication information. for url: https://upload.pypi.org/legacy/ PyPI upload failed. failed to deploy ``` full log: https://travis-ci.com/jackmaney/python-stdlib-list/jobs/158283383 I'm looking into this and I'll make...

The current fetching code is great for when you don't have a particular Python version installed, but with Travis and Appveyor it should be possible to use the real interpreter....

Thanks, this is a really useful project. However, I've just tried classifying a list of loaded modules, and there are a number of standard library modules which weren't picked up....

The automated module list generation (e.g. #77, #78, #79) *works*, but it reveals some weaknesses: 1. For older Python versions it uses the Sphinx inventory, meaning that modules that are...

question