summaryrefslogtreecommitdiff
path: root/django/contrib/gis/geos/mutable_list.py
AgeCommit message (Expand)Author
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-09-25Removed unneeded list() calls in list.extend() argument.Sergey Fedoseev
2018-09-17Simplified ListMixin.sort().Sergey Fedoseev
2017-08-23Removed unneeded iter() calls.Sergey Fedoseev
2017-07-13Removed unused ListMixin._checkindex() correct kwarg.Sergey Fedoseev
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2015-12-14Fixed #25662 -- Allowed creation of empty GEOS geometries.Sergey Fedoseev
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham
2015-06-15Removed django.utils.functional.total_ordering()Tim Graham
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-03Fixed all E226 violationsAlex Gaynor
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2012-11-28Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
2012-09-12Made minimal changes to make gis test suite start with Python 3Claude Paroz
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-05-18Got rid of old __cmp__methods replaced by rich comparison.Claude Paroz
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