| Commit message (Expand) | Author | Age | Files | Lines |
* | Small imporvements, added mpz and md5 to list of modules, | Guido van Rossum | 1993-06-05 | 1 | -10/+16 |
|
|
* | Ignore ,v files too | Guido van Rossum | 1993-06-05 | 1 | -1/+1 |
|
|
* | Initial revision | Guido van Rossum | 1993-06-05 | 1 | -0/+91 |
|
|
* | 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 |
|
|
* | Changed setpf so it understands old-style packfactors | Jack Jansen | 1993-06-01 | 1 | -0/+2 |
|
|
* | * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen | Guido van Rossum | 1993-05-25 | 1 | -2/+5 |
|
|
* | New class syntax | Jack Jansen | 1993-05-25 | 1 | -1/+1 |
|
|
* | * classobject.c: in instance_getattr, don't make a method out of a | Guido van Rossum | 1993-05-25 | 9 | -101/+125 |
|
|
* | * lib1.tex: documented dict.items() and dict.values() | Guido van Rossum | 1993-05-24 | 4 | -2/+38 |
|
|
* | * ftplib.py: added abort() command (sends oob data). | Guido van Rossum | 1993-05-24 | 15 | -35/+127 |
|
|
* | * Lots of small changes related to access. | Guido van Rossum | 1993-05-21 | 7 | -48/+111 |
|
|
* | Access checks now work, at least for instance data (not for methods | Guido van Rossum | 1993-05-20 | 14 | -150/+655 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 21 | -800/+1200 |
|
|
* | New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. | Guido van Rossum | 1993-05-17 | 1 | -27/+233 |
|
|
* | Added cwd() | Guido van Rossum | 1993-05-17 | 1 | -0/+4 |
|
|
* | Jack's VCR control module | Guido van Rossum | 1993-05-12 | 1 | -0/+297 |
|
|
* | * selectmodule.c: fix (another!) two memory leaks -- this time in list2set | Guido van Rossum | 1993-05-12 | 3 | -2/+21 |
|
|
* | Lots of small changes collected over months... | Guido van Rossum | 1993-05-12 | 7 | -163/+157 |
|
|
* | * pythonrun.c: Print exception type+arg *after* stack trace instead of | Guido van Rossum | 1993-05-12 | 7 | -81/+95 |
|
|
* | Implemented VCR capture using forward slow instead of stepping. | Guido van Rossum | 1993-05-11 | 2 | -26/+83 |
|
|
* | Disconnect from VCR when switching modes. | Guido van Rossum | 1993-05-10 | 2 | -6/+52 |
|
|
* | Added single frame capturing. | Guido van Rossum | 1993-05-10 | 2 | -270/+653 |
|
|
* | Revived the old aplay tool which can play synchronous audio and video... | Guido van Rossum | 1993-05-10 | 1 | -0/+167 |
|
|
* | Moved stop button again; default form position next to video window. | Guido van Rossum | 1993-05-07 | 2 | -111/+172 |
|
|
* | All combinations of video format and capture mode (cont/burst) now | Guido van Rossum | 1993-05-07 | 1 | -85/+201 |
|
|
* | Use groups to show/hide "Stop capture" button. | Guido van Rossum | 1993-05-06 | 2 | -13/+85 |
|
|
* | New program: Video Bag Of Tricks. Will eventually replace Vrec and | Guido van Rossum | 1993-05-06 | 2 | -0/+570 |
|
|
* | (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) | Guido van Rossum | 1993-04-15 | 3 | -6/+24 |
|
|
* | Fix bug in class instance hash (forgot to clear error condition). | Guido van Rossum | 1993-04-08 | 1 | -3/+8 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 6 | -4/+31 |
|
|
* | Support for frozen scripts; added -i option. | Guido van Rossum | 1993-04-01 | 6 | -5/+150 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-04-01 | 16 | -16/+16 |
|
|
* | Added freeze.py, methfix.py | Guido van Rossum | 1993-04-01 | 1 | -0/+2 |
|
|
* | bin/python | Guido van Rossum | 1993-04-01 | 4 | -4/+4 |
|
|
* | Microfixes | Guido van Rossum | 1993-04-01 | 3 | -4/+5 |
|
|
* | Initial revision | Guido van Rossum | 1993-04-01 | 1 | -0/+447 |
|
|
* | Updated because of new opcodes introduced for "fast" local variables. | Guido van Rossum | 1993-03-30 | 1 | -2/+9 |
|
|
* | * Fixed some subtleties with fastlocals. You can no longer access | Guido van Rossum | 1993-03-30 | 5 | -36/+117 |
|
|
* | Changes to speed up local variables enormously, by avoiding dictionary | Guido van Rossum | 1993-03-30 | 9 | -71/+245 |
|
|
* | 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 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 97 | -246/+559 |
|
|
* | Generalized version of dictionaries, with compatibility hacks. | Guido van Rossum | 1993-03-27 | 3 | -0/+1453 |
|
|
* | Fixed watch cursor origin | Guido van Rossum | 1993-03-17 | 1 | -0/+1 |
|
|
* | Added support for "compress" type video files. This uses the | Sjoerd Mullender | 1993-03-17 | 1 | -3/+26 |
|
|
* | Added conversion routines to sv module. | Sjoerd Mullender | 1993-03-16 | 3 | -10/+259 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 21 | -273/+503 |
|
|