summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/cdplayer.py
Commit message (Expand)AuthorAgeFilesLines
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* Deprecate the cdplayer module for IRIX for 3.0.Brett Cannon2008-05-141-0/+3
* 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