summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/prototypes/misc.py
AgeCommit message (Expand)Author
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-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
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-12-13Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall
2013-12-24Dropped support for GEOS < 3.1Claude Paroz
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2010-11-04Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup.Justin Bronn
2010-01-12Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn