summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-234-8/+6
* Merge pull request #5 from felixonmars/masterMarius Gedminas2015-11-136-2/+32
|\
| * Add back HTMLParseError as suggested by MariusFelix Yan2015-11-131-1/+20
| * Note explicit support for Python 3.5Felix Yan2015-11-135-1/+12
|/
* Merge pull request #4 from gforcada/gforcada-patch-1Marius Gedminas2015-09-034-1/+18
|\
| * Add changelog entryGil Forcada Codinachs2015-09-031-1/+2
| * Allow i18n:ignore and i18n:ignore-attributesGil Forcada Codinachs2015-09-023-0/+16
|/
* svbTres Seaver2015-06-052-1/+6
* Prep 4.1.1 release.4.1.1Tres Seaver2015-06-052-2/+2
* GardenTres Seaver2015-06-051-2/+2
* Merge branch 'NextThought-py32'Tres Seaver2015-06-059-35/+74
|\
| * Changelog [skip ci]Jason Madden2015-06-051-1/+2
| * Add Python3.2 support.Jason Madden2015-06-058-34/+72
|/
* PyPy3 now testable w/ zope.testrunner 4.4.7.Tres Seaver2015-04-022-6/+2
* Update bad-entity handling FBO pypy3.Tres Seaver2015-04-021-1/+4
* Add coverage testing.Tres Seaver2015-02-233-1/+24
* 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-212-2/+9
* Silence setuptools chatter during tests.Tres Seaver2015-02-211-1/+1
* svbTres Seaver2014-12-292-1/+7
* Prep 4.1.0 release.4.1.0Tres Seaver2014-12-292-2/+3
* Note blocker for PyPy3 support.Tres Seaver2014-12-293-0/+10
* Add support for Python 3.4Tres Seaver2014-12-295-5/+17
* Garden ReST.Tres Seaver2014-12-292-27/+28
* Speed up Travis builds via 'sudo: false'Tres Seaver2014-12-201-0/+1
* Update to latest bootstrap.Tres Seaver2014-12-201-186/+98
* svbTres Seaver2014-01-132-1/+6
* Prep 4.0.0 release.4.0.0Tres Seaver2014-01-132-3/+3
* 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
* Merge branch 'master' into maurits-gettextMaurits van Rees2014-01-111-7/+7
|\
| * Try to work around build failure on TravisMarius Gedminas2013-09-261-7/+7
* | 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-213-3/+32
|/
* modernize bootstrap.pyAdam Groszer2013-07-061-53/+165
* 'Updated Travis YAML.'Stephan Richter2013-03-041-0/+12
* Mention one rather important change in the changelogMarius Gedminas2013-02-262-0/+5
* Back to development: 4.0.0a2Marius Gedminas2013-02-152-1/+7
* Preparing release 4.0.0a14.0.0a1Marius Gedminas2013-02-152-3/+3
* Rename *.txt to *.rst for prettier Github renderingMarius Gedminas2013-02-126-3/+3
* Update bootstrap.py to latest v2 bootstrapMarius Gedminas2013-02-121-78/+116
* Add a .gitignoreMarius Gedminas2013-02-121-0/+5
* 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