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
/
point.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-07-27
Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point.
Claude Paroz
2018-07-09
Refs #27472 -- Fixed crash during pickling of empty GEOS point.
Sergey Fedoseev
2017-09-05
Refs #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-04-05
Fixed #28020 -- Made GEOSGeometry.json use OGRGeometry.json for better perfor...
Sergey Fedoseev
2017-03-29
Fixed #27973 -- Fixed GeoJSON representation of LinearRing and custom GEOSGeo...
Sergey Fedoseev
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #25665 -- Removed deprecated getter/setter of Point.tuple.
Tim Graham
2017-01-17
Refs #25665 -- Removed deprecated getters/setters of Point coordinate propert...
Tim Graham
2016-12-08
Refs #27472 -- Fixed OGRGeometry('POINT EMPTY').geos crash.
Sergey Fedoseev
2016-12-08
Refs #27472 -- Fixed GEOSGeometry('POINT EMPTY').ogr crash.
Sergey Fedoseev
2015-12-14
Fixed #25662 -- Allowed creation of empty GEOS geometries.
Sergey Fedoseev
2015-11-18
Fixed #25665 -- Deprecated getter/setter of Point.tuple.
Sergey Fedoseev
2015-11-18
Refs #25665 -- Deprecated getters/setters of Point coordinate properties.
Sergey Fedoseev
2015-04-24
Rearranged imports in geos files
Claude Paroz
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
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2009-04-10
Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to...
Justin Bronn
2009-03-26
Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other ...
Justin Bronn
2009-03-24
Refactored the GEOS interface. Improvements include:
Justin Bronn