]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1993-12-29  Guido van RossumInitial revision
1993-12-29  Guido van RossumNew files (not really...)
1993-12-29  Guido van RossumSome minute changes.
1993-12-28  Guido van RossumRot out all uses of time.milli*().
1993-12-28  Guido van RossumRot out all uses of time.milli*().
1993-12-28  Guido van RossumRot out all uses of time.milli*().
1993-12-28  Guido van RossumUse freeze_form instead of freeze_object
1993-12-28  Guido van RossumAdded depend target; cosmetic changes to other targets
1993-12-28  Guido van RossumAdded (dummy) depend target
1993-12-26  Guido van RossumAlpha 1.0.0
1993-12-26  Guido van RossumPy -> Include
1993-12-24  Sjoerd MullenderAdded function ttob.
1993-12-24  Guido van RossumNew files
1993-12-24  Guido van RossumNone
1993-12-24  Guido van RossumNew files
1993-12-24  Guido van RossumMisc changes.
1993-12-24  Guido van RossumNew files.
1993-12-24  Guido van RossumAdded getmaxint() so sys can initialize sys.maxint.
1993-12-24  Sjoerd MullenderANSIfied somewhat.
1993-12-22  Sjoerd MullenderAnd another init incompatibility bites the dust.
1993-12-22  Sjoerd MullenderFixed use of aifc module.
1993-12-21  Guido van Rossum* rangeobject.[ch], bltinmodule.c: incorporate new...
1993-12-21  Sjoerd Mullenderrgbimgmodule.c, Makefile, config.c: new module to read...
1993-12-20  Sjoerd Mullenderalmodule.c: added close method, equivalent to closeport.
1993-12-20  Guido van Rossum* Grammar: corrected old typo (class instead of 'class')
1993-12-20  Guido van RossumNew file
1993-12-20  Guido van RossumNew file
1993-12-20  Guido van RossumNew file
1993-12-20  Sjoerd Mullenderaifc.py, sunau.py: Adapted comments; added access state...
1993-12-17  Guido van Rossum* aifc.py (Aifc_write): fix bogus reference to filename
1993-12-17  Guido van Rossum* Mass change: get rid of all init() methods, in favor...
1993-12-17  Sjoerd MullenderInterface to audio hardware for SGI and Sun.
1993-12-17  Guido van RossumUniformly replaced init() functions by __init__() const...
1993-12-17  Guido van Rossum*** empty log message ***
1993-12-17  Guido van RossumInitial revision
1993-12-17  Guido van Rossum*** empty log message ***
1993-12-17  Guido van Rossum*** empty log message ***
1993-12-17  Guido van Rossum*** empty log message ***
1993-12-17  Guido van Rossum*** empty log message ***
1993-12-17  Guido van Rossum* lib2.tex (sys): updated sys.std{in,out,err} docs...
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.
next