1 |
|
2003-11-03 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* dbflib.i (do_read_attribute): New helper function for reading |
4 |
|
one attribute as a python object |
5 |
|
(DBFInfo_read_attribute): New. Implement the read_attribute method |
6 |
|
(DBFInfo_read_record): Use do_read_attribute to read the |
7 |
|
individual values |
8 |
|
(struct DBFFile): Add the read_attribute method. |
9 |
|
|
10 |
|
* dbflib_wrap.c, dbflib.py: Update from dbflib.i. |
11 |
|
|
12 |
|
2003-09-29 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
|
* dbflib.i: Add exception typemap for the add_field method. Fixes |
15 |
|
Thuban bug RT#1842 |
16 |
|
|
17 |
|
* dbflib_wrap.c: Update from dbflib.i |
18 |
|
|
19 |
|
* testdbf.py: New. Test cases for the dbflib bindings based on the |
20 |
|
unittest module |
21 |
|
|
22 |
2003-08-18 Bernhard Herzog <[email protected]> |
2003-08-18 Bernhard Herzog <[email protected]> |
23 |
|
|
24 |
* dbflib.i (DBFInfo_write_record): Use PySequence_Check instead of |
* dbflib.i (DBFInfo_write_record): Use PySequence_Check instead of |