summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New universal headers, a few bit-flags were added.Jack Jansen1995-11-143-2/+13
|
* - Fixed handling of InsetRect, OffsetRect, MapRectJack Jansen1995-11-145-13/+190
| | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers.
* Universal header changes: some new bits defined.Jack Jansen1995-11-142-2/+11
|
* Regenerated because of minor changes in universal headersJack Jansen1995-11-143-24/+25
|
* Changed file signature to CW7 project mgrJack Jansen1995-11-141-2/+2
|
* Allow '@' for ' ' in uuencoded files.Jack Jansen1995-11-141-2/+5
|
* Initialize GUSI on the mac.Jack Jansen1995-11-141-0/+21
|
* Updated for the CW7.5 release, and some minor tweaks that I don'tJack Jansen1995-11-1412-4248/+4302
| | | | remember.
* Project to build alternative version of MWCRuntimePPC.lib, needed forJack Jansen1995-11-141-0/+100
| | | | PythonCore as of the CW7.5 release.
* almost-but-not-quite working python with tk.Jack Jansen1995-11-141-0/+813
|
* Documented ProgressBar and idle()Jack Jansen1995-11-142-2/+42
|
* MacTkPython configuration file.Jack Jansen1995-11-141-0/+5
|
* Added progress-bar dialogJack Jansen1995-11-141-55/+57
|
* Changed for the 1.3.2 compiler (CW7.5)Jack Jansen1995-11-141-2/+2
|
* Initialize GUSI for MacTkPythonJack Jansen1995-11-141-0/+3
|
* Added 2 missing SetPort callsJack Jansen1995-11-141-1/+2
|
* Added a ProgressBar() class (which shows a progress bar). Needs newJack Jansen1995-11-141-0/+63
| | | | resource.
* Fixed bug in cts error message handling.Jack Jansen1995-11-101-1/+1
|
* 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
| | | | allows you to debug the interpreter in non-interactive mode.
* 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
| | | | | | | | | | | | | | - basejoin('some/url', '#name') would strip the last component of some/url and resturn some/#name. - basejoin('file.html', 'relative/path') would return something like file:/relative/path, making a relative path into an absolute one. These bugs are fixed by some drastic changes. No scheme is added when none is present (i.e. it works as replacement for posix.joinpath). If a scheme is present in the second argument, it is returned unprocessed. No hostname are added in this case. If no scheme is present, the scheme of the first argument, if present, is used. The algorithm is commented profusely. Also fixed a typo in a comment.
* (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
| | | | | - minimal python for cfm68k - sample project for plugin module
* 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
| | | | Changed option dialog to include console-window close options
* Added options for keeping window open on normal/error terminationJack Jansen1995-10-272-10/+47
| | | | Moved whole exit-handling of console window here (from pythonrun.c)
* 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
| | | | Added optional third parameter to seek.
* 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
| | | | Written by Jack, some minor changes by Sjoerd.
* 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
|