| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) | Victor Stinner | 2021-01-25 | 1 | -317/+0 |
| | | | | | * Rename _Py_module_names to _Py_stdlib_module_names. * Rename Python/module_names.h to Python/stdlib_module_names.h. | ||||
| * | bpo-42955: Add sys.modules_names (GH-24238) | Victor Stinner | 2021-01-25 | 1 | -157/+138 |
| | | | | | Add sys.module_names, containing the list of the standard library module names. | ||||
| * | bpo-42955: Add Python/module_names.h (GH-24258) | Victor Stinner | 2021-01-19 | 1 | -0/+336 |
| Add a private list of all stdlib modules: _Py_module_names. * Add Tools/scripts/generate_module_names.py script. * Makefile: Add "make regen-module-names" command. * setup.py: Add --list-module-names option. * GitHub Action and Travis CI also runs "make regen-module-names", not ony "make regen-all", to ensure that the module names remains up to date. | |||||
