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.18.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: master
Choose a head ref
  • 5 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 18, 2026

  1. Repair Python 3.9 tests (#1257)

    akx authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    68999b1 View commit details
    Browse the repository at this point in the history
  2. Improve documentation (#1256)

    * Remove documentation link to TimezoneTransition (removed in #958)
    
    * Document more APIs
    
    * Upgrade Sphinx
    
    * Belatedly bump version in docs
    akx authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    dea267e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. Cache validity of a locale name (#1254)

    Currently `_cache` is only populated on `load`, this is an issue with
    code which do a lot of locale parsing / instantiation but for one
    reason or an other rarely end up needing to actually load the locale
    data (e.g. date formatting with non-locale-dependent patterns) because
    every cache miss is an `os.path.exists`.
    Cache `exists` separately.
    
    Update test because `lru_cache` requires all parameters to be
    hashable and a list is not that.
    xmo-odoo authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    326c3bf View commit details
    Browse the repository at this point in the history
  2. Implement long/narrow -> short fallback in babel.units (#1225)

    Also implemented fallback from the correct pluralization to "other", which was also missing.
    
    Fixes #1217.
    trillllian authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    345c797 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Configuration menu
    Copy the full SHA
    baf9431 View commit details
    Browse the repository at this point in the history
Loading