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
/
threadsafe.py
Age
Commit message (
Expand
)
Author
2026-02-10
Fixed #36854 -- Updated GEOS init and finish bindings.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-09-09
Fixed #25961 -- Removed handling of non-thread safe GEOS functions.
Sergey Fedoseev
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-12-15
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
Sergey Fedoseev
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-01-07
Reverted #25961 -- Removed handling of thread-non-safe GEOS functions.
Tim Graham
2015-12-23
Fixed #25961 -- Removed handling of thread-non-safe GEOS functions.
Sergey Fedoseev
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-09-12
Fixed #13843 -- Prevented AttributeError during geometry objects deletion
Claude Paroz
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2011-01-31
Fixed #13488 -- No longer generate unhandled exceptions that may occur when d...
Justin Bronn
2010-01-12
Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...
Justin Bronn