summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/torgb.py
Commit message (Collapse)AuthorAgeFilesLines
* Deprecated torgb for removal in 3.0.Brett Cannon2008-05-151-0/+3
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-42/+42
|
* Fixed invalid syntax.Sjoerd Mullender2004-03-031-1/+1
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+2
| | | | From SF patch #852334.
* Fix a typo in the mktemp -> mkstemp patch.Guido van Rossum2002-08-101-1/+1
|
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+4
| | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
* 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.