-
Notifications
You must be signed in to change notification settings - Fork 469
Comparing changes
Open a pull request
base repository: python-babel/babel
base: v2.13.1
head repository: python-babel/babel
compare: v2.15.0
- 16 commits
- 60 files changed
- 9 contributors
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6c52b3 - Browse repository at this point
Copy the full SHA a6c52b3View commit details
Commits on Nov 22, 2023
-
Decouple
pybabelfrontend from distutils/setuptools; remove depende…Configuration menu - View commit details
-
Copy full SHA for bf7b2ca - Browse repository at this point
Copy the full SHA bf7b2caView commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a1eef5 - Browse repository at this point
Copy the full SHA 8a1eef5View commit details -
CI: use GitHub output formats (#1046)
* CI: use GitHub output format for Ruff * CI: use pytest-github-actions-annotate-failures too
Configuration menu - View commit details
-
Copy full SHA for 5dff607 - Browse repository at this point
Copy the full SHA 5dff607View commit details
Commits on Nov 28, 2023
-
Allow last_translator to be passed as an option to extract_message (#…
…1044) Co-authored-by: Ivan Koldakov <ivan@koldakov.com>
Configuration menu - View commit details
-
Copy full SHA for d4e65e2 - Browse repository at this point
Copy the full SHA d4e65e2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for aca7663 - Browse repository at this point
Copy the full SHA aca7663View commit details -
Improve parsing of malformed decimals (#1042)
Signed-off-by: Olunusi Best <olunusibest@gmail.com> Co-authored-by: Aarni Koskela <akx@iki.fi>
Configuration menu - View commit details
-
Copy full SHA for 946efcd - Browse repository at this point
Copy the full SHA 946efcdView commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8505a4 - Browse repository at this point
Copy the full SHA a8505a4View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a1709a - Browse repository at this point
Copy the full SHA 2a1709aView commit details
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 40e60a1 - Browse repository at this point
Copy the full SHA 40e60a1View commit details
Commits on Mar 27, 2024
-
* read_po: note interface also supports iterable-of-strings, not a filelike * write_po: refactor into generate_po
Configuration menu - View commit details
-
Copy full SHA for e0d1018 - Browse repository at this point
Copy the full SHA e0d1018View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe82fbc - Browse repository at this point
Copy the full SHA fe82fbcView commit details
Commits on Apr 22, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for c0fb56e - Browse repository at this point
Copy the full SHA c0fb56eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1a03526 - Browse repository at this point
Copy the full SHA 1a03526View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2e6c6e - Browse repository at this point
Copy the full SHA c2e6c6eView commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40b194f - Browse repository at this point
Copy the full SHA 40b194fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.13.1...v2.15.0