summaryrefslogtreecommitdiff
path: root/git/test/db/dulwich
Commit message (Collapse)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-252-9/+9
|
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-092-22/+22
| | | | Needs plenty of work
* Added basic frame for pygit2 - it just needs some basic methods to be ↵Sebastian Thiel2011-07-081-2/+1
| | | | implemented now - depending on the performance, it might actually receive some more work
* Initial version of the DulwichType inheritance. For now, it inherits ↵Sebastian Thiel2011-07-072-7/+22
| | | | | | 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 ...
* Added auto-skip mixin metacls, some serious brainfuck, if the required ↵Sebastian Thiel2011-07-072-12/+31
| | | | module was not found. Its actually a nice mix between decorators which are class types, and a mixin as a metaclass, which applies said decorator. The InstanceDecorator wouldn't actually be needed, but it adds flexibility. Maybe it should be removed ...
* Added basis for initial dulwich integration. Many basic issues should ↵Sebastian Thiel2011-07-062-0/+26
surface while integrating this