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
/
support.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply pre-commit fixes.
Lukas Balaga
2016-02-27
1
-3
/
+3
*
Flatten NullTranslations.files into a list
Aarni Koskela
2015-12-29
1
-1
/
+1
*
Test/CI: Make doctests run on both Py2 and Py3
Aarni Koskela
2015-12-21
1
-2
/
+2
*
Add __copy__ and __deepcopy__ to LazyProxy.
astaric
2015-08-05
1
-0
/
+17
*
Some codestyle updates in babel.support
Armin Ronacher
2013-07-25
1
-31
/
+2
*
License clarification and cleanup
Armin Ronacher
2013-07-24
1
-17
/
+11
*
fix babel.support for py3 strings/bytes
Alex Morega
2013-07-07
1
-8
/
+8
*
the python stdlib has no *pgettext
Alex Morega
2013-07-07
1
-4
/
+0
*
fix tests
Alex Morega
2013-07-07
1
-0
/
+6
*
More gettext fixes
Armin Ronacher
2013-07-06
1
-3
/
+13
*
Merge pull request #14 from mgax/pypy
Armin Ronacher
2013-07-06
1
-1
/
+2
|
\
|
*
make sure we close the file
Alex Morega
2013-07-05
1
-1
/
+2
*
|
Greatly improved timedelta formatting
Armin Ronacher
2013-07-05
1
-3
/
+6
|
/
*
Removed __docformat__ markers
Armin Ronacher
2013-07-05
1
-1
/
+1
*
Removed trailing whitespace
Armin Ronacher
2013-07-05
1
-35
/
+35
*
changes in CLDR data
Alex Morega
2013-07-04
1
-1
/
+1
*
update Translations.load to use new parameter name ('fp' instead of 'fileobj'...
Felix Schwarz
2012-08-22
1
-1
/
+1
*
change constructor for babel.support.Translations to __init__(fp=None, domain...
Felix Schwarz
2012-08-20
1
-4
/
+3
*
".load()" (babel.support.Translations) now returns Babel's NullTranslation (b...
Felix Schwarz
2012-08-20
1
-1
/
+1
*
add babel.support.NullTranslations class similar to gettext.NullTranslations ...
Felix Schwarz
2012-08-20
1
-91
/
+109
*
don't use class-level variable as default value for method parameters in babe...
Felix Schwarz
2012-08-10
1
-3
/
+6
*
use decorators (as we require Python 2.4+ anyway)
Felix Schwarz
2012-07-31
1
-2
/
+2
*
rename several du*gettext methods() to ud*gettext for more consistent naming ...
Felix Schwarz
2011-09-07
1
-4
/
+12
*
Allow disabling cache behaviour in LazyProxy (fixes #208, initial patch Pedro...
Felix Schwarz
2011-08-31
1
-1
/
+5
*
Update the copyright line.
Jeroen Ruigrok van der Werven
2011-03-05
1
-1
/
+1
*
Get rid of some unused imports.
Jeroen Ruigrok van der Werven
2011-03-05
1
-4
/
+4
*
First changes to accomodate CLDR 1.7's changes.
Jeroen Ruigrok van der Werven
2009-07-29
1
-1
/
+1
*
Add support for `msgctxt`. See #54.
Pedro Algarvio
2008-12-18
1
-0
/
+173
*
fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode
Philip Jenvey
2008-10-08
1
-6
/
+1
*
Add message domain support to the `Translations` class. Closes #137.
Christopher Lenz
2008-08-25
1
-14
/
+85
*
Fix `babel.support.Translations.__repr__` and make it less stupid; Include th...
Pedro Algarvio
2008-08-05
1
-4
/
+5
*
Add `timedelta` function to the `Format` support class.
Christopher Lenz
2008-07-18
1
-2
/
+15
*
The builtin checkers don't require setuptools any longer, validate_format and...
Armin Ronacher
2008-06-17
1
-108
/
+2
*
Added `validate_format helper function to `babel.support`.
Armin Ronacher
2008-06-17
1
-2
/
+113
*
Fixes for timezone calculations in time formatting (#83).
Christopher Lenz
2008-06-16
1
-1
/
+1
*
Fix handling of default value of `locales` parameter of the `Translations.loa...
Christopher Lenz
2008-06-11
1
-4
/
+5
*
Fix `__repr__` of `Translations` class. Closes #63.
Christopher Lenz
2007-09-05
1
-1
/
+1
*
Add wrapper class bundling the various formatting functions bound to a specif...
Christopher Lenz
2007-06-13
1
-1
/
+112
*
o fix misnamed vars in LazyProxy
Philip Jenvey
2007-06-13
1
-3
/
+3
*
Move `Translations` and `LazyProxy` to new `babel.support` module, which shou...
Christopher Lenz
2007-06-08
1
-0
/
+209