summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/prototypes/errcheck.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-09-08Simplified GEOSFuncFactory.Sergey Fedoseev
2017-08-29Simplified contrib.gis.geos.prototypes by replacing c_char with c_byte.Sergey Fedoseev
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2015-04-24Lazy loading of GEOS functionsClaude Paroz
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-03-29Dropped support for GEOS 3.1Claude Paroz
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2010-01-12Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...Justin Bronn
2009-12-29When `GEOSFree` is not available on NT platforms, have to specifically use th...Justin Bronn
2009-12-27Fixed #12450 -- `GEOSFree` was really added in GEOS 3.1.1, not 3.1.0. Thanks...Justin Bronn
2009-12-24Fixed #12438 -- now use `GEOSFree` to free string pointers allocated within G...Justin Bronn
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn