summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added _tkinter, if USE_TK definedJack Jansen1995-11-101-1/+6
* Continue looking for "open doc" events even after "open app". ThisJack Jansen1995-11-101-0/+3
* Cosmetic change to event handling.Jack Jansen1995-11-101-3/+11
* For MW Python, update titlebar of window when python exits.Jack Jansen1995-11-101-5/+9
* Disable pythons own eventhandling on the mac.Jack Jansen1995-11-102-0/+16
* Added idle() method, called when no events are available.Jack Jansen1995-11-101-0/+5
* Fixed basejoin. There were two main problems:Sjoerd Mullender1995-11-101-13/+37
* (py-indent-offset): Change default to 4.Barry Warsaw1995-11-031-1/+1
* Also remember the module a class is defined in.Sjoerd Mullender1995-11-021-2/+3
* - plugin tkinter module for ppc pythonJack Jansen1995-10-313-0/+1166
* Fix to load needed resources on a macJack Jansen1995-10-311-0/+40
* Added providence mailer supportJack Jansen1995-10-301-1/+33
* Added (limited) compuserve error parsingJack Jansen1995-10-301-1/+25
* Updated 'vers' resource to 1.3 (forgot before the distribution:-)Jack Jansen1995-10-272-72/+74
* Added options for keeping window open on normal/error terminationJack Jansen1995-10-272-10/+47
* Moved mac-specific exit handling to macmain.cJack Jansen1995-10-271-21/+4
* Made a bit more robust against out-of-memory situationsJack Jansen1995-10-271-12/+35
* Renamed module tkinter to _tkinterJack Jansen1995-10-237-36/+37
* Removed unneeded reference to tkinterJack Jansen1995-10-231-1/+0
* Renamed module tkinter to _tkinter, moved source to _tkinter.cJack Jansen1995-10-232-7/+7
* Added class MHMailboxJack Jansen1995-10-231-5/+35
* MACTCP renamed to MACTCPconstJack Jansen1995-10-231-2/+2
* Added prototypes.Jack Jansen1995-10-231-2/+2
* Added localport/localhost initialization. This fixes socket.getsockname().Jack Jansen1995-10-231-0/+2
* CW6->CW7Jack Jansen1995-10-231-2/+3
* Take care that filenames for .hqx files are ascii (no more mu's, etc)Jack Jansen1995-10-231-1/+8
* Added missing include for <Aliases.h>Jack Jansen1995-10-231-3/+1
* comment fixJack Jansen1995-10-231-0/+2
* Script to read and parse error messages from mailer daemons.Sjoerd Mullender1995-10-191-0/+201
* changed underscore to have symbol syntaxBarry Warsaw1995-10-181-1/+1
* (py-indent-offset): this should be buffer local.Barry Warsaw1995-10-121-0/+2
* Added third argument to call()Jack Jansen1995-10-122-2/+3
* This commit was manufactured by cvs2svn to create tag 'release13'.v1.3cvs2svn1995-10-121-0/+1
* Added imgpbm and imgsgiJack Jansen1995-10-121-1/+3
* Added missing imgpbm and imgsgi modulesJack Jansen1995-10-121-0/+4
* Export strdup (parsermodule needs it)Jack Jansen1995-10-121-2/+4
* Last few notes/bugsJack Jansen1995-10-121-0/+9
* Last minor tweaks: debug off, added missing img mods, minor thingsJack Jansen1995-10-1211-3697/+3707
* set date to oct 13Guido van Rossum1995-10-121-1/+1
* rename binasciimodule.c -> binascii.c; disable parsermodule.cGuido van Rossum1995-10-121-2/+6
* mention syslog upgradeGuido van Rossum1995-10-113-0/+10
* undo opaque=fopaque changes; make test script more flexibleGuido van Rossum1995-10-112-5/+6
* idraw on top of an imageGuido van Rossum1995-10-111-0/+23
* all sorts of minor nitsGuido van Rossum1995-10-111-66/+73
* transcribed changes from tut.texGuido van Rossum1995-10-111-135/+144
* added two namesGuido van Rossum1995-10-111-0/+2
* mention Fred Drake's parser moduleGuido van Rossum1995-10-112-0/+10
* add Listbox.activate()Guido van Rossum1995-10-112-0/+4
* added listbox selection modesGuido van Rossum1995-10-112-0/+12
* add delete() method to ftp objectGuido van Rossum1995-10-111-0/+10