1 |
2007-03-12 Bram de Greve <[email protected]> |
2007-03-14 Bram de Greve <[email protected]> |
2 |
|
|
3 |
|
* dbflibmodule.c, dbflib.i: replaced dbflib.i by dbflibmodule.c to use |
4 |
|
hand-crafted Python bindings instead of SWIG generated ones |
5 |
|
|
6 |
|
* shapelibmodule.c, shapelib.c: Renamed shapelib.c to shapelibmodule.c |
7 |
|
to match style of dbflibmodule.c and shptreemodule.c. Changed some |
8 |
|
(well, most) names to match same style. |
9 |
|
|
10 |
|
* pyshapelib_common.h: do all necessary includes here |
11 |
|
|
12 |
|
* setup.py: updated building of dbflib. |
13 |
|
|
14 |
|
2007-03-13 Bram de Greve <[email protected]> |
15 |
|
|
16 |
* shapelib.c, shapelib_common.h: Added part_types() to SHPObject to |
* shapelib.c, shapelib_common.h: Added part_types() to SHPObject to |
17 |
return tuple of part types. Added __repr__ operators to return a |
return tuple of part types. Added __repr__ operators to return a |
20 |
* pytest.py: Added tests for part_types() and __repr__. |
* pytest.py: Added tests for part_types() and __repr__. |
21 |
Humanized the output a bit. |
Humanized the output a bit. |
22 |
|
|
23 |
2007-03-12 Bram de Greve <[email protected]> |
2007-03-12 Bram de Greve <[email protected]> |
24 |
|
|
25 |
* shapelib.c, shapelib.i: replaced shapelib.i by shapelib.c to use |
* shapelib.c, shapelib.i: replaced shapelib.i by shapelib.c to use |
26 |
hand-crafted Python bindings instead of SWIG generated ones. |
hand-crafted Python bindings instead of SWIG generated ones. |