Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the svn:executable property from files that don't have shebang lines | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
| | |||||
* | Deprecate the cdplayer module for IRIX for 3.0. | Brett Cannon | 2008-05-14 | 1 | -0/+3 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -68/+68 |
| | |||||
* | Fixed invalid syntax. | Sjoerd Mullender | 2004-03-03 | 1 | -1/+1 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+1 |
| | | | | From SF patch #852334. | ||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | genuine bug, so I checked it in separately. | ||||
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -5/+5 |
| | |||||
* | Use __init__ instead of init. | Sjoerd Mullender | 1993-11-08 | 1 | -5/+4 |
| | | | | Also use CDDB_PATH and CDDB_WRITE_DIR environment variables in cddb.py. | ||||
* | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 1 | -1/+1 |
| | | | | | | * Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found | ||||
* | CL.py: adapted to newest version of CL library. | Sjoerd Mullender | 1992-12-14 | 1 | -0/+7 |
| | | | | | | | | | | cdplayer.py: It is now also possible to give the CD's TOC as argument to init(). The TOC is a string consisting of 2 digits giving the number of tracks and then for each track the length of the track as number of minutes and number of seconds (2 digits each). cddb.py: Interface to the .cddb directory. Usage is the same as for cdplayer.py. | ||||
* | Initial revision | Guido van Rossum | 1992-06-03 | 1 | -0/+83 |