summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/cdplayer.py
Commit message (Expand)AuthorAgeFilesLines
* Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.)Neal Norwitz2007-04-171-88/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-68/+68
* Fixed invalid syntax.Sjoerd Mullender2004-03-031-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is aThomas Wouters2000-07-161-1/+1
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-5/+5
* Use __init__ instead of init.Sjoerd Mullender1993-11-081-5/+4
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-241-1/+1
* CL.py: adapted to newest version of CL library.Sjoerd Mullender1992-12-141-0/+7
* Initial revisionGuido van Rossum1992-06-031-0/+83