django1/django/contrib/gis/geos
Justin Bronn 553adfa6d1 Fixed #13488 -- No longer generate unhandled exceptions that may occur when destructors of global GEOS I/O objects are called on process termination.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-31 20:11:19 +00:00
..
prototypes Fixed #13488 -- No longer generate unhandled exceptions that may occur when destructors of global GEOS I/O objects are called on process termination. 2011-01-31 20:11:19 +00:00
tests Fixed #13788 -- `GEOSGeometry.transform` no longer silently no-ops when GDAL isn't available. Thanks, Rob Coup. 2010-12-22 17:43:30 +00:00
LICENSE Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
__init__.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
base.py Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` object. 2009-03-28 16:36:48 +00:00
collections.py Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
coordseq.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
error.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
factory.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00
geometry.py Fixed #13788 -- `GEOSGeometry.transform` no longer silently no-ops when GDAL isn't available. Thanks, Rob Coup. 2010-12-22 17:43:30 +00:00
io.py Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicable. Thanks, Tuure Laurinolli, for assistance in developing this patch. 2010-01-12 18:40:54 +00:00
libgeos.py Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicable. Thanks, Tuure Laurinolli, for assistance in developing this patch. 2010-01-12 18:40:54 +00:00
linestring.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
mutable_list.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
point.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
polygon.py Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to AUTHORS; fixed memory leak introduced in r10174 -- no longer call `ListMixin.__init__` and set methods manually because it created references that prevented garbage collection; fixed several routines that had no need to be class methods. 2009-04-10 18:32:17 +00:00
prepared.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00