summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support for Python 3.12a5. (#57)Michael Howitz2023-03-241-1/+4
* - Drop support for Python 2.7, 3.5, 3.6.Jens Vagelpohl2023-01-031-6/+3
* - prepare release 4.6.04.6.0Jens Vagelpohl2022-11-031-2/+0
* - update to latest meta/config and add support for Python 3.11Jens Vagelpohl2022-11-021-0/+3
* Fix PyPy2 run on GHA. (#52)Michael Howitz2022-07-081-4/+14
* Add support for Python 3.10. (#48)Michael Howitz2021-11-171-5/+3
* Configuring for c-codeMichael Howitz2021-07-151-28/+52
* Add Python 3.8, drop Python 3.4py38Marius Gedminas2019-11-101-1/+1
* Add support for Python 3.7Marius Gedminas2018-08-091-1/+1
* Make the C extension optional; test PURE_PYTHON and PyPy3 on Travis. Fixes #26issue26Jason Madden2017-11-081-2/+0
* Fix indexing pure-Python proxies on Py3, and restore __getslice__ on Py2issue21Jason Madden2017-09-121-7/+5
* 100% coverageJason Madden2017-07-111-29/+22
* Add support for Python 3.6Jason Madden2017-04-221-2/+3
* Make py_sameProxiedObjects handle zope.security proxiesissue15Jason Madden2017-04-161-8/+8
* Don't use/poison global wheel cache when building w/ PURE_PYTHON.avoid-poisoning-wheel-cache-python-pureTres Seaver2016-04-141-1/+3
* Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-231-3/+3
* Note explicit support for Python 3.5Felix Yan2015-11-061-1/+1
* Update the tox coverage environment to python2.7.Jason Madden2015-05-191-1/+1
* Note explicit support for Python 3.4.Tres Seaver2014-03-171-1/+1
* Add a PURE_PYTHON env var to suppress compiling C extensions.Tres Seaver2013-03-131-1/+13
* Add support for Python 3.3.Tres Seaver2012-11-211-1/+1
* Fix 'non_overridable' decorator under pure Python.Tres Seaver2012-06-061-1/+1
* Add support for continuous integration using 'tox' and 'jenkins'.Tres Seaver2012-06-061-0/+39