Add docstrings for parse_timezone and format_timezone.
[jelmer/dulwich-libgit2.git] / dulwich / objects.py
2010-07-27 Jelmer VernooijAdd docstrings for parse_timezone and format_timezone.
2010-07-27 Jelmer VernooijAdd Blob.__slots__.
2010-07-23 Jelmer VernooijUse slots.
2010-07-21 Jelmer VernooijSome restructuredText fixes.
2010-06-28 Jelmer VernooijAllow overriding paths to executables in GitSSHClient.
2010-06-26 Jelmer Vernooijparse_tree: Fix tests for pure-python implementation.
2010-06-15 Jelmer VernooijFix tests.
2010-06-13 Jelmer VernooijWhen restting ShaFile._file, also reset ShaFile._magic.
2010-06-12 Jelmer VernooijFix parsing from file-like objects.
2010-06-04 Ross LightMerged changes from trunk
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-29 Jelmer VernooijMerge code cleanups from Dave.
2010-05-29 Jelmer VernooijMerge sorted_tree improvements.
2010-05-24 Dave BorowitzClean up file headers.
2010-05-24 Dave BorowitzAdd tests for sorted_tree_items and C implementation.
2010-05-17 Jelmer VernooijMerge improvements and extra tests, mainly to deal...
2010-05-13 Jelmer VernooijMake sure ids get updated when the object changes.
2010-05-13 Jelmer VernooijAdd docstring.
2010-05-12 Dave BorowitzClean up asserts in Tree.
2010-04-30 Jelmer VernooijAllow non-os file-like objects passed to ShaFile.from_file.
2010-04-30 Jelmer VernooijDistinguish between ShaFile.from_file and ShaFile.from_...
2010-04-30 Jelmer VernooijMerge Dave, highlights:
2010-04-22 Dave BorowitzHash packed objects without creating ShaFiles.
2010-04-16 Dave BorowitzCorrectly avoid parsing ShaFiles with fixed SHAs when...
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-14 Dave BorowitzCorrectly avoid parsing ShaFiles with fixed SHAs when...
2010-04-14 Jelmer VernooijFix Blob._deserialize.
2010-04-12 Dave BorowitzMake ShaFiles created from files trust their filenames.
2010-04-12 Dave BorowitzLazily read the contents of ShaFiles from disk.
2010-04-12 Dave BorowitzCheck tag and commit objects for duplicate and out...
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-08 Jelmer VernooijPreserve '-' sign when -0000 is stored for the timezone...
2010-04-08 Jelmer VernooijAdd Tree.__iter__.
2010-04-08 Jelmer VernooijRemove unused import, always ensure that objects is...
2010-04-08 Dave BorowitzAdd check() methods to object classes for consistency...
2010-04-05 Jelmer VernooijFix import of NotTagError.
2010-04-05 Dave BorowitzChange parse_tree to return a list rather than a dict.
2010-04-02 Jelmer Vernooijmerge support for custom get_peeled function in server.
2010-04-02 Jelmer Vernooijimplement chunked version of ShaFile.as_legacy_object.
2010-04-02 Dave BorowitzPreviously, the word "type" was massively overloaded...
2010-03-31 Jelmer VernooijAccept chunked contents for apply_delta base texts.
2010-03-31 Jelmer VernooijWork with chunks internally in dulwich.objects.
2010-03-31 Jelmer VernooijRename _parse_text to _deserialize for consistency.
2010-03-31 Jelmer VernooijSet needs_serialization/needs_parsing properties only...
2010-03-31 Jelmer VernooijUse raw_length in pack generation.
2010-03-31 Jelmer VernooijWork with chunks rather than StringIO internally when...
2010-03-31 Jelmer VernooijMake ShaFile.serialize private (it's pointless to call...
2010-03-31 Jelmer VernooijProvide C implementation of tree item sorter.
2010-03-31 Jelmer VernooijSupport determining blob id without joining all chunks...
2010-03-31 Jelmer VernooijAllow accessing Blob contents as chunks.
2010-03-31 Jelmer VernooijAdd ShaFile._raw_length.
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
2010-02-09 Dave BorowitzAdd a GitFile class that uses the same locking protocol...
2010-02-07 Jelmer VernooijDon't allow setting custom headers, per the discussion...
2010-01-21 Jelmer VernooijSupport custom fields in commits.
2010-01-21 Jelmer VernooijAdd basic test for parsing commit objects.
2009-12-07 Jelmer VernooijMerge faster pure-Python Tree parser.
2009-12-07 Ronny Pfannschmidtspeed up the python based tree object parser by using...
2009-11-28 Jelmer VernooijRemove trailing whitespace.
2009-10-24 Jelmer VernooijAllow time-less tags.
2009-07-29 Jelmer Vernooijmerge trivial fixes from Abderrahim.
2009-07-28 Abderrahim Kitouniensure a tree is parsed before calculating its length
2009-07-24 Jelmer VernooijUse binascii.{unhexlify,hexlify}. Thanks to Ronny for...
2009-07-23 Jelmer VernooijImplement Tree.__len__.
2009-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-08 Jelmer VernooijImplement ShaFile.__hash__.
2009-06-16 Jelmer VernooijMore docstrings, test coverage.
2009-06-09 Jelmer VernooijImplement ShaFile.__ne__.
2009-05-19 Jelmer VernooijImport negative timezone fix from hg-git.
2009-05-19 Jelmer VernooijSupport the encoding field in commit messages.
2009-05-16 Jelmer VernooijAdd function for checking submodules.
2009-05-16 Jelmer VernooijSupport serializing tags.
2009-05-16 Jelmer VernooijFix time parsing.
2009-05-16 Jelmer VernooijUse StringIO to generate Text and Commit texts.
2009-05-16 Jelmer VernooijSimplify tag parsing.
2009-05-16 Jelmer VernooijSimplify tag parsing.
2009-05-15 Jelmer VernooijMerge support for compiling extensions.
2009-05-14 Jelmer VernooijFix formatting, add type check.
2009-05-12 Jelmer VernooijRemove unused sha import
2009-05-11 Jelmer VernooijProvide ShaFile.__str__.
2009-05-10 Jelmer VernooijCope with timestamps not always being 10 characters...
2009-05-09 Jelmer VernooijFix sorting in trees.
2009-05-08 Jelmer VernooijAdd tests for commit.
2009-05-08 Jelmer VernooijAlways initialize _sha.
2009-05-08 Jelmer Vernooijmake sha finding lazy.
2009-05-05 Jelmer VernooijFix spacing issue in timezone offsets, add some simple...
2009-05-05 Jelmer VernooijDo proper parsing of timezones and store them as offset...
2009-05-05 Jelmer VernooijAdd separate functions for formatting / parsing timezones.
2009-05-04 Jelmer VernooijUse public API where possible.
2009-05-03 Jelmer Vernooijuse make_sha rather than sha1.new() that's deprecated...
2009-05-03 Jelmer VernooijFix copyright headers.
2009-05-02 Jelmer VernooijAdd support for pretty printing objects.
2009-05-02 Jelmer VernooijActually parse lazily (forgot to remove the call earlier).
2009-05-02 Jelmer VernooijFix serialization of blobs and for header.
2009-05-02 Jelmer VernooijSimplify property handling.
2009-05-02 Jelmer VernooijLazily parse objects.
2009-05-02 Jelmer VernooijAllow users to change object types, use helper function...
2009-05-02 Jelmer VernooijUse property function rather than decorator, so we...
2009-05-02 Jelmer VernooijUse property function rather than decorator, so we...
2009-04-30 Jelmer VernooijFix build without extensions.
next