]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1993-10-01  Sjoerd MullenderInstead of single clicks, use double clicks to get...
1993-10-01  Sjoerd MullenderWDB enhancement: Click once on a line with a class...
1993-09-28  Jack Jansen- VFile: moved decompression code to VideoParams (so...
1993-09-28  Jack JansenAdded ability to edit compressed movies.
1993-09-28  Jack JansenSanity check for compress files.
1993-09-28  Jack JansenAdded autoedit and cancel commands, removed debug output
1993-09-27  Sjoerd MullenderDon't import gl if not needed.
1993-09-27  Sjoerd MullenderImplemented support for CDDB_PATH and CDDB_WRITE_DIR...
1993-09-14  Sjoerd MullenderBug fix: check whether call succeeded *after* the call.
1993-08-26  Sjoerd MullenderFixed dealing with faulty COMM chunks.
1993-08-25  Sjoerd MullenderXEvent.py: Added support for ExposeEvent.
1993-08-03  Sjoerd Mullender* clmodule.c (doParams): free PVbuffer in error condition.
1993-07-29  cvs2svnThis commit was manufactured by cvs2svn to create tag... v0.9.9
1993-07-29  Guido van RossumFinal touch before release.
1993-07-29  Guido van Rossum* pdb.py: set 'privileged' property when evaluating...
1993-07-29  Guido van RossumMinor fixes / changes for Mac compatibility.
1993-07-28  Guido van Rossum* Added support for X11 modules.
1993-07-26  Guido van Rossumforms_set_event_call_back: argument of None resets...
1993-07-23  Jack JansenVFile - Added support for creating compression lib...
1993-07-19  Jack JansenThis module can now be used asynchronously. Also, some...
1993-07-19  Jack JansenInterface to vcr index files (as created by vcrindex...
1993-07-11  Guido van Rossum* accessobject.c (ownercheck): allow a base class acces...
1993-07-10  Guido van RossumUse module aifc instead of module aiff.
1993-07-09  Guido van Rossum* config.c: different default PYTHONPATH for MS-DOS
1993-07-08  Guido van Rossumstropmodule.c: use C isspace(c) to test for whitespace...
1993-07-06  Guido van Rossum* posixpath.py: Fix border cases in normpath ('/foo...
1993-07-05  Guido van Rossum* Makefile: added all: and default: targets.
1993-06-24  Guido van Rossum* pythonmain.c: -k option, usage message, more environm...
1993-06-23  Guido van Rossumpdb.py, bdb.py, cmd.py: use __init__() instead of init()
1993-06-23  Guido van Rossum* calendar.py: all libC functionality now moved to...
1993-06-20  Guido van Rossum* aifc.py: don't die on invalid MARK chunk
1993-06-17  Guido van Rossum* calendar.py: minor cleanups
1993-06-17  Guido van Rossum* Added gmtime/localtime/mktime and SYSV timezone globa...
1993-06-14  Guido van RossumAdded fixps, fixcid.
1993-06-11  Guido van RossumMostly cosmetics, e.g. change window titles so icon...
1993-06-11  Guido van RossumKeep top left corner of window where it was when resizing.
1993-06-10  Guido van RossumInitial revision
1993-06-10  Guido van RossumFixed another place where set_rgbmode() should be called.
1993-06-10  Guido van RossumImpor VCR at the top. Change the way audio is recorded...
1993-06-10  Guido van RossumVCR.py: Use unix files instead of stdio files for tty...
1993-06-08  Jack JansenAdded 24 bit RGB capture
1993-06-08  Jack JansenGrab a 24-bit image off the StarterVideo
1993-06-08  Jack JansenAdded jpeg grabber
1993-06-08  Jack JansenNewss class style
1993-06-05  Guido van RossumSmall imporvements, added mpz and md5 to list of modules,
1993-06-05  Guido van RossumIgnore ,v files too
1993-06-05  Guido van RossumInitial revision
1993-06-03  Guido van RossumInitial revision
1993-06-01  Guido van Rossum* toaiff.py: import whatsound instead of sndhdr
1993-06-01  Jack JansenChanged setpf so it understands old-style packfactors
1993-05-25  Guido van Rossum* socketmodule.c: fix long-standing bug in recvfrom...
1993-05-25  Jack JansenNew class syntax
1993-05-25  Guido van Rossum* classobject.c: in instance_getattr, don't make a...
1993-05-24  Guido van Rossum* lib1.tex: documented dict.items() and dict.values()
1993-05-24  Guido van Rossum* ftplib.py: added abort() command (sends oob data).
1993-05-21  Guido van Rossum* Lots of small changes related to access.
1993-05-20  Guido van RossumAccess checks now work, at least for instance data...
1993-05-19  Guido van RossumSeveral changes in one:
1993-05-17  Guido van RossumNew posix functions open, close, dup, dup2, lseek,...
1993-05-17  Guido van RossumAdded cwd()
1993-05-12  Guido van RossumJack's VCR control module
1993-05-12  Guido van Rossum* selectmodule.c: fix (another!) two memory leaks ...
1993-05-12  Guido van RossumLots of small changes collected over months...
1993-05-12  Guido van Rossum* pythonrun.c: Print exception type+arg *after* stack...
1993-05-11  Guido van RossumImplemented VCR capture using forward slow instead...
1993-05-10  Guido van RossumDisconnect from VCR when switching modes.
1993-05-10  Guido van RossumAdded single frame capturing.
1993-05-10  Guido van RossumRevived the old aplay tool which can play synchronous...
1993-05-07  Guido van RossumMoved stop button again; default form position next...
1993-05-07  Guido van RossumAll combinations of video format and capture mode ...
1993-05-06  Guido van RossumUse groups to show/hide "Stop capture" button.
1993-05-06  Guido van RossumNew program: Video Bag Of Tricks. Will eventually...
1993-04-15  Guido van Rossum(I suggest a recompile after getting this, the ceval...
1993-04-08  Guido van RossumFix bug in class instance hash (forgot to clear error...
1993-04-07  Guido van Rossum* Microscopic corrections to make things compile on...
1993-04-01  Guido van RossumSupport for frozen scripts; added -i option.
1993-04-01  Guido van Rossum*** empty log message ***
1993-04-01  Guido van RossumAdded freeze.py, methfix.py
1993-04-01  Guido van Rossumbin/python
1993-04-01  Guido van RossumMicrofixes
1993-04-01  Guido van RossumInitial revision
1993-03-30  Guido van RossumUpdated because of new opcodes introduced for "fast...
1993-03-30  Guido van Rossum* Fixed some subtleties with fastlocals. You can no...
1993-03-30  Guido van RossumChanges to speed up local variables enormously, by...
1993-03-29  Guido van RossumAdded whatis command (third try -- filesystem was full...
1993-03-29  Guido van Rossum* Fix bug in tzparse.py for DST timezone
1993-03-29  Sjoerd MullenderUse type(xxx) in stead of except TypeError.
1993-03-29  Sjoerd MullenderAdded some error checking.
1993-03-29  Guido van Rossum* Changed all copyright messages to include 1993.
1993-03-27  Guido van RossumGeneralized version of dictionaries, with compatibility...
1993-03-17  Guido van RossumFixed watch cursor origin
1993-03-17  Sjoerd MullenderAdded support for "compress" type video files. This...
1993-03-16  Sjoerd MullenderAdded conversion routines to sv module.
1993-03-16  Guido van Rossum* Changed many files to use mkvalue() instead of newtup...
1993-03-02  Guido van RossumFix syntax error (sorry!)
1993-03-02  Guido van RossumRemove debug print statement
1993-03-02  Guido van RossumVFile: fix c0bits etc. after setformat; Vrec.py: use...
1993-03-01  Guido van RossumDefinitions from <gl/get.h>
1993-02-25  Guido van RossumVrec.py, Vrecb.py:
1993-02-25  Guido van RossumChange Vinfo and Vaddcache to usr /ufs/guido/bin/sgi...
next