10000 Comparing v2.13.1...v2.14.0 · python-babel/babel · GitHub
[go: up one dir, main page]

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.1
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.14.0
Choose a head ref
  • 8 commits
  • 44 files changed
  • 7 contributors

Commits on Nov 18, 2023

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

Commits on Nov 22, 2023

  1. Decouple pybabel frontend from distutils/setuptools; remove depende…

    …ncy (#1041)
    
    * Decouple `pybabel` frontend from distutils/setuptools; remove dependency
    
    * Add tox configuration for testing with setuptools too
    
    * Use `__getattr__` for re-export
    
    Fixes #1040
    
    Co-authored-by: Oleh Prypin <oleh@pryp.in>
    akx and oprypin authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bf7b2ca View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    8a1eef5 View commit details
    Browse the repository at this point in the history
  2. CI: use GitHub output formats (#1046)

    * CI: use GitHub output format for Ruff
    
    * CI: use pytest-github-actions-annotate-failures too
    akx authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5dff607 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Allow last_translator to be passed as an option to extract_message (#…

    …1044)
    
    Co-authored-by: Ivan Koldakov <ivan@koldakov.com>
    koldakov and koldakov authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d4e65e2 View commit details
    Browse the repository at this point in the history
  2. Add support for non-Latin numbering systems for number symbols (#1036)

    - Import number symbols for available numbering systems from cldr data
    - Add default_numbering_system  and other_numbering_systems properties for Locale
    - Add numbering_system argument to relevant number formatting fuctions and use number symbols based on the given numbering system
    
    Refs #446
    
    Co-authored-by: Aarni Koskela <akx@iki.fi>
    kajte and akx authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    aca7663 View commit details
    Browse the repository at this point in the history
  3. Improve parsing of malformed decimals (#1042)

    Signed-off-by: Olunusi Best <olunusibest@gmail.com>
    Co-authored-by: Aarni Koskela <akx@iki.fi>
    olunusib and akx authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    946efcd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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