Skip to main content

An error reporting utility for Zope3

Project description

zope.error

https://github.com/zopefoundation/zope.error/actions/workflows/tests.yml/badge.svg https://coveralls.io/repos/github/zopefoundation/zope.error/badge.svg

This package provides an error reporting utility which is able to store errors.

Changes

5.0 (2023-07-06)

  • Add support for Python 3.11.

  • Drop support for Python 2.7, 3.5, 3.6.

4.6 (2022-08-29)

  • Add support for Python 3.8, 3.9, 3.10.

  • Drop support for Python 3.4.

4.5.0 (2018-10-19)

  • Add support for Python 3.7.

4.4.0 (2017-07-22)

  • Drop support for Python 3.3.

  • Add support for Python 3.6.

  • 100% test coverage.

  • Remove internal _compat module in favor of six, which we already had a dependency on.

  • Stop decoding in ASCII (whatever the default codec is) in favor of UTF-8.

  • Tighten the interface of ILocalErrorReportingUtility.setProperties. Now ignored_exceptions is required to be str or byte objects. Previously any object that could be converted into a text object via the text constructor was accepted, but this encouraged passing class objects, when in actuality we need the class name.

  • Stop ignoring KeyboardInterrupt exceptions and other similar BaseException exceptions during the raising method.

4.3.0 (2016-07-07)

  • Add support for Python 3.5.

  • Drop support for Python 2.6.

  • bugfix: fix leak by converting request.URL to string in ErrorReportingUtility

4.2.0 (2014-12-27)

  • Add support for PyPy and PyPy3.

  • Add support for Python 3.4.

4.1.1 (2014-12-22)

  • Enable testing on Travis.

4.1.0 (2013-02-21)

  • Add compatibility with Python 3.3

4.0.0 (2012-12-10)

  • Replace deprecated zope.interface.implements usage with equivalent zope.interface.implementer decorator.

  • Drop support for Python 2.4 and 2.5.

  • Sort request items for presentation in the error reporting utility.

  • Don’t HTML-escape HTML tracebacks twice.

3.7.4 (2012-02-01)

  • Add explicit tests for escaping introduced in 3.7.3.

  • Handing names of classes those string representation cannot be determined as untrusted input thus escaping them in error reports.

  • Fix tests on Python 2.4 and 2.5.

3.7.3 (2012-01-17)

  • Escape untrusted input before constructing HTML for error reporting.

3.7.2 (2010-10-30)

  • Set copy_to_zlog by default to 1/True. Having it turned off is a small problem, because fatal (startup) errors will not get logged anywhere.

3.7.1 (2010-09-25)

  • Add test extra to declare test dependency on zope.testing.

3.7.0 (2009-09-29)

  • Clean up dependencies. Droped all testing dependencies as we only need zope.testing now.

  • Fix ImportError when zope.testing is not available for some reason.

  • Remove zcml slug and old zpkg-related files.

  • Remove word “version” from changelog entries.

  • Change package’s mailing list address to zope-dev at zope.org as zope3-dev at zope.org is now retired. Also changed cheeseshop to pypi in the package’s homepage url.

  • Add dependency on ZODB3 as we use Persistent.

  • Use a mock request for testing. Dropped the dependency on zope.publisher which was really only a testing dependency.

  • Reduce the dependency on zope.container to one on zope.location by no longer using the Contained mix-in class.

3.6.0 (2009-01-31)

  • Use zope.container instead of zope.app.container

  • Move error log bootstrapping logic (which was untested) to zope.app.appsetup, to which we added a test.

3.5.1 (2007-09-27)

  • Rebump to replace faulty egg

3.5.0

  • Initial documented release

  • Moved core components from zope.app.error to this package.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zope.error-5.0.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

zope.error-5.0-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

Details for the file zope.error-5.0.tar.gz.

File metadata

  • Download URL: zope.error-5.0.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for zope.error-5.0.tar.gz
Algorithm Hash digest
SHA256 63be9fb9e500f54a2dd40ac07d9fad428525b464489606a065f8aff2315b82f4
MD5 35925c7338feb2b78e5c89b1e0a6af07
BLAKE2b-256 2f4b6947a0fd1a86181e8314f81103aa09b0e0ed1a101d1efdecc707198ea9c8

See more details on using hashes here.

File details

Details for the file zope.error-5.0-py3-none-any.whl.

File metadata

  • Download URL: zope.error-5.0-py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for zope.error-5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d5ec4c1f2556a51276084606cf702031221fc6a4405f8f131ba9fe19d5b44e4b
MD5 9e571c7d07cbe74ac5e00cac81335ac5
BLAKE2b-256 8b4b7d00cf7d1074ef757b3cf9a6403425d91fac54dcdc4119274af18bbd72a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page