/[thuban]/branches/WIP-pyshapelib-bramz/libraries/pyshapelib/ChangeLog
ViewVC logotype

Log of /branches/WIP-pyshapelib-bramz/libraries/pyshapelib/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 2835)

Revision 2753 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 18:57:04 2007 UTC (17 years, 10 months ago) by bramz
File length: 12432 byte(s)
Diff to previous 2752
Expanded Unicode support to field names (formely it was only available for string values in the records.  
Renamed the write_field function to write_attribute to be symmetric with the read_attribute function that already existed.

Revision 2752 - (view) (annotate) - [select for diffs]
Modified Tue Apr 10 23:45:00 2007 UTC (17 years, 10 months ago) by bramz
File length: 12122 byte(s)
Diff to previous 2751
attempt to add support for Unicode and Language Driver ID (LDID) support in dbflib

Revision 2751 - (view) (annotate) - [select for diffs]
Modified Wed Mar 28 23:30:15 2007 UTC (17 years, 11 months ago) by bramz
File length: 10558 byte(s)
Diff to previous 2750
Added support for Win32 wide character file API.  Unicode filenames are now fully supported on the windows platform: for example exotic filenames like the greek letter pi (u"\u03c0").  However, this needed unofficial modifications in the C++ shapelib library.

Revision 2750 - (view) (annotate) - [select for diffs]
Modified Thu Mar 22 20:35:08 2007 UTC (17 years, 11 months ago) by bramz
File length: 9757 byte(s)
Diff to previous 2749
commit function was incorrectly pointing to dbflib_read_record. fixed!

Revision 2749 - (view) (annotate) - [select for diffs]
Modified Thu Mar 22 19:03:27 2007 UTC (17 years, 11 months ago) by bramz
File length: 9671 byte(s)
Diff to previous 2747
in __init__ of ShapeFile and DBFFile, throw proper IOError if opening of file failed.

Revision 2747 - (view) (annotate) - [select for diffs]
Modified Tue Mar 20 23:12:45 2007 UTC (17 years, 11 months ago) by bramz
File length: 9490 byte(s)
Diff to previous 2745
dbfopen.c: fixing bug in DBFClose, checks for NULL handle now.
shptreemodule.c: restoring something that shouldn't have been committed in the first place.

Revision 2745 - (view) (annotate) - [select for diffs]
Modified Thu Mar 15 22:27:02 2007 UTC (17 years, 11 months ago) by bramz
File length: 9357 byte(s)
Diff to previous 2744
Added FTLogical support to dbflib.  Accept None as no-data for M values.  Added name and mode keywords to mimic Python's file behaviour where appropriate.  Added unpack_vertex() to lift some load of shpobject_init().

Revision 2744 - (view) (annotate) - [select for diffs]
Modified Thu Mar 15 13:48:58 2007 UTC (17 years, 11 months ago) by bramz
File length: 8260 byte(s)
Diff to previous 2743
shapelibmodule.c, dbflibmodule.c: added some Unicode support for the filenames (no internal encoding for DBFFile yet).  It now should similar Unicode support Python's file() (concerning the filename, that is).

Revision 2743 - (view) (annotate) - [select for diffs]
Modified Wed Mar 14 20:53:53 2007 UTC (17 years, 11 months ago) by bramz
File length: 7988 byte(s)
Diff to previous 2742
added support for shapetypes with Z and M values in shapelib

Revision 2742 - (view) (annotate) - [select for diffs]
Modified Wed Mar 14 16:26:14 2007 UTC (17 years, 11 months ago) by bramz
File length: 7860 byte(s)
Diff to previous 2741
pyshapelib: rewritten dbflib to use hand-crafted Python bindings instead of SWIG generated ones.


Revision 2741 - (view) (annotate) - [select for diffs]
Modified Tue Mar 13 23:30:41 2007 UTC (17 years, 11 months ago) by bramz
File length: 7374 byte(s)
Diff to previous 2735
Added part_types() to SHPObject to return tuple of part types. Added __repr__ operators to return a string that can reconstruct the object using eval()

Revision 2735 - (view) (annotate) - [select for diffs]
Modified Mon Mar 12 23:24:35 2007 UTC (17 years, 11 months ago) by bramz
File length: 7042 byte(s)
Diff to previous 2734
rewritten shapelib to use hand-crafted Python bindings instead of SWIG generated ones.

Revision 2734 - (view) (annotate) - [select for diffs]
Modified Thu Mar 1 12:42:59 2007 UTC (18 years ago) by bramz
File length: 6692 byte(s)
Diff to previous 2706
made a copy

Revision 2706 - (view) (annotate) - [select for diffs]
Modified Sun Sep 24 19:25:26 2006 UTC (18 years, 5 months ago) by bernhard
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 6692 byte(s)
Diff to previous 2704
* dbflib_wrap.c, README: Checked for python version >= 2.4.0a0
before using &PyOS_ascii_atof.


Revision 2704 - (view) (annotate) - [select for diffs]
Modified Sun Sep 24 18:52:59 2006 UTC (18 years, 5 months ago) by bernhard
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 6540 byte(s)
Diff to previous 2637
Added dirty workaround to make dbflib agnostic 
against decimal_poinst != ".\0".


Revision 2637 - (view) (annotate) - [select for diffs]
Modified Thu Jun 30 14:20:46 2005 UTC (19 years, 8 months ago) by bh
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 6240 byte(s)
Diff to previous 2510
* shapelib.i (new_SHPObject): Fix the test for the length of the
part types.  It used the wrong variable.

* shapelib_wrap.c: Regenerated from shapelib.i

* pytest.py (make_shapefile): Add some more comments and add an
example with a polygon with a hole.


Revision 2510 - (view) (annotate) - [select for diffs]
Modified Mon Dec 27 14:27:53 2004 UTC (20 years, 2 months ago) by bernhard
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 5930 byte(s)
Diff to previous 2453
Refering to the new homepage shapelib.maptools.org now.


Revision 2453 - (view) (annotate) - [select for diffs]
Modified Mon Dec 13 17:57:04 2004 UTC (20 years, 2 months ago) by bh
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 5806 byte(s)
Diff to previous 2227
* dbflib.py: Updated from difflib.i with SWIG.

* dbflib.i: Work around a bug in the generated python code which
leads to exception in the __del__ method when the constructor
fails.  See the comments in the code for more details.


Revision 2227 - (view) (annotate) - [select for diffs]
Modified Fri May 28 19:07:27 2004 UTC (20 years, 9 months ago) by bh
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 5522 byte(s)
Diff to previous 2223
update ChangeLog


Revision 2223 - (view) (annotate) - [select for diffs]
Modified Fri May 28 17:29:16 2004 UTC (20 years, 9 months ago) by bh
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 5344 byte(s)
Diff to previous 2213
update ChangeLog


Revision 2213 - (view) (annotate) - [select for diffs]
Modified Mon May 17 15:48:53 2004 UTC (20 years, 9 months ago) by bh
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 5059 byte(s)
Diff to previous 1920
update ChangeLogs


Revision 1920 - (view) (annotate) - [select for diffs]
Modified Mon Nov 3 17:33:45 2003 UTC (21 years, 4 months ago) by bh
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 4242 byte(s)
Diff to previous 1763
update ChangeLog


Revision 1763 - (view) (annotate) - [select for diffs]
Modified Mon Sep 29 10:52:50 2003 UTC (21 years, 5 months ago) by bh
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 3846 byte(s)
Diff to previous 1611
update ChangeLog


Revision 1611 - (view) (annotate) - [select for diffs]
Added Tue Aug 19 21:24:20 2003 UTC (21 years, 6 months ago) by jan
Original Path: trunk/thuban/libraries/pyshapelib/ChangeLog
File length: 3583 byte(s)
These files have been moved here from thuban/extensions/pyshapelib/
See there in the Attic for the older history.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26