summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for python 3.7Python3.7supportJeremy Kolbe2018-10-054-6/+11
|
* Back to development: 4.3.2Michael Howitz2018-03-212-1/+7
| | | | [skip ci]
* Preparing release 4.3.14.3.1Michael Howitz2018-03-212-2/+2
| | | | [skip ci]
* Merge pull request #11 from zopefoundation/py3_unicodeMaurits van Rees2018-03-053-0/+25
|\ | | | | Fix unicode issue
| * Add change note for #11 [skip ci]Jason Madden2018-03-051-0/+2
| |
| * 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
|/
* Refer to pagetemplates.rtd.io instead of docs.zope.org. Refs #9 (#10)Jason Madden2017-12-151-1/+1
| | | [skip ci]
* Merge pull request #8 from zopefoundation/rtd-docsJason Madden2017-11-0325-107/+990
|\ | | | | Documentation for RTD
| * Document the rest of the important parts of the API.Jason Madden2017-11-0312-76/+197
| | | | | | | | Some minor whitespace cleanup along the way.
| * Document interfaces.Jason Madden2017-11-032-21/+26
| |
| * Documentation skeleton.Jason Madden2017-11-0313-10/+767
|/
* Use SVG icon for TravisMarius Gedminas2017-10-051-1/+1
|
* Back to development: 4.3.1Jason Madden2017-08-082-1/+7
|
* Preparing release 4.3.04.3.0Jason Madden2017-08-082-2/+2
|
* fix MANIFEST.in per check-manifestJason Madden2017-08-081-0/+3
|
* Merge pull request #7 from zopefoundation/py36Jason Madden2017-08-0413-277/+278
|\ | | | | Add Python 3.6, drop Python 3.3
| * Tweaks to coverage to exclude unittest framework things that aren't run.py36Jason Madden2017-08-023-1/+7
| |
| * Add Python 3.6, drop Python 3.3Jason Madden2017-08-0212-277/+272
|/ | | | | | | | - Fix tests under PyPy3 - Whitespace cleanup - Remove _u compat function. - Enable coveralls and a coverage environment - ~82% covered in one run.
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
|
* svbTres Seaver2016-04-122-1/+6
|
* Prep 4.2.0 release.4.2.0Tres Seaver2016-04-122-2/+2
|
* Merge pull request #6 from zopefoundation/drop-py26-py32-supportTres Seaver2016-03-234-8/+6
|\ | | | | Drop support for Python 2.6 and 3.2.
| * 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
|\ | | | | Note explicit support for Python 3.5
| * 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 'ignore' and 'ignore-attributes' to list of i18n valid attributes
| * Add changelog entryGil Forcada Codinachs2015-09-031-1/+2
| |
| * Allow i18n:ignore and i18n:ignore-attributesGil Forcada Codinachs2015-09-023-0/+16
|/ | | | | They are used by i18ndude to mark strings or attributes on a template that should not be translatable.
* 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
| | | | Allow passing in 'argv' and 'out' from caller.
* Make 'test_files' nose-compatible.Tres Seaver2015-02-221-43/+38
| | | | | | | | - Don't use a testcase class w/ non-standard '__init__'; instead, synthesize testcases from files using 'unittest.FunctionTestCase'. - Use a generator to return synthesized tests to nose (since it doesn't know from zope.testrunners' 'test_suite()' convention.
* 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
| | | | Also, ensure that changed behavior in Python 3.5 won't affect us.
* 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
|