Zope is an application server specializing in content management, intranets, and custom Web applications. It is written in Python and has a large global community of developers and companies.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
ZReST was modified not to store rendered / warnings as persistent attributes. A typo in _doAddUser when password encryption is enabled was fixed. A bug has been fixed where if a content object implemented any in-place numeric operators, untrusted code could call them, thus modifying the content. Untrusted code handling for Python 2.4 was improved.
The ZServer was replaced with the Twisted server. A test browser that simulates a real browser was added for improved functional testing. The password managers proposal was implemented. The language namespace proposal was implemented. A new object introspector was implemented. Various other improvements and bugfixes were made.
ObjectManager now has a hasObject method to test
presence. Logging of ConflictErrors was improved.
Unclear security declarations were fixed. The
license was updated to ZPL 2.1. Various
improvements were made to interfaces and WebDAV
support. Zope now makes use of ZODB 3.6. The
bundled Zope 3 was switched to release 3.2 and the
Five product was upgraded to version 1.3. The new
and improved test runner from Zope 3 is now used.
Numerous other improvements and bugfixes were
made.
The check for temporary cache files in ZEO/ClientStorage:
fixed was fixed. Transience._getCallback no longer raises a
NameError when a path naming an onAdd or onDelete method
points to a nonexistent object. LazyCat length calculation after
all contained sequences have been fully accessed was fixed.
ISO 1386 was fixed, and the colon in the timezone offset is
now optional. ExternalMethod no longer ignores
management_page_charset An issue in the Zope 3 collector
was corrected.