Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-05 | Fix python sync operations and mem hierarchy | Jakub Hrozek | 1 | -397/+191 | |
Similar to Simo's patch that fixed the tools, this one converts the python bindings to the start_transaction/end_transaction functions. Also fixes memory hierarchy so that tools_ctx is allocated in every operation and used as memory context for the operation instead of self->mem_ctx which simplifies cleanup. | |||||
2009-09-21 | Provide python bindings for sysdb | Jakub Hrozek | 1 | -0/+1024 | |
Implement a set of python bindings for the sysdb with feature set similar to what is available in the tools. The primary consumers would be applications like system-config-users. Resolves: Ticket #102 |