aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_imghdr.py
Commit message (Expand)AuthorAge
* gh-91217: deprecate imghdr (#91461)Brett Cannon2022-04-13
* bpo-44539: Support recognizing JPEG files without JFIF or Exif markers (GH-26...Mohamad Mansour2021-07-20
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-03
* Issue #28228: imghdr now supports pathlibBerker Peksag2016-10-01
* #20295: Teach imghdr to recognize OpenEXR format images.R David Murray2014-06-26
* Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-25
* Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-26