aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/imghdr.py
Commit message (Expand)AuthorAge
* Merged revisions 65713 via svnmerge fromBenjamin Peterson2008-08-16
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-23
* Improved patches for sndhdr and imghdr by Victor Stinner, who writes:Guido van Rossum2007-08-13
* Compare what's read from files against proper byte literals. Neither of theseBarry Warsaw2007-08-12
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF #75103: imghdr -- identify JPEGs in EXIF formatRaymond Hettinger2005-01-07
* a few more modules get __all__Skip Montanaro2001-01-24
* Whitespace normalization.Tim Peters2001-01-14
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* Allow open file as parameter (must be seekable) (Jack)Guido van Rossum1997-10-08
* (Jack:) Recognize PNG files.Guido van Rossum1997-04-11
* imghdr.what(): check for not h'. This letsGuido van Rossum1996-08-22
* Added optional second arg to what(), giving the data read from the fileGuido van Rossum1996-07-30
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-23
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-18
* Fix pnm test for short files and add X bitmap as recognized typeGuido van Rossum1992-06-03
* Initial revisionGuido van Rossum1992-05-27