summaryrefslogtreecommitdiff
path: root/Lib/imghdr.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-11/+9
* #3424 rearrange the order of tests in imghdr to place more common types firstBenjamin Peterson2008-08-161-32/+32
* use isinstanceBenjamin Peterson2008-07-231-1/+1
* SF #75103: imghdr -- identify JPEGs in EXIF formatRaymond Hettinger2005-01-071-0/+7
* a few more modules get __all__Skip Montanaro2001-01-241-0/+1
* Whitespace normalization.Tim Peters2001-01-141-2/+2
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-88/+88
* Allow open file as parameter (must be seekable) (Jack)Guido van Rossum1997-10-081-4/+10
* (Jack:) Recognize PNG files.Guido van Rossum1997-04-111-0/+12
* imghdr.what(): check for not h'. This letsGuido van Rossum1996-08-221-1/+1
* Added optional second arg to what(), giving the data read from the fileGuido van Rossum1996-07-301-7/+13
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-231-0/+6
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-181-5/+21
* Fix pnm test for short files and add X bitmap as recognized typeGuido van Rossum1992-06-031-1/+10
* Initial revisionGuido van Rossum1992-05-271-0/+98