summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added declaration for dict2insert.Guido van Rossum1991-04-031-0/+2
* Added font manager initialization.Guido van Rossum1991-04-031-0/+6
* Satisfy Standard C rules about struct scope.Guido van Rossum1991-04-031-0/+1
* Create code string with initial size of 1000 instead of 0.Guido van Rossum1991-04-031-1/+1
* Define and use GETNAMEV macro.Guido van Rossum1991-04-031-2/+3
* Optimized stringitem.Guido van Rossum1991-03-061-1/+13
* Return value of drawing_generic was ignored! Foo!Guido van Rossum1991-03-061-7/+7
* Include patchlevel.h (to ensure it is distributed with the rest).Guido van Rossum1991-03-061-0/+2
* Added repeat (for list*integet).Guido van Rossum1991-03-061-1/+99
* Fixed read() and readline() to do arbitrarily long reads.Guido van Rossum1991-03-061-37/+178
* Dependencies on mod[123].tex.Guido van Rossum1991-02-191-1/+1
* Split into a root file (this one) and three subfile mod[123].tex.Guido van Rossum1991-02-192-4178/+6
* Added readfile() and readopenfile() functions.Guido van Rossum1991-02-192-4/+46
* Use readfile from util.py.Guido van Rossum1991-02-192-28/+2
* Use garamod as alternative style.Guido van Rossum1991-02-192-2/+2
* Made function items bold; other changes?Guido van Rossum1991-02-192-398/+634
* Minor changes.Guido van Rossum1991-02-191-5/+5
* Remove Emacs garbage.Guido van Rossum1991-02-191-1/+1
* Added copyright notice.Guido van Rossum1991-02-1993-0/+2232
* Added version that opens a pipe to /bin/pwd.Guido van Rossum1991-02-191-4/+47
* Added BSD implementations of millisleep.Guido van Rossum1991-02-191-0/+34
* Call winit() here instead of in main initialization.Guido van Rossum1991-02-191-10/+16
* Call the init function of a built-in module here.Guido van Rossum1991-02-191-2/+31
* Turned the list of init calls into a table (see import.c).Guido van Rossum1991-02-191-25/+77
* Reversed min and max (to alphabetical order).Guido van Rossum1991-02-191-1/+1
* Hack to open resource fork on the Mac: open(filename, '*rb').Guido van Rossum1991-02-131-2/+10