Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-babel/babel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.13.0
Choose a base ref
...
head repository: python-babel/babel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 4 contributors

Commits on Oct 23, 2023

  1. Depend on setuptools since Python 3.12

    The dependency was already added specifically for CI, but that is not correct, because it's the package itself that actually depends on setuptools
    oprypin authored and akx committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    eeb2feb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Fix _locales_to_names: Call str() on the parameter variable instead o…

    …f the module object. (#1038)
    
    Co-authored-by: Daniel Trachsel <daniel.trachsel@borm.ch>
    DI84 and Daniel Trachsel authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    139dc11 View commit details
    Browse the repository at this point in the history
  2. Prepare for 2.13.1 release

    akx committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    65de3dc View commit details
    Browse the repository at this point in the history
Loading