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: a8505a4
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: 40b194f
Choose a head ref
  • 8 commits
  • 51 files changed
  • 3 contributors

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