Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added some error checking. | Sjoerd Mullender | 1993-03-29 | 1 | -1/+10 | |
| | ||||||
* | Definitions from <gl/get.h> | Guido van Rossum | 1993-03-01 | 1 | -0/+59 | |
| | ||||||
* | Added new audio library functionality (getstatus, float sample fmts) | Jack Jansen | 1993-02-10 | 1 | -2/+22 | |
| | ||||||
* | AWARE.py: New file with definitions for Aware Inc.'s compression | Sjoerd Mullender | 1993-02-05 | 1 | -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 Mullender | 1993-02-04 | 1 | -117/+181 | |
| | | | | aifc.py: Several small improvements. Use new methods from CL module. | |||||
* | CL.py: adapted to newest version of CL library. | Sjoerd Mullender | 1992-12-14 | 3 | -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 Rossum | 1992-12-14 | 1 | -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.py | Guido van Rossum | 1992-10-18 | 1 | -0/+91 | |
| | | | | is moved to the sgi subdirectory. | |||||
* | New module "CL" (Compression Library) for Irix 4.0.5 and higher. | Sjoerd Mullender | 1992-09-24 | 1 | -0/+84 | |
| | ||||||
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 | 1 | -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 library | Sjoerd Mullender | 1992-09-03 | 1 | -46/+15 | |
| | ||||||
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 1 | -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 Rossum | 1992-08-25 | 1 | -3/+4 | |
| | ||||||
* | new file for SGI Video | Sjoerd Mullender | 1992-08-04 | 1 | -0/+151 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1992-06-03 | 1 | -0/+83 | |
| | ||||||
* | Comment out debug prints (by Sjoerd) | Guido van Rossum | 1992-06-03 | 1 | -4/+4 | |
| | ||||||
* | Add CDDA_DATASIZE to exported constants | Guido van Rossum | 1992-05-06 | 1 | -1/+2 | |
| | ||||||
* | DISK is written with a K | Guido van Rossum | 1992-04-23 | 1 | -2/+2 | |
| | ||||||
* | Changed caching code | Guido van Rossum | 1992-04-22 | 1 | -13/+23 | |
| | ||||||
* | The getstatus() method of a Readcd instance always calls | Guido van Rossum | 1992-04-22 | 1 | -7/+2 | |
| | | | | self.player.getstatus(). | |||||
* | Initial revision | Guido van Rossum | 1992-04-22 | 2 | -0/+334 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1992-04-13 | 1 | -0/+33 | |
| | ||||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 1 | -5/+5 | |
| | ||||||
* | Don't import fl (it tries to initialize GL) but assume it's always v2.0. | Guido van Rossum | 1992-03-27 | 1 | -6/+7 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1992-03-27 | 1 | -0/+117 | |
| | ||||||
* | Commented out debug print statements; be a little more clever | Guido van Rossum | 1992-03-25 | 1 | -4/+10 | |
| | | | | about strings containing backslashes. | |||||
* | Added a cache so that the slow parser isn't such a problem in practice. | Guido van Rossum | 1992-02-19 | 1 | -8/+125 | |
| | ||||||
* | Use output from h2py. | Guido van Rossum | 1992-01-24 | 2 | -602/+585 | |
| | ||||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 3 | -52/+52 | |
| | ||||||
* | Get rid of BCOMPAT. | Guido van Rossum | 1991-12-26 | 1 | -7/+1 | |
| | | | | New class syntax. | |||||
* | Attempt at speeding up. | Guido van Rossum | 1991-12-16 | 1 | -14/+16 | |
| | ||||||
* | Now automatically test for V2.0. | Guido van Rossum | 1991-12-12 | 1 | -27/+37 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1991-12-11 | 1 | -0/+318 | |
| | ||||||
* | Changes for FORMS 2.0. | Guido van Rossum | 1991-12-10 | 1 | -6/+31 | |
| | ||||||
* | Added defines for pixmode. | Guido van Rossum | 1991-11-12 | 1 | -0/+21 | |
| | ||||||
* | Added new constants (some? all?) for FORMS version 1.5. | Guido van Rossum | 1991-11-12 | 1 | -0/+11 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1991-09-17 | 1 | -0/+40 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1991-08-16 | 1 | -0/+237 | |
| | ||||||
* | Enabled logicop arguments (LO_*). | Guido van Rossum | 1991-04-07 | 1 | -16/+16 | |
| | ||||||
* | The parser module is now called paenlparser. | Guido van Rossum | 1991-01-23 | 1 | -5/+5 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 4 | -0/+1197 | |