summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Removed now useless convert functions.Sjoerd Mullender1994-01-061-12/+0
* Removed silly dependence on AL module.Sjoerd Mullender1994-01-061-54/+31
* Added Makefile with clean and clobber targetsGuido van Rossum1994-01-041-0/+12
* Specified _framesize twice in access statement.Sjoerd Mullender1994-01-031-1/+1
* Initial revisionGuido van Rossum1993-12-296-0/+408
* New files (not really...)Guido van Rossum1993-12-2910-0/+1056
* Some minute changes.Guido van Rossum1993-12-294-14/+42
* aifc.py, sunau.py: Adapted comments; added access statements.Sjoerd Mullender1993-12-204-42/+84
* * aifc.py (Aifc_write): fix bogus reference to filenameGuido van Rossum1993-12-171-0/+3
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-1742-207/+153
* Interface to audio hardware for SGI and Sun.Sjoerd Mullender1993-12-171-0/+205
* Don't close the file explicitly.Sjoerd Mullender1993-12-161-2/+1
* Don't close the file.Sjoerd Mullender1993-12-161-8/+7
* * wdbframewin.py (re_eval): set __privileged__ in globals so privateGuido van Rossum1993-12-144-1/+27
* aifc.py: added missing tell() method in AIFC write class;Sjoerd Mullender1993-12-132-47/+569
* * test_*.py: new lambda syntax (also affects tests for filter, map,Guido van Rossum1993-11-307-32/+112
* * test_select.py: (some) tests for built-in select moduleGuido van Rossum1993-11-116-1/+155
* Use __init__ instead of init.Sjoerd Mullender1993-11-088-26/+28
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-0810-20/+161
* added builtin b/w compat module.Guido van Rossum1993-10-224-11/+25
* Added missing "import os" to pdb.help()Guido van Rossum1993-10-221-0/+1
* * profile.py, pdb.py: added help() functionGuido van Rossum1993-10-225-2/+93
* Not everyone has Guido's bin in his/her PATH...Sjoerd Mullender1993-10-112-6/+6
* Instead of single clicks, use double clicks to get the instance window.Sjoerd Mullender1993-10-012-0/+4
* WDB enhancement: Click once on a line with a class instance in theSjoerd Mullender1993-10-012-0/+48
* Implemented support for CDDB_PATH and CDDB_WRITE_DIR environmentSjoerd Mullender1993-09-272-20/+104
* Fixed dealing with faulty COMM chunks.Sjoerd Mullender1993-08-261-3/+3
* XEvent.py: Added support for ExposeEvent.Sjoerd Mullender1993-08-253-18/+35
* * pdb.py: set 'privileged' property when evaluating expressionsGuido van Rossum1993-07-293-2/+11
* * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')Guido van Rossum1993-07-064-6/+14
* pdb.py, bdb.py, cmd.py: use __init__() instead of init()Guido van Rossum1993-06-233-10/+14
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-237-41/+48
* * aifc.py: don't die on invalid MARK chunkGuido van Rossum1993-06-204-130/+101
* * calendar.py: minor cleanupsGuido van Rossum1993-06-173-26/+49
* Initial revisionGuido van Rossum1993-06-032-0/+24
* * toaiff.py: import whatsound instead of sndhdrGuido van Rossum1993-06-015-6/+551
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-2415-35/+127
* Added cwd()Guido van Rossum1993-05-171-0/+4
* Updated because of new opcodes introduced for "fast" local variables.Guido van Rossum1993-03-301-2/+9
* Added whatis command (third try -- filesystem was full, rcs lock failed)Guido van Rossum1993-03-291-0/+24
* * Fix bug in tzparse.py for DST timezoneGuido van Rossum1993-03-297-9/+51
* Use type(xxx) in stead of except TypeError.Sjoerd Mullender1993-03-292-108/+104
* Added some error checking.Sjoerd Mullender1993-03-292-2/+20
* Definitions from <gl/get.h>Guido van Rossum1993-03-012-0/+118
* Added new audio library functionality (getstatus, float sample fmts)Jack Jansen1993-02-102-4/+44
* AWARE.py: New file with definitions for Aware Inc.'s compressionSjoerd Mullender1993-02-053-4/+114
* aiff.py, calendar.py: change functions taking a tuple to really take aGuido van Rossum1993-02-051-1/+2
* CL.py, clmodule.c: Adapted to new CL library. Lots of new methods.Sjoerd Mullender1993-02-043-251/+384
* added kludge for buggy soundfiler from SGI; when reading 0 frames,Sjoerd Mullender1993-01-291-1/+12
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-264-19/+45