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