| Commit message (Expand) | Author | Age | Files | Lines |
* | * wdbframewin.py (re_eval): set __privileged__ in globals so private | Guido van Rossum | 1993-12-14 | 4 | -1/+27 |
|
|
* | aifc.py: added missing tell() method in AIFC write class; | Sjoerd Mullender | 1993-12-13 | 2 | -47/+569 |
|
|
* | * test_*.py: new lambda syntax (also affects tests for filter, map, | Guido van Rossum | 1993-11-30 | 7 | -32/+112 |
|
|
* | * test_select.py: (some) tests for built-in select module | Guido van Rossum | 1993-11-11 | 6 | -1/+155 |
|
|
* | Use __init__ instead of init. | Sjoerd Mullender | 1993-11-08 | 8 | -26/+28 |
|
|
* | * string.py: added rindex(), rfind(); changed index() to interpret | Guido van Rossum | 1993-11-08 | 10 | -20/+161 |
|
|
* | added builtin b/w compat module. | Guido van Rossum | 1993-10-22 | 4 | -11/+25 |
|
|
* | Added missing "import os" to pdb.help() | Guido van Rossum | 1993-10-22 | 1 | -0/+1 |
|
|
* | * profile.py, pdb.py: added help() function | Guido van Rossum | 1993-10-22 | 5 | -2/+93 |
|
|
* | Not everyone has Guido's bin in his/her PATH... | Sjoerd Mullender | 1993-10-11 | 2 | -6/+6 |
|
|
* | Instead of single clicks, use double clicks to get the instance window. | Sjoerd Mullender | 1993-10-01 | 2 | -0/+4 |
|
|
* | WDB enhancement: Click once on a line with a class instance in the | Sjoerd Mullender | 1993-10-01 | 2 | -0/+48 |
|
|
* | Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment | Sjoerd Mullender | 1993-09-27 | 2 | -20/+104 |
|
|
* | Fixed dealing with faulty COMM chunks. | Sjoerd Mullender | 1993-08-26 | 1 | -3/+3 |
|
|
* | XEvent.py: Added support for ExposeEvent. | Sjoerd Mullender | 1993-08-25 | 3 | -18/+35 |
|
|
* | * pdb.py: set 'privileged' property when evaluating expressions | Guido van Rossum | 1993-07-29 | 3 | -2/+11 |
|
|
* | * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') | Guido van Rossum | 1993-07-06 | 4 | -6/+14 |
|
|
* | pdb.py, bdb.py, cmd.py: use __init__() instead of init() | Guido van Rossum | 1993-06-23 | 3 | -10/+14 |
|
|
* | * calendar.py: all libC functionality now moved to built-in time module | Guido van Rossum | 1993-06-23 | 7 | -41/+48 |
|
|
* | * aifc.py: don't die on invalid MARK chunk | Guido van Rossum | 1993-06-20 | 4 | -130/+101 |
|
|
* | * calendar.py: minor cleanups | Guido van Rossum | 1993-06-17 | 3 | -26/+49 |
|
|
* | 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 |
|
|