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
/
prototypes
/
errcheck.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-09-08
Simplified GEOSFuncFactory.
Sergey Fedoseev
2017-08-29
Simplified contrib.gis.geos.prototypes by replacing c_char with c_byte.
Sergey Fedoseev
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2015-04-24
Lazy loading of GEOS functions
Claude Paroz
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-03-29
Dropped support for GEOS 3.1
Claude Paroz
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2010-01-12
Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...
Justin Bronn
2009-12-29
When `GEOSFree` is not available on NT platforms, have to specifically use th...
Justin Bronn
2009-12-27
Fixed #12450 -- `GEOSFree` was really added in GEOS 3.1.1, not 3.1.0. Thanks...
Justin Bronn
2009-12-24
Fixed #12438 -- now use `GEOSFree` to free string pointers allocated within G...
Justin Bronn
2009-03-24
Refactored the GEOS interface. Improvements include:
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn