Bugfix release
- Documented name inclusion policy (#132)
- Fixed handling of
_peg_parser
module, removedpeg_parser
from stdlibs (#126) - Fixed detection of
PyInit
functions, added_pybsddb
to 2.x stdlibs (#127) - Dropped 3.8 from CI testing (#133)
$ git shortlog -s v2024.10.25...v2024.12.3
2 Amethyst Reese
3 Tim Hatch
5 dependabot[bot]
Maintenance release
- Update stdlibs for 3.13.0 and 3.14a1 (#110, #117, #119)
- Fixed detection of _wmi in 3.12 and 3.13 (#119)
- Released using PyPI trusted publisher (#118)
$ git shortlog -s v2024.5.15...v2024.10.25
7 Amethyst Reese
1 Tim Hatch
11 dependabot[bot]
Maintenance release
- Update stdlibs for 3.13b1 (#91)
$ git shortlog -s v2024.1.28...v2024.5.15
1 Amethyst Reese
1 Tim Hatch
9 dependabot[bot]
Maintenance release
- Update stdlibs for 3.13a3 (#76)
- Update doctest usage (#77)
$ git shortlog -s v2023.12.15...v2024.1.28
2 Amethyst Reese
2 Tim Hatch
5 dependabot[bot]
Maintenance release
- Include stdlibs for 3.13 (#69)
$ git shortlog -s v2023.11.2...v2023.12.15
2 Amethyst Reese
1 Tim Hatch
6 dependabot[bot]
Maintenance release
- Include stdlibs for 3.12 (#59)
- Updated metadata (#60)
$ git shortlog -s v2022.10.9...v2023.11.2
3 Amethyst Reese
1 Tim Hatch
2 dependabot[bot]
Maintenance release
- Add PEP 561 markers for type checking
$ git shortlog -s v2022.6.8...v2022.10.9
7 Amethyst Reese
8 dependabot[bot]
Maintenance release
- Update catalog for 3.11 betas (#25)
$ git shortlog -s v2022.3.16...v2022.6.8
2 Amethyst Reese
2 Tim Hatch
3 dependabot[bot]
Maintenance release
- Updated fetch script to generate docs
- Generated doc site using Sphinx and RTD
- Improved readme overview
- Ownership tranferred to Omnilib Project
$ git shortlog -s v2022.2.2...v2022.3.16
7 Amethyst Reese
6 dependabot[bot]
Feature release
- Added stdlibs for 3.11 (#6)
- Updated release URLs (#5)
$ git shortlog -s v2021.4.1...v2022.2.2
8 Amethyst Reese
3 Tim Hatch
Bugfix release
- Remove "test" module from py2x stdlibs (#4)
- Fix documentation and run doctest on README (#3)
$ git shortlog -s v2021.3.30...v2021.4.1
3 Amethyst Reese
2 Tim Hatch
Feature release
- Use generated submodules of each major Python version back to 2.3 (#1)
- Default to listing all known module names from all Python 3.x versions (#1)
- Remove unnecessary runtime dependencies (#2)
$ git shortlog -s v2021.3.25...v2021.3.30
5 Amethyst Reese
8 Tim Hatch
Initial release
module_names
is justsys.stdlib_module_names
from 3.10- That's it. That's the package.
$ git shortlog -s v2021.3.25
5 Amethyst Reese