summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* append the default path to $PYTHONPATH; ignore empty $PYTHONPATH.Guido van Rossum1992-06-031-5/+19
| | | | default DATE is now 3 Jun 1992
* Initial revisionGuido van Rossum1992-06-035-0/+262
|
* Improvements by SjoerdGuido van Rossum1992-06-031-20/+9
|
* Improved functionality, by SjoerdGuido van Rossum1992-06-031-6/+32
|
* Fix pnm test for short files and add X bitmap as recognized typeGuido van Rossum1992-06-031-1/+10
|
* Remove reference to obsolete module 'audio'Guido van Rossum1992-06-031-15/+7
|
* Comment out debug prints (by Sjoerd)Guido van Rossum1992-06-032-8/+8
|
* Initial revisionGuido van Rossum1992-06-011-0/+574
|
* Initial revisionGuido van Rossum1992-05-271-0/+98
|
* Initial revisionGuido van Rossum1992-05-195-0/+243
|
* Change of namesGuido van Rossum1992-05-191-2/+2
|
* New == syntaxGuido van Rossum1992-05-194-10/+10
|
* Added two #! linesGuido van Rossum1992-05-191-0/+2
|
* Change the way ignore is assigned toGuido van Rossum1992-05-191-3/+3
|
* IOError instead of RuntimeErrorGuido van Rossum1992-05-191-1/+1
|
* Small improvements everywhere; added info field to the display.Guido van Rossum1992-05-191-25/+40
|
* Now uses module 'sndhdr' to recognize most sound header types,Guido van Rossum1992-05-181-44/+119
| | | | | guess raw file parameters, add Rate menu, call SOX to convert file types or sampling rates that sfplay doesn't support.
* Make it at least legal grammar!Guido van Rossum1992-05-151-7/+8
|
* Initial revisionGuido van Rossum1992-05-151-0/+314
|
* Added jukeboxGuido van Rossum1992-05-151-1/+2
|
* Mark's name is Callow, not CallowsGuido van Rossum1992-05-151-1/+1
|
* Added support for CD moduleGuido van Rossum1992-05-151-0/+7
|
* Initial revisionGuido van Rossum1992-05-151-0/+57
|
* Added gete?[gu]id functionsGuido van Rossum1992-05-151-0/+44
|
* Added parameter decls to do_mkvalue for non-template machinesGuido van Rossum1992-05-151-1/+4
|
* Initial revisionGuido van Rossum1992-05-141-0/+2
|
* Append /ufs/guido/src/video to sys.path.Guido van Rossum1992-05-121-0/+2
|
* Print real width and warn for stride not a multiple of 4 bytesGuido van Rossum1992-05-071-1/+5
|
* Warn if stride not a multiple of 4 bytes; use PM_SIZE instead of 5.Guido van Rossum1992-05-071-3/+6
|
* Standardize indentation to 8 chars; remove redundant "saveframe";Guido van Rossum1992-05-061-35/+41
| | | | | | add -s (short listing) option; don't print space after tab; print data size in bytes and whether it is a color image.
* Define colorinfo even if no header line foundGuido van Rossum1992-05-061-2/+1
|
* Unmerged except and finally clausesGuido van Rossum1992-05-062-5/+5
|
* Add names for perm bits (S_IREAD etc).Guido van Rossum1992-05-061-1/+23
| | | | Only extract 4 bits of mode to get the file type
* Add CDDA_DATASIZE to exported constantsGuido van Rossum1992-05-062-2/+4
|
* fix a typo in samestat() (ST_DEV, not STD_DEV);Guido van Rossum1992-05-061-27/+16
| | | | rewrite ismount() to compare stats of path and path/..
* Wanneer er geen disk in de speler zit falen sommige routines. DeGuido van Rossum1992-05-061-58/+58
| | | | | | | | | 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.
* Don't use \ for continuation lines; minor changes.Guido van Rossum1992-05-061-10/+4
|
* DISK is written with a KGuido van Rossum1992-04-232-4/+4
|
* Changed caching codeGuido van Rossum1992-04-222-26/+46
|
* Added comment header; don't use undocumented internals.Guido van Rossum1992-04-221-2/+2
|
* The getstatus() method of a Readcd instance always callsGuido van Rossum1992-04-222-14/+4
| | | | self.player.getstatus().
* Rewritten (by Sjoerd again) to use module readcdGuido van Rossum1992-04-221-63/+58
|
* readcd is now part of the standard library (for SI)Guido van Rossum1992-04-221-3/+3
|
* Adopted new readcd interface; caught interruptsGuido van Rossum1992-04-221-5/+11
|
* Initial revisionGuido van Rossum1992-04-224-0/+668
|
* Initial revisionGuido van Rossum1992-04-212-0/+479
|
* Fix finally syntaxGuido van Rossum1992-04-171-5/+6
|
* Initial revisionGuido van Rossum1992-04-151-0/+38
|
* Document cdaiff and readcdGuido van Rossum1992-04-151-0/+5
|
* Fix use of exceptions; new getstatus(); command line argument for trackno.Guido van Rossum1992-04-151-9/+19
|