summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/flp.py
Commit message (Expand)AuthorAgeFilesLines
* Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.)Neal Norwitz2007-04-171-451/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-13/+13
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-3/+3
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-15/+15
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Update the code to better reflect recommended style:Fred Drake2000-12-121-8/+8
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-181-1/+2
* typos fixed by Rob HooftJeremy Hylton2000-06-281-2/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-140/+140
* Get rid of the Emacs cruft now that Python-mode guess the desired settings!Guido van Rossum1998-03-261-4/+0
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-8/+7
* exec() -> execGuido van Rossum1995-08-281-3/+3
* * Lib/sgi/flp.py: fix caching bug (always write the whole file toGuido van Rossum1994-08-231-14/+4
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+4
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-5/+3
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-241-8/+37
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-3/+3
* Changed to use regex directly instead of regexp.Guido van Rossum1992-08-251-3/+4
* posix -> osGuido van Rossum1992-03-311-5/+5
* Commented out debug print statements; be a little more cleverGuido van Rossum1992-03-251-4/+10
* Added a cache so that the slow parser isn't such a problem in practice.Guido van Rossum1992-02-191-8/+125
* New == syntaxGuido van Rossum1992-01-011-29/+29
* Get rid of BCOMPAT.Guido van Rossum1991-12-261-7/+1
* Attempt at speeding up.Guido van Rossum1991-12-161-14/+16
* Initial revisionGuido van Rossum1991-12-111-0/+318