summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fixed a bug where the library inadvertently skipped over the soundSjoerd Mullender1993-01-261-2/+4
* Found and fixed a few bugs in the handling of audio files with MARKs.Sjoerd Mullender1993-01-221-12/+8
* New module aifc to read and write AIFF-C and AIFF files. SeeSjoerd Mullender1993-01-221-0/+912
* * Add some more tests for numbersGuido van Rossum1993-01-214-10/+44
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-0418-78/+113
* CL.py: adapted to newest version of CL library.Sjoerd Mullender1992-12-146-132/+530
* * Got entirely rid of path.py.Guido van Rossum1992-12-1441-228/+208
* Added output from testall run, for autotest.py.Guido van Rossum1992-11-271-0/+133
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-276-6/+295
* * mainloop.py: added facility for calling select(). Also addedGuido van Rossum1992-11-267-28/+374
* Added all_errors, list of all possible exceptions.Guido van Rossum1992-11-061-1/+7
* Use getsockname() if it existsGuido van Rossum1992-11-051-11/+18
* Added much functionality, changed some names (errors, login).Guido van Rossum1992-11-051-54/+160
* * change default line numbers for 'list' in pdb.pyGuido van Rossum1992-11-057-10/+442
* Initial revisionGuido van Rossum1992-11-041-0/+258