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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix conversion of timestamp to `datetime` in `format_datetime()`
Christopher Lenz
2008-07-07
1
-1
/
+1
*
Implement support for aliases in the CLDR data. Closes #68. Also, update to C...
Christopher Lenz
2008-07-07
6
-19
/
+153
*
Added babel.messages.plurals.get_plural which returns a special tuple with th...
Armin Ronacher
2008-07-01
2
-11
/
+68
*
Remove some unused imports.
Pedro Algarvio
2008-06-30
1
-2
/
+2
*
Include fix of [407] in `pybabel`.
Pedro Algarvio
2008-06-30
3
-86
/
+125
*
We no longer neglect `catalog.plurals`. Added tests for it. Fixes #120.
Pedro Algarvio
2008-06-30
6
-8
/
+563
*
Make sure the fix also works for multiple translator comments. Refs #119.
Pedro Algarvio
2008-06-26
1
-0
/
+10
*
Test and respective fix for gettext calls that spawn multiple lines. Fixes #119.
Pedro Algarvio
2008-06-26
2
-1
/
+37
*
Fix typo and add a test for translator comments with leading spaces.
Pedro Algarvio
2008-06-26
1
-1
/
+12
*
Fixed a typo in the message checkers (tests will follow)
Armin Ronacher
2008-06-25
1
-4
/
+4
*
Fixed logic error in the python format checker.
Armin Ronacher
2008-06-18
1
-1
/
+1
*
Convert format strings to str for nicer error messages (no u prefix) in the p...
Armin Ronacher
2008-06-17
1
-1
/
+1
*
Updated catalog test case for last commit, flags are now tested too in the cl...
Armin Ronacher
2008-06-17
1
-0
/
+2
*
Message.clone doesn't return a shallow copy any longer. This fixes a bug wit...
Armin Ronacher
2008-06-17
2
-3
/
+12
*
Fix scientific notation for 0. closes #99
Armin Ronacher
2008-06-17
2
-1
/
+7
*
Fixed #59 by falling back silently on invalid location comments.
Armin Ronacher
2008-06-17
2
-2
/
+20
*
Refactored the checker system. It's now possible to partially validate trans...
Armin Ronacher
2008-06-17
2
-19
/
+36
*
Moved PYTHON_FORMAT back to catalog.
Armin Ronacher
2008-06-17
2
-13
/
+13
*
Fixed a small bug in the python format string checker that caused the wrong e...
Armin Ronacher
2008-06-17
1
-2
/
+3
*
The builtin checkers don't require setuptools any longer, validate_format and...
Armin Ronacher
2008-06-17
3
-136
/
+143
*
Added `validate_format helper function to `babel.support`.
Armin Ronacher
2008-06-17
3
-6
/
+127
*
More work on msgctxt support (#54).
Christopher Lenz
2008-06-16
3
-18
/
+79
*
Fixes for timezone calculations in time formatting (#83).
Christopher Lenz
2008-06-16
3
-22
/
+58
*
Update to CLDR 1.5.1, which split out the metazone mappings into a separate s...
Christopher Lenz
2008-06-16
1
-14
/
+14
*
Fix for incorrect month context lookup in date formatting. Closes #75. Thanks...
Christopher Lenz
2008-06-16
2
-1
/
+8
*
Remove leftover unused code from [365].
Christopher Lenz
2008-06-16
2
-6
/
+3
*
Fixed a bug in pofile (in_msgctxt was not defined). Test follows.
Armin Ronacher
2008-06-16
1
-0
/
+1
*
JavaScript lexer falls back silently now on syntax errors and tries to recover.
Armin Ronacher
2008-06-14
1
-6
/
+4
*
added some newlines to extract and jslexer to stay consistent with the rest o...
Armin Ronacher
2008-06-14
2
-0
/
+10
*
Added !JavaScript extractor
Armin Ronacher
2008-06-12
3
-0
/
+370
*
Stripping of comment tags is optional now. If enabled it will strip the tags ...
Armin Ronacher
2008-06-12
4
-30
/
+82
*
Fix iterkeys/iteritems/itervalues/pop/popitem methods on the `odict` utility ...
Christopher Lenz
2008-06-11
2
-4
/
+19
*
Fix handling of default value of `locales` parameter of the `Translations.loa...
Christopher Lenz
2008-06-11
1
-4
/
+5
*
More preparation for msgctxt support (#54).
Christopher Lenz
2008-06-11
10
-50
/
+106
*
Add basic MO file reading in preparation for #54.
Christopher Lenz
2008-06-10
5
-4
/
+159
*
Change Catalog class to retain the plural forms set in the MIME headers.
Christopher Lenz
2008-06-10
1
-16
/
+39
*
Add test file needed for [368].
Christopher Lenz
2008-06-10
1
-0
/
+34
*
Fix message catalog compilation for locales with more than two plural forms. ...
Christopher Lenz
2008-06-06
2
-14
/
+32
*
Fix for #97, compilation of message catalogs for locales with more than two p...
Christopher Lenz
2008-06-06
2
-1
/
+8
*
Allow extraction method specification to use a dot instead of the colon for s...
Christopher Lenz
2008-06-06
1
-2
/
+13
*
Reinstate changeset r362, but this time properly wrap the exception list in
Jeroen Ruigrok van der Werven
2008-05-02
1
-2
/
+2
*
Back out last change, this broke extraction.
Jeroen Ruigrok van der Werven
2008-04-24
1
-2
/
+2
*
Make dependency on the parser module optional.
Christopher Lenz
2008-04-11
1
-2
/
+2
*
Actually use UTC to be more correct.
Jeroen Ruigrok van der Werven
2008-03-19
1
-2
/
+1
*
Replace Europe/Paris with Universal.
Jeroen Ruigrok van der Werven
2008-03-19
1
-2
/
+2
*
Fix typo.
Jeroen Ruigrok van der Werven
2008-03-19
1
-2
/
+2
*
fix invalid message extraction methods causing:
Philip Jenvey
2008-02-18
2
-0
/
+5
*
Fix for #60.
Christopher Lenz
2008-02-01
1
-4
/
+8
*
Fix for #79 (location lines wrapping at hyphens).
Christopher Lenz
2008-02-01
4
-7
/
+48
*
Merging catalogs would sometimes mix translations from different runs.
Christopher Lenz
2008-02-01
2
-0
/
+17
[next]