]> git.ipfire.org Git - thirdparty/babel.git/shortlog
thirdparty/babel.git
2009-08-22  Jeroen Ruigrok... Fix the import script to skip alt or draft items in...
2009-08-21  Jeroen Ruigrok... Add extra doctest for formatting a number in de_DE...
2009-08-21  Jeroen Ruigrok... Adjust tests to match the data in CLDR: German doesn...
2009-08-21  Jeroen Ruigrok... Mark up two docstrings as raw (r""") in order to get...
2009-08-19  Jeroen Ruigrok... Add a __ne__ method for the Locale class.
2009-07-29  Jeroen Ruigrok... Make sure to note CLDR 1.7 in installation details.
2009-07-29  Jeroen Ruigrok... First changes to accomodate CLDR 1.7's changes.
2009-05-08  Christopher... add `--project` and `--version` options for commandline...
2009-03-17  Christopher... Fix for msgctxt parsing in PO files. Thanks to Asheesh...
2009-03-16  Jeroen Ruigrok... Fix Catalog._set_mime_headers' handing of negative...
2009-03-12  Pedro AlgarvioTypo.
2009-01-10  Pedro AlgarvioFuzzy matching regarding plurals should *NOT* be checke...
2008-12-23  Pedro AlgarvioUse a more explicit error message if no option or argum...
2008-12-23  Pedro AlgarvioNow, the `--width` option, although with a default...
2008-12-18  Pedro AlgarvioFinal and complete fix for #148.
2008-12-18  Pedro AlgarvioInclude patch from Asheesh Laroia. Fixes #45.
2008-12-18  Pedro AlgarvioAdd support for `msgctxt`. See #54.
2008-12-16  Pedro AlgarvioTestcase for fix of #148.
2008-12-15  Pedro AlgarvioMake the `POT-Creation-Date` of the catalog being updat...
2008-12-15  Pedro AlgarvioTypo's and sorted output of `list-locales`.
2008-10-31  Armin RonacherRemoved `ValueError` raising for string formatting...
2008-10-09  Philip Jenvey2.3 compat: fix another usage of set
2008-10-08  Philip Jenveyfix Python 2.3 compat: rearrange set/itemgetter/rsplit...
2008-08-25  Christopher... More plural module cleanup and fixes.
2008-08-25  Christopher... Fix some epydoc usage in the `plural` module.
2008-08-25  Christopher... Fix type in ChangeLog.
2008-08-25  Christopher... Add message domain support to the `Translations` class...
2008-08-25  Christopher... Added [444] and [445] to ChangeLog.
2008-08-24  Armin RonacherAdded support for string concatenation to javascript...
2008-08-16  Armin RonacherJavaScript lexer is now handling escapes in regular...
2008-08-06  Christopher... Strip locale modifiers when parsing (#136), and treat...
2008-08-05  Pedro AlgarvioFix `babel.support.Translations.__repr__` and make...
2008-07-18  Christopher... Add `timedelta` function to the `Format` support class.
2008-07-18  Christopher... Fix for memory leak reported in #128. Thanks to Manlio...
2008-07-16  Christopher... Make the dependency on pytz for the tests explicit...
2008-07-15  Christopher... Fixed quarters in date formatting.
2008-07-15  Christopher... The `format_timedelta` function now returns, for exampl...
2008-07-15  Christopher... Doc improvements for the new `format_timedelta` function.
2008-07-15  Armin Ronacheralternative repr for plural rules
2008-07-15  Armin RonacherFixed not in plural rules
2008-07-14  Armin RonacherFixed a bug in plural.py that caused a traceback for...
2008-07-14  Christopher... Preliminary support for timedelta formatting (see ...
2008-07-14  Christopher... More graceful `__version__` initialization when Babel...
2008-07-14  Armin RonacherSome refactoring in plural.py
2008-07-11  Armin RonacherAdded pluralization support module for the plural defin...
2008-07-11  Christopher... Improve CLDR import of currency-related data to ignore...
2008-07-11  Jeroen Ruigrok... Clarify first_week_day, weekend_start, and weekend_end...
2008-07-09  Christopher... Fix dates in ChangeLog.
2008-07-08  Christopher... Use item access to catalog messages in tests, so that...
2008-07-08  Christopher... Use item access to catalog messages in tests, so that...
2008-07-07  Christopher... Fix conversion of timestamp to `datetime` in `format_da...
2008-07-07  Christopher... Implement support for aliases in the CLDR data. Closes...
2008-07-01  Armin RonacherAdded changelog entry for new `get_plural` function.
2008-07-01  Armin RonacherAdded babel.messages.plurals.get_plural which returns...
2008-06-30  Pedro AlgarvioRemove some unused imports.
2008-06-30  Pedro AlgarvioInclude fix of [407] in `pybabel`.
2008-06-30  Pedro AlgarvioWe no longer neglect `catalog.plurals`. Added tests...
2008-06-26  Pedro AlgarvioMake sure the fix also works for multiple translator...
2008-06-26  Pedro AlgarvioTest and respective fix for gettext calls that spawn...
2008-06-26  Pedro AlgarvioFix typo and add a test for translator comments with...
2008-06-25  Armin RonacherFixed a typo in the message checkers (tests will follow)
2008-06-18  Armin RonacherAdded documentation to format method in babel.js
2008-06-18  Armin RonacherAdded contrib folder with a JavaScript support file...
2008-06-18  Armin RonacherFixed logic error in the python format checker.
2008-06-17  Armin RonacherConvert format strings to str for nicer error messages...
2008-06-17  Armin RonacherUpdated catalog test case for last commit, flags are...
2008-06-17  Armin RonacherMessage.clone doesn't return a shallow copy any longer...
2008-06-17  Armin RonacherFix scientific notation for 0. closes #99
2008-06-17  Armin RonacherFixed #59 by falling back silently on invalid location...
2008-06-17  Armin RonacherRefactored the checker system. It's now possible to...
2008-06-17  Armin RonacherMoved PYTHON_FORMAT back to catalog.
2008-06-17  Armin RonacherFixed a small bug in the python format string checker...
2008-06-17  Armin RonacherThe builtin checkers don't require setuptools any longe...
2008-06-17  Armin RonacherAdded `validate_format helper function to `babel.support`.
2008-06-16  Christopher... More work on msgctxt support (#54).
2008-06-16  Christopher... Fixes for timezone calculations in time formatting...
2008-06-16  Christopher... Update to CLDR 1.5.1, which split out the metazone...
2008-06-16  Christopher... Fix for incorrect month context lookup in date formatti...
2008-06-16  Christopher... Remove leftover unused code from [365].
2008-06-16  Armin RonacherFixed a bug in pofile (in_msgctxt was not defined)...
2008-06-14  Armin RonacherJavaScript lexer falls back silently now on syntax...
2008-06-14  Armin Ronacheradded some newlines to extract and jslexer to stay...
2008-06-12  Armin RonacherAdded !JavaScript extractor
2008-06-12  Armin RonacherStripping of comment tags is optional now. If enabled...
2008-06-11  Christopher... Fix iterkeys/iteritems/itervalues/pop/popitem methods...
2008-06-11  Christopher... Fix handling of default value of `locales` parameter...
2008-06-11  Christopher... More preparation for msgctxt support (#54).
2008-06-10  Christopher... Add basic MO file reading in preparation for #54.
2008-06-10  Christopher... Change Catalog class to retain the plural forms set...
2008-06-10  Christopher... Add test file needed for [368].
2008-06-06  Christopher... Fix message catalog compilation for locales with more...
2008-06-06  Christopher... Fix for #97, compilation of message catalogs for locale...
2008-06-06  Christopher... Allow extraction method specification to use a dot...
2008-05-02  Jeroen Ruigrok... Reinstate changeset r362, but this time properly wrap...
2008-04-24  Jeroen Ruigrok... Back out last change, this broke extraction.
2008-04-11  Christopher... Make dependency on the parser module optional.
2008-03-19  Jeroen Ruigrok... Actually use UTC to be more correct.
2008-03-19  Jeroen Ruigrok... Replace Europe/Paris with Universal.
2008-03-19  Jeroen Ruigrok... Fix typo.
2008-02-18  Philip Jenveyfix invalid message extraction methods causing:
next