summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-234-8/+4
|
* Ignore build artefactsMarius Gedminas2015-11-081-0/+1
|
* Ignore 'eggs' subdir.Tres Seaver2015-06-131-4/+5
|
* Undo pre-release pins.Tres Seaver2015-06-081-8/+0
|
* svbTres Seaver2015-06-062-1/+6
|
* Prep 4.2.1 release.4.2.1Tres Seaver2015-06-062-2/+2
|
* Merge branch 'py32'Tres Seaver2015-06-067-19/+26
|\
| * Work around pip + wheel + conditional deps in zope.schema.py32Tres Seaver2015-06-061-4/+5
| |
| * Add support for Python 3.2Jason Madden2015-06-057-15/+21
|/
* svbTres Seaver2015-06-022-1/+6
|
* Prep 4.2.0 release.4.2.0Tres Seaver2015-06-022-2/+2
|
* Target 4.2.0, since supported platforms changed.Tres Seaver2015-06-022-4/+3
|
* Merge pull request #4 from NextThought/pypy-supportTres Seaver2015-06-026-13/+22
|\ | | | | Add PyPy support.
| * Roll back use of __class__; neither C nor Python proxy can directly lie to ↵Jason Madden2015-05-311-1/+1
| | | | | | | | 'type'. This turns out to be a bug in the zope.security.proxy.removeSecurityProxy function under pure-Python, so the build won't be green until zopefoundation/zope.security#11 or something like it is released.
| * Add PyPy support.Jason Madden2015-05-296-14/+23
|/ | | | | | | | | | | PyPy doesn't support assigning to __builtins__, even in eval(), so this means that zope.untrusted.builtins is not helpful, even though it can be installed. Therefore, HAVE_UNTRUSTED must always be False under PyPy, just like under Python 3. Minor doctest renormalization to deal with the changed class name of the proxy. A pure-Python proxy can't lie about its type, so use __class__ in one doctest.
* Drop PyPy3-specific note.Tres Seaver2015-04-022-4/+0
| | | | | | PyPy issues still remain. [ci skip]
* Changelog for PR #3.Tres Seaver2015-01-201-1/+2
|
* Allow short-circuit traversal for non-proxied dict subclassesColin Watson2015-01-201-0/+22
| | | | | | | | | | | This change is based on https://code.launchpad.net/~wallyworld/zope.pagetemplate/fix-isinstance/+merge/38499 by Ian Booth. The original approach in that branch broke tests, because they rely on subclassing dict with an implementer of ITraversable. Rather than changing this, it seems safer to only extend the dict special-case to non-proxied subclasses.
* Add Travis badge, garden ReST.Tres Seaver2014-12-291-0/+3
| | | | [ci skip]
* svbTres Seaver2014-12-272-1/+7
|
* Prep 4.1.0 release.4.1.0Tres Seaver2014-12-272-2/+2
|
* Tweak MANIFESTTres Seaver2014-12-271-0/+1
|
* Note blockers for PyPy and PyPy3 support.Tres Seaver2014-12-273-0/+12
|
* Add support for Python 3.4.Tres Seaver2014-12-274-2/+7
|
* Nest into Github.Tres Seaver2014-12-275-37/+30
|
* Use tox for testing in TravisMarius Gedminas2014-12-231-6/+6
|
* Speed up Travis builds via 'sudo: false'Tres Seaver2014-12-201-0/+1
|
* Update to latest bootstrap.Tres Seaver2014-12-201-186/+98
|
* Remove unused filesMarius Gedminas2014-04-303-29/+0
| | | | | | | | | | | I can tell these are unused by doing strace -e open -f -o /tmp/wtf.zpt bin/test and then grepping for 'testpackage' in /tmp/wtf.zpt. I wanted to remove these because pyflakes complains about an undefined ViewPageTemplateFile in there.
* Fix undefined nameMarius Gedminas2014-04-301-1/+1
| | | | Fixes https://github.com/zopefoundation/zope.pagetemplate/issues/2
* Unused importMarius Gedminas2014-04-301-1/+0
|
* Fix typo in unused test codeMarius Gedminas2014-04-301-1/+1
| | | | | I assume it is unused because otherwise this would've been fixed long ago, right?
* modernize bootstrap.pyAdam Groszer2013-07-061-53/+165
|
* Fix DeprecationWarningMarius Gedminas2013-03-151-1/+1
|
* Back to development: 4.0.5Marius Gedminas2013-03-152-1/+7
|
* Preparing release 4.0.44.0.4Marius Gedminas2013-03-152-2/+2
|
* Make sure ZopePythonExpr and PythonExpr are separate classesMarius Gedminas2013-03-152-10/+11
| | | | | | There are ZCML files out there (zope.app.pagetemplate) that want to define permissions for ZopePythonExpr and PythonExpr, and get conflicts if these are two names referring to the same class.
* 'Updated Travis YAML.'Stephan Richter2013-03-041-0/+11
|
* Back to development: 4.0.4Stephan Richter2013-02-282-1/+7
|
* Preparing release 4.0.34.0.3Stephan Richter2013-02-282-2/+2
|
* - Only allow ``zope.untrustedpython`` to be a dependency in Python 2.Stephan Richter2013-02-287-79/+170
| | | | - Fix buildout to work properly.
* Ooops! Forgot the most important thing!Albertas Agejevas2013-02-221-0/+2
|
* Back to development: 4.0.3Albertas Agejevas2013-02-222-1/+7
|
* Preparing release 4.0.2Albertas Agejevas2013-02-222-2/+2
|
* Updated change log.Albertas Agejevas2013-02-221-1/+7
|
* Port to Py3.3.Albertas Agejevas2013-02-229-94/+130
|
* Close files. Gets rid of warnings on Py3.Albertas Agejevas2013-02-221-2/+4
|
* Fixup extra.Albertas Agejevas2013-02-221-6/+9
|
* Switch to zope.untrustedpython, make it an extra.Albertas Agejevas2013-02-224-7/+16
|
* svbTres Seaver2013-01-232-1/+6
|