You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-zope-cachedescriptors-4.3.1-1.lbn36.noarch
zope.cachedescriptors .. image::
RPMPackage python2-zope-browserresource-4.4-1.lbn36.noarch
zope.browserresource .. image::
RPMPackage python2-zope-browserpage-4.4.0-1.lbn36.noarch
zope.browserpage .. image::
RPMPackage python2-zope-browsermenu-4.4-1.lbn36.noarch
zope.browsermenu .. image::
RPMPackage python2-zope-browser-2.4-1.lbn36.noarch
zope.browser :target:
RPMPackage python2-zope-browser-2.4-1.lbn36.noarch
zope.browser :target:
RPMPackage python2-zope-broken-3.6.0-1.lbn36.noarch
This package is obsolete and its functionality has been merged into the ZODB3 distribution itself. If you use version 3.10 or later of ZODB3, please change your imports of the IBroken interface to a direct:: from ZODB.interfaces import IBrokenYou can use this package with older versions of the ZODB3, which didn't have the IBroken interface yet. Changelog 3.6.0 (2010-01-09) - The IBroken...
RPMPackage python2-zope-authentication-4.4.0-1.lbn36.noarch
zope.authentication .. image::
RPMPackage python2-zope-applicationcontrol-4.2.0-1.lbn36.noarch
zope.applicationcontrol The application control instance can be generated upon startup of an application built with the Zope Toolkit.This package provides an API to retrieve runtime information. It also provides a utility with methods for shutting down and restarting the4.2.0 (2018-10-19) - Drop support for setup.py test.- Drop support for Python 3.3.- Add support for Python 3.7.
RPMPackage python2-zope-app-zcmlfiles-4.0.0-1.lbn36.noarch
Zope application server ZCML files **********************************.. contents:: Change History 4.0.0 (2017-05-29) - Add support for Python 3.4, 3.5, 3.6 and PyPy. Update minimum dependency versions appropriately. 3.8.0 (2013-08-27) - Remove include of zope.app.zopeappgenerations that is not useful unless upgrading a database older than Zope 3.4. This cuts the last dependency on...
RPMPackage python2-zope-app-wsgi-4.3.0-1.lbn36.noarch
This package provides the WSGIPublisherApplication class which exposes the object publishing machinery in zope.publisher as a WSGI application. It also lets us bring up the Zope application server (parsing zope.conf and site.zcml) with a mere function >>> db zope.app.wsgi.config('zope.conf')This is especially useful for debugging.To bring up Zope and obtain the WSGI application object at the...
RPMPackage python2-zope-app-tree-4.1.0-1.lbn36.noarch
This package was designed to be a light-weight and easy-to-use static tree
RPMPackage python2-zope-app-testing-4.0.0-1.lbn36.noarch
zope.app.testing :target:
RPMPackage python2-zope-app-session-4.1.0-1.lbn36.noarch
This package provides session support. Zope3 Session Implementation .. note:: All interfaces and implementations provided by this package have been migrated to zope.session. This package now merely provides ZMI menu configuration.Overview .. CAUTION:: Session data is maintained on the server. This gives a security advantage in that we can assume that a client has not tampered with the data....
RPMPackage python2-zope-app-securitypolicy-3.6.1-1.lbn36.noarch
This package provides management views for zope.securitypolicy. It's intended to be used within the "ZMI-based" browser interface.It used to contain a security policy implementation ages ago, but the implementation was moved to the UI- independent zope.securitypolicy3.6.1 (2010-09-25) - Added missing minimum version declaration for zope.app.authentication, namely 3.8. 3.6.0 (2010-09-25) - LP:...
RPMPackage python2-zope-app-security-5.0.0-1.lbn36.noarch
This package provides ZMI browser views for Zope security components.It used to provide a large part of security functionality for Zope 3, but it was factored out from this package to several little packages to reduce dependencies and improve reusability.The functionality was splitted into these new packages: * zope.authentication - the IAuthentication interface and related utilities. *...
RPMPackage python2-zope-app-schema-4.1.0-1.lbn36.noarch
This package provides a component architecture based vocabulary registry. Component-based Vocabulary Registry This package provides a vocabulary registry for zope.schema, based on the component architecture.**NOTE:** This functionality has been replaced with zope.vocabularyregistry. These imports continue to work for backwards compatibility.It replaces the zope.schema's simple vocabulary...
RPMPackage python2-zope-app-rotterdam-4.0.1-1.lbn36.noarch
This package provides an advanced skin for the Zope 3 ZMI.CHANGES 4.0.1 (2017-05-25) - Remove long-deprecated <browser:layer> configuration which was hidden behind a have deprecatedlayers condition. That directive simply doesn't exist any longer and defining that feature would cause an "Unknown directive" ConfigurationError. 4.0.0 (2017-04-27) - Remove test dependency on zope.app.zcmlfiles,...
RPMPackage python2-zope-app-renderer-4.1.0-1.lbn36.noarch
This package provides a framework to convert a string from one format, such as Structured or Restructured Text, to another, such as HTML. Converters are looked up by adapter and uses other packages to implement the converters. 4.1.0 (2017-05-25) - Raise the docutils ReST error report level from its default of error to severe. An error-level report is issued for directives that are unknown,...
RPMPackage python2-zope-app-publisher-4.1.0-1.lbn36.noarch
Implementations and means for configuration of Zope 3-style views and resources