| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial revision | Guido van Rossum | 1993-06-03 | 2 | -0/+24 |
|
|
* | * toaiff.py: import whatsound instead of sndhdr | Guido van Rossum | 1993-06-01 | 5 | -6/+551 |
|
|
* | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 15 | -35/+127 |
|
|
* | Added cwd() | Guido van Rossum | 1993-05-17 | 1 | -0/+4 |
|
|
* | Updated because of new opcodes introduced for "fast" local variables. | Guido van Rossum | 1993-03-30 | 1 | -2/+9 |
|
|
* | Added whatis command (third try -- filesystem was full, rcs lock failed) | Guido van Rossum | 1993-03-29 | 1 | -0/+24 |
|
|
* | * Fix bug in tzparse.py for DST timezone | Guido van Rossum | 1993-03-29 | 7 | -9/+51 |
|
|
* | Use type(xxx) in stead of except TypeError. | Sjoerd Mullender | 1993-03-29 | 2 | -108/+104 |
|
|
* | Added some error checking. | Sjoerd Mullender | 1993-03-29 | 2 | -2/+20 |
|
|
* | Definitions from <gl/get.h> | Guido van Rossum | 1993-03-01 | 2 | -0/+118 |
|
|
* | Added new audio library functionality (getstatus, float sample fmts) | Jack Jansen | 1993-02-10 | 2 | -4/+44 |
|
|
* | AWARE.py: New file with definitions for Aware Inc.'s compression | Sjoerd Mullender | 1993-02-05 | 3 | -4/+114 |
|
|
* | aiff.py, calendar.py: change functions taking a tuple to really take a | Guido van Rossum | 1993-02-05 | 1 | -1/+2 |
|
|
* | CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. | Sjoerd Mullender | 1993-02-04 | 3 | -251/+384 |
|
|
* | added kludge for buggy soundfiler from SGI; when reading 0 frames, | Sjoerd Mullender | 1993-01-29 | 1 | -1/+12 |
|
|
* | * os.py: _exit doesn't exist in all variations of posix | Guido van Rossum | 1993-01-26 | 4 | -19/+45 |
|
|
* | Fixed a bug where the library inadvertently skipped over the sound | Sjoerd Mullender | 1993-01-26 | 1 | -2/+4 |
|
|
* | Found and fixed a few bugs in the handling of audio files with MARKs. | Sjoerd Mullender | 1993-01-22 | 1 | -12/+8 |
|
|
* | New module aifc to read and write AIFF-C and AIFF files. See | Sjoerd Mullender | 1993-01-22 | 1 | -0/+912 |
|
|
* | * Add some more tests for numbers | Guido van Rossum | 1993-01-21 | 4 | -10/+44 |
|
|
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 18 | -78/+113 |
|
|
* | CL.py: adapted to newest version of CL library. | Sjoerd Mullender | 1992-12-14 | 6 | -132/+530 |
|
|
* | * Got entirely rid of path.py. | Guido van Rossum | 1992-12-14 | 41 | -228/+208 |
|
|
* | Added output from testall run, for autotest.py. | Guido van Rossum | 1992-11-27 | 1 | -0/+133 |
|
|
* | Added some new tests and two new files for testing: test_types.py | Guido van Rossum | 1992-11-27 | 6 | -6/+295 |
|
|
* | * mainloop.py: added facility for calling select(). Also added | Guido van Rossum | 1992-11-26 | 7 | -28/+374 |
|
|
* | Added all_errors, list of all possible exceptions. | Guido van Rossum | 1992-11-06 | 1 | -1/+7 |
|
|
* | Use getsockname() if it exists | Guido van Rossum | 1992-11-05 | 1 | -11/+18 |
|
|
* | Added much functionality, changed some names (errors, login). | Guido van Rossum | 1992-11-05 | 1 | -54/+160 |
|
|
* | * change default line numbers for 'list' in pdb.py | Guido van Rossum | 1992-11-05 | 7 | -10/+442 |
|
|
* | Initial revision | Guido van Rossum | 1992-11-04 | 1 | -0/+258 |
|
|
* | Misc changes and new modules. whrandom is "objectified". SOCKET.py | Guido van Rossum | 1992-10-18 | 10 | -46/+778 |
|
|
* | New module "CL" (Compression Library) for Irix 4.0.5 and higher. | Sjoerd Mullender | 1992-09-24 | 2 | -0/+168 |
|
|
* | New module regsub contains sub(), gsub() and split() as in nawk. | Guido van Rossum | 1992-09-20 | 4 | -6/+152 |
|
|
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 | 6 | -4/+63 |
|
|
* | New module 'colorsys' implements conversions between different color systems. | Guido van Rossum | 1992-09-07 | 1 | -0/+119 |
|
|
* | version for new library | Sjoerd Mullender | 1992-09-03 | 2 | -92/+30 |
|
|
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 9 | -160/+167 |
|
|
* | Changed to use regex directly instead of regexp. | Guido van Rossum | 1992-08-25 | 2 | -6/+8 |
|
|
* | New module implementing a multi-everything queue. | Guido van Rossum | 1992-08-25 | 1 | -0/+122 |
|
|
* | splitfields(s, '') is illegal | Guido van Rossum | 1992-08-19 | 2 | -2/+10 |
|
|
* | Module getattr doesn't exist any more, it's now called newdir. | Guido van Rossum | 1992-08-19 | 1 | -2/+2 |
|
|
* | Added emacs.py (for misc/py-connect.el). | Guido van Rossum | 1992-08-09 | 2 | -0/+44 |
|
|
* | Removed *.libs (now in ./sgi); | Guido van Rossum | 1992-08-06 | 4 | -4/+18 |
|
|
* | new file for SGI Video | Sjoerd Mullender | 1992-08-04 | 2 | -0/+302 |
|
|
* | New module to support decoding multipart messages (also see mimetools). | Guido van Rossum | 1992-07-13 | 1 | -0/+118 |
|
|
* | New modules mimetools and rfc822. | Guido van Rossum | 1992-07-13 | 3 | -1/+325 |
|
|
* | Changed calendar.py to define lists of literals instead of tuples. | Guido van Rossum | 1992-07-09 | 1 | -9/+9 |
|
|
* | Initial revision | Guido van Rossum | 1992-06-03 | 4 | -0/+216 |
|
|
* | Fix pnm test for short files and add X bitmap as recognized type | Guido van Rossum | 1992-06-03 | 1 | -1/+10 |
|
|