summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix .travis.yml mixupPython3.7supportMarius Gedminas2018-10-031-2/+2
|
* Added support for python 3.7Jeremy Kolbe2018-10-034-2/+8
|
* Use SVG icon for TravisMarius Gedminas2017-10-051-1/+1
|
* Back to development: 4.2.1Jason Madden2017-09-122-1/+7
|
* Preparing release 4.2.04.2.0Jason Madden2017-09-122-2/+2
|
* Merge pull request #10 from zopefoundation/issue1Jason Madden2017-09-119-118/+190
|\ | | | | Fix non-ASCII supplement info under Python 2 and drop Py3.3.
| * Fix non-ASCII supplement info under Python 2 and drop Py3.3.issue1Jason Madden2017-09-119-119/+191
| | | | | | | | | | | | | | | | | | | | Fixes #1. Fix the coverage environment using zope.testrunner (nose no longer works, that same namespace path issue). Also run the doctests on all supported versions. This requires dropping Python 3.3 because sphinx needs 3.4+.
* | Merge pull request #9 from zopefoundation/issue8Jason Madden2017-09-112-39/+95
|\ \ | |/ |/| Update narrative docs; be sure rendering works as expected via tests
| * Update narrative docs; be sure rendering works as expected via testsissue8Jason Madden2017-09-112-39/+95
|/ | | | | | | Also provide more motivation and differentiation between the various forms of annotating. Fixes #8.
* Add version badge and point docs to the correct place in README.rstJason Madden2017-09-112-34/+43
|
* Merge pull request #7 from zopefoundation/python36Jason Madden2017-04-2414-42/+63
|\ | | | | Add support for Python 3.6
| * 100% coverage through standardizing the no cover pragma directives and ↵Jason Madden2017-04-247-12/+13
| | | | | | | | adding two.
| * Add support for Python 3.6Jason Madden2017-04-247-30/+50
|/ | | | | | | | | | | | | | Switch to using zope-testrunner instead of setup.py test because of the namespace package issues. Enable pip caching on travis. Stop testing pypy3 on travis since it implements Python 3.2 and is not supported by pip anymore. There is a 3.3-alpha available on travis, but that's a dead end and not developed anymore since 3.5-beta is out (but not available on Travis AFAIK). Fixes #6.
* Back to development: 4.1.1Adam Groszer2017-04-122-1/+7
|
* Preparing release 4.1.04.1.0Adam Groszer2017-04-122-2/+2
|
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
|
* Merge pull request #5 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 #4 from felixonmars/masterMarius Gedminas2015-11-075-2/+6
|\ | | | | Note explicit support for Python 3.5
| * Note explicit support for Python 3.5Felix Yan2015-11-075-2/+6
|/
* Merge pull request #3 from agroszer/masterMarius Gedminas2015-08-213-3/+13
|\ | | | | Make exceptionformatter.extract_stack signature comply with traceback.extract_stack
| * Make exceptionformatter.extract_stack signature comply with ↵Adam Groszer2015-08-213-3/+13
|/ | | | traceback.extract_stack
* Back to development: 4.0.9Adam Groszer2015-08-132-1/+7
|
* Preparing release 4.0.84.0.8Adam Groszer2015-08-132-2/+2
|
* update MANIFEST.inAdam Groszer2015-08-131-0/+6
|
* Merge pull request #2 from agroszer/masterAdam Groszer2015-08-133-42/+137
|\ | | | | fix issues around limiting, fix recursive extractStack
| * use new style format() for the templateAdam Groszer2015-08-131-6/+5
| |
| * oops, forgot to update CHANGES about TextExceptionFormatter limitAdam Groszer2015-08-131-1/+6
| |
| * fix py3kAdam Groszer2015-08-121-2/+2
| |
| * fix tests according to lastest changesAdam Groszer2015-08-121-31/+97
| |
| * check __exception_formatter__ also in extractStackAdam Groszer2015-08-121-0/+8
| |
| * obey limit by cutting the middle of the results, not the precious endAdam Groszer2015-08-121-10/+27
|/
* Travis clenaups:Tres Seaver2015-02-271-2/+3
| | | | | | | | - Add Python 3.4. - Don't pass deprecated '--use-mirrors' to pip. - Silence setuptools chatter during test runs.
* Drop unused 'six' dependency.Tres Seaver2015-02-271-1/+0
|
* Silence Py3k deprecation of 'cgi.escape'.Tres Seaver2015-02-271-2/+5
|
* Switch to 'usedevelop = true' FBO nose / coverage.Tres Seaver2015-02-271-7/+3
| | | | Also, prefer Python 2.7 for coverage / docs.
* Silence setuptools chatter during test runs.Tres Seaver2015-02-271-8/+1
|
* Squelch setuptools faux-warning during installation.Tres Seaver2015-02-271-3/+0
|
* Add PyPI and RTD badges.Tres Seaver2015-01-281-1/+9
|
* Add RTD dependencies.Tres Seaver2015-01-281-0/+2
|
* Fix underlines, add omitted section header.Tres Seaver2015-01-221-1/+3
|
* Silence Sphinx warning.Tres Seaver2015-01-221-0/+0
|
* Remove SVN fossilTres Seaver2015-01-211-1/+1
|
* Edit myself out in favor of J. Random Hacker.Tres Seaver2015-01-201-2/+2
| | | | [ci skip]
* Remove no-longer true mention of building docs in buildout.Tres Seaver2015-01-191-35/+0
|
* Update hacking docs to point to Github.Tres Seaver2015-01-161-42/+49
| | | | [ci skip]
* Bow to our new PEP 440 overlords.Tres Seaver2014-12-291-1/+1
| | | | [ci skip]
* Add Travis badge, garden ReST.Tres Seaver2014-12-291-2/+5
| | | | [ci skip]
* Update to latest bootstrap.Tres Seaver2014-12-201-7/+18
|
* Speed up Travis start via 'sudo: false'.Tres Seaver2014-12-181-0/+1
| | | | See: http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/