Home | Trees | Index | Help |
---|
|
svnmailer
: This is the core svnmailer package.
browser
: Respository Browser URL construction
cli
: The svnmailer provides two different command line interfaces.
config
: Configfile parsing
differ
: Differ classes
main
: This module is the central core of the svnmailer.
notifier
: Package svnmailer.notifier
cia_xmlrpc
: This notifier delivers a notification message in XML format to a CIA server.
mail
: Text based email notifiers (either piped to a program or via SMTP)
news
: Text based news notifier (via NNTP)
selector
: notifier selector module
stdout
: Stdout notifier - mostly for debugging purposes
settings
: This module defines one public class, called Settings
.
stream
: svnmailer stream objects
struct_accessors
: This module exactly describes the struct member definitions used by
the svnmailer.
subversion
: Access to the subversion respository
typedstruct
: This module provides helpers for creating typed data structures.
util
: This module contains some utility functions and classes used in
several places of the svnmailer.
__builtin__.object
:
The most base type...
__builtin__.basestring
:
Type basestring cannot be instantiated; it is the base for str and unicode.
__builtin__.str
:
str(object) -> string
Return a nice string representation of the object.
__builtin__.dict
:
dict() -> new empty dictionary.
svnmailer.util.ReadOnlyDict
:
Read only dictionary
svnmailer.util.SafeDict
:
A dict, which returns '' on unknown keys or false values
svnmailer.differ.ExternalDiffer
:
Differ which calls an external program (e.g.
svnmailer.differ.InternalDiffer
:
Differ without an external program call (uses difflib)
svnmailer.main.Main
:
main svnmailer logic
svnmailer.typedstruct.MemberDescriptor
:
Base class for members descriptors
svnmailer.subversion.Repository
:
Access to the subversion repository
svnmailer.notifier.selector.Selector
:
Notifier selector class
svnmailer.settings.Settings
:
Settings management
svnmailer.config.ConfigFileSettings
:
Provide settings from config
svnmailer.typedstruct.Struct
:
General structure stub
svnmailer.util.TempFile
:
Tempfile container class
__builtin__.type
:
type(object) -> the object's type...
email.Message.Message
:
Basic message object.
email.MIMEBase.MIMEBase
:
Base class for MIME specializations.
email.MIMEMultipart.MIMEMultipart
:
Base class for MIME multipart/* type messages.
email.MIMENonMultipart.MIMENonMultipart
:
Base class for MIME multipart/* type messages.
exceptions.Exception
:
Common base class for all exceptions.
svnmailer.config.Error
:
Base exception for this module
svnmailer.config.ConfigInvalidError
:
Config file has errors
svnmailer.config.ConfigMappingSectionNotFoundError
:
Config mapping section was not found
svnmailer.config.ConfigMappingSpecInvalidError
:
Config mapping spec was not recognized
svnmailer.config.ConfigOptionUnknownError
:
An unknown option was parsed
svnmailer.config.ConfigSectionNotFoundError
:
Specified config section was not found
svnmailer.config.ConfigNotFoundError
:
Config file not found
svnmailer.config.ConfigMissingError
:
Config not specified and not found on default locations
svnmailer.main.Error
:
Base exception for this module
svnmailer.main.ConfigError
:
Configuration error occurred
svnmailer.main.NotifierError
:
An Notifier error occured
svnmailer.subversion.RepositoryError
:
A repository error occured
exceptions.StandardError
:
Base class for all standard Python exceptions.
exceptions.RuntimeError
:
Unspecified run-time error.
exceptions.NotImplementedError
:
Method or function hasn't been implemented yet.
optparse.OptionContainer
:
Abstract base class.
optparse.OptionParser
:
Class attributes:
standard_option_list : [Option]
list of standard options that will be accepted by all instances
of this parser class (intended to be overridden by subclasses).
svn.repos.RevisionChangeCollector
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:12 2006 | http://epydoc.sf.net |