summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_imghdr.py
Commit message (Expand)AuthorAgeFilesLines
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-261-144/+0
* gh-91217: deprecate imghdr (#91461)Brett Cannon2022-04-131-2/+3
* bpo-44539: Support recognizing JPEG files without JFIF or Exif markers (GH-26...Mohamad Mansour2021-07-201-0/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-031-1/+3
* Issue #28228: imghdr now supports pathlibBerker Peksag2016-10-011-0/+7
* #20295: Teach imghdr to recognize OpenEXR format images.R David Murray2014-06-261-0/+1
* Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-251-1/+2
* Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-261-0/+131