Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actualized | Guido van Rossum | 1992-12-14 | 5 | -20/+22 |
| | |||||
* | Actualized. | Guido van Rossum | 1992-12-14 | 1 | -3/+3 |
| | | | | Do import stdwingl | ||||
* | bit vector is now implemented | Guido van Rossum | 1992-12-14 | 1 | -2/+2 |
| | |||||
* | sv now raises sv.error, not RuntimeError | Guido van Rossum | 1992-12-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-12-14 | 2 | -0/+155 |
| | |||||
* | Added cmpaf.py | Guido van Rossum | 1992-12-14 | 1 | -0/+1 |
| | |||||
* | Get official parameter names | Guido van Rossum | 1992-12-14 | 1 | -9/+2 |
| | |||||
* | Choose a port that doesn't conmflict with real radio | Guido van Rossum | 1992-12-14 | 3 | -3/+3 |
| | |||||
* | New 'finally' syntax | Guido van Rossum | 1992-12-14 | 1 | -15/+16 |
| | |||||
* | Actualize | Guido van Rossum | 1992-12-14 | 1 | -1/+1 |
| | |||||
* | Explicitly close menus. Make '0' mean the last menu item. | Guido van Rossum | 1992-12-14 | 1 | -0/+5 |
| | |||||
* | Actualized | Guido van Rossum | 1992-12-14 | 11 | -11/+11 |
| | |||||
* | Adapted to modern times | Guido van Rossum | 1992-12-14 | 1 | -3/+8 |
| | |||||
* | Adapted to modern times. Cosmetic and comment changes. | Guido van Rossum | 1992-12-14 | 1 | -7/+23 |
| | |||||
* | Adapted to modern times and fixed a bug (id --> my_id) | Guido van Rossum | 1992-12-14 | 1 | -3/+3 |
| | |||||
* | adapted to newest version of CL library. | Sjoerd Mullender | 1992-12-14 | 1 | -358/+318 |
| | |||||
* | 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. | ||||
* | /usr/local/bin/python | Guido van Rossum | 1992-12-14 | 5 | -5/+5 |
| | |||||
* | Add description of kunst.py | Guido van Rossum | 1992-12-14 | 1 | -0/+6 |
| | |||||
* | Unknown changes by Jack. | Guido van Rossum | 1992-12-14 | 1 | -61/+41 |
| | |||||
* | Use tzparse to avoid embarrasment in other timezones or when DST changes. | Guido van Rossum | 1992-12-14 | 1 | -9/+9 |
| | | | | Adapt to new, stricter, rules for argument passing. | ||||
* | * 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! | ||||
* | Fix for new argument passing rules. | Guido van Rossum | 1992-12-14 | 1 | -14/+14 |
| | |||||
* | Band-aid to fix it for new argument passing rules. | Guido van Rossum | 1992-12-14 | 1 | -12/+7 |
| | |||||
* | Changes for supporting monochrome and greyscale video (not yet fully | Jack Jansen | 1992-12-14 | 7 | -46/+185 |
| | | | | functional) | ||||
* | Fix bug when reporting error | Guido van Rossum | 1992-12-10 | 2 | -3/+3 |
| | |||||
* | Adapt to modern times... | Guido van Rossum | 1992-12-10 | 2 | -25/+27 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-12-09 | 2 | -0/+206 |
| | |||||
* | Friendlier response to interrupt. Use /usr/local/*bin*/python. | Guido van Rossum | 1992-12-09 | 1 | -3/+6 |
| | |||||
* | Microscopic changes, comments/messages changed. | Guido van Rossum | 1992-12-09 | 5 | -9/+17 |
| | | | | Real important: turn off FIELDDROP in Vrec. | ||||
* | Added new modules mpz, md5 (by JH, requiring GNU MP). | Guido van Rossum | 1992-12-08 | 1 | -0/+14 |
| | |||||
* | Incorporated Jan-Hein's changes and texinfo conversion. | Guido van Rossum | 1992-12-08 | 17 | -19/+4681 |
| | |||||
* | socketmodule.c: added socket.fromfd(fd, family, type, [proto]); | Guido van Rossum | 1992-12-08 | 1 | -8/+32 |
| | | | | converted socket() to use of getargs(). | ||||
* | 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). | ||||
* | * classobject.c: in instance_lenth, test result of call_object | Guido van Rossum | 1992-11-26 | 3 | -0/+6 |
| | | | | | | for exception before using it. Fixed a few other places where the outcome of calling sq_length wasn't tested for exceptions (bltinmodule.c, ceval.c). | ||||
* | * 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() | ||||
* | * config.c: Added audioop to lists. | Guido van Rossum | 1992-11-26 | 4 | -1/+152 |
| | | | | | | | | | * Makefile: change default source directory * socketmodule.c: added getsockname and getpeername * bltinmodule.c: corrected typo in type() error message * Added new built-in functions str() and repr(): repr(x) == `x`; str(x) == x if x is a string, otherwise str(x) == repr(x). * Added joinfields to stropmodule.c (string.join calls joinfields now) | ||||
* | *** empty log message *** | Guido van Rossum | 1992-11-16 | 1 | -0/+16 |
| | |||||
* | Support default port. | Guido van Rossum | 1992-11-16 | 1 | -1/+3 |
| | |||||
* | Added comments, use 'global' and change prompt to "ftp.py> " | Guido van Rossum | 1992-11-16 | 1 | -5/+17 |
| | |||||
* | Restructured into several subroutines. | Guido van Rossum | 1992-11-16 | 1 | -19/+57 |
| | |||||
* | 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 |
| | |||||
* | Added imageopmodule.c, also added them to Makefile and config.c. | Guido van Rossum | 1992-10-26 | 2 | -0/+184 |
| | | | | | Fixed a bug in Addmodule.sh that caused a crash in Configure.py. Fixed the crash in Configure.py... | ||||
* | Fixed comments | Guido van Rossum | 1992-10-25 | 1 | -4/+4 |
| | |||||
* | Use /usr/local/bin/python | Guido van Rossum | 1992-10-25 | 5 | -5/+5 |
| |