summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved get*doublearg() routines to modsupport.cGuido van Rossum1991-04-031-29/+0
* Initial revisionGuido van Rossum1991-04-031-0/+333
* Added font manager initialization.Guido van Rossum1991-04-031-0/+6
* Return value of drawing_generic was ignored! Foo!Guido van Rossum1991-03-061-7/+7
* Added copyright notice.Guido van Rossum1991-02-197-0/+168
* 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
* Turned the list of init calls into a table (see import.c).Guido van Rossum1991-02-191-25/+77
* Add getdefwinpos, getdefwinsize;Guido van Rossum1991-02-131-3/+35
* Moved getcwd() hack to its own file.Guido van Rossum1991-01-211-21/+0
* Made all configurable options optional (see Makefile).Guido van Rossum1991-01-181-5/+16
* Added pollevent(); returns None if no event available.Guido van Rossum1991-01-161-8/+38
* Add backward compatibility with -s.Guido van Rossum1991-01-021-1/+8
* Add <errno.h>.Guido van Rossum1990-12-201-0/+5
* Initial revisionGuido van Rossum1990-12-201-0/+86
* "Compiling" versionGuido van Rossum1990-12-206-70/+20
* DECREF pi and e after inserting in symbol table.Guido van Rossum1990-11-181-2/+4
* Turn close commands into WE_CLOSE events.Guido van Rossum1990-11-061-13/+7
* Added w.setwincursor(), selection, and new cut buffer interface.Guido van Rossum1990-10-301-5/+103
* Change set/getcutbuffer to use the new stdwin interface.Guido van Rossum1990-10-301-4/+8
* Added prototype to declaration of strerror().Guido van Rossum1990-10-301-1/+1
* Take out duplication of code in initmodule().Guido van Rossum1990-10-261-11/+2
* Made posix_error back static as it should be.Guido van Rossum1990-10-211-1/+1
* Change posix_error() to call err_errno().Guido van Rossum1990-10-141-10/+2
* Initial revisionGuido van Rossum1990-10-148-0/+4161