summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests
Commit message (Expand)AuthorAgeFilesLines
* Drop test-module-as-script boilerplate.Tres Seaver2015-02-226-24/+0
* 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-131-2/+8
* Minor pep8 for long lines.Maurits van Rees2014-01-131-4/+8
* Fix possible UnicodeDecodeError in warning when msgid already exists.Maurits van Rees2013-09-211-0/+29
* Make runtest.py use optparse.Marius Gedminas2013-02-111-3/+3
* Make it possible to filter FileTestCases by filename.Marius Gedminas2013-02-091-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 io.StringIOMarius Gedminas2013-02-073-3/+19
* Make attribute ordering deterministicMarius Gedminas2013-02-072-3/+3
* Better test failure reporting in FileTestCaseMarius Gedminas2013-02-071-10/+18
* 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-071-1/+0
* Towards Py3K: range() returns an iteratorMarius Gedminas2013-02-071-1/+1
* Towards Py3K: be prepared for dict viewsMarius Gedminas2013-02-072-2/+2
* Towards Py3K: explicit relative importsMarius Gedminas2013-02-071-1/+1
* Towards Py3K: print() functionMarius Gedminas2013-02-072-6/+8
* Towards Py3K: use "except ... as ..."Marius Gedminas2013-02-072-2/+2
* avoid spurious NestingErrors due to misparsing of end tags within scriptsDavid Glick2012-02-151-0/+6
* Increase the default value of the `wrap` argument from 60 to 1023 characters,...Hanno Schlichting2011-08-201-2/+1
* Remove CVS-era Id fossils.Tres Seaver2010-06-0310-20/+0
* Conform to repository policy.Tres Seaver2010-05-0510-10/+10
* Update tests of "bad" entities for compatibility with the stricter3.5.1Tres Seaver2009-04-081-4/+10
* - Removed artificial addition of a trailing newline if the output does not endFred Drake2008-06-071-57/+57
* Fixed handling of <i18n:...> elements for HTMLDmitry Vasiliev2007-06-212-0/+6
* Moving code to satellite.Christian Theune2007-05-03164-0/+5371