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)
commit68ec53f32a22b0c38e3b7b53e03edf747c49e416
tree851ff8197e9624a6ffd73378fc49f47eec9a4445
parent62058916b6c4b39764824d24be670525b7cdfd7a
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.
catacomb-python.h
catacomb.c
util.c [new file with mode: 0644]