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