Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a few more modules get __all__ | Skip Montanaro | 2001-01-24 | 1 | -0/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -2/+2 |
| | |||||
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -88/+88 |
| | | | | | | | | | | | | | | | | | | who writes: Here is batch 2, as a big collection of CVS context diffs. Along with moving comments into docstrings, i've added a couple of missing docstrings and attempted to make sure more module docstrings begin with a one-line summary. I did not add docstrings to the methods in profile.py for fear of upsetting any careful optimizations there, though i did move class documentation into class docstrings. The convention i'm using is to leave credits/version/copyright type of stuff in # comments, and move the rest of the descriptive stuff about module usage into module docstrings. Hope this is okay. | ||||
* | Allow open file as parameter (must be seekable) (Jack) | Guido van Rossum | 1997-10-08 | 1 | -4/+10 |
| | |||||
* | (Jack:) Recognize PNG files. | Guido van Rossum | 1997-04-11 | 1 | -0/+12 |
| | |||||
* | imghdr.what(): check for not h'. This lets | Guido van Rossum | 1996-08-22 | 1 | -1/+1 |
| | | | | | | you do: imghdr.what(None, '') And still go down the | ||||
* | Added optional second arg to what(), giving the data read from the file | Guido van Rossum | 1996-07-30 | 1 | -7/+13 |
| | | | | (then f may be None). | ||||
* | * calendar.py: all libC functionality now moved to built-in time module | Guido van Rossum | 1993-06-23 | 1 | -0/+6 |
| | | | | | | | * imghdr.py: added jpeg recognition * torgb.py: added jpeg conversion * tzparse.py: use functions from time instead of calendar * whatsound.py: add /ufs/guido/biin/sgi to $PATH when calling 'whatsound' | ||||
* | Misc changes and new modules. whrandom is "objectified". SOCKET.py | Guido van Rossum | 1992-10-18 | 1 | -5/+21 |
| | | | | is moved to the sgi subdirectory. | ||||
* | Fix pnm test for short files and add X bitmap as recognized type | Guido van Rossum | 1992-06-03 | 1 | -1/+10 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-05-27 | 1 | -0/+98 |