summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | and improve mouse clipping for textedit blocks.
* 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
| | | | Don't throw away key events with no window.
* Add backward compatibility with -s.Guido van Rossum1991-01-021-1/+8
| | | | Add initregexp() call.
* 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
| | | | Remove (broken) compatibility hacks from cutbuffer interface.
* 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
| | | | This makes it possible to cut/paste strings wuth embedded null bytes.
* 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