1 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* dbflib_wrap.c, README: Checked for python version >= 2.4.0a0 |
4 |
|
before using &PyOS_ascii_atof. |
5 |
|
|
6 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
7 |
|
|
8 |
|
Added dirty workaround to make dbflib agnostic |
9 |
|
against decimal_poinst != ".\0". |
10 |
|
|
11 |
|
* dbflib_wrap.c: Added call DBFSetatof_function(&PyOS_ascii_atof); |
12 |
|
to initdbflibc(). |
13 |
|
* README: noted that manual editing of dbflib_wrap.c is necessary now. |
14 |
|
|
15 |
|
2005-06-30 Bernhard Herzog <[email protected]> |
16 |
|
|
17 |
|
* shapelib.i (new_SHPObject): Fix the test for the length of the |
18 |
|
part types. It used the wrong variable. |
19 |
|
|
20 |
|
* shapelib_wrap.c: Regenerated from shapelib.i |
21 |
|
|
22 |
|
* pytest.py (make_shapefile): Add some more comments and add an |
23 |
|
example with a polygon with a hole. |
24 |
|
|
25 |
|
2004-12-27 Bernhard Reiter <[email protected]> |
26 |
|
|
27 |
|
* README: Refering to the new homepage shapelib.maptools.org now. |
28 |
|
|
29 |
|
2004-12-13 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* dbflib.py: Updated from difflib.i with SWIG. |
32 |
|
|
33 |
|
* dbflib.i: Work around a bug in the generated python code which |
34 |
|
leads to exception in the __del__ method when the constructor |
35 |
|
fails. See the comments in the code for more details. |
36 |
|
|
37 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
|
* README: Flesh out the some more. Correct the shapelib |
40 |
|
requirements. |
41 |
|
|
42 |
|
* NEWS: Update the date of the actual release of 0.3 |
43 |
|
|
44 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
45 |
|
|
46 |
|
* setup.py: Determine shp_dir correctly when run with bdist_rpm |
47 |
|
(dbf_macros): Remove a debug print |
48 |
|
|
49 |
|
* NEWS: Also mention the new (compared to 0.2) setup.py |
50 |
|
|
51 |
|
* MANIFEST.in: New. Define which files belong into a source |
52 |
|
distribution |
53 |
|
|
54 |
|
2004-05-17 Bernhard Herzog <[email protected]> |
55 |
|
|
56 |
|
* README: Update for new release |
57 |
|
|
58 |
|
* setup.py (dbf_macros): New. Return the preprocessor macros |
59 |
|
needed to compile the dbflib wrapper. Determine whether |
60 |
|
DBFUpdateHeader is available and define the right value of |
61 |
|
HAVE_UPDATE_HEADER |
62 |
|
(extensions): Use dbf_macros for the dbflibc extension |
63 |
|
|
64 |
|
* dbflib_wrap.c, dbflib.py: Update from dbflib.i |
65 |
|
|
66 |
|
* dbflib.i (DBFInfo_commit): New. Implementation of the commit |
67 |
|
method. This new indirection is necessary because we use the |
68 |
|
DBFUpdateHeader function now which is not available in shapelib <= |
69 |
|
1.2.10 |
70 |
|
(DBFFile::commit): Use DBFInfo_commit as implementation |
71 |
|
(pragma __class__): New. Kludge to remove the commit method when |
72 |
|
the DBFUpdateHeader function isn't available |
73 |
|
(_have_commit): New. Helper for the pragma kludge. |
74 |
|
|
75 |
|
2003-11-03 Bernhard Herzog <[email protected]> |
76 |
|
|
77 |
|
* dbflib.i (do_read_attribute): New helper function for reading |
78 |
|
one attribute as a python object |
79 |
|
(DBFInfo_read_attribute): New. Implement the read_attribute method |
80 |
|
(DBFInfo_read_record): Use do_read_attribute to read the |
81 |
|
individual values |
82 |
|
(struct DBFFile): Add the read_attribute method. |
83 |
|
|
84 |
|
* dbflib_wrap.c, dbflib.py: Update from dbflib.i. |
85 |
|
|
86 |
|
2003-09-29 Bernhard Herzog <[email protected]> |
87 |
|
|
88 |
|
* dbflib.i: Add exception typemap for the add_field method. Fixes |
89 |
|
Thuban bug RT#1842 |
90 |
|
|
91 |
|
* dbflib_wrap.c: Update from dbflib.i |
92 |
|
|
93 |
|
* testdbf.py: New. Test cases for the dbflib bindings based on the |
94 |
|
unittest module |
95 |
|
|
96 |
2003-08-18 Bernhard Herzog <[email protected]> |
2003-08-18 Bernhard Herzog <[email protected]> |
97 |
|
|
98 |
* dbflib.i (DBFInfo_write_record): Use PySequence_Check instead of |
* dbflib.i (DBFInfo_write_record): Use PySequence_Check instead of |