Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -12/+11 |
| | |||||
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -6/+5 |
| | |||||
* | Write track artist info if given. | Sjoerd Mullender | 1995-03-01 | 1 | -0/+2 |
| | |||||
* | Support for album.notes and trackN.artist via notes and trackartist | Sjoerd Mullender | 1995-02-01 | 1 | -2/+11 |
| | | | | instance variables. | ||||
* | Can now also give a hashed ID to Cddb. | Sjoerd Mullender | 1994-09-06 | 1 | -41/+56 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+25 |
| | |||||
* | Use __init__ instead of init. | Sjoerd Mullender | 1993-11-08 | 1 | -5/+8 |
| | | | | Also use CDDB_PATH and CDDB_WRITE_DIR environment variables in cddb.py. | ||||
* | Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment | Sjoerd Mullender | 1993-09-27 | 1 | -10/+52 |
| | | | | | | variables. Added auxiliary routine tochash to convert a table-of-contents to a hashed toc. | ||||
* | * 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 | ||||
* | Added some error checking. | Sjoerd Mullender | 1993-03-29 | 1 | -1/+10 |
| | |||||
* | CL.py: adapted to newest version of CL library. | Sjoerd Mullender | 1992-12-14 | 1 | -0/+104 |
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. |