]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1993-12-17  Guido van Rossum* mpzmodule.c: cast some methods to the proper type.
1993-12-16  Sjoerd MullenderDon't close the file explicitly.
1993-12-16  Sjoerd MullenderDon't close the file.
1993-12-14  Guido van Rossum* wdbframewin.py (re_eval): set __privileged__ in globa...
1993-12-14  Guido van RossumInitial revision
1993-12-13  Sjoerd MullenderAdded minmax function:
1993-12-13  Sjoerd Mullenderaifc.py: added missing tell() method in AIFC write...
1993-12-03  Sjoerd MullenderPort to Solaris 2.3.
1993-11-30  Guido van Rossumchange syntactical position of lambdef (was an atom...
1993-11-30  Guido van Rossum* test_*.py: new lambda syntax (also affects tests...
1993-11-30  Guido van Rossum* import.c (get_module): pass .py filename to parse_fil...
1993-11-23  Guido van RossumFix lay-out of previous fix.
1993-11-23  Guido van Rossum* timemodule.c: Add hack for Solaris 2.
1993-11-23  Guido van Rossum* {lib,ref,ext,tut}.tex: added explicit \date{<date...
1993-11-19  Guido van Rossum* text2latex.py: call main() instead of always processi...
1993-11-17  Guido van Rossum* import.c (get_module): total rewrite, to ensure prope...
1993-11-11  Guido van RossumFix the fix :-(
1993-11-11  Guido van RossumThree micro fixes to formatstring
1993-11-11  Guido van Rossum* test_select.py: (some) tests for built-in select...
1993-11-10  Guido van Rossum* parsermodule.c, Makefile, config.c: rudimentary inter...
1993-11-10  Guido van Rossum* posixmodule.c: added set{uid,gid}.
1993-11-08  Sjoerd MullenderUse __init__ instead of init.
1993-11-08  Guido van Rossum* string.py: added rindex(), rfind(); changed index...
1993-11-05  Guido van Rossum* ext.tex: did most of the tedious changes from plain...
1993-11-05  Guido van Rossum* ext.tex: documentation for extending, reference count...
1993-11-05  Guido van Rossum* mpzmodule.c: removed redundant mpz_print function.
1993-11-05  Guido van RossumAdded compare operations for functions and code objects.
1993-11-05  Guido van RossumAdded getmappingsize(). (Needed by previous checkin...
1993-11-05  Guido van RossumFix stupib bug in concatenation
1993-11-05  Guido van RossumMust initialize 'inspect' flag
1993-11-05  Guido van RossumAdded execve; change getstrarg into getargs with "s...
1993-11-05  Guido van RossumFix memory leaks in join & joinfields
1993-11-03  Guido van Rossum* nismodule.c: database keys and values can contain...
1993-11-02  Sjoerd MullenderFixed a couple of bugs: getargs doesn't use % escapes...
1993-11-01  Guido van Rossum* ceval.c, longobject.c, methodobject.c, listnode.c...
1993-11-01  Guido van Rossum* selectmodule.c (select_select): timeout argument...
1993-11-01  Guido van Rossum* fileobject.c (softspace): fix bug if called with...
1993-11-01  Guido van RossumHacks for NEXTSTEP.
1993-11-01  Guido van Rossum* rangeobject.{c,h}, bltinmodule.c: removed non-essenti...
1993-11-01  Guido van RossumReplace <<-13 by >>13. Leave old code in #ifdef BUGGY_...
1993-11-01  Guido van RossumSimplify life for md5: include (slightly modified)...
1993-11-01  Guido van RossumRestructured main loop. Etc.
1993-11-01  Guido van RossumMajor rewrite with new read_* interfaces
1993-11-01  Guido van RossumFix bug in backup inside esc sequence.
1993-11-01  Guido van RossumChanged redraw policy.
1993-11-01  Sjoerd MullenderFixed bugs in resizetuple and extended the interface.
1993-10-30  Guido van RossumAdded Dates.py and Rev.py
1993-10-30  Guido van RossumInitial revision
1993-10-30  Guido van RossumFix bug and use __init__
1993-10-28  Guido van RossumInitial revision
1993-10-27  Guido van Rossum* listobject.c (list_ass_slice): XDECREF instead of...
1993-10-27  Guido van Rossum* lib3.tex (module string): added rindex().
1993-10-27  Guido van RossumCommitting the correct graminit.c; also changed confusi...
1993-10-27  Guido van Rossum*** empty log message ***
1993-10-27  Guido van RossumAdd coercions
1993-10-27  Guido van RossumInitial revision
1993-10-26  Guido van Rossum* compile.[ch]: support for lambda()
1993-10-26  Guido van RossumAdd some necessary casts; use double quotes to represen...
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...
next