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
/
io.py
Age
Commit message (
Expand
)
Author
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-10
Whitespace cleanup.
Tim Graham
2010-01-12
Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...
Justin Bronn
2009-11-10
Added `ewkb` and `hexewkb` properties to `GEOSGeometry`. Refs #11433, #12010.
Justin Bronn
2009-03-28
Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` obj...
Justin Bronn
2009-03-24
Refactored the GEOS interface. Improvements include:
Justin Bronn