summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Configuring for pure-pythonHEADmasterMichael Howitz2023-02-072-0/+2
|
* Pin doc requirements.Michael Howitz2023-02-071-0/+4
|
* Fix RTD.Michael Howitz2023-02-071-0/+6
|
* Back to development: 5.1Michael Howitz2023-02-072-1/+7
|
* Preparing release 5.05.0Michael Howitz2023-02-072-3/+3
|
* Configuring for pure-pythonMichael Howitz2023-02-072-4/+3
|
* Add support for ``zope.untrustedpython`` on Python 3. (#29)Michael Howitz2023-02-076-27/+44
| | | With it, Python expressions are now protected by RestrictedPython.
* Multiple changes (#31)Michael Howitz2023-02-0720-140/+185
| | | | | | | | | * Add support for Python 3.11. * Lint the code. * Improve error handling in test. * Bumped version for breaking release. * Drop support for Python 2.7, 3.5, 3.6. Co-authored-by: Gil Forcada Codinachs <gil.gnome@gmail.com>
* Back to development: 4.6.1Michael Howitz2021-11-042-1/+7
|
* Preparing release 4.6.04.6.0Michael Howitz2021-11-042-2/+2
|
* Add support for Python 3.10.Michael Howitz2021-11-048-21/+22
|
* Config with pure python (#28)Michael Howitz2021-05-2823-340/+365
| | | | * Lint the code. * Add support for Python 3.9.
* Merge pull request #27 from cjwatson/traceback-reference-cycleColin Watson2021-05-152-5/+8
|\ | | | | Avoid traceback reference cycle in PageTemplate._cook
| * Avoid traceback reference cycle in PageTemplate._cookColin Watson2021-05-142-5/+8
|/ | | | | | | | In Python 3, exceptions have a ``__traceback__`` attribute containing their associated traceback. Storing an exception in a local variable of a frame present in that traceback thus creates a reference cycle. Avoid this by explicitly deleting the exception value when we're finished with it.
* Merge pull request #26 from zopefoundation/all-repos_autofix_all-repos-sedJens Vagelpohl2020-10-281-2/+2
|\ | | | | Update badge URL for Travis
| * Update badge URL for Travisall-repos_autofix_all-repos-sedJürgen Gmach2020-10-281-2/+2
|/ | | | Committed via https://github.com/asottile/all-repos
* Back to development: 4.6.0Michael Howitz2020-02-102-1/+7
|
* Preparing release 4.5.04.5.0Michael Howitz2020-02-102-2/+2
|
* Report coverage in HTML to see where it is missing:Michael Howitz2020-02-101-0/+1
| | | | * There is no zope.untrustedpython version for Python 3 yet.
* Fix tox run for Python 2.Michael Howitz2020-02-101-0/+3
|
* Use same version as for coverage.Michael Howitz2020-02-101-1/+1
|
* Use newer syntax.Michael Howitz2020-02-101-3/+3
|
* Use Python 3.8 final on Travis CIMarius Gedminas2019-10-231-1/+1
|
* Modernize Python versions.Jürgen Gmach2019-10-024-12/+9
| | | | | | | | | | - add support for Python 3.8. - drop support for Python 3.4. - bump version number. modified: .travis.yml modified: CHANGES.rst modified: setup.py modified: tox.ini
* Merge pull request #24 from zopefoundation/fix-pypyMarius Gedminas2019-10-021-1/+1
|\ | | | | Fix tests on PyPy
| * Fix tests on PyPyfix-pypyMarius Gedminas2019-10-011-1/+1
|/ | | | | | | Instance methods have type 'instancemethod' instead of just 'method' on PyPy2.7 (version 7.0.0 here). Closes #22.
* Switch to new Framework :: Zope :: 3 classifierMarius Gedminas2018-10-191-1/+1
| | | | | See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this.
* Back to development: 4.4.2Jason Madden2018-10-162-1/+7
|
* Preparing release 4.4.14.4.1Jason Madden2018-10-162-2/+2
|
* Merge pull request #18 from zopefoundation/issue17Jason Madden2018-10-164-10/+14
|\ | | | | Fix deprecation warnings.
| * Fix deprecation warnings.Jason Madden2018-10-164-10/+14
|/ | | | Fixes #17
* Back to development: 4.5Michael Howitz2018-10-052-1/+7
|
* Preparing release 4.44.4Michael Howitz2018-10-052-3/+3
|
* Add support for Python 3.7Jeremy Kolbe2018-10-054-4/+11
|
* Point to pagetemplates.rtd.io instead of the zope2 book. Refs ↵Jason Madden2017-12-152-2/+2
| | | | | zopefoundation/zope.tal#9 (#14) [skip ci]
* Point to the RTD version of the zope2book.Michael Howitz2017-12-132-2/+2
|
* Merge pull request #13 from zopefoundation/rtd-docsJason Madden2017-11-0322-129/+943
|\ | | | | Build documents with Sphinx for RTD
| * Cross-refs to zope.tal[es] now that they're on RTDrtd-docsJason Madden2017-11-031-0/+2
| |
| * Fix Sphinx doctest build under Python 3.Jason Madden2017-11-031-2/+2
| | | | | | | | | | | | I don't know how it actually passes, though, since test_engine.py includes a bunch of other regexes to normalize, and if I take those out then running the unittest doctest fails.
| * Build documents with Sphinx for RTDJason Madden2017-11-0222-127/+939
|/ | | | | | Fixes #8 Run doctests with Sphinx on all versions as well.
* Use SVG icon for TravisMarius Gedminas2017-10-051-1/+1
|
* Back to development: 4.3.1Jason Madden2017-09-042-1/+7
|
* Preparing release 4.3.04.3.0Jason Madden2017-09-042-2/+2
|
* Merge pull request #12 from zopefoundation/coverageJason Madden2017-09-0418-410/+535
|\ | | | | 100% Test Coverage. 
| * whitespace [skip ci]Jason Madden2017-09-041-5/+4
| |
| * 100% test coveragecoverageJason Madden2017-08-1411-300/+419
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9 Two potentially important changes: - Removed unused code in the tests/ package. If other packages were using it, they will need updates. (They shouldn't be, but that's happened before.) - Changed TraversableModuleImporter to catch ImportError instead of KeyError. There's no way the underlying SimpleModuleImporter can raise a KeyError anymore. I think this is the desired semantic but I am not 100% sure.
| * Add Python 3.6, drop Python 3.3universal_wheelsJason Madden2017-08-149-111/+118
|/ | | | | | | - Badges - Enable coverage reporting and coveralls - Less than 100%; see #9 - Enable universal wheels by using environment markers in the dependencies.
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
|
* Merge pull request #7 from zopefoundation/add-py35-supportTres Seaver2016-04-134-10/+14
|\ | | | | Add support for Python 3.5.
| * Use tox-travis.Tres Seaver2016-04-131-12/+9
| |