chiark / gitweb /
Reorganization: split out utilities; mapping methods
authorMark Wooding <mdw@distorted.org.uk>
Sat, 28 Jan 2006 18:46:07 +0000 (18:46 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 28 Jan 2006 18:46:07 +0000 (18:46 +0000)
commit11cb3d97caae1888a6d6ae63ff6e2dea9f7cce01
tree83ba68df3699fbb0a5b8a6a5b7f22316128aff1e
parent03ed9abbf0e1ccfc30a910f02c1d5e0cec4c7585
Reorganization: split out utilities; mapping methods

  * Move non-project-specific Python utilities into a separate file.  They
    might conceivably find their way into a new project some day.

  * Implement the standard mapping methods generically (i.e., in terms of
    basic Python mapping operations).

  * Use the mapping methods for the various key-object-related mappings.

  * Start fixing setter functions for null values.
algorithms.c
catacomb-python.h
catacomb.c
key.c
setup.py
util.c [new file with mode: 0644]