summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/io.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-10Whitespace cleanup.Tim Graham
2010-01-12Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...Justin Bronn
2009-11-10Added `ewkb` and `hexewkb` properties to `GEOSGeometry`. Refs #11433, #12010.Justin Bronn
2009-03-28Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` obj...Justin Bronn
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn