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
/
messages
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed trailing whitespace
Armin Ronacher
2013-07-05
7
-47
/
+47
*
ensure .mo file header contains the same information as the source .po file (...
Felix Schwarz
2012-08-27
3
-9
/
+40
*
fix 'input_dirs' option for setuptools integration (#232, initial patch by É...
Felix Schwarz
2012-08-23
2
-2
/
+25
*
fix spelling
Felix Schwarz
2012-08-22
1
-1
/
+1
*
"update" command now supports "--width" option (#284)
Felix Schwarz
2012-08-20
1
-9
/
+19
*
raise exception if setuptools integration for init catalog uses both 'width' ...
Felix Schwarz
2012-08-20
1
-0
/
+3
*
"init" command support "--width" option (#284)
Felix Schwarz
2012-08-20
2
-5
/
+67
*
resort to hard-coded message extractors/checkers if pkg_resources is installe...
Felix Schwarz
2012-08-09
2
-7
/
+15
*
change Locale comparison: Locales are now considered equal if all of their at...
Felix Schwarz
2012-08-09
1
-1
/
+2
*
fix doctests on Python 2.4: In 2.4 re.sub(..., ..., u'') will return '' (str,...
Felix Schwarz
2012-08-06
1
-5
/
+5
*
handle irregular multi-line msgstr (no "" as first line) gracefully (#171)
Felix Schwarz
2012-08-04
2
-6
/
+17
*
fix handling of messages containing '\\n' (#171)
Felix Schwarz
2012-08-03
2
-5
/
+26
*
small code cleanup in write_po()
Felix Schwarz
2012-08-03
1
-4
/
+2
*
use decorators (as we require Python 2.4+ anyway)
Felix Schwarz
2012-07-31
1
-50
/
+42
*
add "--no-wrap" option for init/update commands (#289)
Felix Schwarz
2012-07-24
3
-4
/
+90
*
change frontend tests so that they can be run stand-alone (using "python babe...
Felix Schwarz
2012-07-23
1
-4
/
+6
*
remove Python 2.3 conditional in test suite generation
Felix Schwarz
2011-09-28
1
-4
/
+1
*
Support for context-aware methods during message extraction (fixes #229, patc...
Felix Schwarz
2011-09-26
3
-22
/
+51
*
remove/simplify useless code lines
Felix Schwarz
2011-09-26
1
-1
/
+1
*
use helper methods in frontend tests to concentrate assumptions about file sy...
Felix Schwarz
2011-09-26
1
-48
/
+62
*
refactor Catalog.__cmp__ method
Felix Schwarz
2011-09-26
1
-10
/
+13
*
add more comparison methods to babel.messages.Catalog to ease the Python 3 tr...
Felix Schwarz
2011-09-25
1
-0
/
+18
*
fix spelling in comments
Felix Schwarz
2011-09-25
1
-2
/
+2
*
fix docstring for babel.messages.extract() so it mentions the correct return ...
Felix Schwarz
2011-09-03
1
-3
/
+3
*
test refactoring: clear global babel logger handlers to decrease test interde...
Felix Schwarz
2011-03-19
1
-7
/
+11
*
babel.messages.pofile should only apply encoding when actually writing a file...
Felix Schwarz
2011-03-19
1
-3
/
+2
*
rename babel.localedata.list() to ease Python 3 transition (fixes #250)
Felix Schwarz
2011-03-19
1
-1
/
+1
*
Catalog class should not do decoding of input strings (fixes #256)
Felix Schwarz
2011-03-19
2
-10
/
+45
*
catalog.add() now returns the message instance (closes #245)
Felix Schwarz
2011-03-19
6
-5
/
+27
*
fix a couple of frontend tests so they actually test something (fixes #260)
Felix Schwarz
2011-03-16
1
-49
/
+38
*
add actual unit tests for #227 and add missing changelog entry
Felix Schwarz
2011-03-11
1
-0
/
+27
*
remove unnecessary import
Felix Schwarz
2011-03-05
1
-1
/
+0
*
cleanup: remove unused imports
Felix Schwarz
2011-03-05
4
-6
/
+3
*
Update the copyright line.
Jeroen Ruigrok van der Werven
2011-03-05
17
-17
/
+17
*
Get rid of the utility code for itemgetter(), we now simply import this
Jeroen Ruigrok van der Werven
2011-03-05
2
-4
/
+2
*
Cleanup round #1: get rid of the frozenset/set utility code and imports.
Jeroen Ruigrok van der Werven
2011-03-05
4
-4
/
+3
*
shorten the __init__() method of !CommandLineInterface by extracting the logg...
Felix Schwarz
2011-03-05
1
-15
/
+16
*
prevent !CommandLineInterface.run from accumulating logging handlers (fixes #...
Felix Schwarz
2011-03-05
2
-2
/
+17
*
Back out r549 for now.
Jeroen Ruigrok van der Werven
2011-02-22
1
-6
/
+3
*
Prevent multiple handlers being attached to the same logger.
Jeroen Ruigrok van der Werven
2011-02-22
1
-3
/
+6
*
Fix Serbian plural forms (ticket #213).
Jeroen Ruigrok van der Werven
2010-04-11
1
-1
/
+1
*
Fix typos.
Jeroen Ruigrok van der Werven
2010-04-11
1
-2
/
+2
*
Fix test to run under Python 2.3.
Jeroen Ruigrok van der Werven
2010-04-08
1
-1
/
+4
*
Rename the ''CVS'' directory in the test data to ''ignored'', as quite a numb...
Christopher Lenz
2010-04-07
5
-6
/
+6
*
Forgot to bump the copyright line.
Jeroen Ruigrok van der Werven
2010-02-24
1
-1
/
+1
*
Actually make the msgid_plural be a plural as per typical use case.
Jeroen Ruigrok van der Werven
2010-02-19
1
-4
/
+4
*
More than two plural forms work nowadays. Adjust the test.
Jeroen Ruigrok van der Werven
2010-02-19
1
-3
/
+3
*
Put the square brackets test after all the normal plural tests. It's more
Jeroen Ruigrok van der Werven
2010-02-19
1
-11
/
+11
*
Add a test for a locale with one plural form.
Jeroen Ruigrok van der Werven
2010-02-19
1
-0
/
+10
*
Fix testcase name typo.
Jeroen Ruigrok van der Werven
2010-02-19
1
-5
/
+5
[next]