| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Traversable.traverse: Added as_edge option allowing to receive the source of ↵ | Sebastian Thiel | 2009-11-27 | 1 | -11/+19 |
| | | | | | the item as well to enable predicates to do more proper checking | ||||
| * | Fixed issue with commit traversal due to missing visit_once in the traversal ↵ | Sebastian Thiel | 2009-11-27 | 1 | -0/+11 |
| | | | | | method, improved code performance by disabling the visit-once flag by default for trees, which by nature are not recursive | ||||
| * | ItemTraversal: Predicate and prune functions now provide depth information, ↵ | Sebastian Thiel | 2009-11-27 | 1 | -6/+6 |
| | | | | | allowing the callee to know more about its environment | ||||
| * | improved performance of item traversal, its nearly as fast as it was with ↵ | Sebastian Thiel | 2009-11-27 | 1 | -11/+2 |
| | | | | | the first very pure implementation | ||||
| * | tree: added traversal method, adjusted tests | Sebastian Thiel | 2009-11-26 | 1 | -1/+1 |
| | | | | | Fixed critical bug in object code: IndexObjects now use their path as hashkey, not the data\! | ||||
| * | objects.utils: Added Traversable base and implemented it for commits ↵ | Sebastian Thiel | 2009-11-26 | 1 | -0/+85 |
| | | | | | including a test | ||||
| * | added Object.data_stream property allowing to stream object data ↵ | Sebastian Thiel | 2009-10-22 | 1 | -0/+18 |
| | | | | | directly.Considering the implementation of the git commnd which temporarily keeps it in a cache, it doesnt make a huge diffence as the data is kept in memory while streaming. Only good thing is that it is in a different process so python will never see it if done properly | ||||
| * | Object can now create objects of the proper type in case one attempts to ↵ | Sebastian Thiel | 2009-10-15 | 1 | -1/+0 |
| | | | | | create an object directly - this feature is used in several places now, allowing for additional type-checking | ||||
| * | All times are not stored as time_struct, but as simple int to consume less ↵ | Sebastian Thiel | 2009-10-15 | 1 | -0/+19 |
| | | | | | | | memory time imports cleaned up and mostly removed as they were not required (anymore) | ||||
| * | unified name of utils module, recently it was named util and utils in ↵ | Sebastian Thiel | 2009-10-13 | 1 | -0/+36 |
| different packages | |||||
