summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'release099'.v0.9.9cvs2svn1993-07-290-0/+0
* Final touch before release.Guido van Rossum1993-07-292-4/+19
* * pdb.py: set 'privileged' property when evaluating expressionsGuido van Rossum1993-07-293-2/+11
* Minor fixes / changes for Mac compatibility.Guido van Rossum1993-07-294-7/+7
* * Added support for X11 modules.Guido van Rossum1993-07-2857-3/+986
* forms_set_event_call_back: argument of None resets event callback to NULL.Guido van Rossum1993-07-261-0/+2
* VFile - Added support for creating compression lib moviesJack Jansen1993-07-233-54/+242
* This module can now be used asynchronously. Also, some commandsJack Jansen1993-07-191-25/+127
* Interface to vcr index files (as created by vcrindex program)Jack Jansen1993-07-191-0/+328
* * accessobject.c (ownercheck): allow a base class access to protectedGuido van Rossum1993-07-113-15/+42
* Use module aifc instead of module aiff.Guido van Rossum1993-07-101-8/+8
* * config.c: different default PYTHONPATH for MS-DOSGuido van Rossum1993-07-094-21/+98
* stropmodule.c: use C isspace(c) to test for whitespace; addGuido van Rossum1993-07-081-7/+19
* * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')Guido van Rossum1993-07-064-6/+14
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-0516-165/+140
* * pythonmain.c: -k option, usage message, more environment flags.Guido van Rossum1993-06-245-59/+118
* pdb.py, bdb.py, cmd.py: use __init__() instead of init()Guido van Rossum1993-06-233-10/+14
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-237-41/+48
* * aifc.py: don't die on invalid MARK chunkGuido van Rossum1993-06-204-130/+101
* * calendar.py: minor cleanupsGuido van Rossum1993-06-173-26/+49
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-1733-124/+299
* Added fixps, fixcid.Guido van Rossum1993-06-141-0/+2
* Mostly cosmetics, e.g. change window titles so icon titles are better,Guido van Rossum1993-06-111-19/+25
* Keep top left corner of window where it was when resizing.Guido van Rossum1993-06-111-5/+13
* Initial revisionGuido van Rossum1993-06-101-0/+303
* Fixed another place where set_rgbmode() should be called.Guido van Rossum1993-06-101-3/+13
* Impor VCR at the top. Change the way audio is recorded subtly.Guido van Rossum1993-06-101-3/+2
* VCR.py: Use unix files instead of stdio files for tty communication,Guido van Rossum1993-06-102-10/+151
* Added 24 bit RGB captureJack Jansen1993-06-082-24/+166
* Grab a 24-bit image off the StarterVideoJack Jansen1993-06-081-0/+97
* Added jpeg grabberJack Jansen1993-06-081-2/+4
* Newss class styleJack Jansen1993-06-081-1/+1
* Small imporvements, added mpz and md5 to list of modules,Guido van Rossum1993-06-051-10/+16
* Ignore ,v files tooGuido van Rossum1993-06-051-1/+1
* Initial revisionGuido van Rossum1993-06-051-0/+91
* Initial revisionGuido van Rossum1993-06-032-0/+24
* * toaiff.py: import whatsound instead of sndhdrGuido van Rossum1993-06-015-6/+551
* Changed setpf so it understands old-style packfactorsJack Jansen1993-06-011-0/+2
* * socketmodule.c: fix long-standing bug in recvfrom() -- addrlenGuido van Rossum1993-05-251-2/+5
* New class syntaxJack Jansen1993-05-251-1/+1
* * classobject.c: in instance_getattr, don't make a method out of aGuido van Rossum1993-05-259-101/+125
* * lib1.tex: documented dict.items() and dict.values()Guido van Rossum1993-05-244-2/+38
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-2415-35/+127
* * Lots of small changes related to access.Guido van Rossum1993-05-217-48/+111
* Access checks now work, at least for instance data (not for methodsGuido van Rossum1993-05-2014-150/+655
* Several changes in one:Guido van Rossum1993-05-1921-800/+1200
* New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe.Guido van Rossum1993-05-171-27/+233
* Added cwd()Guido van Rossum1993-05-171-0/+4
* Jack's VCR control moduleGuido van Rossum1993-05-121-0/+297
* * selectmodule.c: fix (another!) two memory leaks -- this time in list2setGuido van Rossum1993-05-123-2/+21