chiark / gitweb /
setup.py: Use tripled double-quotes.
[python-cdb] / ChangeLog
1 python-cdb ChangeLog
2 MJ Pomraning <mjp@pilcrow.madison.wi.us>
3 26 Jan 2002
4
5 26 Jan 2002
6   - Version 0.32
7   - fix cdb.init() occasional memory corruption
8     thx: Jason Mastaler
9   - getnext() unbroken
10     thx: <wang@rjka.com>
11   - Example updated
12
13 15 Jan 2002
14   - Version 0.31; BSDish EPROTO fix
15     thx: Jason Mastaler <jason@mastaler.com>
16
17 10 Jan 2002
18   - Version 0.30; GPL
19   - cdb.error Exception introduced
20   - libc analogs of DJB funcs (mostly stdio), and libowfat (GPL) uint*
21     implementation; shed cdb-0.75 tarball; distutils build now tolerable
22   - cdb_pyread improvement; fixed memory leak concerning cdb_make_finish
23     fixed
24   - small doc corrections
25
26 02 Apr 2001
27   - PyMem_{Malloc,Free} API change for 2.x 
28     thx: Ben Beuchler <insyte@emt-p.org>
29   - _wrap_cdb_read():  raise Exception, avoid unneeded PyMem_Malloc
30
31 13 Mar 2001
32   - Version 0.21;
33   - setup.py (yay!); c.l.py.a announcement
34   - small doc improvements
35
36 12 Mar 2001
37   - Version 0.20; public release
38   - fd member to -1 on cdbmake finish()
39   - PyString attr refcount oversight corrected
40   - objects, functions, module __doc__
41   - code reorg.
42
43 05 Mar 2001
44   - extended cdb_o constructor: fd or fn
45   - proper close() in cdb destructor
46   - unlink cm.fntmp if cm deallocated but unfinish()ed
47   - cdb_o methods __doc__
48
49 beginnings
50   - cdb.py wrapper around _cdbmodule.so