dulwich.contrib.test_swift_smoke.DulwichServer
- Start the TCPGitServer with Swift backenddulwich.tests.test_client.DummyPopen
- UndocumentedException
dulwich.client.HTTPProxyUnauthorized
- Raised when proxy authentication fails.dulwich.client.HTTPUnauthorized
- Raised when authentication fails.dulwich.client.InvalidWants
- Invalid wants.dulwich.client.StrangeHostname
- Refusing to connect to strange SSH hostname.dulwich.contrib.swift.SwiftException
- Undocumenteddulwich.errors.ApplyDeltaError
- Indicates that applying a delta failed.dulwich.errors.ChecksumMismatch
- A checksum didn't match the expected contents.dulwich.errors.CommitError
- An error occurred while performing a commit.dulwich.errors.FileFormatException
- Base class for exceptions relating to reading git file formats.dulwich.errors.ObjectFormatException
- Indicates an error parsing an object.dulwich.errors.PackedRefsException
- Indicates an error parsing a packed-refs file.dulwich.objects.EmptyFileException
- An unexpectedly empty file was encountered.dulwich.errors.GitProtocolError
- Git protocol exception.dulwich.errors.HangupException
- Hangup exception.dulwich.errors.SendPackError
- An error occurred during send_pack.dulwich.errors.UnexpectedCommandError
- Unexpected command received in a proto line.dulwich.errors.UpdateRefsError
- The server reported errors updating refs.dulwich.errors.HookError
- An error occurred while executing a hook.dulwich.errors.MissingCommitError
- Indicates that a commit was not found in the repositorydulwich.errors.NoIndexPresent
- No index is present.dulwich.errors.NotGitRepository
- Indicates that no Git repository was found.dulwich.errors.ObjectMissing
- Indicates that a requested object is missing.dulwich.errors.RefFormatError
- Indicates an invalid ref name.dulwich.errors.WrongObjectException
- Baseclass for all the _ is not a _ exceptions on objects.dulwich.errors.NotBlobError
- Indicates that the sha requested does not point to a blob.dulwich.errors.NotCommitError
- Indicates that the sha requested does not point to a commit.dulwich.errors.NotTagError
- Indicates that the sha requested does not point to a tag.dulwich.errors.NotTreeError
- Indicates that the sha requested does not point to a tree.dulwich.file.FileLocked
- File is already locked.dulwich.index.UnsupportedIndexFormat
- An unsupported index format was encountered.dulwich.objects.SubmoduleEncountered
- A submodule was encountered while resolving a path.dulwich.objectspec.AmbiguousShortId
- The short id is ambiguous.dulwich.pack.PackFileDisappeared
- Undocumenteddulwich.porcelain.Error
- Porcelain-based error.dulwich.porcelain.DivergedBranches
- Branches have diverged and fast-forward is not possible.dulwich.porcelain.RemoteExists
- Raised when the remote already exists.dulwich.porcelain.TimezoneFormatError
- Raised when the timezone cannot be determined from a given string.dulwich.refs.SymrefLoop
- There is a loop between one or more symrefs.dulwich.repo.InvalidUserIdentity
- User identity is not of the format 'user <email>'dulwich.repo.UnsupportedExtension
- Unsupported repository extension.dulwich.repo.UnsupportedVersion
- Unsupported repository version.fastimport.processor.ImportProcessor
dulwich.fastexport.GitImportProcessor
- An import processor that imports into a Git repository using Dulwich.http.server.HTTPServer
dulwich.tests.compat.test_client.HTTPGitServer
- Undocumentedhttp.server.SimpleHTTPRequestHandler
dulwich.tests.compat.test_client.GitHTTPRequestHandler
- HTTP Request handler that calls out to 'git http-backend'.io.BytesIO
dulwich.tests.test_protocol.ReceivableBytesIO
- BytesIO with socket-like recv semantics for testing.io.RawIOBase
dulwich.porcelain.NoneStream
- Fallback if stdout or stderr are unavailable, does nothing.logging.Handler
dulwich.log_utils._NullHandler
- No-op logging handler to avoid unexpected logging warnings.namedtuple('TreeChange', ['type', 'old', 'new'])
dulwich.diff_tree.TreeChange
- Named tuple a single change between two trees.namedtuple('TreeEntry', ['path', 'mode', 'sha'])
dulwich.objects.TreeEntry
- Named tuple encapsulating a single tree entry.object
dulwich.archive.ChunkedBytesIO
- Turn a list of bytestrings into a file-like object.dulwich.bundle.Bundle
- Undocumenteddulwich.cli.Command
- A Dulwich subcommand.dulwich.cli.cmd_add
- Undocumenteddulwich.cli.cmd_archive
- Undocumenteddulwich.cli.cmd_check_ignore
- Undocumenteddulwich.cli.cmd_check_mailmap
- Undocumenteddulwich.cli.cmd_clone
- Undocumenteddulwich.cli.cmd_commit
- Undocumenteddulwich.cli.cmd_commit_tree
- Undocumenteddulwich.cli.cmd_daemon
- Undocumenteddulwich.cli.cmd_describe
- Undocumenteddulwich.cli.cmd_diff
- Undocumenteddulwich.cli.cmd_diff_tree
- Undocumenteddulwich.cli.cmd_dump_index
- Undocumenteddulwich.cli.cmd_dump_pack
- Undocumenteddulwich.cli.cmd_fetch
- Undocumenteddulwich.cli.cmd_fetch_pack
- Undocumenteddulwich.cli.cmd_fsck
- Undocumenteddulwich.cli.cmd_help
- Undocumenteddulwich.cli.cmd_init
- Undocumenteddulwich.cli.cmd_log
- Undocumenteddulwich.cli.cmd_ls_files
- Undocumenteddulwich.cli.cmd_ls_remote
- Undocumenteddulwich.cli.cmd_ls_tree
- Undocumenteddulwich.cli.cmd_pack_objects
- Undocumenteddulwich.cli.cmd_pull
- Undocumenteddulwich.cli.cmd_push
- Undocumenteddulwich.cli.cmd_receive_pack
- Undocumenteddulwich.cli.cmd_remote_add
- Undocumenteddulwich.cli.cmd_repack
- Undocumenteddulwich.cli.cmd_reset
- Undocumenteddulwich.cli.cmd_rev_list
- Undocumenteddulwich.cli.cmd_rm
- Undocumenteddulwich.cli.cmd_show
- Undocumenteddulwich.cli.cmd_stash_list
- Undocumenteddulwich.cli.cmd_stash_pop
- Undocumenteddulwich.cli.cmd_stash_push
- Undocumenteddulwich.cli.cmd_status
- Undocumenteddulwich.cli.cmd_submodule_init
- Undocumenteddulwich.cli.cmd_submodule_list
- Undocumenteddulwich.cli.cmd_symbolic_ref
- Undocumenteddulwich.cli.cmd_tag
- Undocumenteddulwich.cli.cmd_update_server_info
- Undocumenteddulwich.cli.cmd_upload_pack
- Undocumenteddulwich.cli.cmd_web_daemon
- Undocumenteddulwich.cli.cmd_write_tree
- Undocumenteddulwich.cli.SuperCommand
- Undocumenteddulwich.cli.cmd_remote
- Undocumenteddulwich.cli.cmd_stash
- Undocumenteddulwich.cli.cmd_submodule
- Undocumenteddulwich.client._v1ReceivePackHeader
- No class docstring; 0/4 instance variable, 1/3 method documenteddulwich.client.FetchPackResult
- Result of a fetch-pack operation.dulwich.client.GitClient
- Git smart server client.dulwich.client.AbstractHttpGitClient
- Abstract base class for HTTP Git Clients.dulwich.client.Urllib3HttpGitClient
- Undocumenteddulwich.contrib.requests_vendor.RequestsHttpGitClient
- Undocumenteddulwich.client.LocalGitClient
- Git Client that just uses a local Repo.dulwich.client.TraditionalGitClient
- Traditional Git client.dulwich.client.SSHGitClient
- Undocumenteddulwich.client.SubprocessGitClient
- Git client that talks to a server using a subprocess.dulwich.client.TCPGitClient
- A Git Client that works over TCP directly (i.e. git://).dulwich.tests.test_client.DummyClient
- Undocumenteddulwich.client.ReportStatusParser
- Handle status as reported by servers with 'report-status' capability.dulwich.client.SendPackResult
- Result of a upload-pack operation.dulwich.client.SSHVendor
- A client side SSH implementation.dulwich.client.PLinkSSHVendor
- SSH vendor that shells out to the local 'plink' command.dulwich.client.SubprocessSSHVendor
- SSH vendor that shells out to the local 'ssh' command.dulwich.client.SubprocessWrapper
- A socket-like object that talks to a subprocess via pipes.dulwich.config.Config
- A Git configuration.dulwich.config.ConfigDict
- Git configuration stored in a dictionary.dulwich.config.ConfigFile
- A Git configuration file, like .git/config or ~/.gitconfig.dulwich.config.StackedConfig
- Configuration which reads from multiple config files..dulwich.contrib.paramiko_vendor._ParamikoWrapper
- Undocumenteddulwich.contrib.paramiko_vendor.ParamikoSSHVendor
- Undocumenteddulwich.contrib.swift.SwiftConnector
- A Connector to swift that manage authentication and errors catchingdulwich.contrib.swift.SwiftPackReader
- A SwiftPackReader that mimic read and sync methoddulwich.contrib.test_swift.FakeSwiftConnector
- Undocumenteddulwich.contrib.test_swift.Response
- Undocumenteddulwich.diff_tree.RenameDetector
- Object for handling rename detection between two trees.dulwich.fastexport.GitFastExporter
- Generate a fast-export output stream for Git objects.dulwich.file._GitFile
- File that follows the git locking protocol for writes.dulwich.hooks.Hook
- Generic hook object.dulwich.hooks.ShellHook
- Hook by executable filedulwich.hooks.CommitMsgShellHook
- commit-msg shell hookdulwich.hooks.PostCommitShellHook
- post-commit shell hookdulwich.hooks.PostReceiveShellHook
- post-receive shell hookdulwich.hooks.PreCommitShellHook
- pre-commit shell hookdulwich.ignore.IgnoreFilter
- No class docstring; 0/3 instance variable, 3/5 methods, 0/1 class method documenteddulwich.ignore.IgnoreFilterManager
- Ignore file manager.dulwich.ignore.IgnoreFilterStack
- Check for ignore status in multiple filters.dulwich.ignore.Pattern
- A single ignore pattern.dulwich.index.Index
- A Git Index file.dulwich.index.locked_index
- Lock the index while making modifications.dulwich.lfs.LFSStore
- Stores objects on disk, indexed by SHA256.dulwich.line_ending.BlobNormalizer
- An object to store computation result of which filter to apply based on configuration, gitattributes, path and operation (checkin or checkout)dulwich.line_ending.TreeBlobNormalizer
- Undocumenteddulwich.lru_cache._LRUNode
- This maintains the linked-list which is the lru internals.dulwich.lru_cache.LRUCache
- A class which manages a cache of entries, removing unused ones.dulwich.lru_cache.LRUSizeCache
- An LRUCache that removes things based on the size of the values.dulwich.mailmap.Mailmap
- Class for accessing a mailmap file.dulwich.object_store.BaseObjectStore
- Object store interface.dulwich.object_store.MemoryObjectStore
- Object store that keeps all objects in memory.dulwich.object_store.OverlayObjectStore
- Object store that can overlay multiple object stores.dulwich.object_store.PackBasedObjectStore
- No class docstring; 1/2 property, 0/2 instance variable, 11/19 methods documenteddulwich.contrib.swift.SwiftObjectStore
- A Swift Object Storedulwich.object_store.BucketBasedObjectStore
- Object store implementation that uses a bucket store like S3 as backend.dulwich.cloud.gcs.GcsObjectStore
- Undocumenteddulwich.object_store.DiskObjectStore
- Git-style object store that exists on disk.dulwich.object_store.MissingObjectFinder
- Find the objects missing from another object store.dulwich.greenthreads.GreenThreadsMissingObjectFinder
- Find the objects missing from another object store.dulwich.contrib.swift.PackInfoMissingObjectFinder
- Undocumenteddulwich.object_store.ObjectIterator
- Interface for iterating over objects.dulwich.object_store.ObjectStoreIterator
- ObjectIterator that works on top of an ObjectStore.dulwich.greenthreads.GreenThreadsObjectStoreIterator
- ObjectIterator that works on top of an ObjectStore.dulwich.contrib.swift.PackInfoObjectStoreIterator
- Undocumenteddulwich.object_store.ObjectStoreGraphWalker
- Graph walker that finds what commits are missing from an object store.dulwich.objects.FixedSha
- SHA object that behaves like hashlib's but is given a fixed value.dulwich.objects.ShaFile
- A git SHA file.dulwich.objects.Blob
- A Git Blob object.dulwich.objects.Commit
- A git commit objectdulwich.objects.Tag
- A Git Tag object.dulwich.objects.Tree
- A Git tree objectdulwich.pack._PackTupleIterable
- Helper for Pack.pack_tuples.dulwich.pack.DeltaChainIterator
- Abstract iterator over pack data based on delta chains.dulwich.pack.PackIndexer
- Delta chain iterator that yields index entries.dulwich.pack.PackInflater
- Delta chain iterator that yields ShaFile objects.dulwich.tests.test_pack.TestPackIterator
- No class docstring; 0/1 instance variable, 0/1 class variable, 1/3 method documenteddulwich.pack.Pack
- A Git pack object.dulwich.contrib.swift.SwiftPack
- A Git pack object.dulwich.pack.PackChunkGenerator
- No class docstring; 0/3 instance variable, 1/4 method documenteddulwich.pack.PackData
- The data contained in a packfile.dulwich.contrib.swift.SwiftPackData
- The data contained in a packfile.dulwich.pack.PackIndex
- An index in to a packfile.dulwich.pack.FilePackIndex
- Pack index that is based on a file.dulwich.pack.PackIndex1
- Version 1 Pack Index file.dulwich.pack.PackIndex2
- Version 2 Pack Index file.dulwich.pack.MemoryPackIndex
- Pack index that is stored entirely in memory.dulwich.pack.PackStreamReader
- Class to read a pack stream.dulwich.pack.PackStreamCopier
- Class to verify a pack stream as it is being read.dulwich.pack.SHA1Reader
- Wrapper for file-like object that remembers the SHA1 of its data.dulwich.pack.SHA1Writer
- Wrapper for file-like object that remembers the SHA1 of its data.dulwich.pack.UnpackedObject
- Class encapsulating an object unpacked from a pack file.dulwich.protocol.BufferedPktLineWriter
- Writer that wraps its data in pkt-lines and has an independent buffer.dulwich.protocol.PktLineParser
- Packet line parser that hands completed packets off to a callback.dulwich.protocol.Protocol
- Class for interacting with a remote git process over the wire.dulwich.protocol.ReceivableProtocol
- Variant of Protocol that allows reading up to a size without blocking.dulwich.refs.RefsContainer
- A container for refs.dulwich.refs.DictRefsContainer
- RefsContainer backed by a simple dict.dulwich.refs.DiskRefsContainer
- Refs container that reads refs from disk.dulwich.refs.InfoRefsContainer
- Refs container that reads refs from a info/refs file.dulwich.contrib.swift.SwiftInfoRefsContainer
- Manage references in info/refs object.dulwich.repo.BaseRepo
- Base class for a git repository.dulwich.contrib.swift.SwiftRepo
- No class docstring; 0/5 instance variable, 3/3 methods, 1/1 class method documenteddulwich.repo.MemoryRepo
- Repo that stores refs, objects, and named files in memory.dulwich.repo.Repo
- A git repository backed by local disk.dulwich.repo.ParentsProvider
- Undocumenteddulwich.server._ProtocolGraphWalker
- A graph walker that knows the git protocol.dulwich.server.Backend
- A backend for the Git smart server implementation.dulwich.contrib.swift.SwiftSystemBackend
- Undocumenteddulwich.contrib.test_swift_smoke.SwiftSystemBackend
- Undocumenteddulwich.server.DictBackend
- Trivial backend that looks up Git repositories in a dictionary.dulwich.server.FileSystemBackend
- Simple backend looking up Git repositories in the local file system.dulwich.server.BackendRepo
- Repository abstraction used by the Git server.dulwich.server.Handler
- Smart protocol command handler base class.dulwich.server.PackHandler
- Protocol handler for packs.dulwich.server.ReceivePackHandler
- Protocol handler for downloading a pack from the client.dulwich.tests.compat.server_utils.NoSideBand64kReceivePackHandler
- ReceivePackHandler that does not support side-band-64k.dulwich.server.UploadPackHandler
- Protocol handler for uploading a pack to the client.dulwich.tests.test_server.TestUploadPackHandler
- Undocumenteddulwich.tests.test_server.TestGenericPackHandler
- Undocumenteddulwich.server.UploadArchiveHandler
- Undocumenteddulwich.server.MultiAckDetailedGraphWalkerImpl
- Graph walker implementation speaking the multi-ack-detailed protocol.dulwich.server.MultiAckGraphWalkerImpl
- Graph walker implementation that speaks the multi-ack protocol.dulwich.server.SingleAckGraphWalkerImpl
- Graph walker implementation that speaks the single-ack protocol.dulwich.stash.Stash
- A Git stash.dulwich.tests.compat.server_utils._StubRepo
- A stub repo that just contains a path to tear down.dulwich.tests.compat.server_utils.ServerTests
- Base tests for testing servers.dulwich.tests.compat.test_server.GitServerTestCase
- Tests for client/server compatibility.dulwich.tests.compat.test_server.GitServerSideBand64kTestCase
- Tests for client/server compatibility with side-band-64k support.dulwich.tests.compat.test_web.WebTests
- Base tests for web server tests.dulwich.tests.compat.test_web.DumbWebTestCase
- Test cases for dumb HTTP server.dulwich.tests.compat.test_web.SmartWebTestCase
- Test cases for smart HTTP server.dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase
- Test cases for smart HTTP server with side-band-64k and no-done support.dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase
- Test cases for smart HTTP server with side-band-64k support.dulwich.tests.compat.test_client.DulwichClientTestBase
- Tests for client/server compatibility.dulwich.tests.compat.test_client.DulwichHttpClientTest
- Undocumenteddulwich.tests.compat.test_client.DulwichMockSSHClientTest
- Undocumenteddulwich.tests.compat.test_client.DulwichSubprocessClientTest
- Undocumenteddulwich.tests.compat.test_client.DulwichTCPClientTest
- Undocumenteddulwich.tests.compat.test_client.TestSSHVendor
- Undocumenteddulwich.tests.test_client.TestSSHVendor
- Undocumenteddulwich.tests.test_grafts.GraftsInRepositoryBase
- Undocumenteddulwich.tests.test_grafts.GraftsInMemoryRepoTests
- Undocumenteddulwich.tests.test_grafts.GraftsInRepoTests
- Undocumenteddulwich.tests.test_object_store.ObjectStoreTests
- No class docstring; 1/19 method documenteddulwich.contrib.test_swift.SwiftObjectStoreTests
- Undocumenteddulwich.tests.test_object_store.MemoryObjectStoreTests
- Undocumenteddulwich.tests.test_object_store.OverlayObjectStoreTests
- Undocumenteddulwich.tests.test_object_store.PackBasedObjectStoreTests
- Undocumenteddulwich.tests.test_object_store.DiskObjectStoreTests
- No class docstring; 0/2 instance variable, 1/14 method documenteddulwich.tests.test_pack.BaseTestPackIndexWriting
- Undocumenteddulwich.tests.test_pack.BaseTestFilePackIndexWriting
- Undocumenteddulwich.tests.test_pack.TestPackIndexWritingv1
- Undocumenteddulwich.tests.test_pack.TestPackIndexWritingv2
- Undocumenteddulwich.tests.test_pack.TestMemoryIndexWriting
- Undocumenteddulwich.tests.test_protocol.BaseProtocolTests
- Undocumenteddulwich.tests.test_protocol.ProtocolTests
- Undocumenteddulwich.tests.test_protocol.ReceivableProtocolTests
- Undocumenteddulwich.tests.test_refs.RefsContainerTests
- Undocumenteddulwich.tests.test_refs.DictRefsContainerTests
- Undocumenteddulwich.tests.test_refs.DiskRefsContainerTests
- Undocumenteddulwich.tests.test_server.TestProto
- Undocumenteddulwich.tests.test_server.TestProtocolGraphWalker
- Undocumenteddulwich.tests.test_walk.TestWalkEntry
- Undocumenteddulwich.tests.test_web.MinimalistWSGIInputStream
- WSGI input stream with no 'seek()' and 'tell()' methods.dulwich.tests.test_web.MinimalistWSGIInputStream2
- WSGI input stream with no working 'seek()' and 'tell()' methods.dulwich.tests.test_web.SmartHandlersTestCase._TestUploadPackHandler
- Undocumenteddulwich.walk._CommitTimeQueue
- Priority queue of WalkEntry objects by commit time.dulwich.walk.WalkEntry
- Object encapsulating a single result from a walk.dulwich.walk.Walker
- Object for performing a walk of commits in a store.dulwich.web._LengthLimitedFile
- Wrapper class to limit the length of reads from a file-like object.dulwich.web.ChunkReader
- Undocumenteddulwich.web.GunzipFilter
- WSGI middleware that unzips gzip-encoded requests before passing on to the underlying application.dulwich.web.HTTPGitApplication
- Class encapsulating the state of a git WSGI application.dulwich.web.HTTPGitRequest
- Class encapsulating the state of a single git HTTP request.dulwich.tests.test_web.TestHTTPGitRequest
- HTTPGitRequest with overridden methods to help test caching.dulwich.web.LimitedInputFilter
- WSGI middleware that limits the input length of a request to that specified in Content-Length.PermissionError
dulwich.index.WindowsSymlinkPermissionError
- Undocumentedsocketserver.StreamRequestHandler
dulwich.server.TCPGitRequestHandler
- Undocumentedsocketserver.TCPServer
dulwich.server.TCPGitServer
- Undocumentedtyping.MutableMapping
dulwich.config.CaseInsensitiveOrderedMultiDict
- Undocumenteddulwich.config.ConfigDict
- Git configuration stored in a dictionary.dulwich.config.ConfigFile
- A Git configuration file, like .git/config or ~/.gitconfig.unittest.TestCase
dulwich.contrib.test_release_robot.GetRecentTagsTest
- test get recent tagsdulwich.contrib.test_release_robot.TagPatternTests
- test tag patternsdulwich.contrib.test_swift_smoke.SwiftRepoSmokeTest
- Undocumenteddulwich.tests.test_mailmap.MailmapTests
- Undocumenteddulwich.tests.test_mailmap.ReadMailmapTests
- Undocumenteddulwich.tests.TestCase
- Undocumenteddulwich.contrib.test_paramiko_vendor.ParamikoSSHVendorTests
- Undocumenteddulwich.contrib.test_swift.SwiftObjectStoreTests
- Undocumenteddulwich.contrib.test_swift.TestSwiftConnector
- Undocumenteddulwich.contrib.test_swift.TestSwiftInfoRefsContainer
- No class docstring; 0/4 instance variable, 1/4 method documenteddulwich.contrib.test_swift.TestSwiftRepo
- Undocumenteddulwich.tests.BlackboxTestCase
- Blackbox testing.dulwich.tests.test_blackbox.GitReceivePackTests
- Blackbox tests for dul-receive-pack.dulwich.tests.test_blackbox.GitUploadPackTests
- Blackbox tests for dul-upload-pack.dulwich.tests.compat.test_utils.GitVersionTests
- Undocumenteddulwich.tests.compat.utils.CompatTestCase
- Test case that requires git for compatibility checks.dulwich.tests.compat.test_client.DulwichHttpClientTest
- Undocumenteddulwich.tests.compat.test_client.DulwichMockSSHClientTest
- Undocumenteddulwich.tests.compat.test_client.DulwichSubprocessClientTest
- Undocumenteddulwich.tests.compat.test_client.DulwichTCPClientTest
- Undocumenteddulwich.tests.compat.test_patch.CompatPatchTestCase
- Undocumenteddulwich.tests.compat.test_porcelain.TagCreateSignTestCase
- Undocumenteddulwich.tests.compat.test_repository.ObjectStoreTestCase
- Tests for git repository compatibility.dulwich.tests.compat.test_repository.WorkingTreeTestCase
- Test for compatibility with git-worktree.dulwich.tests.compat.test_repository.InitNewWorkingDirectoryTestCase
- Test compatibility of Repo.init_new_working_directory.dulwich.tests.compat.test_server.GitServerTestCase
- Tests for client/server compatibility.dulwich.tests.compat.test_server.GitServerSideBand64kTestCase
- Tests for client/server compatibility with side-band-64k support.dulwich.tests.compat.test_web.DumbWebTestCase
- Test cases for dumb HTTP server.dulwich.tests.compat.test_web.SmartWebTestCase
- Test cases for smart HTTP server.dulwich.tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase
- Test cases for smart HTTP server with side-band-64k and no-done support.dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase
- Test cases for smart HTTP server with side-band-64k support.dulwich.tests.test_archive.ArchiveTests
- Undocumenteddulwich.tests.test_bundle.BundleTests
- Undocumenteddulwich.tests.test_client.CheckWantsTests
- Undocumenteddulwich.tests.test_client.DefaultUrllib3ManagerTest
- Undocumenteddulwich.tests.test_client.FetchPackResultTests
- Undocumenteddulwich.tests.test_client.GitClientTests
- Undocumenteddulwich.tests.test_client.GitCredentialStoreTests
- Undocumenteddulwich.tests.test_client.HttpGitClientTests
- Undocumenteddulwich.tests.test_client.LocalGitClientTests
- No class docstring; 1/9 method documenteddulwich.tests.test_client.PLinkSSHVendorTests
- Undocumenteddulwich.tests.test_client.RemoteErrorFromStderrTests
- Undocumenteddulwich.tests.test_client.ReportStatusParserTests
- Undocumenteddulwich.tests.test_client.RsyncUrlTests
- Undocumenteddulwich.tests.test_client.SSHGitClientTests
- Undocumenteddulwich.tests.test_client.SubprocessSSHVendorTests
- Undocumenteddulwich.tests.test_client.TCPGitClientTests
- Undocumenteddulwich.tests.test_client.TestGetTransportAndPath
- Undocumenteddulwich.tests.test_client.TestGetTransportAndPathFromUrl
- Undocumenteddulwich.tests.test_config.ApplyInsteadOfTests
- Undocumenteddulwich.tests.test_config.CheckSectionNameTests
- Undocumenteddulwich.tests.test_config.CheckVariableNameTests
- Undocumenteddulwich.tests.test_config.ConfigDictTests
- Undocumenteddulwich.tests.test_config.ConfigFileTests
- Undocumenteddulwich.tests.test_config.EscapeValueTests
- Undocumenteddulwich.tests.test_config.FormatStringTests
- Undocumenteddulwich.tests.test_config.ParseStringTests
- Undocumenteddulwich.tests.test_config.StackedConfigTests
- Undocumenteddulwich.tests.test_config.SubmodulesTests
- Undocumenteddulwich.tests.test_credentials.TestCredentialHelpersUtils
- Undocumenteddulwich.tests.test_diff_tree.DiffTestCase
- Undocumenteddulwich.tests.test_diff_tree.RenameDetectionTest
- Undocumenteddulwich.tests.test_diff_tree.TreeChangesTest
- Undocumenteddulwich.tests.test_fastexport.GitFastExporterTests
- Tests for the GitFastExporter tests.dulwich.tests.test_fastexport.GitImportProcessorTests
- Tests for the GitImportProcessor tests.dulwich.tests.test_file.FancyRenameTests
- Undocumenteddulwich.tests.test_file.GitFileTests
- Undocumenteddulwich.tests.test_grafts.GraftParserTests
- Undocumenteddulwich.tests.test_grafts.GraftSerializerTests
- Undocumenteddulwich.tests.test_grafts.GraftsInMemoryRepoTests
- Undocumenteddulwich.tests.test_grafts.GraftsInRepoTests
- Undocumenteddulwich.tests.test_graph.CanFastForwardTests
- Undocumenteddulwich.tests.test_graph.FindMergeBaseTests
- Undocumenteddulwich.tests.test_greenthreads.TestGreenThreadsMissingObjectFinder
- Undocumenteddulwich.tests.test_greenthreads.TestGreenThreadsObjectStoreIterator
- Undocumenteddulwich.tests.test_hooks.ShellHookTests
- Undocumenteddulwich.tests.test_ignore.IgnoreFilterManagerTests
- Undocumenteddulwich.tests.test_ignore.IgnoreFilterStackTests
- Undocumenteddulwich.tests.test_ignore.IgnoreFilterTests
- Undocumenteddulwich.tests.test_ignore.MatchPatternTests
- Undocumenteddulwich.tests.test_ignore.ReadIgnorePatterns
- Undocumenteddulwich.tests.test_ignore.TranslateTests
- Undocumenteddulwich.tests.test_index.BuildIndexTests
- Undocumenteddulwich.tests.test_index.CleanupModeTests
- Undocumenteddulwich.tests.test_index.CommitTreeTests
- Undocumenteddulwich.tests.test_index.GetUnstagedChangesTests
- No class docstring; 4/4 methods documenteddulwich.tests.test_index.IndexEntryFromStatTests
- Undocumenteddulwich.tests.test_index.IndexTestCase
- Undocumenteddulwich.tests.test_index.ReadIndexDictTests
- Undocumenteddulwich.tests.test_index.SimpleIndexTestCase
- Undocumenteddulwich.tests.test_index.SimpleIndexWriterTestCase
- Undocumenteddulwich.tests.test_index.TestTreeFSPathConversion
- Undocumenteddulwich.tests.test_index.TestValidatePathElement
- Undocumenteddulwich.tests.test_index.WriteCacheTimeTests
- Undocumenteddulwich.tests.test_lfs.LFSTests
- Undocumenteddulwich.tests.test_line_ending.GetLineEndingAutocrlfFilters
- Undocumenteddulwich.tests.test_line_ending.LineEndingConversion
- Test the line ending conversion functions in various casesdulwich.tests.test_line_ending.NormalizeBlobTestCase
- Undocumenteddulwich.tests.test_lru_cache.TestLRUCache
- Test that LRU cache properly keeps track of entries.dulwich.tests.test_lru_cache.TestLRUSizeCache
- No class docstring; 3/13 methods documenteddulwich.tests.test_missing_obj_finder.MissingObjectFinderTest
- Undocumenteddulwich.tests.test_missing_obj_finder.MOFLinearRepoTest
- No class docstring; 0/4 instance variable, 2/7 methods documenteddulwich.tests.test_missing_obj_finder.MOFMergeForkRepoTest
- Undocumenteddulwich.tests.test_missing_obj_finder.MOFTagsTest
- Undocumenteddulwich.tests.test_object_store.CommitTreeChangesTests
- Undocumenteddulwich.tests.test_object_store.DiskObjectStoreTests
- No class docstring; 0/2 instance variable, 1/14 method documenteddulwich.tests.test_object_store.MemoryObjectStoreTests
- Undocumenteddulwich.tests.test_object_store.ObjectStoreGraphWalkerTests
- Undocumenteddulwich.tests.test_object_store.OverlayObjectStoreTests
- Undocumenteddulwich.tests.test_object_store.TestReadPacksFile
- Undocumenteddulwich.tests.test_object_store.TreeLookupPathTests
- Undocumenteddulwich.tests.test_objects.BlobReadTests
- Test decompression of blobsdulwich.tests.test_objects.CheckTests
- Undocumenteddulwich.tests.test_objects.CommitSerializationTests
- Undocumenteddulwich.tests.test_objects.PrettyFormatTreeEntryTests
- Undocumenteddulwich.tests.test_objects.ShaFileCheckTests
- Undocumenteddulwich.tests.test_objects.CommitParseTests
- No class docstring; 2/13 methods documenteddulwich.tests.test_objects.TagParseTests
- No class docstring; 2/11 methods documenteddulwich.tests.test_objects.TreeTests
- Undocumenteddulwich.tests.test_objects.ShaFileCopyTests
- Undocumenteddulwich.tests.test_objects.ShaFileSerializeTests
- ShaFile
objects only gets serialized once if they haven't changed.dulwich.tests.test_objects.ShaFileTests
- Undocumenteddulwich.tests.test_objects.TagSerializeTests
- Undocumenteddulwich.tests.test_objects.TestHexToSha
- Undocumenteddulwich.tests.test_objects.TimezoneTests
- Undocumenteddulwich.tests.test_objectspec.ParseCommitRangeTests
- Test parse_commit_range.dulwich.tests.test_objectspec.ParseCommitTests
- Test parse_commit.dulwich.tests.test_objectspec.ParseObjectTests
- Test parse_object.dulwich.tests.test_objectspec.ParseRefsTests
- Undocumenteddulwich.tests.test_objectspec.ParseRefTests
- Undocumenteddulwich.tests.test_objectspec.ParseReftuplesTests
- Undocumenteddulwich.tests.test_objectspec.ParseReftupleTests
- Undocumenteddulwich.tests.test_objectspec.ParseTreeTests
- Test parse_tree.dulwich.tests.test_pack.DeltaChainIteratorTests
- No class docstring; 0/2 instance variable, 1/21 method documenteddulwich.tests.test_pack.DeltaEncodeSizeTests
- Undocumenteddulwich.tests.test_pack.DeltifyTests
- Undocumenteddulwich.tests.test_pack.EncodeCopyOperationTests
- Undocumenteddulwich.tests.test_pack.PackTests
- Base class for testing packsdulwich.tests.compat.test_pack.TestPack
- Compatibility tests for reading and writing pack files.dulwich.tests.test_pack.PackIndexTests
- Class that tests the index of packfilesdulwich.tests.test_pack.TestPack
- No class docstring; 1/16 method documenteddulwich.tests.test_pack.TestPackData
- Tests getting the data from the packfile.dulwich.tests.test_pack.TestThinPack
- Undocumenteddulwich.tests.test_pack.ReadZlibTests
- Undocumenteddulwich.tests.test_pack.TestMemoryIndexWriting
- Undocumenteddulwich.tests.test_pack.TestPackDeltas
- Undocumenteddulwich.tests.test_pack.TestPackIndexWritingv1
- Undocumenteddulwich.tests.test_pack.TestPackIndexWritingv2
- Undocumenteddulwich.tests.test_pack.TestPackStreamReader
- Undocumenteddulwich.tests.test_pack.WritePackTests
- Undocumenteddulwich.tests.test_patch.DiffTests
- Tests for write_blob_diff and write_tree_diff.dulwich.tests.test_patch.GetSummaryTests
- Undocumenteddulwich.tests.test_patch.ReadGitAmPatch
- Undocumenteddulwich.tests.test_patch.WriteCommitPatchTests
- Undocumenteddulwich.tests.test_porcelain.InitTests
- Undocumenteddulwich.tests.test_porcelain.PorcelainTestCase
- Undocumenteddulwich.tests.test_porcelain.ActiveBranchTests
- Undocumenteddulwich.tests.test_porcelain.AddTests
- Undocumenteddulwich.tests.test_porcelain.ArchiveTests
- Tests for the archive command.dulwich.tests.test_porcelain.BranchCreateTests
- Undocumenteddulwich.tests.test_porcelain.BranchDeleteTests
- Undocumenteddulwich.tests.test_porcelain.BranchListTests
- Undocumenteddulwich.tests.test_porcelain.CheckIgnoreTests
- Undocumenteddulwich.tests.test_porcelain.CleanTests
- No class docstring; 2/4 methods documenteddulwich.tests.test_porcelain.CloneTests
- Undocumenteddulwich.tests.test_porcelain.CommitTests
- Undocumenteddulwich.tests.test_porcelain.CommitTreeTests
- Undocumenteddulwich.tests.test_porcelain.DescribeTests
- Undocumenteddulwich.tests.test_porcelain.DiffTreeTests
- Undocumenteddulwich.tests.test_porcelain.FetchTests
- No class docstring; 1/3 method documenteddulwich.tests.test_porcelain.FindUniqueAbbrevTests
- Undocumenteddulwich.tests.test_porcelain.FsckTests
- Undocumenteddulwich.tests.test_porcelain.GetObjectByPathTests
- Undocumenteddulwich.tests.test_porcelain.LogTests
- Undocumenteddulwich.tests.test_porcelain.LsFilesTests
- Undocumenteddulwich.tests.test_porcelain.LsRemoteTests
- Undocumenteddulwich.tests.test_porcelain.LsTreeTests
- Undocumenteddulwich.tests.test_porcelain.MailmapTests
- Undocumenteddulwich.tests.test_porcelain.PathToTreeTests
- Undocumenteddulwich.tests.test_porcelain.PorcelainGpgTestCase
- Undocumenteddulwich.tests.compat.test_porcelain.TagCreateSignTestCase
- Undocumenteddulwich.tests.test_porcelain.CommitSignTests
- Undocumenteddulwich.tests.test_porcelain.TagCreateSignTests
- Undocumenteddulwich.tests.test_porcelain.PullTests
- Undocumenteddulwich.tests.test_porcelain.PushTests
- No class docstring; 4/5 methods documenteddulwich.tests.test_porcelain.ReceivePackTests
- Tests for receive_pack.dulwich.tests.test_porcelain.RemoteAddTests
- Undocumenteddulwich.tests.test_porcelain.RemoteRemoveTests
- Undocumenteddulwich.tests.test_porcelain.RemoveTests
- Undocumenteddulwich.tests.test_porcelain.RepackTests
- Undocumenteddulwich.tests.test_porcelain.ResetFileTests
- Undocumenteddulwich.tests.test_porcelain.ResetTests
- Undocumenteddulwich.tests.test_porcelain.RevListTests
- Undocumenteddulwich.tests.test_porcelain.ServerTests
- Undocumenteddulwich.tests.test_porcelain.ShowTests
- Undocumenteddulwich.tests.test_porcelain.StatusTests
- No class docstring; 4/16 methods documenteddulwich.tests.test_porcelain.SubmoduleTests
- Undocumenteddulwich.tests.test_porcelain.SymbolicRefTests
- Undocumenteddulwich.tests.test_porcelain.TagCreateTests
- Undocumenteddulwich.tests.test_porcelain.TagDeleteTests
- Undocumenteddulwich.tests.test_porcelain.TagListTests
- Undocumenteddulwich.tests.test_porcelain.TimezoneTests
- Undocumenteddulwich.tests.test_porcelain.UpdateHeadTests
- Undocumenteddulwich.tests.test_porcelain.UpdateServerInfoTests
- Undocumenteddulwich.tests.test_porcelain.UploadPackTests
- Tests for upload_pack.dulwich.tests.test_porcelain.WriteTreeTests
- Undocumenteddulwich.tests.test_protocol.BufferedPktLineWriterTests
- Undocumenteddulwich.tests.test_protocol.CapabilitiesTestCase
- Undocumenteddulwich.tests.test_protocol.PktLineParserTests
- Undocumenteddulwich.tests.test_protocol.ProtocolTests
- Undocumenteddulwich.tests.test_protocol.ReceivableProtocolTests
- Undocumenteddulwich.tests.test_reflog.ReflogDropTests
- Undocumenteddulwich.tests.test_reflog.ReflogLineTests
- Undocumenteddulwich.tests.test_refs.CheckRefFormatTests
- Tests for the check_ref_format function.dulwich.tests.test_refs.DictRefsContainerTests
- Undocumenteddulwich.tests.test_refs.DiskRefsContainerTests
- Undocumenteddulwich.tests.test_refs.InfoRefsContainerTests
- Undocumenteddulwich.tests.test_refs.PackedRefsFileTests
- Undocumenteddulwich.tests.test_refs.ParseSymrefValueTests
- Undocumenteddulwich.tests.test_refs.StripPeeledRefsTests
- Undocumenteddulwich.tests.test_repository.BuildRepoRootTests
- Tests that build on-disk repos from scratch.dulwich.tests.test_repository.CheckUserIdentityTests
- Undocumenteddulwich.tests.test_repository.CreateRepositoryTests
- Undocumenteddulwich.tests.test_repository.MemoryRepoTests
- Undocumenteddulwich.tests.test_repository.RepositoryRootTests
- No class docstring; 3/46 methods documenteddulwich.tests.test_server.AckGraphWalkerImplTestCase
- Base setup and asserts for AckGraphWalker tests.dulwich.tests.test_server.MultiAckDetailedGraphWalkerImplTestCase
- Undocumenteddulwich.tests.test_server.MultiAckGraphWalkerImplTestCase
- Undocumenteddulwich.tests.test_server.SingleAckGraphWalkerImplTestCase
- Undocumenteddulwich.tests.test_server.DictBackendTests
- Tests for DictBackend.dulwich.tests.test_server.FileSystemBackendTests
- Tests for FileSystemBackend.dulwich.tests.test_server.FindShallowTests
- Undocumenteddulwich.tests.test_server.HandlerTestCase
- Undocumenteddulwich.tests.test_server.ProtocolGraphWalkerEmptyTestCase
- Undocumenteddulwich.tests.test_server.ProtocolGraphWalkerTestCase
- Undocumenteddulwich.tests.test_server.ReceivePackHandlerTestCase
- Undocumenteddulwich.tests.test_server.ServeCommandTests
- Tests for serve_command.dulwich.tests.test_server.UpdateServerInfoTests
- Tests for update_server_info.dulwich.tests.test_server.UploadPackHandlerTestCase
- Undocumenteddulwich.tests.test_stash.StashTests
- Tests for stash.dulwich.tests.test_utils.BuildCommitGraphTest
- Undocumenteddulwich.tests.test_walk.WalkEntryTest
- Undocumenteddulwich.tests.test_walk.WalkerTest
- Undocumenteddulwich.tests.test_web.HTTPGitApplicationTestCase
- Undocumenteddulwich.tests.test_web.GunzipTestCase
- No class docstring; 0/1 instance variable, 0/2 class variable, 2/6 methods documenteddulwich.tests.test_web.LengthLimitedFileTestCase
- Undocumenteddulwich.tests.test_web.WebTestCase
- Base TestCase with useful instance vars and utility functions.dulwich.tests.test_web.DumbHandlersTestCase
- Undocumenteddulwich.tests.test_web.HTTPGitRequestTestCase
- Undocumenteddulwich.tests.test_web.SmartHandlersTestCase
- Undocumentedwsgiref.simple_server.ServerHandler
dulwich.web.ServerHandlerLogger
- ServerHandler that uses dulwich's logger for logging exceptions.wsgiref.simple_server.WSGIRequestHandler
dulwich.web.WSGIRequestHandlerLogger
- WSGIRequestHandler that uses dulwich's logger for logging exceptions.wsgiref.simple_server.WSGIServer
dulwich.web.WSGIServerLogger
- No class docstring; 1/1 method documented