summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/torgb.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-181-1/+2
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-7/+7
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* Not everyone has Guido's bin in his/her PATH...Sjoerd Mullender1993-10-111-3/+3
|
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-231-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.pyGuido van Rossum1992-10-181-0/+91
is moved to the sgi subdirectory.