django1/django/contrib/gis/geos
Claude Paroz 02eca6c0e2 Added more relative imports in contrib.gis. 2012-05-18 17:06:25 +02:00
..
prototypes Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. 2011-08-12 14:14:15 +00:00
tests Added more relative imports in contrib.gis. 2012-05-18 17:06:25 +02: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 Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
collections.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +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 Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
geometry.py Fixed #18039 -- Changed geometry transform without a SRID raise a GEOSException. 2012-04-12 16:35:28 +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 #17212 -- Made GEOS version regular expression more robust. Thanks, strk. 2012-03-12 17:09:18 +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 Got rid of old __cmp__methods replaced by rich comparison. 2012-05-18 14:52:24 +02:00
point.py Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
polygon.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
prepared.py Refactored the GEOS interface. Improvements include: 2009-03-24 00:12:21 +00:00