]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1991-05-14  Guido van RossumDon't optimize <string> and <stdin> code
1991-05-14  Guido van RossumDeclare ticker as int; made testbool generic for all...
1991-05-05  Guido van RossumAdded recognition of 'l' or 'L' as long integer suffix
1991-05-05  Guido van RossumInclude sys/select.h for IBM R2
1991-05-05  Guido van RossumDefined path delimiter for MS-DOS as semicolon
1991-05-05  Guido van RossumAdded many new functions
1991-05-05  Guido van RossumAdded divmod and abs methods for numbers
1991-05-05  Guido van RossumEnabled (and fixed) newvarobject()
1991-05-05  Guido van RossumInitial revision
1991-05-05  Guido van RossumAdded divmod and abs, fixed negative powers
1991-05-05  Guido van RossumPre-define MS-DOS separator
1991-05-05  Guido van RossumAdded (dummy) divmod and (functional) abs.
1991-05-05  Guido van RossumAdded long integer support.
1991-05-05  Guido van RossumRenamed class members to instances and class methods...
1991-05-05  Guido van RossumRenamed class methods to instance methods (which they...
1991-05-05  Guido van RossumAdded long() and support for longs in int() and float();
1991-05-05  Guido van RossumAdded longobject.h
1991-04-23  Guido van RossumMinor improvements. Removed footnote about CWI pathnames.
1991-04-23  Guido van RossumAdded \dataitem command; removed DRAFT from title;...
1991-04-21  Guido van RossumClarify comment.
1991-04-21  Guido van RossumDelay zero after successful action.
1991-04-21  Guido van RossumRemove reference to util.
1991-04-21  Guido van RossumInitial revision
1991-04-21  Guido van RossumUse built-in file.read() instead of util.readfile().
1991-04-21  Guido van RossumDon't sleep if msecs <= 0.
1991-04-21  Guido van RossumSupport delayed destroy. Use built-in remove.
1991-04-21  Guido van RossumUse text object's new settext() method.
1991-04-21  Guido van RossumAdd destrpy() method.
1991-04-21  Guido van RossumUse built-in remove() method of lists instead of util...
1991-04-16  Guido van RossumNew hacks for include files to get time_t in the most...
1991-04-16  Guido van RossumInitial revision
1991-04-16  Guido van RossumAdd filled drawing methods and polygon methods.
1991-04-16  Guido van RossumMove allobjects.h to front (needed by THINK C precompil...
1991-04-16  Guido van RossumAdd warning about Lambert's bug.
1991-04-16  Guido van RossumAdded pwd and grp modules
1991-04-16  Guido van RossumBUGFIX! Instructions are unsigned bytes.
1991-04-16  Guido van RossumRename class methods to instance methods (at least...
1991-04-10  Guido van RossumInitial revision
1991-04-08  Guido van RossumIncorporated MSDOS changes (untested).
1991-04-08  Guido van RossumMade utime use much more portable.
1991-04-07  Guido van RossumThis is no longer needed, since all these functions...
1991-04-07  Guido van RossumDon't us sys.ps1 and sys.ps2.
1991-04-07  Guido van RossumAdded join() and joinfields() functions.
1991-04-07  Guido van RossumInitial revision
1991-04-07  Guido van RossumSupport packing whole trees.
1991-04-07  Guido van RossumSupport [...] ranges. Also [!...] for negated ranges...
1991-04-07  Guido van RossumAdded window list management functionality.
1991-04-07  Guido van RossumAdded alternate drawing, realize and getwindow interfaces
1991-04-07  Guido van RossumAdded keyboard, alternate drawing, realize and getwindo...
1991-04-07  Guido van RossumEnabled logicop arguments (LO_*).
1991-04-07  Guido van RossumAdded dummy realize() method.
1991-04-07  Guido van RossumNew: getwindow() parent method and realize() child...
1991-04-04  Guido van RossumFix window.setfont() to call drawing_setfont internally.
1991-04-04  Guido van RossumAdd declaration of struct _node, for scoping reasons.
1991-04-04  Guido van RossumMore flexible font setting (mainly for the Mac).
1991-04-04  Guido van RossumAdded external interface to readline, for raw_input().
1991-04-04  Guido van RossumUse fileobject's filegetline() to implement unlimited...
1991-04-04  Guido van RossumHack for THINK C time function.
1991-04-04  Guido van RossumOptimized single-character strings gotten from s[i].
1991-04-04  Guido van RossumAdded isatty() for MPW.
1991-04-04  Guido van RossumAdded opcodes to load local/global variables
1991-04-04  Guido van RossumAdded 'softspace' interface to replace 'needspace'...
1991-04-04  Guido van RossumAdded error checking for numeric constants; added local...
1991-04-04  Guido van RossumChanged 'class member' to 'instance'.
1991-04-04  Guido van RossumChange ugly 'class member' to more normal 'instance'.
1991-04-04  Guido van RossumMoved support functions after main function; added...
1991-04-03  Guido van RossumMade millitimer() and millisleep() global (what the...
1991-04-03  Guido van RossumAdded font, color and default scroll bars interfaces.
1991-04-03  Guido van RossumAdded forward declarations.
1991-04-03  Guido van RossumMoved get*doublearg() routines here from mathmodule.c
1991-04-03  Guido van RossumMoved get*doublearg() routines to modsupport.c
1991-04-03  Guido van RossumSwapped list_ass_item and list_ass_slice to satisfy...
1991-04-03  Guido van RossumAdded forward declaration (to satisfy Standard C).
1991-04-03  Guido van RossumAdded Getnamev() macro.
1991-04-03  Guido van RossumInitial revision
1991-04-03  Guido van RossumAdded declaration for dict2insert.
1991-04-03  Guido van RossumAdded font manager initialization.
1991-04-03  Guido van RossumSatisfy Standard C rules about struct scope.
1991-04-03  Guido van RossumCreate code string with initial size of 1000 instead...
1991-04-03  Guido van RossumDefine and use GETNAMEV macro.
1991-03-06  Guido van RossumOptimized stringitem.
1991-03-06  Guido van RossumReturn value of drawing_generic was ignored! Foo!
1991-03-06  Guido van RossumInclude patchlevel.h (to ensure it is distributed with...
1991-03-06  Guido van RossumAdded repeat (for list*integet).
1991-03-06  Guido van RossumFixed read() and readline() to do arbitrarily long...
1991-02-19  Guido van RossumDependencies on mod[123].tex.
1991-02-19  Guido van RossumSplit into a root file (this one) and three subfile...
1991-02-19  Guido van RossumAdded readfile() and readopenfile() functions.
1991-02-19  Guido van RossumUse readfile from util.py.
1991-02-19  Guido van RossumUse garamod as alternative style.
1991-02-19  Guido van RossumMade function items bold; other changes?
1991-02-19  Guido van RossumMinor changes.
1991-02-19  Guido van RossumRemove Emacs garbage.
1991-02-19  Guido van RossumAdded copyright notice.
1991-02-19  Guido van RossumAdded version that opens a pipe to /bin/pwd.
1991-02-19  Guido van RossumAdded BSD implementations of millisleep.
1991-02-19  Guido van RossumCall winit() here instead of in main initialization.
1991-02-19  Guido van RossumCall the init function of a built-in module here.
1991-02-19  Guido van RossumTurned the list of init calls into a table (see import.c).
1991-02-19  Guido van RossumReversed min and max (to alphabetical order).
next