Commit Graph

981 Commits

Author SHA1 Message Date
Guido van Rossum 05b55e76f0 Fix pnm test for short files and add X bitmap as recognized type 1992-06-03 16:48:44 +00:00
Guido van Rossum d482e8ad4a Remove reference to obsolete module 'audio' 1992-06-03 16:47:49 +00:00
Guido van Rossum ada67ec3e1 Comment out debug prints (by Sjoerd) 1992-06-03 16:47:24 +00:00
Guido van Rossum b66efa0d75 Initial revision 1992-06-01 16:01:24 +00:00
Guido van Rossum 1c34fc7afb Initial revision 1992-05-27 14:06:59 +00:00
Guido van Rossum b83ec8f58d Initial revision 1992-05-19 13:52:02 +00:00
Guido van Rossum c99a4f900d Change of names 1992-05-19 13:51:32 +00:00
Guido van Rossum f628a985ff New == syntax 1992-05-19 13:51:20 +00:00
Guido van Rossum 61cfd96003 Added two #! lines 1992-05-19 13:50:10 +00:00
Guido van Rossum ceb86daa16 Change the way ignore is assigned to 1992-05-19 13:49:16 +00:00
Guido van Rossum 9d741a79c0 IOError instead of RuntimeError 1992-05-19 13:48:31 +00:00
Guido van Rossum ef96359379 Small improvements everywhere; added info field to the display. 1992-05-19 13:47:37 +00:00
Guido van Rossum 157e3f8a11 Now uses module 'sndhdr' to recognize most sound header types,
guess raw file parameters, add Rate menu, call SOX to convert
file types or sampling rates that sfplay doesn't support.
1992-05-18 14:49:07 +00:00
Guido van Rossum cb4b2959f8 Make it at least legal grammar! 1992-05-15 15:40:30 +00:00
Guido van Rossum f62e1dd0c4 Initial revision 1992-05-15 15:39:56 +00:00
Guido van Rossum 4f0578ddfd Added jukebox 1992-05-15 15:39:44 +00:00
Guido van Rossum 5773798e50 Mark's name is Callow, not Callows 1992-05-15 11:06:29 +00:00
Guido van Rossum 178969df92 Added support for CD module 1992-05-15 11:06:12 +00:00
Guido van Rossum 86d2568e16 Initial revision 1992-05-15 11:05:54 +00:00
Guido van Rossum 46003ff66a Added gete?[gu]id functions 1992-05-15 11:05:24 +00:00
Guido van Rossum 899dcf36a0 Added parameter decls to do_mkvalue for non-template machines 1992-05-15 11:04:59 +00:00
Guido van Rossum 37fa454c11 Initial revision 1992-05-14 14:24:57 +00:00
Guido van Rossum 4476670761 Append /ufs/guido/src/video to sys.path. 1992-05-12 12:33:44 +00:00
Guido van Rossum fa3de516f5 Print real width and warn for stride not a multiple of 4 bytes 1992-05-07 15:21:52 +00:00
Guido van Rossum 864cde2831 Warn if stride not a multiple of 4 bytes; use PM_SIZE instead of 5. 1992-05-07 15:21:25 +00:00
Guido van Rossum edb3a5fcf2 Standardize indentation to 8 chars; remove redundant "saveframe";
add -s (short listing) option; don't print space after tab;
print data size in bytes and whether it
is a color image.
1992-05-06 17:58:34 +00:00
Guido van Rossum 2c8bf9d400 Define colorinfo even if no header line found 1992-05-06 17:58:18 +00:00
Guido van Rossum 9ea0fbc6de Unmerged except and finally clauses 1992-05-06 11:39:49 +00:00
Guido van Rossum 8899a9ca40 Add names for perm bits (S_IREAD etc).
Only extract 4 bits of mode to get the file type
1992-05-06 11:38:27 +00:00
Guido van Rossum e238829359 Add CDDA_DATASIZE to exported constants 1992-05-06 11:38:11 +00:00
Guido van Rossum 509d24aac3 fix a typo in samestat() (ST_DEV, not STD_DEV);
rewrite ismount() to compare stats of path and path/..
1992-05-06 11:36:49 +00:00
Guido van Rossum c3c7ac8ba7 Wanneer er geen disk in de speler zit falen sommige routines. De
exceptie heeft nu in dat geval als argument "no disc in player", behalve
wanneer de bibliotheek routine errno zet.  In dat laatste geval wordt
(nog steeds) err_errno() gebruikt.

Wanneer een routine uit de bibliotheek faalt wordt nu altijd een IOError
gegenereerd.  Een RuntimeError treedt alleen op bij verkeerde argumenten.
1992-05-06 09:48:30 +00:00
Guido van Rossum cbcdff7fcf Don't use \ for continuation lines; minor changes. 1992-05-06 09:47:10 +00:00
Guido van Rossum a3cd071e4c DISK is written with a K 1992-04-23 11:34:39 +00:00
Guido van Rossum 58230c3a05 Changed caching code 1992-04-22 14:33:26 +00:00
Guido van Rossum 9ac9063cef Added comment header; don't use undocumented internals. 1992-04-22 13:47:50 +00:00
Guido van Rossum dee5d8eb04 The getstatus() method of a Readcd instance always calls
self.player.getstatus().
1992-04-22 13:44:48 +00:00
Guido van Rossum 60c225c27c Rewritten (by Sjoerd again) to use module readcd 1992-04-22 13:39:48 +00:00
Guido van Rossum daea6c842e readcd is now part of the standard library (for SI) 1992-04-22 13:39:33 +00:00
Guido van Rossum d9feb59b32 Adopted new readcd interface; caught interrupts 1992-04-22 13:39:10 +00:00
Guido van Rossum f94e309321 Initial revision 1992-04-22 13:24:13 +00:00
Guido van Rossum 8176258421 Initial revision 1992-04-21 15:36:23 +00:00
Guido van Rossum 6f1f39188c Fix finally syntax 1992-04-17 16:32:53 +00:00
Guido van Rossum f8b7e926e0 Initial revision 1992-04-15 17:52:27 +00:00
Guido van Rossum 08d962260e Document cdaiff and readcd 1992-04-15 17:52:18 +00:00
Guido van Rossum 67aad284dd Fix use of exceptions; new getstatus(); command line argument for trackno. 1992-04-15 17:49:14 +00:00
Guido van Rossum 632d49274e renamed readcd to recvcd (to avoid conflict with Sjoerd's reacd class) 1992-04-15 16:40:12 +00:00
Guido van Rossum f4be726da2 Changed status format; added host argument; documented arguments;
fixed code for missing frame argument.
1992-04-15 16:38:38 +00:00
Guido van Rossum b108e976a4 Track info is now two triples instead of six number 1992-04-15 16:20:12 +00:00
Guido van Rossum d5d1912e28 New getstatus() return.
Use togglepause() only if playing or paused.
1992-04-15 16:19:23 +00:00