refline.srccheck is a generic package that does some source checking/linting jobs.What is new in this release:Added support for Python 3.3. What is new in version 0.5.4:Support pyflakes 0.5.0 What is new in version 0.5.3:Fix: cleanup the madness in...

read more

z3c.layer.pagelet is a Python package that provides a pagelet based layer setup for Zope3.This layer supports a correct set of component registration and can be used for inheritation in custom skins.Right now the default implementation in Zope3 has...

read more

zc.resourcelibrary is a Zope 3 extension that is designed to make the inclusion of JavaScript, CSS, and other resources easy, cache-friendly, and component-friendly.What is new in this release:Register adapters with getSiteManager rather than...

read more

zc.zservertracelog implements a Zope2-style (extended) tracelog. A tracelog is a kind of access log that records several low-level events for each request. Each log entry starts with a record type, a request identifier and the time. Some log records...

read more

The application control instance is usually generated upon startup. zope.app.applicationcontrol provides runtime information adapter for application control and Zope version. Also provide a utility with methods for shutting down and restarting the...

read more

zope.app.container define interfaces of container components, and provides sample container implementations such as a BTreeContainer and OrderedContainer.What is new in this release:Replaced an undeclared test dependency on zope.app.authentication with...

read more

Generations are a way of updating objects in the database when the application schema changes. An application schema is essentially the structure of data, the structure of classes in the case of ZODB or the table descriptions in the case of a relational...

read more
zope.app.http

zope.app.http 3.10.2

The zope.app.http package implements the simplest HTTP behavior within the Zope Publisher. It implements all HTTP verbs as views and defines the necessary HTTP exceptions.What is new in this release:Fixing brown bag release 3.10.1, failing...

read more
zope.app.publication

zope.app.publication 4.0.0 Alpha 1

zope.app.publication is a module with publication and traversal components.What is new in this release:Relax ZODB dependency to allow 3.10dev builds from SVN. Introduce ZopePublication.callErrorView as a possible hook point. What is new in version...

read more