Commit a172bbeb authored by Hanno Schlichting's avatar Hanno Schlichting

Lots of CVS fossils removed

parent 055c785b
......@@ -10,9 +10,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__doc__="""System management components"""
__version__='$Revision: 1.94 $'[11:-2]
"""System management components"""
from cgi import escape
from cStringIO import StringIO
......
......@@ -13,9 +13,7 @@
'''Cache management support.
This class is mixed into the database manager in App.ApplicationManager.
$Id$'''
__version__='$Revision: 1.31 $'[11:-2]
'''
from AccessControl.class_init import InitializeClass
from App.special_dtml import DTMLFile
......
......@@ -10,11 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""Commonly used utility functions."""
__version__='$Revision: 1.20 $'[11:-2]
import os
import sys
import time
......
......@@ -11,8 +11,6 @@
#
##############################################################################
__version__ = "$Revision: 1.8 $"[11:-2]
from AccessControl.class_init import InitializeClass
from AccessControl.SecurityInfo import ClassSecurityInfo
from AccessControl.SecurityManagement import getSecurityManager
......
......@@ -31,8 +31,6 @@
target='_top')
</PRE>"""
__version__='$Revision: 1.9 $'[11:-2]
from App.special_dtml import HTML
MessageDialog = HTML("""
......
......@@ -10,11 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""Stick directory information in the built-in namespace."""
__version__='$Revision: 1.13 $'[11:-2]
import __builtin__
import os
import sys
......
......@@ -12,8 +12,6 @@
##############################################################################
"""Image object that is stored in a file"""
__version__='$Revision: 1.20 $'[11:-2]
import os
import os.path
import stat
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Standard management interface support
$Id$
"""
from cgi import escape
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Patch for Persistent to support IPersistentExtra.
$Id$
"""
from DateTime.DateTime import DateTime
class PersistentUtil:
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Objects providing context for product initialization
$Id$
"""
from logging import getLogger
......
......@@ -12,7 +12,6 @@
##############################################################################
'''
Functions for refreshing products.
$Id$
'''
from logging import getLogger
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Undo support.
$Id$
"""
from Acquisition import aq_inner
......
......@@ -10,9 +10,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""App z3 interfaces.
$Id$
"""App interfaces.
"""
from zope.interface import Attribute
......
......@@ -10,10 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__doc__='''Simple module for writing tar files
$Id$'''
__version__='$Revision: 1.8 $'[11:-2]
"""Simple module for writing tar files
"""
import sys, time, zlib
try:
......
......@@ -12,11 +12,11 @@
#
##############################################################################
"""Tests for the CacheManager.
$Id$
"""
import unittest
class DummyConnection:
def __init__(self, db):
......
......@@ -14,7 +14,6 @@
o N.B.: DO NOT IMPORT ANYTHING HERE! This module is just for shared data!
"""
__version__='$Revision: 1.56 $'[11:-2]
# BBB imports
from zope.deferredimport import deprecated
......
......@@ -11,8 +11,6 @@
#
##############################################################################
""" API documentation help topics.
$Id$
"""
import types
......
......@@ -12,9 +12,6 @@
##############################################################################
"""Help system support module"""
__version__='$Revision: 1.12 $'[11:-2]
import re
import sys
......@@ -86,8 +83,7 @@ class object(Implicit):
def version(self):
if hasattr(self._obj_, '__version__'):
return self._obj_.__version__
return None
tpId =get_name
tpURL =get_name
......
......@@ -12,8 +12,6 @@
##############################################################################
"""Object Reference implementation"""
__version__='$Revision: 1.10 $'[11:-2]
import sys
from urllib import quote
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Application support
$Id$
"""
import os, sys, traceback
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Cacheable object and cache management base classes.
$Id$
"""
from logging import getLogger
import sys
import time
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Copy interface
$Id$
"""
from cgi import escape
......
......@@ -14,9 +14,8 @@
http://www.zope.org/Members/michel/Projects/Interfaces/ObserverAndNotification)
This class is intended to be used as a mixin (note that it doesn't
derive from any Zope persistence classes, for instance).
$Id$
"""
from types import StringType
class DefaultObservable:
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Deprecated - use DTMLMethod
$Id$
"""
import DTMLMethod
Document=DTMLMethod.DTMLMethod
......
......@@ -17,8 +17,6 @@ provided by existing methods such as PUT and manage_delObjects.
All FTP methods should be governed by a single permission:
'FTP access'.
$Id$
"""
from zope.interface import implements
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Find support
$Id$
"""
from string import translate
......
......@@ -13,8 +13,6 @@
"""Folder object
Folders are the basic container objects and are analogous to directories.
$Id$
"""
from AccessControl.class_init import InitializeClass
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Object Histories
$Id$
"""
from cgi import escape
import difflib
from struct import pack, unpack
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Image object
$Id$
"""
from cgi import escape
from cStringIO import StringIO
from mimetools import choose_boundary
......
......@@ -16,8 +16,6 @@
persistent object. A moniker can be turned back into
a real object that retains its correct version context
and aquisition relationships via a simple interface.
$Id$
"""
class Moniker:
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Object Manager
$Id$
"""
from cgi import escape
......
......@@ -11,8 +11,6 @@
#
##############################################################################
""" Order support for 'Object Manager'.
$Id$
"""
import warnings
......
......@@ -11,8 +11,6 @@
#
##############################################################################
""" 'Folder' with order support.
$Id$
"""
from AccessControl.SecurityManagement import getSecurityManager
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Property management
$Id$
"""
from cgi import escape
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Property sheets
$Id$
"""
from cgi import escape
import time
import sys
......
......@@ -16,8 +16,6 @@ Aqueduct database adapters, etc.
This module can also be used as a simple template for implementing new
item types.
$Id$
"""
import marshal
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""This module implements a mix-in for traversable objects.
$Id$
"""
from urllib import quote
......
......@@ -13,8 +13,6 @@
##############################################################################
"""
OFS event definitions.
$Id$
"""
from zope.interface import implements
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""OFS interfaces.
$Id$
"""
from zope.container.interfaces import IContainer
from zope.interface import Attribute
from zope.interface import Interface
......
......@@ -43,8 +43,6 @@ recovered by piping the output through
See module comments for details and programmatic interface.
"""
__version__ = 1, 4, 0
# SequenceMatcher tries to compute a "human-friendly diff" between
# two sequences (chiefly picturing a file as a sequence of lines,
# and a line as a sequence of characters, here). Unlike e.g. UNIX(tm)
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Restricted unpickler
$Id$
"""
import pickle
reg={}
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Properties unit tests.
$Id$
"""
import unittest
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Traverse unit tests.
$Id$
"""
import unittest
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test events
$Id$
"""
# These classes aren't defined in the doctest because otherwise
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Unit tests for the registerClass directive.
$Id$
"""
from AccessControl.class_init import InitializeClass
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Initialize the Five product
$Id$
"""
# public API provided by Five
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Things needed for backward compatibility
$Id$
"""
import Acquisition
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Provide basic browser functionality
$Id$
"""
import Acquisition
import zope.publisher.browser
......
......@@ -17,8 +17,6 @@ The Adding View is used to add new objects to a container. It is sort of a
factory screen.
(original: zope.app.container.browser.adding)
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -13,8 +13,6 @@
##############################################################################
""" Utility functions for decoding browser input and setting the output
encoding.
$Id$
"""
from zope.publisher.browser import isCGI_NAME
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Some menu code
$Id$
"""
import zope.deferredimport
zope.deferredimport.deprecated(
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""A 'PageTemplateFile' without security restrictions.
$Id$
"""
from os.path import basename
from zope.component import getMultiAdapter
from zope.pagetemplate.pagetemplatefile import PageTemplateFile
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Provide basic resource functionality
$Id$
"""
import os
import urllib
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Test fixtures
$Id$
"""
from zope.interface import Interface, implements
from Products.Five import BrowserView
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Test i18n.
$Id$
"""
from zope.i18nmessageid import MessageFactory
_ = MessageFactory('fivetest')
from Products.Five import BrowserView
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Test browser pages
$Id$
"""
from Products.Five import BrowserView
from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
from OFS.SimpleItem import SimpleItem
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Test skins
$Id$
"""
from zope.publisher.interfaces.browser import IDefaultBrowserLayer
class ITestSkin(IDefaultBrowserLayer):
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test AbsoluteURL
$Id$
"""
def test_absoluteurl():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test adding views
$Id$
"""
def test_suite():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Unit tests for decode module.
$Id$
"""
def test_processInputs():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test Default View functionality
$Id$
"""
def test_default_view():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Unit tests for the i18n framework
$Id$
"""
def test_zpt_i18n():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test browser menus
$Id$
"""
def test_menu():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test browser pages
$Id$
"""
def test_suite():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test default view recursion
$Id$
"""
def test_recursion():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test browser pages
$Id$
"""
def test_suite():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test Five-traversable classes
$Id$
"""
class SimpleClass(object):
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Five local component look-up support
$Id$
"""
import zope.interface
import zope.component
import zope.event
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Component browser views
$Id$
"""
from Products.Five.browser import BrowserView
from Products.Five.component import enableSite, disableSite
from Products.Five.component.interfaces import IObjectManagerSite
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Component interfaces
$Id$
"""
from zope.location.interfaces import ISite
from OFS.interfaces import IObjectManager
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Component tests
$Id$
"""
import unittest
from doctest import DocFileSuite
from Testing.ZopeTestCase import FunctionalDocFileSuite
......
......@@ -11,9 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
$Id$
"""
from zope.deferredimport import deprecated
......
......@@ -14,9 +14,8 @@
"""Five-specific directive handlers
These directives are specific to Five and have no equivalents outside of it.
$Id$
"""
import os
import glob
import warnings
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Five ZCML directive schemas
$Id$
"""
from zope.interface import Interface
from zope.browserresource.metadirectives import IBasicResourceInformation
from zope.configuration.fields import GlobalObject, Tokens
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Five interfaces
$Id$
"""
from zope.deferredimport import deprecated
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Five security handling
$Id$
"""
from zope.deferredimport import deprecated
deprecated("Please import InitializeClass from App.class_init",
......
......@@ -13,9 +13,8 @@
##############################################################################
"""Use structured monkey-patching to enable ``ISized`` adapters for
Zope 2 objects.
$Id$
"""
from zope.size.interfaces import ISized
from Products.Five import fivemethod, isFiveMethod
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Mimick the zope.app.basicskin skinning system.
$Id$
"""
import zope.interface
import zope.component
from Products.Five.browser import BrowserView
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Demo StandardMacros
$Id$
"""
from Products.Five import StandardMacros as BaseMacros
class StandardMacros(BaseMacros):
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test standard macros
$Id$
"""
def test_standard_macros():
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Adapter test fixtures
$Id$
"""
from zope.interface import implements, Interface
from zope.component import adapts
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Boiler plate test module
$Id$
"""
def test_boilerplate():
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Interfaces test fixtures
$Id$
"""
from zope.interface import Interface
class One(object):
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Parrot directive and support classes
$Id$
"""
from zope.interface import Interface
from zope.configuration.fields import GlobalObject
from zope.schema import TextLine
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test the basic ZCML directives
$Id$
"""
def test_directives():
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Unit tests for the i18n framework
$Id$
"""
from zope.component.testing import setUp, tearDown
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Size adapters for testing
$Id$
"""
from zope.interface import implements
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Test helpers
$Id$
"""
from Products.Five.tests.testing.folder import FiveTraversableFolder
from Products.Five.tests.testing.folder import manage_addFiveTraversableFolder
from Products.Five.tests.testing.folder import manage_addNoVerifyPasteFolder
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Test content objects.
$Id$
"""
from AccessControl.class_init import InitializeClass
from AccessControl.SecurityInfo import ClassSecurityInfo
from Acquisition import Explicit
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Test folders
$Id$
"""
from OFS.Folder import Folder
from OFS.interfaces import IFolder
from zope.interface import implements
......
......@@ -11,8 +11,3 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Python
$Id$
"""
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Simple content class(es) for browser tests
$Id$
"""
from AccessControl.class_init import InitializeClass
from AccessControl.SecurityInfo import ClassSecurityInfo
from OFS.SimpleItem import SimpleItem
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Marker interfaces adapter views.
$Id$
"""
from Products.Five.utilities.interfaces import IMarkerInterfaces
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Unit tests for marker interface views.
$Id$
"""
def test_editview():
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Utility Interface Definitions.
$Id$
"""
from zope.interface import Interface
......
......@@ -14,9 +14,8 @@
"""Marker interfaces adapter.
Allows for arbitrary application of marker interfaces to objects.
$Id$
"""
from sets import Set
from zope.interface import implements, implementedBy, providedBy
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Viewlet manager.
$Id$
"""
from Acquisition import aq_base
from AccessControl.ZopeGuards import guarded_hasattr
import zope.interface
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Viewlet ZCML directives.
$Id$
"""
import os
from zope.browserpage.metaconfigure import _handle_for
......
......@@ -12,10 +12,7 @@
#
##############################################################################
"""Viewlet tests
$Id$
"""
__docformat__ = 'restructuredtext'
import unittest
from Testing.ZopeTestCase import FunctionalDocFileSuite
......
......@@ -12,9 +12,8 @@
#
##############################################################################
"""Viewlet.
$Id$
"""
import os
import zope.viewlet.viewlet
from Products.Five.bbb import AcquisitionBBB
......
......@@ -14,8 +14,6 @@
Page Template-specific implementation of TALES, with handlers
for Python expressions, string literals, and paths.
$Id$
"""
import logging
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Page Template module
$Id$
"""
import sys
import ExtensionClass
import zope.pagetemplate.pagetemplate
......
......@@ -13,9 +13,8 @@
"""Zope-specific Python Expression Handler
Handler for Python expressions that uses the RestrictedPython package.
$Id$
"""
from AccessControl import safe_builtins
from AccessControl.ZopeGuards import guarded_getattr, get_safe_globals
from RestrictedPython import compile_restricted_eval
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Zope Page Template module (wrapper for the zope.pagetemplate implementation)
$Id$
"""
import os
import re
......
......@@ -14,8 +14,6 @@
This wrapper allows the Page Template modules to be segregated in a
separate package.
$Id$
"""
# Placeholder for Zope Product data
......
""" Unit tests for Products.PageTemplates.ZRPythonExpr
$Id
"""
import unittest
class MiscTests(unittest.TestCase):
def test_call_with_ns_prefer_context_to_here(self):
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Unicode conflict resolution.
$Id$
"""
import sys
......
......@@ -10,10 +10,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
""" Some helper methods
$Id$
"""Some helper methods
"""
import re
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Site error log module.
$Id$
"""
import os
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Site error log product.
$Id$
"""
import SiteErrorLog
......
"""SiteErrorLog tests
Note: Tests require Zope >= 2.7
$Id: testSiteErrorLog.py 27325 2004-08-29 09:59:28Z jens $
"""
from Testing.makerequest import makerequest
......
......@@ -20,10 +20,7 @@ lives in another ZODB.
To understand this fully, you'll need to read the source of
Products.TemporaryFolder.mount.MountPoint.
$Id$
"""
__version__='$Revision: 1.12 $'[11:-2]
from App.special_dtml import DTMLFile
from App.special_dtml import HTMLFile
......
......@@ -12,8 +12,6 @@
##############################################################################
"""
Temporary Folder initialization routines
$Id$
"""
import ZODB # for testrunner to be happy
......
......@@ -12,8 +12,7 @@
#
##############################################################################
"""Mounted database support
$Id: Mount.py 82361 2007-12-19 18:44:17Z jim $"""
"""
import time
import thread
......
......@@ -12,9 +12,8 @@
##############################################################################
"""
Transient Object Container Class ('timeslice'-based design, no index).
$Id$
"""
from cgi import escape
from logging import getLogger
import math
......
......@@ -10,12 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""Simple ZODB-based transient object implementation.
"""
Simple ZODB-based transient object implementation.
$Id$
"""
__version__='$Revision: 1.9.68.5 $'[11:-2]
import logging
import os
......
......@@ -12,8 +12,6 @@
##############################################################################
"""
Transience initialization routines
$Id$
"""
import ZODB # this is to help out testrunner, don't remove.
......
......@@ -11,8 +11,6 @@
#
##############################################################################
__version__ = "$Revision$"[11:-2]
from zope.interface import implements
import Acquisition, Record
......
......@@ -10,9 +10,6 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__doc__='''$Id$'''
__version__='$Revision: 1.9 $'[11:-2]
class Lazy:
......
......@@ -10,9 +10,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
$Id$
"""
import time, sys
from logging import getLogger
......
......@@ -11,8 +11,6 @@
#
##############################################################################
""" ZCatalog product
$Id$
"""
import logging
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Virtual container for ZCatalog indexes.
$Id$
"""
from AccessControl.class_init import InitializeClass
......
......@@ -10,9 +10,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""ZCatalog z3 interfaces.
$Id$
"""ZCatalog interfaces.
"""
from zope.interface import Interface
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Mount point (stored in ZODB).
$Id$
"""
import os
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""ZODBMountPoint product.
$Id$
"""
def initialize(context):
......
#
# $Id$
#
''' ReStructuredText Product for Zope
This Product stores two texts - a "source" text in ReStructureText format,
......
#
# $Id$
#
__version__='1.0'
# product initialisation
import ZReST
def initialize(context):
......
""" Unit tests for ZReST product.
$Id$
"""
# -*- coding: iso-8859-15 -*-
""" Unit tests for ZReST objects
$Id$
"""
import unittest
import cgi
import tempfile
......
......@@ -11,8 +11,6 @@
#
##############################################################################
__version__='$Revision$'[11:-2]
import re
import string
......
......@@ -11,8 +11,6 @@
#
##############################################################################
__version__='$Revision$'[11:-2]
from AccessControl.class_init import InitializeClass
from AccessControl.Permissions import view_management_screens
from AccessControl.SecurityInfo import ClassSecurityInfo
......
......@@ -10,12 +10,10 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""Script module
This provides generic script support
"""
__version__='$Revision$'[11:-2]
from string import join
from urllib import quote
......
......@@ -10,14 +10,11 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""Signature module
This provides support for simulating function signatures
"""
__version__='$Revision: 1.6 $'[11:-2]
class FuncCode:
def __init__(self, varnames, argcount):
......
......@@ -10,5 +10,3 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__version__='$Revision$'[11:-2]
......@@ -10,4 +10,3 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__version__='$Revision: 1.3 $'[11:-2]
......@@ -11,11 +11,8 @@
#
##############################################################################
"""Provide conversion between Python pickles and XML
"""
__version__ = "1.9" # Code version
from pickle import *
import struct
import base64
......
......@@ -10,11 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""Signal handling dispatcher."""
__version__='$Revision: 1.2 $'[11:-2]
import sys, os
import signal
from logging import getLogger
......
......@@ -12,10 +12,7 @@
##############################################################################
"""
Zope signal handlers for clean shutdown, restart and log rotation.
$Id$
"""
__version__='$Revision: 1.3 $'[11:-2]
import logging
import os
......
......@@ -23,8 +23,6 @@ This class maintains a fixture consisting of:
The twist is that the portal object itself is *not* created
by the PortalTestCase class! Subclasses must make sure
getPortal() returns a usable portal object to the setup code.
$Id$
"""
import base
......
......@@ -21,8 +21,6 @@ Typically used as in
import ZopeLite as Zope2
Zope2.installProduct('SomeProduct')
app = Zope2.app()
$Id$
"""
import os, sys, time
......
......@@ -20,8 +20,6 @@ The fixture consists of:
The default user is logged in and has the 'Access contents information'
and 'View' permissions given to his role.
$Id$
"""
import base
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Names exported by the ZopeTestCase package
$Id$
"""
import ZopeLite as Zope2
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""TestCase for Zope testing
$Id$
"""
import ZopeLite as Zope2
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""ZODB connection registry
$Id$
"""
class ConnectionRegistry:
......
......@@ -13,8 +13,6 @@
"""Support for functional unit testing in ZTC
After Marius Gedminas' functional.py module for Zope3.
$Id$
"""
import sys, re, base64
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""ZopeTestCase interfaces
$Id$
"""
from zope.interface import Interface
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""ZopeLite layer
$Id$
"""
_deferred_setup = []
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Placeless setup
$Id$
"""
from zope.component.testing import PlacelessSetup as CAPlacelessSetup
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Support for ZODB sandboxes in ZTC
$Id$
"""
import ZopeLite as Zope2
......
......@@ -18,8 +18,6 @@ use this file as a blueprint for your own tests!
See testPythonScript.py and testShoppingCart.py for
example test cases. See testSkeleton.py for a quick
way of getting started.
$Id$
"""
import transaction
......
......@@ -14,8 +14,6 @@
Demonstrates how to use the publish() API to execute GET, POST, PUT, etc.
requests against the ZPublisher and how to examine the response.
$Id$
"""
from Testing import ZopeTestCase
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Interface tests
$Id$
"""
from Testing.ZopeTestCase import *
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Placeless setup tests
$Id$
"""
from zope.component import adapts
......
......@@ -18,8 +18,6 @@ use this file as a blueprint for your own tests!
See testPythonScript.py and testShoppingCart.py for
example test cases. See testSkeleton.py for a quick
way of getting started.
$Id$
"""
from Testing import ZopeTestCase
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Skeleton ZopeTestCase
$Id$
"""
from Testing import ZopeTestCase
......
......@@ -25,8 +25,6 @@ need to URL-call back into the Zope server.
If you want to write functional unit tests, see the testFunctional.py
example instead.
$Id$
"""
from Testing import ZopeTestCase
......
......@@ -15,8 +15,6 @@
Demonstrates that cut/copy/paste/clone/rename and import/export
work if a subtransaction is committed before performing the respective
operation.
$Id$
"""
import os
......
......@@ -18,8 +18,6 @@ use this file as a blueprint for your own tests!
See testPythonScript.py and testShoppingCart.py for
example test cases. See testSkeleton.py for a quick
way of getting started.
$Id$
"""
from Testing import ZopeTestCase
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Test runner that works with zope.testing.testrunner
$Id$
"""
import unittest
......
......@@ -12,8 +12,6 @@
##############################################################################
"""Parts of ZServer support are in this module so they can
be imported more selectively.
$Id$
"""
from threading import Thread
......
......@@ -14,8 +14,6 @@
These functions are designed to be imported and run at
module level to add functionality to the test environment.
$Id$
"""
import os
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""ZopeTestCase doctest support
$Id$
"""
from doctest import *
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Support for (functional) doc tests
$Id$
"""
import base64
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Test for auth_header
$Id$
"""
from unittest import TestSuite, makeSuite
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Test layer extraction feature
$Id$
"""
from unittest import TestSuite
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Tests for installPackage
$Id$
"""
import sys
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Example doctest
$Id$
"""
from unittest import TestSuite
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Example Zope doctest
$Id$
"""
from unittest import TestSuite
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Test runner that works with zope.testing.testrunner
$Id$
"""
import unittest
......
......@@ -12,9 +12,8 @@
##############################################################################
"""
Set up testing environment
$Id$
"""
import os
import App.config
......
......@@ -15,9 +15,6 @@
# Andreas Jung, andreas@digicool.com 03/24/2001
__version__ = '$Id$'
import os,sys,re,string
import threading,time,commands,profile
......
......@@ -13,9 +13,6 @@
"""
Facilitates unit tests which requires an acquirable REQUEST from
ZODB objects
$Id$
"""
import os
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Unit tests of makequest.
$Id$
"""
import unittest
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Unit tests for the testbrowser module.
$Id$
"""
import unittest
......
......@@ -11,8 +11,6 @@
#
##############################################################################
""" Basic ZPublisher request management.
$Id$
"""
from urllib import quote as urllib_quote
......
......@@ -11,9 +11,7 @@
#
##############################################################################
'''CGI Response Output formatter
$Id$'''
__version__ = '$Revision: 1.19 $'[11:-2]
'''
from zExceptions import Unauthorized, Forbidden, NotFound, BadRequest
......
......@@ -10,8 +10,6 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__version__='$Revision: 1.12 $'[11:-2]
"""BeforeTraverse interface and helper classes"""
from Acquisition import aq_base
......
......@@ -31,7 +31,6 @@ that allows one to simply make a single web request.
The module also provides a command-line interface for calling objects.
"""
__version__='$Revision: 1.46 $'[11:-2]
import sys, re, socket, mimetools
from httplib import HTTP
......
......@@ -10,7 +10,6 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__version__='$Revision: 1.24 $'[11:-2]
import re
from types import ListType, TupleType, UnicodeType
......
......@@ -19,8 +19,6 @@ flag-interface and some support functions for implementing this functionality.
For an implementation example, see the File class in OFS/Image.py.
"""
__version__='$Revision: 1.8 $'[11:-2]
import re, sys
from zope.interface import Interface
......
......@@ -12,8 +12,6 @@
#
##############################################################################
""" HTTP request management.
$Id$
"""
from cgi import escape
......
......@@ -10,9 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__doc__="""Python Object Publisher -- Publish Python objects on web servers
$Id$"""
"""Python Object Publisher -- Publish Python objects on web servers
"""
import sys, os
import transaction
......
......@@ -89,10 +89,7 @@ Examples
c
s
$Id$
'''
__version__='$Revision: 1.41 $'[11:-2]
DONE_STRING_DEFAULT = '\n%s\n\n' % ('_'*60)
......@@ -290,9 +287,9 @@ def publish(script=None,path_info='/',
env['REQUEST_METHOD']=request_method
env['REMOTE_ADDR']='204.183.226.81 '
env['REMOTE_HOST']='bobo.remote.host'
env['HTTP_USER_AGENT']='Bobo/%s' % __version__
env['HTTP_USER_AGENT']='Bobo/SVN'
env['HTTP_HOST']='127.0.0.1'
env['SERVER_SOFTWARE']='Bobo/%s' % __version__
env['SERVER_SOFTWARE']='Bobo/SVN'
env['SERVER_PROTOCOL']='HTTP/1.0 '
env['HTTP_ACCEPT']='image/gif, image/x-xbitmap, image/jpeg, */* '
env['SERVER_HOSTNAME']='bobo.server.host'
......
......@@ -10,8 +10,6 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__version__='$Revision: 1.13 $'[11:-2]
# This allows ZPublisher to work with embedded interpreters
# that for some reason have no sys.argv (required by cgi.py).
......
......@@ -10,7 +10,6 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__version__='$Revision: 1.4 $'[11:-2]
# Waaaa, I wish I didn't have to work this hard.
try: from thread import allocate_lock
......
......@@ -11,8 +11,6 @@
#
##############################################################################
""" Functional tests for exception handling.
$Id$
"""
import unittest
......
......@@ -23,8 +23,6 @@ See http://www.fastcgi.com/fcgi-devkit-2.1/doc/fcgi-spec.html for the
protocol specificaition.
"""
__version__ = "1.0"
#----------------------------------------------------------------------
import asynchat, asyncore
......@@ -637,7 +635,7 @@ class FCGIServer(asyncore.dispatcher):
'\tIP : %s\n'
'\tPort : %s\n'
'\tSocket path : %s\n'
% (__version__, time.ctime(time.time()), self.ip,
% ('1.0', time.ctime(time.time()), self.ip,
self.port, self.socket_file))
......
......@@ -22,8 +22,6 @@ import posixpath
from ZServer.HTTPServer import zhttp_handler
__version__ = "1.0"
class WebDAVSrcHandler(zhttp_handler):
......
# Make medusa into a package
__version__='$Revision: 1.9 $'[11:-2]
#
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Batch class, for iterating over a sequence in batches
$Id$
"""
from ExtensionClass import Base
class LazyPrevBatch(Base):
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Simple Tree classes
$Id$
"""
from Tree import TreeMaker, TreeNode, b2a
from cgi import escape
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Tree manipulation classes
$Id$
"""
from Acquisition import Explicit
from ComputedAttribute import ComputedAttribute
from types import ListType, TupleType
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Zope-specific versions of ZTUTils classes
$Id$
"""
import cgi
import sys
import urllib
......@@ -36,7 +35,7 @@ except ImportError:
v = object[index]
if getSecurityManager().validate(object, object, index, v):
return v
raise Unauthorized, 'unauthorized access to element %s' % `i`
raise Unauthorized, 'unauthorized access to element %s' % index
else:
from AccessControl.unauthorized import Unauthorized
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Package of template utility classes and functions.
$Id$
"""
from Tree import encodeExpansion, decodeExpansion, a2b, b2a
......
......@@ -11,10 +11,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""
Revision information:
$Id$
"""
import string, math
def format(text, max_width=80, indent=0, trailing_lines_indent_more=0):
......
......@@ -13,8 +13,6 @@
##############################################################################
"""Zope user bootstrap system"""
__version__='$Revision: 1.5 $ '[11:-2]
import sys, sha, binascii, random, getopt, getpass, os
try:
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Script to check consistency of a ZCatalog
$Id$
"""
import Zope2
import os,sys,re,getopt
from types import IntType
......
......@@ -21,8 +21,6 @@ Usage:
Use --help to get a list of all options.
Author: Andreas Jung (andreas@andreas-jung.com)
$Id$
"""
import sys
......
......@@ -11,9 +11,8 @@
#
##############################################################################
"""Request log profiler script
$Id$
"""
import sys, time, getopt, math, cPickle
from types import StringType
try: import gzip
......
......@@ -12,10 +12,6 @@
#
##############################################################################
"""Yet another lag analysis tool
$Id$
"""
import datetime, optparse, sys
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""WebDAV support - collection objects.
$Id$
"""
from urllib import unquote
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""Etag support.
$Id$
"""
import time
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""WebDAV support - lock item.
$Id$
"""
import time
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""WebDAV support - lockable item.
$Id$
"""
from AccessControl.class_init import InitializeClass
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""WebDAV support - null resource objects.
$Id$
"""
import sys
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""WebDAV support - resource objects.
$Id$
"""
import mimetypes
......
......@@ -35,7 +35,5 @@
Jensen, "HTTP Extensions for Distributed Authoring - WebDAV." RFC 2518.
Microsoft, U.C. Irvine, Netscape, Novell. February, 1999."""
__version__='$Revision: 1.7 $'[11:-2]
enable_ms_author_via = False
enable_ms_public_header = False
"""HTTP 1.1 / WebDAV client library."""
__version__='$Revision: 1.22 $'[11:-2]
import sys, os, time, types,re
import httplib, mimetools
from types import FileType
......@@ -75,7 +73,7 @@ class Resource:
def __get_headers(self, kw={}):
headers={}
headers=self.__set_authtoken(headers)
headers['User-Agent']='WebDAV.client %s' % __version__
headers['User-Agent']='WebDAV.client'
headers['Host']=self.host
headers['Connection']='close'
headers['Accept']='*/*'
......
......@@ -10,11 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""Commonly used functions for WebDAV support modules."""
__version__='$Revision: 1.18 $'[11:-2]
import random
import re
import time
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""WebDAV xml request objects.
$Id$
"""
import sys
......
......@@ -11,8 +11,6 @@
#
##############################################################################
"""webdav z3 interfaces.
$Id$
"""
from zope.interface import Interface
......
......@@ -14,7 +14,6 @@
WebDAV XML request parsing tool using xml.minidom as xml parser.
Code contributed by Simon Eisenmann, struktur AG, Stuttgart, Germany
"""
__version__='$Revision: 1.15.2.1 $'[11:-2]
"""
TODO:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment