aboutsummaryrefslogtreecommitdiff
path: root/lib/git/objects/__init__.py
AgeCommit message (Collapse)Author
2010-06-29Renamed modules utils to util, and errors to exc to be more conforming to ↵Sebastian Thiel
the submodules's naming conventions
2010-06-14Moved small types that had their own module into the utils moduleSebastian Thiel
2010-06-14tree: added TreeModifier, allowing to adjust existing trees safely and or ↵Sebastian Thiel
fast, while staying compatible with serialization which requires it to be sorted
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2009-10-22Index: Is now diffable and appears to properly implement diffing against ↵Sebastian Thiel
other items as well as the working tree Diff.Diffable: added callback allowing superclasses to preprocess diff arguments Diff.Diff: added eq, ne and hash methods, string methods would be nice
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel