summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* "exec" is now a statement. execfile() is obsolete.Guido van Rossum1993-10-182-0/+78
* * bltinmodule.c: removed exec() built-in function.Guido van Rossum1993-10-189-436/+585
* * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this isGuido van Rossum1993-10-183-24/+98
* intobject.c: Save references to small integers, so that they can beSjoerd Mullender1993-10-153-7/+95
* Makefile, import.c: Lance's alternative module search (allow .pyc fileGuido van Rossum1993-10-153-104/+130
* Added widget methods {Height,Width}{,MM}OfScreen.Sjoerd Mullender1993-10-121-1/+1
* * Added support for X window interface.Sjoerd Mullender1993-10-121-0/+1
* * ref3.tex: added cross-ref to try statement for exc handler.Guido van Rossum1993-10-114-6/+34
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-1112-18/+150
* Not everyone has Guido's bin in his/her PATH...Sjoerd Mullender1993-10-112-6/+6
* Instead of single clicks, use double clicks to get the instance window.Sjoerd Mullender1993-10-012-0/+4
* WDB enhancement: Click once on a line with a class instance in theSjoerd Mullender1993-10-012-0/+48
* - VFile: moved decompression code to VideoParams (so it is alsoJack Jansen1993-09-282-14/+44
* Added ability to edit compressed movies.Jack Jansen1993-09-281-0/+3
* Sanity check for compress files.Jack Jansen1993-09-281-1/+1
* Added autoedit and cancel commands, removed debug outputJack Jansen1993-09-281-4/+9
* Don't import gl if not needed.Sjoerd Mullender1993-09-271-3/+10
* Implemented support for CDDB_PATH and CDDB_WRITE_DIR environmentSjoerd Mullender1993-09-272-20/+104
* Bug fix: check whether call succeeded *after* the call.Sjoerd Mullender1993-09-141-1/+1
* Fixed dealing with faulty COMM chunks.Sjoerd Mullender1993-08-261-3/+3
* XEvent.py: Added support for ExposeEvent.Sjoerd Mullender1993-08-253-18/+35
* * clmodule.c (doParams): free PVbuffer in error condition.Sjoerd Mullender1993-08-032-1/+4
* This commit was manufactured by cvs2svn to create tag 'release099'.v0.9.9cvs2svn1993-07-291-0/+1
* 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