index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
geos
/
coordseq.py
Age
Commit message (
Expand
)
Author
2026-02-09
Refs #36036 -- Added note about z argument in GEOSCoordSeq.__init__().
David Smith
2026-02-09
Refs #36036 -- Added m dimension to GEOSCoordSeq.
David Smith
2025-07-23
Refs #36500 -- Corrected rewrapped long lines fixed via a script.
Mike Edmunds
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-21
Improved consistency of GEOS error messages.
David Smith
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-06-29
Fixed #34685 -- Dropped support for GEOS 3.6 and 3.7.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-01-22
Removed unneeded int() call in GEOSCoordSeq.__len__().
Sergey Fedoseev
2019-10-25
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
Sergey Fedoseev
2017-07-13
Simplified GEOSCoordSeq._checkindex().
Sergey Fedoseev
2017-04-11
Refs #28024 -- Optimized GEOSCoordSeq.__setitem__() by avoiding superfluous i...
Sergey Fedoseev
2017-04-11
Refs #28024 -- Optimized GEOSCoordSeq.__getitem__() by avoiding superfluous i...
Sergey Fedoseev
2017-04-11
Refs #28024 -- Optimized GEOSCoordSeq.tuple by avoiding superfluous index and...
Sergey Fedoseev
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2015-08-18
Fixed #25225 -- Simplified code to remove GEOSIndexError
Tim Graham
2015-02-09
Moved numpy import helper to shortcuts
Daniel Wiesmann
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2009-03-24
Refactored the GEOS interface. Improvements include:
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn