Skip to content

Latest commit

 

History

History
211 lines (144 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

211 lines (144 loc) · 3.35 KB

stdlibs

Generated by attribution

v2024.12.3

Bugfix release

  • Documented name inclusion policy (#132)
  • Fixed handling of _peg_parser module, removed peg_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]

v2024.10.25

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]

v2024.5.15

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]

v2024.1.28

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]

v2023.12.15

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]

v2023.11.2

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]

v2022.10.9

Maintenance release

  • Add PEP 561 markers for type checking
$ git shortlog -s v2022.6.8...v2022.10.9
     7	Amethyst Reese
     8	dependabot[bot]

v2022.6.8

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]

v2022.3.16

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]

v2022.2.2

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

v2021.4.1

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

v2021.3.30

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

v2021.3.25

Initial release

  • module_names is just sys.stdlib_module_names from 3.10
  • That's it. That's the package.
$ git shortlog -s v2021.3.25
     5	Amethyst Reese