]> git.ipfire.org Git - thirdparty/babel.git/shortlog
thirdparty/babel.git
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:
2008-02-04  Christopher... Prepare ChangeLog for [milestone:0.9.2] release.
2008-02-04  Christopher... Documentation fixes/updates, closes #70.
2008-02-01  Christopher... Fix for #60.
2008-02-01  Christopher... Fix for #79 (location lines wrapping at hyphens).
2008-02-01  Christopher... Merging catalogs would sometimes mix translations from...
2008-02-01  Christopher... Fix catalog updating with fuzzy matches. Closes #82.
2008-01-20  Jeroen Ruigrok... Add a Plural-Forms for Cymraeg (Welsh).
2008-01-14  Christopher... Fix for unicode problem when the previous message id...
2008-01-07  Christopher... Same bug fixed in [339] was also in the setuptools...
2008-01-07  Christopher... Fixed bug where the commandline interface to the compil...
2007-12-31  Jeroen Ruigrok... Assume that, since Chuvash is a Turkic language, Chuvas...
2007-12-31  Jeroen Ruigrok... Given Dzongkha's relation to Tibetan for now assume...
2007-12-31  Jeroen Ruigrok... Add commented ISO 639-1 codes up to 'e'.
2007-12-30  Jeroen Ruigrok... Add a definition for Lao.
2007-12-13  Jeroen Ruigrok... Use consistent English names for all language names.
2007-12-13  Jeroen Ruigrok... When using sys.stdout with a pipe or redirection the...
2007-12-12  Jeroen Ruigrok... Add plural forms definition for Tibetan.
2007-12-06  Jeroen Ruigrok... Add a plurals definition for Thai.
2007-09-28  Philip Jenveymention the ticket, #66, in the last changelog
2007-09-28  Philip Jenveywoops, misplaced changelog
2007-09-28  Philip Jenveyfix catalogs' charset values not being recognized
2007-09-28  Philip Jenveywe must mean options.locale here
2007-09-09  Christopher... Fix error in `compile_catalog` distutils command. Close...
2007-09-07  Christopher... Updated ChangeLog for [milestone:0.9.1].
2007-09-05  Christopher... Fix `__repr__` of `Translations` class. Closes #63.
2007-09-05  Christopher... In `Locale.parse()`, only parse the argument if it...
2007-09-05  Christopher... Write PO files in binary mode. Closes #61.
2007-09-04  Christopher... Fix for updating catalog messages that changed from...
2007-08-26  Jonas BorgströmFixed a bug introduced by [301].
2007-08-26  Jonas BorgströmFixed formatting bug with 12-hour clock patterns.
2007-08-22  Christopher... Fix typo in docstring.
2007-08-22  Christopher... Fix typo in documentation of the default extraction...
2007-08-22  Christopher... Default the encoding of output by the `pybabel --list...
2007-08-20  Christopher... Bump up version number on trunk.
2007-08-20  Christopher... Updated ChangeLog for [milestone:0.9].
2007-08-20  Christopher... Fix minor glitch in docstring.
2007-08-20  Christopher... Apply patch for #26 to implement locale aliases.
2007-08-17  Philip Jenveyskip messages that have less arguments than the keyword...
2007-08-15  Philip Jenveyadd extractor tests for some odder method signatures...
2007-08-15  Christopher... Fix typo in [271] that slipped into the check-in.
2007-08-15  Christopher... Added examples for using `get_timezone_name` to documen...
2007-08-15  Christopher... Fail more gracefully when formatting the timezone for...
next