summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix6/torgb.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-42/+42
|
* 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
|
* Irix 6 specific files -- thanks Sjoerd!Guido van Rossum1997-01-151-0/+97