| Commit message (Expand) | Author | Age | Files | Lines |
* | fix doctests on Python 2.4: In 2.4 re.sub(..., ..., u'') will return '' (str,... | Felix Schwarz | 2012-08-06 | 1 | -5/+5 |
* | handle irregular multi-line msgstr (no "" as first line) gracefully (#171) | Felix Schwarz | 2012-08-04 | 1 | -6/+7 |
* | fix handling of messages containing '\\n' (#171) | Felix Schwarz | 2012-08-03 | 1 | -5/+11 |
* | small code cleanup in write_po() | Felix Schwarz | 2012-08-03 | 1 | -4/+2 |
* | add "--no-wrap" option for init/update commands (#289) | Felix Schwarz | 2012-07-24 | 1 | -0/+2 |
* | remove/simplify useless code lines | Felix Schwarz | 2011-09-26 | 1 | -1/+1 |
* | babel.messages.pofile should only apply encoding when actually writing a file... | Felix Schwarz | 2011-03-19 | 1 | -3/+2 |
* | catalog.add() now returns the message instance (closes #245) | Felix Schwarz | 2011-03-19 | 1 | -0/+2 |
* | cleanup: remove unused imports | Felix Schwarz | 2011-03-05 | 1 | -3/+2 |
* | Update the copyright line. | Jeroen Ruigrok van der Werven | 2011-03-05 | 1 | -1/+1 |
* | Cleanup round #1: get rid of the frozenset/set utility code and imports. | Jeroen Ruigrok van der Werven | 2011-03-05 | 1 | -1/+1 |
* | Make sure to only strip on the first occurence of ]. | Jeroen Ruigrok van der Werven | 2010-02-19 | 1 | -1/+1 |
* | Fix for msgctxt parsing in PO files. Thanks to Asheesh Laroia for the patch. ... | Christopher Lenz | 2009-03-17 | 1 | -0/+2 |
* | Now, the `--width` option, although with a default value of 76, it's not set ... | Pedro Algarvio | 2008-12-23 | 1 | -3/+6 |
* | Include patch from Asheesh Laroia. Fixes #45. | Pedro Algarvio | 2008-12-18 | 1 | -0/+6 |
* | fix Python 2.3 compat: rearrange set/itemgetter/rsplit/sorted/unicode.decode | Philip Jenvey | 2008-10-08 | 1 | -6/+4 |
* | We no longer neglect `catalog.plurals`. Added tests for it. Fixes #120. | Pedro Algarvio | 2008-06-30 | 1 | -4/+15 |
* | Fixed #59 by falling back silently on invalid location comments. | Armin Ronacher | 2008-06-17 | 1 | -2/+7 |
* | Fixed a bug in pofile (in_msgctxt was not defined). Test follows. | Armin Ronacher | 2008-06-16 | 1 | -0/+1 |
* | More preparation for msgctxt support (#54). | Christopher Lenz | 2008-06-11 | 1 | -4/+15 |
* | Add basic MO file reading in preparation for #54. | Christopher Lenz | 2008-06-10 | 1 | -2/+2 |
* | Fix for #79 (location lines wrapping at hyphens). | Christopher Lenz | 2008-02-01 | 1 | -5/+4 |
* | Fix for unicode problem when the previous message id is included as a comment... | Christopher Lenz | 2008-01-14 | 1 | -2/+2 |
* | add a __cmp__ to Message that correctly sorts by id, taking into account plurals | Philip Jenvey | 2007-08-13 | 1 | -1/+1 |
* | Remove duplicate locations of catalog messages. | Christopher Lenz | 2007-07-24 | 1 | -1/+1 |
* | Fix tests broken by [233], and add new tests. | Christopher Lenz | 2007-07-20 | 1 | -10/+11 |
* | Only write unique comments, no duplicates. | Pedro Algarvio | 2007-07-20 | 1 | -4/+4 |
* | Added infrastructure for adding catalog checkers, and implement a checker tha... | Christopher Lenz | 2007-07-16 | 1 | -5/+8 |
* | Minor changes to how previous msgids are processed. | Christopher Lenz | 2007-07-03 | 1 | -6/+9 |
* | Added `--no-fuzzy-matching` to the frontends and also `--previous` which adds... | Pedro Algarvio | 2007-07-03 | 1 | -16/+24 |
* | Handle obsolete messages when parsing catalogs. Closes #32. | Christopher Lenz | 2007-07-03 | 1 | -34/+47 |
* | Fix for #35, and a minor improvement to how we parse the catalog fuzzy bit. | Christopher Lenz | 2007-07-03 | 1 | -14/+17 |
* | Add an option to the frontend commands for catalog updating that removes comp... | Christopher Lenz | 2007-07-01 | 1 | -6/+11 |
* | Correctly write out obsolete messages spanning multiple lines. Fixes #33. | Christopher Lenz | 2007-07-01 | 1 | -13/+20 |
* | The frontends now provide ways to update existing translations catalogs from ... | Christopher Lenz | 2007-06-28 | 1 | -21/+30 |
* | Minor change to what symbols are “exported”, primarily for the generated ... | Christopher Lenz | 2007-06-27 | 1 | -2/+1 |
* | Changed the `__repr__` output to include the flags(it can be changed back, bu... | Pedro Algarvio | 2007-06-26 | 1 | -1/+14 |
* | Slightly simplified CLI-frontend class. | Christopher Lenz | 2007-06-21 | 1 | -0/+1 |
* | Minor cleanup in the `pofile` module. | Christopher Lenz | 2007-06-21 | 1 | -50/+51 |
* | Respect charset specified in PO headers in `read_po()`. Fixes #17. | Christopher Lenz | 2007-06-20 | 1 | -6/+6 |
* | More fixes for Windows compatibility: | Christopher Lenz | 2007-06-19 | 1 | -1/+3 |
* | Added tests for `new_catalog` distutils command. | Christopher Lenz | 2007-06-15 | 1 | -5/+2 |
* | Fixed a bug introduced in [106]. | Pedro Algarvio | 2007-06-14 | 1 | -2/+2 |
* | Fix for #16: the header message (`msgid = ""`) is now treated specially by `r... | Christopher Lenz | 2007-06-14 | 1 | -53/+83 |
* | `Message`, `read_po` and `write_po` now all handle user/auto comments correctly. | Pedro Algarvio | 2007-06-14 | 1 | -10/+20 |
* | Merged `write_pot` and `write_po` functions by moving more functionality to t... | Christopher Lenz | 2007-06-13 | 1 | -183/+53 |
* | Implement wrapping of header comments in PO(T) output. Related to #14. | Christopher Lenz | 2007-06-13 | 1 | -13/+24 |
* | Project name and version, and the charset are available via the `Catalog` obj... | Christopher Lenz | 2007-06-13 | 1 | -14/+7 |
* | Renamed `LOCAL` to `LOCALTZ`. | Christopher Lenz | 2007-06-12 | 1 | -2/+2 |
* | Also use tzinfo for `write_po`. | Pedro Algarvio | 2007-06-12 | 1 | -4/+5 |