summaryrefslogtreecommitdiff
path: root/babel/messages
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaceArmin Ronacher2013-07-057-47/+47
* ensure .mo file header contains the same information as the source .po file (...Felix Schwarz2012-08-273-9/+40
* fix 'input_dirs' option for setuptools integration (#232, initial patch by É...Felix Schwarz2012-08-232-2/+25
* fix spellingFelix Schwarz2012-08-221-1/+1
* "update" command now supports "--width" option (#284)Felix Schwarz2012-08-201-9/+19
* raise exception if setuptools integration for init catalog uses both 'width' ...Felix Schwarz2012-08-201-0/+3
* "init" command support "--width" option (#284)Felix Schwarz2012-08-202-5/+67
* resort to hard-coded message extractors/checkers if pkg_resources is installe...Felix Schwarz2012-08-092-7/+15
* change Locale comparison: Locales are now considered equal if all of their at...Felix Schwarz2012-08-091-1/+2
* fix doctests on Python 2.4: In 2.4 re.sub(..., ..., u'') will return '' (str,...Felix Schwarz2012-08-061-5/+5
* handle irregular multi-line msgstr (no "" as first line) gracefully (#171)Felix Schwarz2012-08-042-6/+17
* fix handling of messages containing '\\n' (#171)Felix Schwarz2012-08-032-5/+26
* small code cleanup in write_po()Felix Schwarz2012-08-031-4/+2
* use decorators (as we require Python 2.4+ anyway)Felix Schwarz2012-07-311-50/+42
* add "--no-wrap" option for init/update commands (#289)Felix Schwarz2012-07-243-4/+90
* change frontend tests so that they can be run stand-alone (using "python babe...Felix Schwarz2012-07-231-4/+6
* remove Python 2.3 conditional in test suite generationFelix Schwarz2011-09-281-4/+1
* Support for context-aware methods during message extraction (fixes #229, patc...Felix Schwarz2011-09-263-22/+51
* remove/simplify useless code linesFelix Schwarz2011-09-261-1/+1
* use helper methods in frontend tests to concentrate assumptions about file sy...Felix Schwarz2011-09-261-48/+62
* refactor Catalog.__cmp__ methodFelix Schwarz2011-09-261-10/+13
* add more comparison methods to babel.messages.Catalog to ease the Python 3 tr...Felix Schwarz2011-09-251-0/+18
* fix spelling in commentsFelix Schwarz2011-09-251-2/+2
* fix docstring for babel.messages.extract() so it mentions the correct return ...Felix Schwarz2011-09-031-3/+3
* test refactoring: clear global babel logger handlers to decrease test interde...Felix Schwarz2011-03-191-7/+11
* babel.messages.pofile should only apply encoding when actually writing a file...Felix Schwarz2011-03-191-3/+2
* rename babel.localedata.list() to ease Python 3 transition (fixes #250)Felix Schwarz2011-03-191-1/+1
* Catalog class should not do decoding of input strings (fixes #256)Felix Schwarz2011-03-192-10/+45
* catalog.add() now returns the message instance (closes #245)Felix Schwarz2011-03-196-5/+27
* fix a couple of frontend tests so they actually test something (fixes #260)Felix Schwarz2011-03-161-49/+38
* add actual unit tests for #227 and add missing changelog entryFelix Schwarz2011-03-111-0/+27
* remove unnecessary importFelix Schwarz2011-03-051-1/+0
* cleanup: remove unused importsFelix Schwarz2011-03-054-6/+3
* Update the copyright line.Jeroen Ruigrok van der Werven2011-03-0517-17/+17
* Get rid of the utility code for itemgetter(), we now simply import thisJeroen Ruigrok van der Werven2011-03-052-4/+2
* Cleanup round #1: get rid of the frozenset/set utility code and imports.Jeroen Ruigrok van der Werven2011-03-054-4/+3
* shorten the __init__() method of !CommandLineInterface by extracting the logg...Felix Schwarz2011-03-051-15/+16
* prevent !CommandLineInterface.run from accumulating logging handlers (fixes #...Felix Schwarz2011-03-052-2/+17
* Back out r549 for now.Jeroen Ruigrok van der Werven2011-02-221-6/+3
* Prevent multiple handlers being attached to the same logger.Jeroen Ruigrok van der Werven2011-02-221-3/+6
* Fix Serbian plural forms (ticket #213).Jeroen Ruigrok van der Werven2010-04-111-1/+1
* Fix typos.Jeroen Ruigrok van der Werven2010-04-111-2/+2
* Fix test to run under Python 2.3.Jeroen Ruigrok van der Werven2010-04-081-1/+4
* Rename the ''CVS'' directory in the test data to ''ignored'', as quite a numb...Christopher Lenz2010-04-075-6/+6
* Forgot to bump the copyright line.Jeroen Ruigrok van der Werven2010-02-241-1/+1
* Actually make the msgid_plural be a plural as per typical use case.Jeroen Ruigrok van der Werven2010-02-191-4/+4
* More than two plural forms work nowadays. Adjust the test.Jeroen Ruigrok van der Werven2010-02-191-3/+3
* Put the square brackets test after all the normal plural tests. It's moreJeroen Ruigrok van der Werven2010-02-191-11/+11
* Add a test for a locale with one plural form.Jeroen Ruigrok van der Werven2010-02-191-0/+10
* Fix testcase name typo.Jeroen Ruigrok van der Werven2010-02-191-5/+5