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
/
polygon.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
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-21
Improved consistency of GEOS error messages.
David Smith
2022-10-31
Avoided assignment followed by immediate return.
Nick Pope
2022-05-04
Corrected example in Polygon docstring.
Stefan Brand
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-21
Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on ...
Brenton Partridge
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-09-06
Replaced get_pointer_arr() with usage of GEOM_PTR for simplicity.
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-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-12-14
Fixed #25662 -- Allowed creation of empty GEOS geometries.
Sergey Fedoseev
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
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-06-06
Fixed #17736 -- Kept maximal floating-point accuracy in from_bbox
Claude Paroz
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
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