summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/polygon.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-21Improved consistency of GEOS error messages.David Smith
2022-10-31Avoided assignment followed by immediate return.Nick Pope
2022-05-04Corrected example in Polygon docstring.Stefan Brand
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-21Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on ...Brenton Partridge
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-09-06Replaced get_pointer_arr() with usage of GEOM_PTR for simplicity.Sergey Fedoseev
2017-04-05Fixed #28020 -- Made GEOSGeometry.json use OGRGeometry.json for better perfor...Sergey Fedoseev
2017-03-29Fixed #27973 -- Fixed GeoJSON representation of LinearRing and custom GEOSGeo...Sergey Fedoseev
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-12-14Fixed #25662 -- Allowed creation of empty GEOS geometries.Sergey Fedoseev
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
2014-09-05Limited lines to 119 characters in django/Tim Graham
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-08-30Fixed #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-06Fixed #17736 -- Kept maximal floating-point accuracy in from_bboxClaude Paroz
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2009-04-10Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to...Justin Bronn
2009-03-26Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other ...Justin Bronn
2009-03-24Refactored the GEOS interface. Improvements include:Justin Bronn