summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support delayed destroy. Use built-in remove.Guido van Rossum1991-04-212-16/+30
* Use text object's new settext() method.Guido van Rossum1991-04-212-2/+8
* Add destrpy() method.Guido van Rossum1991-04-212-0/+6
* Use built-in remove() method of lists instead of util.remove.Guido van Rossum1991-04-212-20/+18
* New hacks for include files to get time_t in the most portable way.Guido van Rossum1991-04-161-10/+54
* Initial revisionGuido van Rossum1991-04-161-0/+17
* Add filled drawing methods and polygon methods.Guido van Rossum1991-04-161-26/+118
* Move allobjects.h to front (needed by THINK C precompiled headers)Guido van Rossum1991-04-161-2/+2
* Add warning about Lambert's bug.Guido van Rossum1991-04-161-0/+3
* Added pwd and grp modulesGuido van Rossum1991-04-161-0/+4
* BUGFIX! Instructions are unsigned bytes.Guido van Rossum1991-04-161-4/+4
* Rename class methods to instance methods (at least where user-visible)Guido van Rossum1991-04-161-3/+3
* Initial revisionGuido van Rossum1991-04-101-0/+222
* Incorporated MSDOS changes (untested).Guido van Rossum1991-04-081-2/+93
* Made utime use much more portable.Guido van Rossum1991-04-081-14/+52
* This is no longer needed, since all these functions are now built-inGuido van Rossum1991-04-072-22/+12
* Don't us sys.ps1 and sys.ps2.Guido van Rossum1991-04-071-3/+7
* Added join() and joinfields() functions.Guido van Rossum1991-04-072-18/+54
* Initial revisionGuido van Rossum1991-04-0710-0/+861
* Support packing whole trees.Guido van Rossum1991-04-072-0/+52
* Support [...] ranges. Also [!...] for negated ranges, SYSV shell style.Guido van Rossum1991-04-071-14/+50
* Added window list management functionality.Guido van Rossum1991-04-072-12/+126
* Added alternate drawing, realize and getwindow interfacesGuido van Rossum1991-04-072-0/+28
* Added keyboard, alternate drawing, realize and getwindow interfaces.Guido van Rossum1991-04-072-4/+88
* Enabled logicop arguments (LO_*).Guido van Rossum1991-04-072-32/+32
* Added dummy realize() method.Guido van Rossum1991-04-072-0/+6
* New: getwindow() parent method and realize() child method.Guido van Rossum1991-04-072-0/+4
* Fix window.setfont() to call drawing_setfont internally.Guido van Rossum1991-04-041-6/+3
* Add declaration of struct _node, for scoping reasons.Guido van Rossum1991-04-041-0/+2
* More flexible font setting (mainly for the Mac).Guido van Rossum1991-04-041-4/+47
* Added external interface to readline, for raw_input().Guido van Rossum1991-04-042-34/+72
* Use fileobject's filegetline() to implement unlimited raw_input().Guido van Rossum1991-04-041-19/+1
* Hack for THINK C time function.Guido van Rossum1991-04-041-5/+11
* Optimized single-character strings gotten from s[i].Guido van Rossum1991-04-041-13/+23
* Added isatty() for MPW.Guido van Rossum1991-04-041-0/+10
* Added opcodes to load local/global variablesGuido van Rossum1991-04-041-0/+3
* Added 'softspace' interface to replace 'needspace' printing hack.Guido van Rossum1991-04-041-1/+18
* Added error checking for numeric constants; added local/global variableGuido van Rossum1991-04-041-4/+112
* Changed 'class member' to 'instance'.Guido van Rossum1991-04-041-3/+3
* Change ugly 'class member' to more normal 'instance'.Guido van Rossum1991-04-041-19/+19
* Moved support functions after main function; added prototypes;Guido van Rossum1991-04-041-572/+617
* Made millitimer() and millisleep() global (what the heck...).Guido van Rossum1991-04-031-2/+1
* Added font, color and default scroll bars interfaces.Guido van Rossum1991-04-031-1/+141
* Added forward declarations.Guido van Rossum1991-04-031-0/+15
* Moved get*doublearg() routines here from mathmodule.cGuido van Rossum1991-04-031-0/+29
* Moved get*doublearg() routines to modsupport.cGuido van Rossum1991-04-031-29/+0
* Swapped list_ass_item and list_ass_slice to satisfy Standard C.Guido van Rossum1991-04-031-18/+18
* Added forward declaration (to satisfy Standard C).Guido van Rossum1991-04-031-0/+3
* Added Getnamev() macro.Guido van Rossum1991-04-031-0/+1
* Initial revisionGuido van Rossum1991-04-031-0/+333