zope.errorview


Namezope.errorview JSON
Version 2.0 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/zope.errorview
SummaryBasic HTTP and Browser exception views.
upload_time2023-02-09 08:49:27
maintainer
docs_urlNone
authorZope Corporation and Contributors
requires_python>=3.7
licenseZPL 2.1
keywords zope3 http error view
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============
zope.errorview
==============

Provides basic HTTP and Browser views for common exceptions.

Refactored from `zope.app.http`_.exception and `zope.app.exception`_.

.. _`zope.app.http`: http://pypi.python.org/pypi/zope.app.http
.. _`zope.app.exception`: http://pypi.python.org/pypi/zope.app.exception


=========
 CHANGES
=========

2.0 (2023-02-09)
================

- Drop support for Python 2.7, 3.4, 3.5, 3.6.

- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.


1.2.0 (2018-01-15)
==================

- Remove the whitespace between the content-type and charset of the default
  error views. This is because in certain cases zope.publisher.http will parse
  the content type parameters and combine them back again without the
  whitespace. This fix makes things more predictable esp. in tests.

1.1 (2018-01-10)
================

- Additional fixes for Python 3 compatibility.

  NOTE: The error view base classes now set a Content-Type response header to
  "text/plain". If your error view subclassing from the zope.errorview classes
  return a response body other than "text/plain" you need to explicitly set
  the Content-Type in your views.

1.0.0 (2017-05-10)
==================

- Add support for Python 3.4, 3.5, 3.6 and PyPy.

- Fix typo in Dutch translation

0.11 (2011-06-28)
=================

- Added nl translations.

0.10 (2011-02-08)
=================

- Exception views do not by default provide ISystemErrorView anymore as it
  would result in duplicate log output. The mixin class still exists for
  writing custom error views that do provide ISystemErrorView.

0.9 (2011-01-20)
================

- Initial release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zopefoundation/zope.errorview",
    "name": "zope.errorview",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "zope3 http error view",
    "author": "Zope Corporation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/f6/fa/e76c2bdf201b74ec236eef03b2c68c7ebe9042f75672ce8e0ee819d44721/zope.errorview-2.0.tar.gz",
    "platform": null,
    "description": "==============\nzope.errorview\n==============\n\nProvides basic HTTP and Browser views for common exceptions.\n\nRefactored from `zope.app.http`_.exception and `zope.app.exception`_.\n\n.. _`zope.app.http`: http://pypi.python.org/pypi/zope.app.http\n.. _`zope.app.exception`: http://pypi.python.org/pypi/zope.app.exception\n\n\n=========\n CHANGES\n=========\n\n2.0 (2023-02-09)\n================\n\n- Drop support for Python 2.7, 3.4, 3.5, 3.6.\n\n- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.\n\n\n1.2.0 (2018-01-15)\n==================\n\n- Remove the whitespace between the content-type and charset of the default\n  error views. This is because in certain cases zope.publisher.http will parse\n  the content type parameters and combine them back again without the\n  whitespace. This fix makes things more predictable esp. in tests.\n\n1.1 (2018-01-10)\n================\n\n- Additional fixes for Python 3 compatibility.\n\n  NOTE: The error view base classes now set a Content-Type response header to\n  \"text/plain\". If your error view subclassing from the zope.errorview classes\n  return a response body other than \"text/plain\" you need to explicitly set\n  the Content-Type in your views.\n\n1.0.0 (2017-05-10)\n==================\n\n- Add support for Python 3.4, 3.5, 3.6 and PyPy.\n\n- Fix typo in Dutch translation\n\n0.11 (2011-06-28)\n=================\n\n- Added nl translations.\n\n0.10 (2011-02-08)\n=================\n\n- Exception views do not by default provide ISystemErrorView anymore as it\n  would result in duplicate log output. The mixin class still exists for\n  writing custom error views that do provide ISystemErrorView.\n\n0.9 (2011-01-20)\n================\n\n- Initial release.\n",
    "bugtrack_url": null,
    "license": "ZPL 2.1",
    "summary": "Basic HTTP and Browser exception views.",
    "version": "2.0",
    "split_keywords": [
        "zope3",
        "http",
        "error",
        "view"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f39d934b2b92c0f6b29fc9c4b2c7a398b89506f375c196e8682d499eebfccd84",
                "md5": "12ebd07f0df7e2b73769617080cb494d",
                "sha256": "dd6374e0f89a3c7022791723e0224562054d1808a9e0d4af40cf6fa0ff4ff33d"
            },
            "downloads": -1,
            "filename": "zope.errorview-2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "12ebd07f0df7e2b73769617080cb494d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 15688,
            "upload_time": "2023-02-09T08:49:25",
            "upload_time_iso_8601": "2023-02-09T08:49:25.441213Z",
            "url": "https://files.pythonhosted.org/packages/f3/9d/934b2b92c0f6b29fc9c4b2c7a398b89506f375c196e8682d499eebfccd84/zope.errorview-2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6fae76c2bdf201b74ec236eef03b2c68c7ebe9042f75672ce8e0ee819d44721",
                "md5": "3440bdb4031a184137f31b3933ebd418",
                "sha256": "c7815c9903e62f6d48d635acc4f100667d822942a0b02e1fff21dff07649814c"
            },
            "downloads": -1,
            "filename": "zope.errorview-2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3440bdb4031a184137f31b3933ebd418",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11467,
            "upload_time": "2023-02-09T08:49:27",
            "upload_time_iso_8601": "2023-02-09T08:49:27.277357Z",
            "url": "https://files.pythonhosted.org/packages/f6/fa/e76c2bdf201b74ec236eef03b2c68c7ebe9042f75672ce8e0ee819d44721/zope.errorview-2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-09 08:49:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "zopefoundation",
    "github_project": "zope.errorview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "zope.errorview"
}
        
Elapsed time: 0.04204s