Home
Trees
Indices
Help
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
pybaz.ChangesetApplication
:
Incremental changeset application process.
pybaz.backends.forkexec.exec_safe_iter_stdout
:
Iterator over the output of a child process.
pybaz.compat.status
pybaz.backends.commandline.SpawningStrategy
:
Abstract class for process spawning strategies.
pybaz.backends.forkexec.PyArchSpawningStrategy
pybaz.backends.commandline.DelayedGuessedSpawningStrategy
:
SpawningStrategy that uses Twisted if it is present in ``sys.modules``.
pybaz.NamespaceObject
:
Base class for all archive objects.
pybaz.ArchiveItem
:
Base class for all archive components classes.
pybaz.Setupable
:
Base class for container archive objects.
pybaz.Category
:
Arch category namespace object.
pybaz.Package
:
Base class for ordered container archive objects.
pybaz.Version
:
Arch version namespace object.
pybaz.Branch
:
Arch branch namespace object.
pybaz.CategoryItem
:
Base class for archive classes below Category.
pybaz.BranchItem
:
Base class for archive classes Version and Revision.
pybaz.Version
:
Arch version namespace object.
pybaz.VersionItem
:
Base class for Revision.
pybaz.Revision
:
Arch revision namespace object.
pybaz.Branch
:
Arch branch namespace object.
pybaz.RevisionIterable
:
Abstract class for namespace classes above Revision.
pybaz.Package
:
Base class for ordered container archive objects.
pybaz.Version
:
Arch version namespace object.
pybaz.Branch
:
Arch branch namespace object.
pybaz.Version
:
Arch version namespace object.
pybaz.VersionIterable
:
Abstract class for archive classes above Version.
pybaz.Branch
:
Arch branch namespace object.
pybaz.BranchIterable
:
Base class for archive classes above Branch.
pybaz.Category
:
Arch category namespace object.
pybaz.CategoryIterable
:
Base class for Archive.
pybaz.Archive
:
Arch archive namespace object.
pybaz.backends.forkexec.StdoutType
pybaz.ChangesetCreation
:
Incremental changeset generation process.
pybaz.backends.commandline.CommandLineBackend
:
Facade for command-line back-end options.
pybaz.LogMessage
:
Log message for use with commit, import or tag operations.
pybaz.backends.forkexec.StringOutput
:
Memory buffer storing a pipe output asynchronously.
pybaz.Chatter
:
Chatter lines in ``tla`` output.
pybaz.backends.logger.Logger
pybaz.backends.logger.DebugLogger
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
pybaz.errors.NoPristineFoundError
:
Failed to find a pristine for the given revision.
pybaz.errors.TreeVersionError
:
Arch source tree does not have a valid default version.
pybaz.errors.ArchiveNotRegistered
:
Tried to access an unregistered archive.
pybaz.errors.MetaInfoError
:
The requested archive meta-info was not present.
pybaz.errors.UntaggedFileError
:
Tried to get the id-tag of file which has none.
pybaz.errors.LocationAlreadyRegistered
:
Tried to register a location that was already registered.
pybaz.errors.IllegalEscapeSequence
:
Illegal syntax in a pika-escaped string.
pybaz.errors.NamespaceError
:
Invalid Arch namespace name, or incorrect kind of name.
pybaz.errors.TreeRootError
:
Could not find the Arch tree-root of a directory.
pybaz.errors.ChangesetConflict
:
A conflict occured when applying a changeset.
pybaz.errors.MissingFileError
:
A request file is not present in the given revision.
pybaz.errors.LocationNotRegistered
:
Tried to unregister a location that is not registered.
pybaz.errors.SourceTreeError
:
Tried to create a source tree object from non-tree-root directory.
exceptions.StandardError
:
Base class for all standard Python exceptions that do not represent interpreter exiting.
exceptions.RuntimeError
:
Unspecified run-time error.
pybaz.errors.ExecProblem
pybaz.errors.MirrorLocationMismatch
:
Tried to mirror to a location that contains a different archive.
pybaz.MergeOutcome
:
Abstract base class for changeset application summary output lines.
pybaz.PatchConflict
:
Changeset application summary line for a patch conflict.
pybaz.TreeChange
:
Abstract base class for ``changes`` summary output lines.
pybaz.FileModification
:
Changeset summary line for file whose contents were modified.
pybaz.FileRename
:
Changeset summary line for a renaming.
pybaz.SymlinkModification
:
Changeset summary line for a symlink modification.
pybaz.FilePermissionsChange
:
Changeset summary line for a change in permissions.
pybaz.FileDeletion
:
Changeset summary line for a deleted file.
pybaz.FileAddition
:
Changeset summary line for a new file.
basestring
:
Type basestring cannot be instantiated; it is the base for str and unicode.
str
:
str(object) -> string Return a nice string representation of the object.
pybaz.NameParser
:
Parser for names in Arch archive namespace.
pybaz.pathname.PathName
:
String with extra methods for filename operations.
pybaz.pathname.FileName
:
PathName further characterized as a file name.
pybaz.pathname.DirName
:
PathName, further characterized as a directory name.
pybaz.Changeset
:
Arch whole-tree changeset.
pybaz.SourceTree
:
Abstract base class for `ForeignTree` and `ArchSourceTree`.
pybaz.ForeignTree
:
Generic source tree without Arch support.
pybaz.ArchSourceTree
:
Abstract base class for Arch source trees.
pybaz.WorkingTree
:
Working source tree, Arch source tree which can be modified.
pybaz.LibraryTree
:
Read-only Arch source tree.
pybaz.Factory
:
Abstract factory for objects created by the public interface.
pybaz.Patchlog
:
Log entry associated to a revision.
pybaz.RevisionFile
:
File component of an archived revision.
pybaz.ArchiveLocation
:
A location identified by an url and containing a Bazaar archive.
pybaz.ArchiveLocationParams
:
Parameter Object used for creating archives masters and mirrors.
pybaz.compat.BazaarCommandVersion
:
Parsing and comparison of Bazaar version strings.
pybaz.backends.baz.Tla10
pybaz.backends.baz.Tla11
pybaz.backends.forkexec.ChildProcess
:
Description of a child process, for error handling.
Home
Trees
Indices
Help
Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007
http://epydoc.sourceforge.net