]> git.ipfire.org Git - thirdparty/babel.git/shortlog
thirdparty/babel.git
2007-08-15  Christopher... Fix for `get_timezone_name` when falling back to GMT...
2007-08-14  Christopher... Fix typo on distutils/setuptools doc page.
2007-08-14  Philip Jenveydon't init new catalogs as fuzzy
2007-08-13  Christopher... Soften dependency on setuptools. Extraction methods...
2007-08-13  Philip Jenveyadded test cases for correct po/mofile sorting, followi...
2007-08-13  Philip Jenveyadd a __cmp__ to Message that correctly sorts by id...
2007-08-12  Christopher... `get_timezone_gmt()` wasn't getting the locale passed...
2007-08-12  Jonas BorgströmUpdated TODO-items in number.py.
2007-08-11  Christopher... Revert accidential change of file header in [260].
2007-08-11  Jonas BorgströmAdded `Decimal` support to the scientific notation...
2007-08-11  Jonas BorgströmAdded initial support for scientific notation patterns.
2007-08-07  Christopher... Finish implementation of day-of-year and day-of-month...
2007-08-07  Christopher... Implement day-of-week-in-month field in date formatting...
2007-08-07  Christopher... More work on #46 (week-of-year/week-of-month).
2007-08-07  Christopher... Again, properly implement week-in-year (#46).
2007-08-07  Christopher... Back out [251] which contained an accidential commit.
2007-08-07  Christopher... Properly implement week-in-year (#46).
2007-08-07  Christopher... Documentation stuff moved to a shared repository.
2007-08-03  Christopher... Clear executable bit on logos.
2007-08-01  Christopher... Add more `since` tags to stuff added in trunk.
2007-08-01  Christopher... Upgraded to CLDR 1.5 and improved timezone formatting.
2007-07-30  Christopher... Use logging module for output from CLI frontend.
2007-07-29  Christopher... Use proper logging in distutils `compile_catalog` command.
2007-07-24  Christopher... Forgot to update test method name after copy/paste.
2007-07-24  Christopher... Remove duplicate locations of catalog messages.
2007-07-20  Christopher... Follow-up to [239]: also combine duplicate comments...
2007-07-20  Christopher... Fix tests broken by [233], and add new tests.
2007-07-20  Pedro AlgarvioOnly write unique comments, no duplicates.
2007-07-20  Christopher... Applied patch by Ramiro Morales for more extensive...
2007-07-20  Pedro AlgarvioFix for message extractors which return `None` as the...
2007-07-18  Philip Jenveyfix skipping of class definitions without parens
2007-07-18  Philip Jenveyo extract_python fixes:
2007-07-16  Christopher... Implement day-of-year date format field. Closes #49.
2007-07-16  Christopher... Added infrastructure for adding catalog checkers, and...
2007-07-16  Christopher... Updated ChangeLog.
2007-07-16  Jonas BorgströmAdded Decimal support to the number formatter.
2007-07-16  Christopher... Implement milliseconds in day (#48).
2007-07-15  Christopher... Support for fractional seconds field in date formatting...
2007-07-13  Christopher... Dummy/stub implementation for week-in-year and week...
2007-07-13  Christopher... More robust handling of argument indices in message...
2007-07-13  Christopher... Added ChangeLog entries for [216:217].
2007-07-10  Jonas BorgströmSwitched to using our own round() implementation.
2007-07-10  Jonas BorgströmAdded support for siginificant digits in number patterns.
2007-07-05  Christopher... When parsing catalog headers, look for the content...
2007-07-05  Christopher... Include percentage in statistics output.
2007-07-04  Pedro AlgarvioMake frontends that make use of a ''loop all'' fail...
2007-07-04  Pedro AlgarvioImplement translations statistics, closes #18.
2007-07-04  Christopher... Preserve language-team header in catalogs on update...
2007-07-04  Christopher... Fix another bug introduced in [208].
2007-07-04  Christopher... Fix for bug introduced in [208]. Closes #37.
2007-07-03  Christopher... Minor changes to how previous msgids are processed.
2007-07-03  Pedro AlgarvioDoctest for changes on [205].
2007-07-03  Pedro AlgarvioMinor typo correction.
2007-07-03  Pedro AlgarvioAdded `--no-fuzzy-matching` to the frontends and also...
2007-07-03  Christopher... Handle obsolete messages when parsing catalogs. Closes...
2007-07-03  Christopher... Correctly handle non-ASCII chars in the catalog MIME...
2007-07-03  Christopher... Fix for #36: avoid corrupting the catalog on update...
2007-07-03  Christopher... Fix for #35, and a minor improvement to how we parse...
2007-07-02  Christopher... Move change for #34 to 0.8.1 release in ChangeLog.
2007-07-01  Christopher... Add an option to the frontend commands for catalog...
2007-07-01  Christopher... Correctly write out obsolete messages spanning multiple...
2007-06-29  Christopher... Rename command-line script to avoid conflict with the...
2007-06-29  Christopher... Fix adding new messages in catalog update.
2007-06-29  Christopher... Add renaming of `init_catalog` to ChangeLog.
2007-06-28  Christopher... Add a command-line option that prints out all available...
2007-06-28  Christopher... ChangeLog entry for [185].
2007-06-28  Christopher... More robust locale string parsing, with support for...
2007-06-28  Christopher... The frontends now provide ways to update existing trans...
2007-06-27  Philip Jenveyadded 'N_' (gettext noop) to the extractor's default...
2007-06-27  Christopher... Minor change to what symbols are “exported”, primarily...
2007-06-27  Christopher... * Instead of an extra `compile-all` option on the...
2007-06-26  Pedro AlgarvioAdded tests for the `compile` command of `babel` binary...
2007-06-26  Pedro AlgarvioChanged the `__repr__` output to include the flags...
2007-06-26  Pedro AlgarvioExtended the doctest to include tests for the fix on...
2007-06-26  Pedro AlgarvioForgot to fix the pluralizable messages, regarding...
2007-06-25  Pedro AlgarvioFix for #28 with updated doctest.
2007-06-24  Philip Jenveypot_file is a typo here
2007-06-22  Pedro AlgarvioAllow the compile catalog frontends to compile all...
2007-06-22  Pedro AlgarvioTypo fix.
2007-06-22  Christopher... Added note on [167] to ChangeLog.
2007-06-22  Christopher... Implement fuzzy matching to catalog updates. No fronten...
2007-06-22  Philip Jenveymade the python extractor detect source file encodings...
2007-06-22  Christopher... Added preliminary catalog updating/merging functionality.
2007-06-21  Philip Jenveyalphabetize imports
2007-06-21  Christopher... Slightly simplified CLI-frontend class.
2007-06-21  Christopher... Add MO file generation. Closes #21.
2007-06-21  Christopher... Minor cleanup in the `pofile` module.
2007-06-21  Christopher... Minor improvements to locale negotation.
2007-06-20  Christopher... The default ordering of messages in generated POT files...
2007-06-20  Christopher... Updated change log with recent fixes.
2007-06-20  Christopher... Respect charset specified in PO headers in `read_po...
2007-06-20  Christopher... The `LANGUAGE` environment variable may contain a colon...
2007-06-20  Philip Jenveysimplify
2007-06-20  Christopher... Some doc fixes.
2007-06-20  Christopher... Bump up version number on trunk.
2007-06-20  Christopher... Initialized change log.
2007-06-20  Christopher... Genshi extraction method has moved to Genshi project...
2007-06-19  Jonas BorgströmSome code cleanup.
2007-06-19  Christopher... Fix frontend tests on Python 2.5, where the case of...
2007-06-19  Christopher... More fixes for Windows compatibility:
next