]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1993-10-26  Guido van RossumAdded rindex(). index() and rindex() interpret negativ...
1993-10-26  Guido van RossumWork around a bug in the DEC alpha OSF/1 C preprocessor.
1993-10-26  Guido van RossumChanges to make range checks portable to 64-bit machines.
1993-10-26  Guido van RossumChanges to accept double-quoted strings on input.
1993-10-26  Guido van RossumFix reference to undefined 'memsize' in calcnframes().
1993-10-25  Guido van Rossum* filemodule.c: added writelines() -- analogous to...
1993-10-25  Sjoerd Mullenderimport.c: When something is wrong with the .pyc, proper...
1993-10-22  Guido van Rossum* import.c (MAGIC): Changed magic word to avoid confusi...
1993-10-22  Guido van Rossumadded builtin b/w compat module.
1993-10-22  Guido van RossumAdded missing "import os" to pdb.help()
1993-10-22  Guido van Rossum* profile.py, pdb.py: added help() function
1993-10-22  Sjoerd MullenderSeveral optimizations and speed improvements.
1993-10-18  Guido van Rossum"exec" is now a statement. execfile() is obsolete.
1993-10-18  Guido van Rossum* bltinmodule.c: removed exec() built-in function.
1993-10-18  Guido van Rossum* stdwinmodule.c (stdwin_done): interface to shutdown...
1993-10-15  Sjoerd Mullenderintobject.c: Save references to small integers, so...
1993-10-15  Guido van RossumMakefile, import.c: Lance's alternative module search...
1993-10-12  Sjoerd MullenderAdded widget methods {Height,Width}{,MM}OfScreen.
1993-10-12  Sjoerd Mullender* Added support for X window interface.
1993-10-11  Guido van Rossum* ref3.tex: added cross-ref to try statement for exc...
1993-10-11  Sjoerd Mullender* Extended X interface: pixmap objects, colormap object...
1993-10-11  Sjoerd MullenderNot everyone has Guido's bin in his/her PATH...
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
next