Merge improvements and extra tests, mainly to deal better with creating non-bare...
[jelmer/dulwich-libgit2.git] / dulwich / tests / test_objects.py
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-04-30 Jelmer VernooijMerge cleanups from Dave.
2010-04-30 Dave BorowitzFix "x if y else z" syntax for python2.4.
2010-04-30 Dave BorowitzAdd make_object and make_commit convenience functions...
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 BorowitzClean up pack tests.
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-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-09 Dave BorowitzUse datetime.utcfromtimestamp() in tests.
2010-04-08 Jelmer VernooijPreserve '-' sign when -0000 is stored for the timezone...
2010-04-08 Jelmer VernooijAdd Tree.__iter__.
2010-04-08 Jelmer VernooijAvoid relying on PST for passing the testsuite.
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 VernooijDefine common TestSkipped exception so it's easier...
2010-04-05 Dave BorowitzChange parse_tree to return a list rather than a dict.
2010-04-01 Dave BorowitzPreviously, serialize() expected the object type to...
2010-03-31 Jelmer VernooijUse raw_length in pack generation.
2010-03-31 Jelmer VernooijAllow accessing Blob contents as chunks.
2010-03-31 Jelmer VernooijAdd ShaFile._raw_length.
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-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-08 Jelmer VernooijImplement ShaFile.__hash__.
2009-05-19 Jelmer VernooijAdd more docstrings.
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 VernooijSupport serializing tags.
2009-05-16 Jelmer VernooijFix time parsing.
2009-05-16 Jelmer VernooijSimplify tag parsing.
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 stub for commit, extra check.
2009-05-05 Jelmer VernooijFix spacing issue in timezone offsets, add some simple...
2009-04-16 Jelmer VernooijSupport author/committer timezones.
2009-03-09 Jelmer VernooijFix formatting issues.
2009-03-05 Jelmer VernooijMerge compatibility with python2.4 from rockstar.
2009-02-26 Jelmer VernooijFix indentation to be 4 spaces everywhere, consistently.
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-13 Jelmer VernooijJames is ok with licensing his code GPLv2 or later...
2009-01-12 John CarrMerge delta pack brain dump
2009-01-12 John CarrMerge upstream
2009-01-11 Jelmer VernooijMerge tag support.
2009-01-06 Ali Sabila Tag object can refer to any other object, not just...
2009-01-06 Ali SabilAdded Tag object testing to BlobReadTests
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 Jelmer VernooijBlob.text() -> Blob.data
2008-12-24 Jelmer VernooijTurn more bits into properties.
2008-12-22 Jelmer VernooijTurn Commit.parents into a property, for compatibility...
2008-12-08 Jelmer VernooijImport changes from my bzr-git branch, to make dulwich...
2008-12-08 Jelmer VernooijRename package to dulwich, add setup.py.