| Home | Trees | Index | Help |
|---|
|
svnmailer: This is the core svnmailer package.
cli: svnmailer command line interface
config: Configfile parsing
differ: Differ classes
main: main logic of the svn mailer
notifier: Package svnmailer.notifier
settings: Runtime settings for the svn mailer
struct: svnmailer structs
subversion: Access to the subversion respository
util: svnmailer utilities
__builtin__.object:
The most base type...
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
__builtin__.property:
property(fget=None, fset=None, fdel=None, doc=None) -> property attribute
fget is a function to be used for getting an attribute value, and likewise
fset is a function for setting, and fdel a function for del'ing, an
attribute.
svnmailer.struct.Property:
Shortcut for automatic getter/setter selection
svnmailer.subversion.Repository:
Access to the subversion repository
svnmailer.settings.Settings:
Settings management
svnmailer.config.ConfigFileSettings:
Provide settings from config
svnmailer.struct.Struct:
General structure stub
svnmailer.struct.StructAccessors:
Struct setters/getters
svnmailer.util.TempFile:
Tempfile container class
unittest.TestCase:
A class whose instances are single test cases.
__builtin__.type:
type(object) -> the object's type...
email.Message.Message:
Basic message object.
email.MIMEBase.MIMEBase:
Base class for MIME specializations.
email.MIMENonMultipart.MIMENonMultipart:
Base class for MIME multipart/* type messages.
exceptions.Exception:
Common base class for all exceptions.
svnmailer.cli.Error:
Base exception for this module
svnmailer.cli.CommandlineError:
Error in commandline
svnmailer.config.Error:
Base exception for this module
svnmailer.config.ConfigInvalidError:
Config file has errors
svnmailer.config.ConfigOptionNotFoundError:
A required option is missing
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
exceptions.StandardError:
Base class for all standard Python exceptions.
exceptions.AssertionError:
Assertion failed.
svn.repos.RevisionChangeCollector
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Mon Feb 14 16:49:19 2005 | http://epydoc.sf.net |