Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed odb from project, it is now used as a submodule named gitdb, which ↵ | Sebastian Thiel | 2010-06-12 | 5 | -338/+0 |
| | | | | | | was added instead Adjusted all imports to deal with the changed package names | ||||
* | Moved multiprocessing modules into own package, as they in fact have nothing ↵ | Sebastian Thiel | 2010-06-05 | 3 | -118/+0 |
| | | | | to do with the object db. If that really works the way I want, it will become an own project, called async | ||||
* | Initial pool design added, allowing for lazy channel based evaluation of ↵ | Sebastian Thiel | 2010-06-05 | 3 | -2/+12 |
| | | | | inter-dependent tasks | ||||
* | A code donation: Donating a worker thread implementation inclduding tests to ↵ | Sebastian Thiel | 2010-06-05 | 1 | -0/+47 |
| | | | | Git-Python. I have the feeling it can do much good here :) | ||||
* | Added basic channel implementation including test | Sebastian Thiel | 2010-06-05 | 6 | -0/+399 |
restructured odb tests, they are now in an own module to keep the modules small |