index
:
delta/babel.git
1.x-maintenance
2.10-maint
2.8-maintenance
2.x-maintenance
authors
baserock/1.3-50-g246996b
baserock/morph
become-281
become-290
ci-renovate
cldr-30
cldr-32
cldr-33
cldr-35
cldr-36
deprecate-py36
f-strings
feature/cldr24
fix-ci
fix-supplemental-data-alts
fuzzy-fix
github-ci
import-datetime-unify
improve-contributing-instructions
issue-764
issue-982
issue174/locale-parse-py3x
lenient-po-locale-parse
locale-basename
locale-parse-none
maint-25
master
messages-no-locale
minor-cleanup
mypy-fix-prep
mypy-misc-fix
number-sys-import
p694-redux
pre-commit
pre-commit-2
py2-long
release/2.3
release/2.4
remove-duplicate-tests
remove-gntzt
renovate-formatting
safer-pyinstaller-support
sils/branches
sils/callformore
sils/changes
sils/coala
sils/contributing
sils/contributing_rst
sils/nextver
sils/release
sils/test
sils/version_to_22
sils/wheel
sils/wheelm
unbound-exc
utc-tz
github.com: mitsuhiko/babel.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
babel
/
plural.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2023
Aarni Koskela
2023-02-28
1
-1
/
+1
*
Apply some simplification fixes courtesy of Ruff
Aarni Koskela
2023-01-25
1
-1
/
+1
*
Enable E741 (ambiguous variable name) lint
Aarni Koskela
2023-01-18
1
-1
/
+1
*
Apply some small miscellaneous formatting fixes
Aarni Koskela
2023-01-18
1
-0
/
+2
*
Apply ruff C category fixes
Aarni Koskela
2023-01-18
1
-1
/
+1
*
Apply ruff B category fixes
Aarni Koskela
2023-01-18
1
-1
/
+1
*
Minor cleanups (#948)
Aarni Koskela
2023-01-18
1
-1
/
+1
*
Add type annotations (#934)
Jonah Lawrence
2023-01-11
1
-30
/
+44
*
Replace %/.format/concatenation with f-strings where feasible (#927)
Aarni Koskela
2022-11-23
1
-40
/
+22
*
Fix up some Python2-isms using pyupgrade
Aarni Koskela
2022-05-10
1
-6
/
+5
*
plural: parse new c, e operands (otherwise unsupported though)
Aarni Koskela
2022-04-08
1
-9
/
+22
*
Plural-Forms: Fix missing trailing semicolon
farhan5900
2022-04-08
1
-2
/
+2
*
Update copyright year to 2022
Aarni Koskela
2022-01-25
1
-1
/
+1
*
Remove redundant _compat.py
Hugo van Kemenade
2021-09-14
1
-2
/
+1
*
Become 2.9.1
Aarni Koskela
2021-04-28
1
-1
/
+1
*
Bump copyright year from 2019 to 2020
Aarni Koskela
2020-11-11
1
-1
/
+1
*
Bump copyright year from 2018 to 2019
Aarni Koskela
2019-05-27
1
-1
/
+1
*
Use https URLs throughout project where available
Jon Dufresne
2018-06-13
1
-2
/
+2
*
Update copyright header years, and include the Babel team
Aarni Koskela
2018-02-02
1
-1
/
+1
*
Replace function call with set literal
Hugo
2017-12-28
1
-1
/
+1
*
Pull flags out of regular expressions
David Baumgold
2016-12-29
1
-1
/
+1
*
Fix float conversion in `extract_operands` (and the relevant test)
Aarni Koskela
2016-07-15
1
-7
/
+30
*
Simplify the selection of decimal implementation
Isaac Jurado
2016-05-29
1
-3
/
+3
*
Apply pre-commit fixes.
Lukas Balaga
2016-02-27
1
-3
/
+3
*
Compile noninteger TR35 operands to zeroes when emitting Gettext
Aarni Koskela
2016-01-22
1
-0
/
+6
*
plural: DRY out `compile_zero`
Aarni Koskela
2016-01-22
1
-4
/
+7
*
plural: support Unicode ellipsis sign
Aarni Koskela
2016-01-22
1
-1
/
+1
*
plural: don't ignore possible rules in `other` category
Aarni Koskela
2016-01-22
1
-3
/
+8
*
tests: Use the automatically chosen Decimal class
Isaac Jurado
2015-10-14
1
-3
/
+4
*
Fixed 2.6 bug (Decimal cannot convert floats)
benselme
2015-01-11
1
-1
/
+8
*
Make sure extract_operands is always called when using plural.to_python, add ...
benselme
2015-01-09
1
-4
/
+5
*
Fix to_python when i is not provided to evaluate function
benselme
2015-01-09
1
-2
/
+2
*
plural.extract_operands function and tests
benselme
2015-01-09
1
-5
/
+34
*
More stuff merged from mitsuhiko's cldr-24 branch
benselme
2015-01-08
1
-1
/
+20
*
Improved _Parser doc
benselme
2015-01-08
1
-15
/
+2
*
More extraction in _Parser, more tests
benselme
2015-01-08
1
-6
/
+20
*
Extract PluralRule.skip
benselme
2015-01-08
1
-19
/
+20
*
Extract PluralRule.test and add tests
benselme
2015-01-08
1
-5
/
+6
*
Include Armin Ronacher's work on PluralRule mitsuhiko/babel@774047a
benselme
2015-01-08
1
-17
/
+40
*
Extract plural rule tokenization function and add tests
benselme
2015-01-08
1
-25
/
+46
*
Add link to rules spec in PluralRule doc
benselme
2015-01-08
1
-1
/
+3
*
Some codestyle updates in babel.plural
Armin Ronacher
2013-07-25
1
-8
/
+1
*
License clarification and cleanup
Armin Ronacher
2013-07-24
1
-14
/
+9
*
make sure rules are always sorted
Alex Morega
2013-07-07
1
-2
/
+2
*
Fixed a regression in the pluralization support
Armin Ronacher
2013-07-06
1
-1
/
+3
*
First pass on python 3 support
Armin Ronacher
2013-07-06
1
-2
/
+4
*
Fixed missing support for some pluralization parts
Armin Ronacher
2013-07-06
1
-12
/
+36
*
Removed __docformat__ markers
Armin Ronacher
2013-07-05
1
-1
/
+1
*
Removed trailing whitespace
Armin Ronacher
2013-07-05
1
-1
/
+1
*
Made babel work with the latest version of the CLDR (23)
Armin Ronacher
2013-07-04
1
-32
/
+60
[next]