Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added builtin b/w compat module. | Guido van Rossum | 1993-10-22 | 4 | -11/+25 |
| | | | | changed testing of exec. | ||||
* | 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 |
| | | | | | | * builtin.py: b/w compat for builtin -> __builtin__ name change * string.py: added atof() and atol() and corresponding exceptions * test_types.py: added test for list sort with user comparison function | ||||
* | 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 |
| | | | | | | local or global variables list and you get a window with the instance variable of the class instance. This list is of course automatically kept up to date. | ||||
* | Implemented support for CDDB_PATH and CDDB_WRITE_DIR environment | Sjoerd Mullender | 1993-09-27 | 2 | -20/+104 |
| | | | | | | variables. Added auxiliary routine tochash to convert a table-of-contents to a hashed toc. | ||||
* | 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 |
| | | | | | profile.py: Some speed improvements (I hope). rect.py: Bug fix in union(). | ||||
* | * pdb.py: set 'privileged' property when evaluating expressions | Guido van Rossum | 1993-07-29 | 3 | -2/+11 |
| | | | | | * string.py: change whitespace to include \r, \v and \f. When importing strop succeeds, re-evaluate meaning of letters. | ||||
* | * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') | Guido van Rossum | 1993-07-06 | 4 | -6/+14 |
| | | | | | * ftplib.py: made cwd() use 'CDUP' when dirname is '..' * FL.py: added new constant FL_PLACE_FULLSCREEN | ||||
* | 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 |
| | | | | | | | * imghdr.py: added jpeg recognition * torgb.py: added jpeg conversion * tzparse.py: use functions from time instead of calendar * whatsound.py: add /ufs/guido/biin/sgi to $PATH when calling 'whatsound' | ||||
* | * aifc.py: don't die on invalid MARK chunk | Guido van Rossum | 1993-06-20 | 4 | -130/+101 |
| | | | | | | | * calendar.py: remove stuff now built in time; some cleanup and generalization in the calendar printing * cmd.py: use __init__. * tzparse.py: This module is no longer necessary -- use builtin time instead! | ||||
* | * calendar.py: minor cleanups | Guido van Rossum | 1993-06-17 | 3 | -26/+49 |
| | | | | | * ftplib.py: support __init__ with optional host, port args * aifc.py: ensure header is written on close even when no data is written | ||||
* | 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 |
| | | | | | | * sndhdr.py: renamed to whatsound.py; use new aifc module for AIFF/AIFC * ftplib.py: added close() (closes without sending QUIT command) * aifc.py: documented close() | ||||
* | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 15 | -35/+127 |
| | | | | | | * Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found | ||||
* | 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 |
| | | | | | | | * Added whatis command to pdb.py * new module GET.py (GL definitions from <gl/get.h>) * rect.py: is_empty takes a rect as argument, not two points. * Added tests for builtin round() [XXX not yet complete!] | ||||
* | 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 |
| | | | | | algorithms in cl module. aifc.py: fixed a small bug. | ||||
* | aiff.py, calendar.py: change functions taking a tuple to really take a | Guido van Rossum | 1993-02-05 | 1 | -1/+2 |
| | | | | tuple (now that it makes a difference to Python) | ||||
* | CL.py, clmodule.c: Adapted to new CL library. Lots of new methods. | Sjoerd Mullender | 1993-02-04 | 3 | -251/+384 |
| | | | | aifc.py: Several small improvements. Use new methods from CL module. | ||||
* | added kludge for buggy soundfiler from SGI; when reading 0 frames, | Sjoerd Mullender | 1993-01-29 | 1 | -1/+12 |
| | | | | | just set file pointer correctly instead of returning the complete file. | ||||
* | * os.py: _exit doesn't exist in all variations of posix | Guido van Rossum | 1993-01-26 | 4 | -19/+45 |
| | | | | * Added fcmp() to test_support.py and use it in test*.py | ||||
* | Fixed a bug where the library inadvertently skipped over the sound | Sjoerd Mullender | 1993-01-26 | 1 | -2/+4 |
| | | | | | data. Pass an extra parameter to the compression library. | ||||
* | 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 |
| | | | | (extensive) comments in the file for usage. | ||||
* | * Add some more tests for numbers | Guido van Rossum | 1993-01-21 | 4 | -10/+44 |
| | | | | * mainloop.py: don't use select unless absolutely necessary (for Mac) | ||||
* | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 18 | -78/+113 |
| | | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant. | ||||
* | CL.py: adapted to newest version of CL library. | Sjoerd Mullender | 1992-12-14 | 6 | -132/+530 |
| | | | | | | | | | | 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 | 41 | -228/+208 |
| | | | | | | | | * 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! | ||||
* | 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 |
| | | | | | (testing operations on built-in types) and autotest.py (automatic regression testing). | ||||
* | * mainloop.py: added facility for calling select(). Also added | Guido van Rossum | 1992-11-26 | 7 | -28/+374 |
| | | | | | | | | embryonic facility for pseudo-modal dialogs. * stdwinevents.py: added modifier masks for key/mouse events * renamed exceptions in nntplib.py * Changed string.join() to call string.joinfields() to profit of strop.joinfields() | ||||
* | 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 |
| | | | | | | | | | * changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath. | ||||
* | 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 |
| | | | | is moved to the sgi subdirectory. | ||||
* | 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 |
| | | | | | string.splitfields(s, '') now returns [s] as split() in nawk. Added _exit to exported functions of os. | ||||
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 | 6 | -4/+63 |
| | | | | | | Added colorsys.py (color system conversions). SV.py: new version for new svideo.h (Sjoerd). DEVICE.py: added VIDEO event type. |