summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/prototypes/threadsafe.py
AgeCommit message (Expand)Author
2026-02-10Fixed #36854 -- Updated GEOS init and finish bindings.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-09-09Fixed #25961 -- Removed handling of non-thread safe GEOS functions.Sergey Fedoseev
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-12-15Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.Sergey Fedoseev
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-01-07Reverted #25961 -- Removed handling of thread-non-safe GEOS functions.Tim Graham
2015-12-23Fixed #25961 -- Removed handling of thread-non-safe GEOS functions.Sergey Fedoseev
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-09-12Fixed #13843 -- Prevented AttributeError during geometry objects deletionClaude Paroz
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2011-01-31Fixed #13488 -- No longer generate unhandled exceptions that may occur when d...Justin Bronn
2010-01-12Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...Justin Bronn