| Commit message (Expand) | Author | Age | Files | Lines |
* | New module regsub contains sub(), gsub() and split() as in nawk. | Guido van Rossum | 1992-09-20 | 4 | -6/+152 |
|
|
* | * Makefile: added IMGFILE; moved some stuff around. | Guido van Rossum | 1992-09-17 | 11 | -142/+126 |
|
|
* | posix: added setpgrp() and, if sgi, setsid() and setpgid(pid, pgid) | Guido van Rossum | 1992-09-13 | 1 | -1/+59 |
|
|
* | Made builtins int(), long(), float(), oct() and hex() more generic. | Guido van Rossum | 1992-09-12 | 6 | -91/+193 |
|
|
* | Makefile uses $> more often; cgen supports filename argument; added | Guido van Rossum | 1992-09-11 | 2 | -0/+113 |
|
|
* | Added C++ support in thread.h; don't use signals if not strictly | Sjoerd Mullender | 1992-09-11 | 3 | -15/+40 |
|
|
* | Allow broadcast using setsockopt() | Guido van Rossum | 1992-09-08 | 1 | -1/+2 |
|
|
* | Initial revision | Guido van Rossum | 1992-09-08 | 1 | -0/+54 |
|
|
* | Added mcast demo | Guido van Rossum | 1992-09-08 | 1 | -0/+7 |
|
|
* | Utility to add a cached index to an existing movie file. | Guido van Rossum | 1992-09-08 | 1 | -0/+79 |
|
|
* | VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts. | Guido van Rossum | 1992-09-08 | 2 | -16/+70 |
|
|
* | Added post_mortem() and pm() interfaces to pdb and wdb. | Guido van Rossum | 1992-09-08 | 6 | -4/+63 |
|
|
* | Added hint about changing the prompt in $PYTHONSTARTUP | Guido van Rossum | 1992-09-08 | 2 | -0/+4 |
|
|
* | Made struct a standard built-in module; added string args to {set,get}sockopt; | Guido van Rossum | 1992-09-08 | 3 | -18/+63 |
|
|
* | Fixed "clear()" and added "clearto(r, g, b)". | Guido van Rossum | 1992-09-07 | 1 | -29/+217 |
|
|
* | Clear the window when receiving a REDRAW event and not playing | Guido van Rossum | 1992-09-07 | 1 | -0/+2 |
|
|
* | Use vin/vout.clear() instead of gl.clear() | Guido van Rossum | 1992-09-07 | 1 | -2/+4 |
|
|
* | New module 'colorsys' implements conversions between different color systems. | Guido van Rossum | 1992-09-07 | 1 | -0/+119 |
|
|
* | Adapted the world to the new VFile.py. Fixed bugs in Vplay.py: | Guido van Rossum | 1992-09-07 | 4 | -53/+73 |
|
|
* | Almost completely rewritten for cleaner code. | Guido van Rossum | 1992-09-07 | 1 | -371/+578 |
|
|
* | Remove PAL dependencies; add -w option (initial window width); | Guido van Rossum | 1992-09-04 | 1 | -13/+30 |
|
|
* | classobject.c moduleobject.c stdwinmodule.c xxobject.c: | Guido van Rossum | 1992-09-04 | 5 | -15/+56 |
|
|
* | Changed references to /usr/local into /usr/local/bin. | Guido van Rossum | 1992-09-03 | 2 | -18/+62 |
|
|
* | Give code objects a more useful representation. | Guido van Rossum | 1992-09-03 | 1 | -1/+18 |
|
|
* | Restructured (yet again) to treat all modules more alike. | Guido van Rossum | 1992-09-03 | 1 | -31/+132 |
|
|
* | Correct debug printing code | Guido van Rossum | 1992-09-03 | 1 | -1/+1 |
|
|
* | Correct spelling in function name | Guido van Rossum | 1992-09-03 | 1 | -1/+1 |
|
|
* | Print warnings to stderr and correct spelling | Guido van Rossum | 1992-09-03 | 1 | -2/+2 |
|
|
* | Remove outdated warning in comments. | Guido van Rossum | 1992-09-03 | 1 | -3/+0 |
|
|
* | Remove bogus type-and-refcnt setting from newsizedstringobject(). | Guido van Rossum | 1992-09-03 | 1 | -3/+0 |
|
|
* | Got rid the bogus cache code and fix some unchecked errors. | Guido van Rossum | 1992-09-03 | 1 | -46/+88 |
|
|
* | Compare instance methods by comparing the object and the function. | Guido van Rossum | 1992-09-03 | 1 | -1/+11 |
|
|
* | Use getargs() everywhere now. Standardize lay-out yet more (an ongoing | Guido van Rossum | 1992-09-03 | 1 | -196/+248 |
|
|
* | Improve check for offset out of range | Guido van Rossum | 1992-09-03 | 1 | -4/+8 |
|
|
* | AOnly define NDEDBUG if DEBUG is not defined | Guido van Rossum | 1992-09-03 | 1 | -0/+3 |
|
|
* | If a type has a repr function but no print function, printing it now | Guido van Rossum | 1992-09-03 | 1 | -5/+34 |
|
|
* | Add some debugging features if DEBUG defined | Guido van Rossum | 1992-09-03 | 1 | -0/+10 |
|
|
* | Add sys.exitfunc feature. Make askync non-static. | Guido van Rossum | 1992-09-03 | 1 | -1/+20 |
|
|
* | Add $PYTHONSTARTUP feature. | Guido van Rossum | 1992-09-03 | 1 | -0/+10 |
|
|
* | Add an optional interface to turn malloc debugging on and off. | Guido van Rossum | 1992-09-03 | 1 | -0/+21 |
|
|
* | Re-implement some operations from string.py in C, for speed. | Guido van Rossum | 1992-09-03 | 1 | -0/+201 |
|
|
* | Made it work with the sub-spec burst capture interface | Guido van Rossum | 1992-09-03 | 1 | -3/+12 |
|
|
* | Added more info | Guido van Rossum | 1992-09-03 | 1 | -3/+17 |
|
|
* | Initial revision | Guido van Rossum | 1992-09-03 | 5 | -0/+262 |
|
|
* | Adapted to new video library -- different capture interface, no bugs. | Guido van Rossum | 1992-09-03 | 1 | -94/+77 |
|
|
* | version for new library | Sjoerd Mullender | 1992-09-03 | 2 | -92/+30 |
|
|
* | Added a _v21 def to FL.py and added two new input field types | Guido van Rossum | 1992-09-02 | 9 | -160/+167 |
|
|
* | newest version | Sjoerd Mullender | 1992-09-02 | 1 | -91/+0 |
|
|
* | adapted SV module to the new svideo library. | Sjoerd Mullender | 1992-09-02 | 1 | -0/+91 |
|
|
* | Added a clear() method to VFile class, to be called when the window | Guido van Rossum | 1992-09-01 | 5 | -7/+19 |
|
|