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.15.0
Choose a head ref
  • 16 commits
  • 60 files changed
  • 9 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

Commits on Dec 13, 2023

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

Commits on Dec 26, 2023

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

Commits on Mar 27, 2024

  1. Improve .po IO (#1068)

    * read_po: note interface also supports iterable-of-strings, not a filelike
    
    * write_po: refactor into generate_po
    akx authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e0d1018 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 22, 2024

  1. Allow alternative space characters as group separator when parsing nu…

    …mbers (#1007)
    
    The French group separator is `"\u202f"` (narrow non-breaking space),
    but when parsing numbers in the real world, you will most often encounter
    either a regular space character (`" "`) or a non-breaking space character
    (`"\xa0"`).
    
    The issue was partially adressed earlier in #637,
    but only to allow regular spaces instead of non-breaking spaces `"\xa0"` in
    `parse_decimal`.
    
    This commit goes further by changing both `parse_number` and `parse_decimal`
    to allow certain other space characters when the group character is itself a space character,
    but is not present in the string to parse.
    
    Unit tests are included.
    ronnix authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c0fb56e View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1a03526 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on May 5, 2024

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