summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/prototypes/errcheck.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-12-02Added cpl error codes to errcheck functionsDaniel Wiesmann
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-17Remove some unnecesary uses of boolAlex Gaynor
2013-10-17Removed some dead code and simplified some other ocdeAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2012-10-08Use smarter string decoding in GeoDjangoClaude Paroz
2012-09-23[py3] Fixed GEOS/GDAL testsClaude Paroz
2012-07-22[py3] Removed longs.Aymeric Augustin
2009-12-27Fixed #11609 -- The `check_pointer` error checking routine and `GDALBase._set...Justin Bronn
2009-01-03Fixed `check_geom` and `check_srs` to accept larger sized pointer addresses a...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn