summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Config with pure python template (#19)Michael Howitz2023-01-0623-480/+209
* Fix ul-tag not allowed in nav-tag (#18)Maik Derstappen2022-06-241-1/+1
* Lint the code.Michael Howitz2021-05-2823-767/+887
* Avoid traceback reference cycle in TALInterpreter.do_onError_talColin Watson2021-05-141-4/+9
* Added test for Python 3 unicode error translate.Maurits van Rees2018-03-051-0/+18
* Fix unicode issue, reported in https://github.com/collective/i18ndude/pull/48py3_unicodeGuido A.J. Stevens2018-03-021-0/+5
* Document the rest of the important parts of the API.Jason Madden2017-11-036-76/+140
* Document interfaces.Jason Madden2017-11-031-21/+21
* Documentation skeleton.Jason Madden2017-11-031-2/+11
* Add Python 3.6, drop Python 3.3Jason Madden2017-08-025-218/+180
* Add back HTMLParseError as suggested by MariusFelix Yan2015-11-131-1/+20
* Allow i18n:ignore and i18n:ignore-attributesGil Forcada Codinachs2015-09-023-0/+16
* Add Python3.2 support.Jason Madden2015-06-055-32/+68
* Update bad-entity handling FBO pypy3.Tres Seaver2015-04-021-1/+4
* Fix import error uncovered by nose.Tres Seaver2015-02-231-2/+2
* Don't require scribbling on 'sys' to use 'runtest'.Tres Seaver2015-02-222-23/+21
* Make 'test_files' nose-compatible.Tres Seaver2015-02-221-43/+38
* Hide non-directly-runnable testcase class from nose.Tres Seaver2015-02-222-6/+6
* Normalize suite construction.Tres Seaver2015-02-223-22/+22
* Drop test-module-as-script boilerplate.Tres Seaver2015-02-226-24/+0
* Suppress 'conver_charrefs' deprecation under Python 3.4.Tres Seaver2015-02-211-1/+6
* Add support for Python 3.4Tres Seaver2014-12-291-1/+8
* Rewrite the print testing so it works in Python 3.3.Maurits van Rees2014-01-131-2/+10
* Catch warnings in test_translate_existing.Maurits van Rees2014-01-132-12/+19
* Minor pep8 for long lines.Maurits van Rees2014-01-132-7/+14
* Fix warning of msgid with different default for Python 3.Maurits van Rees2013-09-211-2/+8
* Fix possible UnicodeDecodeError in warning when msgid already exists.Maurits van Rees2013-09-212-2/+31
* Fix occasional \r\r\n newlines with XML test files on WindowsMarius Gedminas2013-02-112-8/+23
* Make runtest.py use optparse.Marius Gedminas2013-02-113-54/+74
* Use optparse instead of getopt.Marius Gedminas2013-02-111-80/+41
* Whoops, another use of the obsolete setpath hack.Marius Gedminas2013-02-111-3/+0
* Make it possible to filter FileTestCases by filename.Marius Gedminas2013-02-091-0/+5
* This should make the tests pass on Windows.Marius Gedminas2013-02-081-0/+5
* Explain the &#45 parsing difference (it's the stdlib)Marius Gedminas2013-02-071-2/+2
* Add PyPy support because it's not hardMarius Gedminas2013-02-071-2/+6
* Towards Py3K: &#45 inside attribute valuesMarius Gedminas2013-02-071-5/+7
* Towards Py3K: Python code inside templatesMarius Gedminas2013-02-071-9/+9
* Towards Py3K: use html.escape instead of cgi.escapeMarius Gedminas2013-02-072-6/+14
* Towards Py3K: builtins (part 2)Marius Gedminas2013-02-071-0/+7
* Towards Py3K: use io.StringIOMarius Gedminas2013-02-075-6/+34
* Towards Py3K: xml.parsers.expat wants byte strings (part 2)Marius Gedminas2013-02-071-1/+2
* Make attribute ordering deterministicMarius Gedminas2013-02-073-6/+6
* Better test failure reporting in FileTestCaseMarius Gedminas2013-02-072-11/+22
* Replace ndiff.py with stdlib's difflibMarius Gedminas2013-02-072-673/+2
* Remove the ancient setpath.py hackMarius Gedminas2013-02-072-49/+0
* Towards Py3K: avoid deprecated assertion spellingsMarius Gedminas2013-02-074-20/+20
* Towards Py3K: xml.parsers.expat wants byte stringsMarius Gedminas2013-02-071-13/+13
* Missing errno importMarius Gedminas2013-02-071-0/+1
* Unused importsMarius Gedminas2013-02-072-2/+0
* Towards Py3K: range() returns an iteratorMarius Gedminas2013-02-071-1/+1