summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/coordseq.py
AgeCommit message (Expand)Author
2026-02-09Refs #36036 -- Added note about z argument in GEOSCoordSeq.__init__().David Smith
2026-02-09Refs #36036 -- Added m dimension to GEOSCoordSeq.David Smith
2025-07-23Refs #36500 -- Corrected rewrapped long lines fixed via a script.Mike Edmunds
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-21Improved consistency of GEOS error messages.David Smith
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-06-29Fixed #34685 -- Dropped support for GEOS 3.6 and 3.7.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-01-22Removed unneeded int() call in GEOSCoordSeq.__len__().Sergey Fedoseev
2019-10-25Fixed #29770 -- Added LinearRing.is_counterclockwise property.Sergey Fedoseev
2017-07-13Simplified GEOSCoordSeq._checkindex().Sergey Fedoseev
2017-04-11Refs #28024 -- Optimized GEOSCoordSeq.__setitem__() by avoiding superfluous i...Sergey Fedoseev
2017-04-11Refs #28024 -- Optimized GEOSCoordSeq.__getitem__() by avoiding superfluous i...Sergey Fedoseev
2017-04-11Refs #28024 -- Optimized GEOSCoordSeq.tuple by avoiding superfluous index and...Sergey Fedoseev
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham
2015-02-09Moved numpy import helper to shortcutsDaniel Wiesmann
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-11-02More attacking E302 violatorsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn