summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5
Commit message (Collapse)AuthorAgeFilesLines
* regenerated files from IRIX 5.3 headersGuido van Rossum1996-06-116-8/+612
|
* new exec syntaxGuido van Rossum1995-09-181-3/+3
|
* Initial revisionGuido van Rossum1995-09-181-0/+147
|
* exec() -> execGuido van Rossum1995-08-281-3/+3
|
* add errno.hGuido van Rossum1995-08-281-0/+1
|
* Backward compatibity module for constants from cl.h include file. TheSjoerd Mullender1995-05-172-236/+260
| | | | | values are gotten from the cl module. CL_old is there in case cl doesn't exist.
* Write track artist info if given.Sjoerd Mullender1995-03-011-0/+2
|
* Made play method more robust by adding a try-finally.Sjoerd Mullender1995-02-011-37/+47
|
* Support for album.notes and trackN.artist via notes and trackartistSjoerd Mullender1995-02-011-2/+11
| | | | instance variables.
* Added TERMIOS moduleGuido van Rossum1994-09-122-1/+341
|
* Can now also give a hashed ID to Cddb.Sjoerd Mullender1994-09-061-41/+56
|
* * Lib/sgi/flp.py: fix caching bug (always write the whole file toGuido van Rossum1994-08-231-14/+4
| | | | the cache!)
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-015-45/+128
|
* Constants from <sys/wait.h> (IRIX 5 version)Guido van Rossum1994-06-031-0/+14
|
* Generate some files automatically from system filesGuido van Rossum1994-05-231-0/+10
|
* New files (not really...)Guido van Rossum1993-12-295-0/+528
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-173-13/+11
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* Use __init__ instead of init.Sjoerd Mullender1993-11-084-13/+14
| | | | Also use CDDB_PATH and CDDB_WRITE_DIR environment variables in cddb.py.
* Not everyone has Guido's bin in his/her PATH...Sjoerd Mullender1993-10-111-3/+3
|
* Implemented support for CDDB_PATH and CDDB_WRITE_DIR environmentSjoerd Mullender1993-09-271-10/+52
| | | | | | variables. Added auxiliary routine tochash to convert a table-of-contents to a hashed toc.
* * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')Guido van Rossum1993-07-061-0/+1
| | | | | * ftplib.py: made cwd() use 'CDUP' when dirname is '..' * FL.py: added new constant FL_PLACE_FULLSCREEN
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-231-0/+6
| | | | | | | * imghdr.py: added jpeg recognition * torgb.py: added jpeg conversion * tzparse.py: use functions from time instead of calendar * whatsound.py: add /ufs/guido/biin/sgi to $PATH when calling 'whatsound'
* Initial revisionGuido van Rossum1993-06-031-0/+12
|
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-244-11/+40
| | | | | | * 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
* Use type(xxx) in stead of except TypeError.Sjoerd Mullender1993-03-291-54/+52
|
* Added some error checking.Sjoerd Mullender1993-03-291-1/+10
|
* Definitions from <gl/get.h>Guido van Rossum1993-03-011-0/+59
|
* Added new audio library functionality (getstatus, float sample fmts)Jack Jansen1993-02-101-2/+22
|
* AWARE.py: New file with definitions for Aware Inc.'s compressionSjoerd Mullender1993-02-051-0/+54
| | | | | algorithms in cl module. aifc.py: fixed a small bug.
* CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.Sjoerd Mullender1993-02-041-117/+181
| | | | aifc.py: Several small improvements. Use new methods from CL module.
* CL.py: adapted to newest version of CL library.Sjoerd Mullender1992-12-143-66/+265
| | | | | | | | | | 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.
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-3/+3
| | | | | | | | * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it!
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-181-0/+91
| | | | is moved to the sgi subdirectory.
* New module "CL" (Compression Library) for Irix 4.0.5 and higher.Sjoerd Mullender1992-09-241-0/+84
|
* Added post_mortem() and pm() interfaces to pdb and wdb.Guido van Rossum1992-09-081-0/+1
| | | | | | Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type.
* version for new librarySjoerd Mullender1992-09-031-46/+15
|
* Added a _v21 def to FL.py and added two new input field typesGuido van Rossum1992-09-021-0/+4
| | | | | | Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format).
* Changed to use regex directly instead of regexp.Guido van Rossum1992-08-251-3/+4
|
* new file for SGI VideoSjoerd Mullender1992-08-041-0/+151
|
* Initial revisionGuido van Rossum1992-06-031-0/+83
|
* Comment out debug prints (by Sjoerd)Guido van Rossum1992-06-031-4/+4
|
* Add CDDA_DATASIZE to exported constantsGuido van Rossum1992-05-061-1/+2
|
* DISK is written with a KGuido van Rossum1992-04-231-2/+2
|
* Changed caching codeGuido van Rossum1992-04-221-13/+23
|
* The getstatus() method of a Readcd instance always callsGuido van Rossum1992-04-221-7/+2
| | | | self.player.getstatus().
* Initial revisionGuido van Rossum1992-04-222-0/+334
|
* Initial revisionGuido van Rossum1992-04-131-0/+33
|
* posix -> osGuido van Rossum1992-03-311-5/+5
|
* Don't import fl (it tries to initialize GL) but assume it's always v2.0.Guido van Rossum1992-03-271-6/+7
|
* Initial revisionGuido van Rossum1992-03-271-0/+117
|