Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed mkcred interface | Guido van Rossum | 1992-12-20 | 1 | -1/+1 |
| | |||||
* | Bind to reserved port if root; changed mkcred interface; added -t/-u option | Guido van Rossum | 1992-12-20 | 1 | -10/+29 |
| | |||||
* | Changed mkcred/mkverf interface; added makesocket hook and changed init | Guido van Rossum | 1992-12-20 | 1 | -54/+106 |
| | | | | interfaces; added bindresvport call. | ||||
* | Changes to protect servers against broken clients | Guido van Rossum | 1992-12-19 | 1 | -2/+7 |
| | |||||
* | Added server classes, and various robustness hacks | Guido van Rossum | 1992-12-19 | 1 | -0/+244 |
| | |||||
* | Don't call test() | Guido van Rossum | 1992-12-17 | 1 | -2/+0 |
| | |||||
* | Don't even show #test() | Guido van Rossum | 1992-12-17 | 1 | -2/+0 |
| | |||||
* | Added comments. | Guido van Rossum | 1992-12-17 | 1 | -0/+3 |
| | |||||
* | Compatibility hack with Python 0.9.6. | Guido van Rossum | 1992-12-17 | 1 | -3/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-12-17 | 2 | -0/+30 |
| | |||||
* | Added compatibility hacks for Python 0.9.6. | Guido van Rossum | 1992-12-17 | 1 | -4/+15 |
| | |||||
* | Use 'l' as format, not 'i'. | Guido van Rossum | 1992-12-17 | 1 | -2/+2 |
| | |||||
* | Added some XXX comment. | Guido van Rossum | 1992-12-17 | 1 | -0/+3 |
| | |||||
* | Improved exception handing. Added some XXX comments. | Guido van Rossum | 1992-12-17 | 1 | -14/+27 |
| | |||||
* | Changes to some math using underscore as subscript, necessary since | Guido van Rossum | 1992-12-17 | 3 | -1/+6 |
| | | | | the new style file defines underscore as an underscore in tt font. | ||||
* | Add timeout and retry to UDP version of protocol | Guido van Rossum | 1992-12-15 | 1 | -9/+20 |
| | |||||
* | Fix spelling of Umnt. | Guido van Rossum | 1992-12-15 | 1 | -2/+2 |
| | |||||
* | Support packing longs. | Guido van Rossum | 1992-12-15 | 1 | -4/+10 |
| | |||||
* | Fix misunderstood readdir count (bytes, not dir entries) | Guido van Rossum | 1992-12-15 | 1 | -4/+3 |
| | | | | and minor other changes. | ||||
* | Add explicit auth call | Guido van Rossum | 1992-12-15 | 1 | -0/+13 |
| | |||||
* | Make auth handling different | Guido van Rossum | 1992-12-15 | 1 | -6/+20 |
| | |||||
* | Add explicit auth object | Guido van Rossum | 1992-12-15 | 1 | -0/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-12-14 | 5 | -0/+909 |
| | |||||
* | * mymalloc.h: always allocate one extra byte, since some malloc's | Guido van Rossum | 1992-12-14 | 6 | -4/+2176 |
| | | | | | | | | | | | | | return NULL for malloc(0) or realloc(p, 0). (This should be done differently than wasting one byte, but alas...) * Moved "add'l libraries" option in Makefile to an earlier place. * Remove argument compatibility hacks (b) and (c). * Add grey2mono, dither2mono and mono2grey to imageop. * Dup the fd in socket.fromfd(). * Added new modules mpz, md5 (by JH, requiring GNU MP 1.2). Affects Makefile and config.c. * socketmodule.c: added socket.fromfd(fd, family, type, [proto]), converted socket() to use of getargs(). | ||||
* | 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 |
| |