- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
genuine bug, so I checked it in separately.
-
- 22 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Kas, 1993 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
Also use CDDB_PATH and CDDB_WRITE_DIR environment variables in cddb.py.
-
- 24 May, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
* 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
-
- 14 Ara, 1992 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
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.
-
- 03 Haz, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-