]> git.ipfire.org Git - thirdparty/babel.git/shortlog
thirdparty/babel.git
2007-06-08  Pedro Algarvio`new_catalog` now accepts another argument, `--domain...
2007-06-08  Christopher... Rename the `babel.catalog` package to `babel.messages...
2007-06-07  Christopher... Add `english_name` property to `Locale` class.
2007-06-07  Christopher... Support sub-commands in command-line interface, and...
2007-06-07  Pedro AlgarvioFixed a bug regarding plural msgid's handling when...
2007-06-07  Jonas BorgströmAdded round-half-even (banker's rounding) support.
2007-06-07  Christopher... Support a `message_extractors` keyword argument directl...
2007-06-06  Christopher... Move the mapping configuration file format to `ConfigPa...
2007-06-06  Christopher... Support passing extraction method mapping and options...
2007-06-06  Christopher... Minor docstring fixes.
2007-06-06  Christopher... Fix copy&paste error in documentation stylesheet.
2007-06-06  Christopher... Some work towards #4.
2007-06-06  Christopher... Add setup config to get the SVN revision in the version...
2007-06-06  Christopher... Add new function to module exports.
2007-06-06  Christopher... Load locale data lazily to avoid penalizing usage of...
2007-06-06  Christopher... Syntax highlighting for the docs.
2007-06-06  Christopher... Move function for determining the system default locale...
2007-06-05  Christopher... Started implementation of datetime parsing, using a...
2007-06-05  Christopher... Add optional pytz dependency to `INSTALL.txt`.
2007-06-04  Christopher... Fix for #8: fix extraction of strings from Python sourc...
2007-06-04  Christopher... Add note on daylight savings time.
2007-06-04  Christopher... Extended time-zone support.
2007-06-04  Christopher... * Import datetime patterns from CLDR.
2007-06-04  Christopher... Started docs on number formatting/parsing.
2007-06-04  Christopher... Raise error on unsupported locales. Closes #5.
2007-06-04  Christopher... Add missing import.
2007-06-04  Christopher... More work on timezones.
2007-06-03  Christopher... Import basic timezone info from CLDR (see #3). Still...
2007-06-03  Pedro AlgarvioChanging `write_po` to include licensing info, same...
2007-06-03  Christopher... * Reduce size of locale data pickles by only storing...
2007-06-01  Christopher... Add doc section on calender display names.
2007-06-01  Christopher... Reimplement line wrapping for PO writing (as the `textw...
2007-05-31  Pedro AlgarvioAdded line-wrap support for `write_po`.
2007-05-31  Jonas BorgströmImplemented babel.numbers.format_percent
2007-05-31  Pedro AlgarvioChange pot header's first line, "Translations Template...
2007-05-31  Christopher... Fix typo in doc.
2007-05-31  Christopher... Moved some datetime tests from doctest to unittest...
2007-05-31  Christopher... Started documentation for date formatting, plus some...
2007-05-31  Christopher... Recognize python-format messages also for unnamed param...
2007-05-31  Christopher... Handle escape chars in datetime patterns.
2007-05-31  Christopher... Minor date formatting improvements.
2007-05-31  Christopher... Add a temporary/placeholder logo. Not the real thing...
2007-05-31  Christopher... Extended and documented `LazyProxy`.
2007-05-31  Christopher... * Removed pkg_resources/setuptools requirement from...
2007-05-30  Pedro AlgarvioBoth Babel's [source:trunk/babel/catalog/frontend.py...
2007-05-30  Jonas BorgströmAdd basic support for number format patterns.
2007-05-30  Christopher... Pull in some supplemental data from the CLDR, for thing...
2007-05-30  Christopher... Fix usage of `write_po` in frontends (follow-up to...
2007-05-30  Christopher... Add basic PO file parsing, and change the PO writing...
2007-05-30  Christopher... * The creation-date header in generated PO files now...
2007-05-30  Christopher... Fixes for the extended translations class.
2007-05-30  Christopher... Forgot to check in the doc directory.
2007-05-29  Christopher... Import of initial code base.
2007-05-29  Christopher... Basic directory layout.