| Commit message (Expand) | Author | Age | Files | Lines |
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 57 | -3/+986 |
|
|
* | forms_set_event_call_back: argument of None resets event callback to NULL. | Guido van Rossum | 1993-07-26 | 1 | -0/+2 |
|
|
* | VFile - Added support for creating compression lib movies | Jack Jansen | 1993-07-23 | 3 | -54/+242 |
|
|
* | This module can now be used asynchronously. Also, some commands | Jack Jansen | 1993-07-19 | 1 | -25/+127 |
|
|
* | Interface to vcr index files (as created by vcrindex program) | Jack Jansen | 1993-07-19 | 1 | -0/+328 |
|
|
* | * accessobject.c (ownercheck): allow a base class access to protected | Guido van Rossum | 1993-07-11 | 3 | -15/+42 |
|
|
* | Use module aifc instead of module aiff. | Guido van Rossum | 1993-07-10 | 1 | -8/+8 |
|
|
* | * config.c: different default PYTHONPATH for MS-DOS | Guido van Rossum | 1993-07-09 | 4 | -21/+98 |
|
|
* | stropmodule.c: use C isspace(c) to test for whitespace; add | Guido van Rossum | 1993-07-08 | 1 | -7/+19 |
|
|
* | * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') | Guido van Rossum | 1993-07-06 | 4 | -6/+14 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 16 | -165/+140 |
|
|
* | * pythonmain.c: -k option, usage message, more environment flags. | Guido van Rossum | 1993-06-24 | 5 | -59/+118 |
|
|
* | 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 |
|
|
* | * aifc.py: don't die on invalid MARK chunk | Guido van Rossum | 1993-06-20 | 4 | -130/+101 |
|
|
* | * calendar.py: minor cleanups | Guido van Rossum | 1993-06-17 | 3 | -26/+49 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 33 | -124/+299 |
|
|
* | Added fixps, fixcid. | Guido van Rossum | 1993-06-14 | 1 | -0/+2 |
|
|
* | Mostly cosmetics, e.g. change window titles so icon titles are better, | Guido van Rossum | 1993-06-11 | 1 | -19/+25 |
|
|
* | Keep top left corner of window where it was when resizing. | Guido van Rossum | 1993-06-11 | 1 | -5/+13 |
|
|
* | Initial revision | Guido van Rossum | 1993-06-10 | 1 | -0/+303 |
|
|
* | Fixed another place where set_rgbmode() should be called. | Guido van Rossum | 1993-06-10 | 1 | -3/+13 |
|
|
* | Impor VCR at the top. Change the way audio is recorded subtly. | Guido van Rossum | 1993-06-10 | 1 | -3/+2 |
|
|
* | VCR.py: Use unix files instead of stdio files for tty communication, | Guido van Rossum | 1993-06-10 | 2 | -10/+151 |
|
|
* | Added 24 bit RGB capture | Jack Jansen | 1993-06-08 | 2 | -24/+166 |
|
|
* | Grab a 24-bit image off the StarterVideo | Jack Jansen | 1993-06-08 | 1 | -0/+97 |
|
|
* | Added jpeg grabber | Jack Jansen | 1993-06-08 | 1 | -2/+4 |
|
|
* | Newss class style | Jack Jansen | 1993-06-08 | 1 | -1/+1 |
|
|
* | 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 |
|
|