]> git.ipfire.org Git - thirdparty/babel.git/shortlog
thirdparty/babel.git
2007-06-18  Christopher... Minor doc fixes.
2007-06-18  Christopher... Set explicit local timezone for CLI `init` command.
2007-06-18  Christopher... Use `dates.format_datetime` for dates in PO(T) header...
2007-06-18  Christopher... Make `relpath` doctest Windows-compatible.
2007-06-18  Christopher... Implement wall-time time-zone display.
2007-06-18  Christopher... Fake `sys.argv` for CLI tests.
2007-06-18  Christopher... Add a couple of CLI tests.
2007-06-18  Christopher... Add test for permille number format.
2007-06-18  Christopher... Add currency formatting.
2007-06-18  Christopher... Split docs on date and number formatting.
2007-06-17  Christopher... Make the check for the `message_extractors` setup keywo...
2007-06-16  Philip Jenveystup doesn't exist and this code block is never encount...
2007-06-15  Christopher... Fix parsing of timezone in POT creation date.
2007-06-15  Christopher... Added tests for `new_catalog` distutils command.
2007-06-15  Christopher... Follow-up to [119]: also wrap when not passed as string.
2007-06-15  Christopher... Make the Genshi extractor wrap the `ignore_attrs` and...
2007-06-15  Christopher... Made new frontend tests more ''unit-y'', i.e. calling...
2007-06-15  Christopher... Moved doc config into a subdirectory, and added a ...
2007-06-15  Christopher... Added new logo.
2007-06-14  Pedro AlgarvioAdded some minor distutils frontend tests, corrected...
2007-06-14  Pedro AlgarvioAdding a test project to play with :)
2007-06-14  Philip Jenveycopyright_holder arg is no longer needed for write_po
2007-06-14  Philip Jenveyunused import
2007-06-14  Philip Jenveyfixed old comments kwarg to auto_comments
2007-06-14  Philip Jenveytranslator comment tags aren't included in the catalog
2007-06-14  Pedro AlgarvioFixed a bug introduced in [106].
2007-06-14  Christopher... Minor doc improvements.
2007-06-14  Christopher... Fix for #16: the header message (`msgid = ""`) is now...
2007-06-14  Pedro Algarvio`Message`, `read_po` and `write_po` now all handle...
2007-06-13  Christopher... Merged `write_pot` and `write_po` functions by moving...
2007-06-13  Christopher... Implement wrapping of header comments in PO(T) output...
2007-06-13  Christopher... Project name and version, and the charset are available...
2007-06-13  Christopher... Add wrapper class bundling the various formatting funct...
2007-06-13  Philip Jenveyo fix misnamed vars in LazyProxy
2007-06-13  Philip Jenveyunused import
2007-06-13  Christopher... Add `--without-apidocs` switch to `build_doc` command...
2007-06-12  Christopher... Renamed `LOCAL` to `LOCALTZ`.
2007-06-12  Pedro AlgarvioAlso use tzinfo for `write_po`.
2007-06-12  Christopher... Fix for #11 (use local timezone in timestamps of genera...
2007-06-12  Pedro AlgarvioUpdated `read_po` to add user comments besides just...
2007-06-11  Pedro AlgarvioCommiting patch provided by pjenvey: Translator comment...
2007-06-11  Pedro AlgarvioFixed bug introduced in [92], bad use of `lstrip()...
2007-06-11  Pedro AlgarvioChanged translator comments extraction behaviour in...
2007-06-11  Christopher... Some doc improvements on distutils integration.
2007-06-11  Pedro AlgarvioUnittest for the problem reported by pjenvey fixed...
2007-06-11  Pedro AlgarvioCompletely fixed the bug reported by pjenvey, partially...
2007-06-11  Pedro AlgarvioFixed a bug on Catalog. `__setitem__` was not updating...
2007-06-10  Pedro AlgarvioFixed a bug on the CLI frontend introduced on [81]...
2007-06-10  Pedro AlgarvioFixed de-pluralization bug introduced in [85] regarding...
2007-06-10  Christopher... Some cosmetic changes for the new translator comments...
2007-06-10  Christopher... Add unit tests for extracting translator comments from...
2007-06-10  Pedro AlgarvioMissed some param's documentation regarding translator...
2007-06-10  Pedro AlgarvioFixed and added some documentation about the translator...
2007-06-10  Pedro AlgarvioAdded support for translator comments at the API and...
2007-06-10  Pedro AlgarvioImplemented item 4 from #12. Set the copyright holder...
2007-06-10  Pedro AlgarvioFixed the plurals header on `Catalog` which should...
2007-06-08  Christopher... Updated frontend screens for added sorting features.
2007-06-08  Pedro AlgarvioTypo on `doc/catalogs.txt`.
2007-06-08  Christopher... Fixed MIME type of new doc page.
2007-06-08  Christopher... Extended the docs a bit.
2007-06-08  Christopher... Extended the docs a bit.
2007-06-08  Christopher... More explicit module-level function names in `babel...
2007-06-08  Pedro AlgarvioImplemented message sorting, see #7.
2007-06-08  Christopher... Fix for mixed singular/plural messages, follow-up to...
2007-06-08  Christopher... Message catalogs can have multiple messages with the...
2007-06-08  Christopher... Add back POT header broken in previous check-in.
2007-06-08  Christopher... Enhance catalog to also manage the MIME headers.
2007-06-08  Pedro AlgarvioImplemented the `init` subcommand, aka, `new_catalog...
2007-06-08  Christopher... Add Babel soruce path to CLDR import script automatical...
2007-06-08  Christopher... `read_po` now returns a `Catalog`.
2007-06-08  Pedro AlgarvioAdded the available commands list to the `--help` outpu...
2007-06-08  Christopher... The order of extraction methods is now preserved (see...
2007-06-08  Christopher... Move `Translations` and `LazyProxy` to new `babel.suppo...
2007-06-08  Christopher... Fix typo in [58].
2007-06-08  Pedro AlgarvioFix 2nd typo of [58].
2007-06-08  Christopher... Fix typo in [58].
2007-06-08  Christopher... * The `extract_messages` distutils command now operato...
2007-06-08  Christopher... Add actual data structures for handling message catalog...
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.
next