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
/
tests
/
gis_tests
/
geos_tests
/
test_io.py
Age
Commit message (
Expand
)
Author
2026-02-19
Fixed #36929 -- Dropped support for GEOS 3.9.
Pravin Kamble
2025-10-17
Refs #35844 -- Relaxed GEOSIOTest.test02_wktwriter() test assertion.
Mariusz Felisiak
2025-07-21
Added message to TypeError exceptions in GEOS WKTReader and WKBReader.
David Smith
2025-07-21
Used assertRaisesMessage and subTest where appropriate in GEOS tests.
David Smith
2022-09-24
Fixed #34026 -- Fixed WKBReader.read() crash on string input.
select-case
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-10-21
Fixed #33215 -- Confirmed support for GEOS 3.10.
Mariusz Felisiak
2017-05-04
Removed obsolete HAS_GEOS variable for test skipping.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-15
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
Sergey Fedoseev
2016-12-06
Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.
Sergey Fedoseev
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-16
Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init arguments
Claude Paroz
2016-04-16
Converted property syntax of WKBWriter
Claude Paroz
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-18
Fixed #25869 -- Added trim and precision properties to WKTWriter.
Sergey Fedoseev
2015-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham