aboutsummaryrefslogtreecommitdiff
path: root/git/db/dulwich/complex.py
AgeCommit message (Collapse)Author
2014-07-25Autopep8 fixes with maximum line length 120Craig Northway
2014-02-09tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel
Needs plenty of work
2011-07-07Added store support. Now the basic object IO is implemented, which shall be ↵Sebastian Thiel
enough for the first batch of work
2011-07-07Added trivial implementation for info and stream methods - info is very ↵Sebastian Thiel
inefficient, but can't help it. Basic repo tests don't work as dulwich ignores alternate files
2011-07-07Added default performance tests - these should help to measure something at ↵Sebastian Thiel
least, which implicitly includes pack handling. For the pack specific tests to work, one would need a pack interface though, which is currently not planned to be specifically exposed
2011-07-07Initial version of the DulwichType inheritance. For now, it inherits ↵Sebastian Thiel
everything from the existing implementation, but one by one things can be reimplmented to use dulwich. It also shows that py 2.6 is quite plagued from its new feature, which is actually a bug, as objects inability to accept any args makes mixins hard to use ...