| Home | Trees | Index | Help | 
|---|
| 
 | 
svnmailer: This is the svnmailer package.
  browser: This package contains the different browser URL generator classes.
    cli: The svnmailer provides two different command line interfaces.
    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
      processes: This module contains a portable class (Process) for process creation
with pipes.
    settings: This package is responsible for all settings logic.
    stream: svnmailer stream objects
    subversion: Access to the subversion respository
    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.processes.Process: 
Spawn a child with certain attributes
  svnmailer.subversion.Repository: 
Access to the subversion repository
  svnmailer.notifier.selector.Selector: 
Notifier selector class
  svnmailer.util.Singleton: 
Singleton base class
    svnmailer.browser.Manager: 
Repository browser manager
  svnmailer.settings.Manager: 
Svnmailer settings manager
    svnmailer.util.TempFile: 
Tempfile container class
  svnmailer.settings.Tokens: 
Generic token container
  __builtin__.tuple: 
tuple() -> an empty tuple
tuple(sequence) -> tuple initialized from sequence's items
If the argument is a tuple, the return value is the same object.
  __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.browser.Error: 
Base exception for this package
    svnmailer.browser.InvalidGeneratorError: 
The generator name was not recognized
    svnmailer.cli.Error: 
Base exception for this module
    svnmailer.cli.CommandlineError: 
Error in commandline
    svnmailer.main.Error: 
Base exception for this module
    svnmailer.main.ConfigError: 
Configuration error occurred
  svnmailer.main.NotifierError: 
An Notifier error occured
    svnmailer.settings.Error: 
Base exception for this package
  svnmailer.subversion.RepositoryError: 
A repository error occured
    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).
    svnmailer.cli.OptionParser: 
Fully initialized option parser
    popen2.Popen3: 
Class representing a child process.
  svn.repos.RevisionChangeCollector
| Home | Trees | Index | Help | 
|---|
| Generated by Epydoc 2.0 on Sun Sep 25 20:49:21 2005 | http://epydoc.sf.net |