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]> |
2004-05-28 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
* README: Flesh out the some more. Correct the shapelib |
* README: Flesh out the some more. Correct the shapelib |