aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_imghdr.py
Commit message (Collapse)AuthorAge
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-26
| | | | | | * Remove the Lib/test/imghdrdata/ directory. * Copy 5 pictures (gif, png, ppm, pgm, xbm) from removed Lib/test/imghdrdata/ to a new Lib/test/tkinterdata/ directory. * Update Sphinx from 4.5 to 6.2 in Doc/requirements.txt.
* gh-91217: deprecate imghdr (#91461)Brett Cannon2022-04-13
| | | | | | | | | | | | | | * Deprecate imghdr Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Update Doc/whatsnew/3.11.rst Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Inline `imghdr` into `email.mime.image` Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Barry Warsaw <barry@python.org>
* bpo-44539: Support recognizing JPEG files without JFIF or Exif markers ↵Mohamad Mansour2021-07-20
| | | | | | | (GH-26964) Co-authored-by: moemansour03@gmail.com <m.mansour@tecfrac.com> Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* 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
| | | | Patch by Martin Vignali, test by Claudiu Popa.
* Issue #20197: Added support for the WebP image type in the imghdr module.Serhiy Storchaka2014-05-25
| | | | Patch by Fabrice Aneche and Claudiu Popa.
* Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-26
Based on patch by Claudiu Popa.