The Python programming language https://www.python.org
Find a file
Sjoerd Mullender 4fff13faca CL.py: adapted to newest version of CL library.
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.
1992-12-14 13:16:55 +00:00
Demo /usr/local/bin/python 1992-12-14 13:03:10 +00:00
Doc Incorporated Jan-Hein's changes and texinfo conversion. 1992-12-08 14:37:55 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Lib CL.py: adapted to newest version of CL library. 1992-12-14 13:16:55 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules Added new modules mpz, md5 (by JH, requiring GNU MP). 1992-12-08 16:10:18 +00:00
Objects * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
Parser * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Python * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
Tools/scripts Fix bug when reporting error 1992-12-10 00:01:24 +00:00