32
I Use This!
Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 24 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ignore extra temp folder created by tests More... almost 11 years ago
script to download and import cldr More... almost 11 years ago
travis configuration More... almost 11 years ago
initial cleanup
xen
More... almost 11 years ago
tox file More... almost 11 years ago
ignore temp files from tests More... almost 11 years ago
improve developer experience when using a hg checkout of babel (#314) More... over 11 years ago
ensure .mo file header contains the same information as the source .po file (#199) More... over 11 years ago
fix 'input_dirs' option for setuptools integration (#232, initial patch by Étienne Bersac) More... over 11 years ago
fix spelling More... over 11 years ago
update Translations.load to use new parameter name ('fp' instead of 'fileobj'), regression introduced in r653 More... over 11 years ago
"update" command now supports "--width" option (#284) More... over 11 years ago
raise exception if setuptools integration for init catalog uses both 'width' and 'no-wrap' parameter More... over 11 years ago
"init" command support "--width" option (#284) More... over 11 years ago
change constructor for babel.support.Translations to __init__(fp=None, domain=None) as its super class gettext.GNUTranslations uses "fp" as well (even if "fileobj" is a better name) More... over 11 years ago
fix tests on Python 2.4, named tuples are not available there More... over 11 years ago
".load()" (babel.support.Translations) now returns Babel's NullTranslation (babel.support.NullTranslation) instead of gettext.NullTranslations More... over 11 years ago
add babel.support.NullTranslations class similar to gettext.NullTranslations but with all of Babel's new *gettext methods (#277) More... over 11 years ago
don't use class-level variable as default value for method parameters in babel.support.Translations to ease custom inheritance (see #276, initial patch by Christopher A. Stelma) More... over 11 years ago
format_time() and format_datetime() now accept also floats (#242) More... over 11 years ago
resort to hard-coded message extractors/checkers if pkg_resources is installed but no egg-info was found (#230) More... over 11 years ago
fix Locale.default to return Locales with correct territory information More... over 11 years ago
change Locale comparison: Locales are now considered equal if all of their attributes (language, territory, script, variant) are equal. Before __eq__ used the simple string representation which hides errors in Locale instantiation (see #279 and #311 for more information). More... over 11 years ago
change repr output for babel.Locale so all attributes (territory, script, variant) are shown by itself. This should help identifying bad usage of the Locale class (e.g. Locale('de_DE') instead of Locale('de', 'DE'), #279 More... over 11 years ago
no warnings when running setup.py without installed setuptools (#262) More... over 11 years ago
disable doctests for babel.numbers in Python 2.4 due to changed Decimal repr output More... over 11 years ago
parse_decimal() now returns Decimals not floats, API change (#178) More... over 11 years ago
fix doctests on Python 2.4: In 2.4 re.sub(..., ..., u'') will return '' (str, not unicode) so just fill in some msgstr to avoid that problem More... over 11 years ago
handle irregular multi-line msgstr (no "" as first line) gracefully (#171) More... over 11 years ago
fix indentation in split_number More... over 11 years ago