Very Low Activity

Commits : Listings

  Analyzed 4 days ago based on code collected 4 days ago.
Showing page 1 of 25
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
improve developer experience when using a hg checkout of babel (#314) Avatar
Felix Schwarz
as fschwarz
More... 7 months ago
ensure .mo file header contains the same information as the source .po file (#199) Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
fix 'input_dirs' option for setuptools integration (#232, initial patch by Étienne Bersac) Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
fix spelling Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
update Translations.load to use new parameter name ('fp' instead of 'fileobj'), regression introduced in r653 Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
"update" command now supports "--width" option (#284) Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
raise exception if setuptools integration for init catalog uses both 'width' and 'no-wrap' parameter Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
"init" command support "--width" option (#284) Avatar
Felix Schwarz
as fschwarz
More... 9 months 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) Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
fix tests on Python 2.4, named tuples are not available there Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
".load()" (babel.support.Translations) now returns Babel's NullTranslation (babel.support.NullTranslation) instead of gettext.NullTranslations Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
add babel.support.NullTranslations class similar to gettext.NullTranslations but with all of Babel's new *gettext methods (#277) Avatar
Felix Schwarz
as fschwarz
More... 9 months 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) Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
format_time() and format_datetime() now accept also floats (#242) Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
resort to hard-coded message extractors/checkers if pkg_resources is installed but no egg-info was found (#230) Avatar
Felix Schwarz
as fschwarz
More... 9 months ago
fix Locale.default to return Locales with correct territory information Avatar
Felix Schwarz
as fschwarz
More... 10 months 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). Avatar
Felix Schwarz
as fschwarz
More... 10 months 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 Avatar
Felix Schwarz
as fschwarz
More... 10 months ago
no warnings when running setup.py without installed setuptools (#262) Avatar
Felix Schwarz
as fschwarz
More... 10 months ago
disable doctests for babel.numbers in Python 2.4 due to changed Decimal repr output Avatar
Felix Schwarz
as fschwarz
More... 10 months ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.