Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New universal headers, a few bit-flags were added. | Jack Jansen | 1995-11-14 | 3 | -2/+13 |
| | |||||
* | - Fixed handling of InsetRect, OffsetRect, MapRect | Jack Jansen | 1995-11-14 | 5 | -13/+190 |
| | | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers. | ||||
* | Universal header changes: some new bits defined. | Jack Jansen | 1995-11-14 | 2 | -2/+11 |
| | |||||
* | Regenerated because of minor changes in universal headers | Jack Jansen | 1995-11-14 | 3 | -24/+25 |
| | |||||
* | Changed file signature to CW7 project mgr | Jack Jansen | 1995-11-14 | 1 | -2/+2 |
| | |||||
* | Allow '@' for ' ' in uuencoded files. | Jack Jansen | 1995-11-14 | 1 | -2/+5 |
| | |||||
* | Initialize GUSI on the mac. | Jack Jansen | 1995-11-14 | 1 | -0/+21 |
| | |||||
* | Updated for the CW7.5 release, and some minor tweaks that I don't | Jack Jansen | 1995-11-14 | 12 | -4248/+4302 |
| | | | | remember. | ||||
* | Project to build alternative version of MWCRuntimePPC.lib, needed for | Jack Jansen | 1995-11-14 | 1 | -0/+100 |
| | | | | PythonCore as of the CW7.5 release. | ||||
* | almost-but-not-quite working python with tk. | Jack Jansen | 1995-11-14 | 1 | -0/+813 |
| | |||||
* | Documented ProgressBar and idle() | Jack Jansen | 1995-11-14 | 2 | -2/+42 |
| | |||||
* | MacTkPython configuration file. | Jack Jansen | 1995-11-14 | 1 | -0/+5 |
| | |||||
* | Added progress-bar dialog | Jack Jansen | 1995-11-14 | 1 | -55/+57 |
| | |||||
* | Changed for the 1.3.2 compiler (CW7.5) | Jack Jansen | 1995-11-14 | 1 | -2/+2 |
| | |||||
* | Initialize GUSI for MacTkPython | Jack Jansen | 1995-11-14 | 1 | -0/+3 |
| | |||||
* | Added 2 missing SetPort calls | Jack Jansen | 1995-11-14 | 1 | -1/+2 |
| | |||||
* | Added a ProgressBar() class (which shows a progress bar). Needs new | Jack Jansen | 1995-11-14 | 1 | -0/+63 |
| | | | | resource. | ||||
* | Fixed bug in cts error message handling. | Jack Jansen | 1995-11-10 | 1 | -1/+1 |
| | |||||
* | Added _tkinter, if USE_TK defined | Jack Jansen | 1995-11-10 | 1 | -1/+6 |
| | |||||
* | Continue looking for "open doc" events even after "open app". This | Jack Jansen | 1995-11-10 | 1 | -0/+3 |
| | | | | allows you to debug the interpreter in non-interactive mode. | ||||
* | Cosmetic change to event handling. | Jack Jansen | 1995-11-10 | 1 | -3/+11 |
| | |||||
* | For MW Python, update titlebar of window when python exits. | Jack Jansen | 1995-11-10 | 1 | -5/+9 |
| | |||||
* | Disable pythons own eventhandling on the mac. | Jack Jansen | 1995-11-10 | 2 | -0/+16 |
| | |||||
* | Added idle() method, called when no events are available. | Jack Jansen | 1995-11-10 | 1 | -0/+5 |
| | |||||
* | Fixed basejoin. There were two main problems: | Sjoerd Mullender | 1995-11-10 | 1 | -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 Warsaw | 1995-11-03 | 1 | -1/+1 |
| | |||||
* | Also remember the module a class is defined in. | Sjoerd Mullender | 1995-11-02 | 1 | -2/+3 |
| | |||||
* | - plugin tkinter module for ppc python | Jack Jansen | 1995-10-31 | 3 | -0/+1166 |
| | | | | | - minimal python for cfm68k - sample project for plugin module | ||||
* | Fix to load needed resources on a mac | Jack Jansen | 1995-10-31 | 1 | -0/+40 |
| | |||||
* | Added providence mailer support | Jack Jansen | 1995-10-30 | 1 | -1/+33 |
| | |||||
* | Added (limited) compuserve error parsing | Jack Jansen | 1995-10-30 | 1 | -1/+25 |
| | |||||
* | Updated 'vers' resource to 1.3 (forgot before the distribution:-) | Jack Jansen | 1995-10-27 | 2 | -72/+74 |
| | | | | Changed option dialog to include console-window close options | ||||
* | Added options for keeping window open on normal/error termination | Jack Jansen | 1995-10-27 | 2 | -10/+47 |
| | | | | Moved whole exit-handling of console window here (from pythonrun.c) | ||||
* | Moved mac-specific exit handling to macmain.c | Jack Jansen | 1995-10-27 | 1 | -21/+4 |
| | |||||
* | Made a bit more robust against out-of-memory situations | Jack Jansen | 1995-10-27 | 1 | -12/+35 |
| | |||||
* | Renamed module tkinter to _tkinter | Jack Jansen | 1995-10-23 | 7 | -36/+37 |
| | |||||
* | Removed unneeded reference to tkinter | Jack Jansen | 1995-10-23 | 1 | -1/+0 |
| | |||||
* | Renamed module tkinter to _tkinter, moved source to _tkinter.c | Jack Jansen | 1995-10-23 | 2 | -7/+7 |
| | |||||
* | Added class MHMailbox | Jack Jansen | 1995-10-23 | 1 | -5/+35 |
| | | | | Added optional third parameter to seek. | ||||
* | MACTCP renamed to MACTCPconst | Jack Jansen | 1995-10-23 | 1 | -2/+2 |
| | |||||
* | Added prototypes. | Jack Jansen | 1995-10-23 | 1 | -2/+2 |
| | |||||
* | Added localport/localhost initialization. This fixes socket.getsockname(). | Jack Jansen | 1995-10-23 | 1 | -0/+2 |
| | |||||
* | CW6->CW7 | Jack Jansen | 1995-10-23 | 1 | -2/+3 |
| | |||||
* | Take care that filenames for .hqx files are ascii (no more mu's, etc) | Jack Jansen | 1995-10-23 | 1 | -1/+8 |
| | |||||
* | Added missing include for <Aliases.h> | Jack Jansen | 1995-10-23 | 1 | -3/+1 |
| | |||||
* | comment fix | Jack Jansen | 1995-10-23 | 1 | -0/+2 |
| | |||||
* | Script to read and parse error messages from mailer daemons. | Sjoerd Mullender | 1995-10-19 | 1 | -0/+201 |
| | | | | Written by Jack, some minor changes by Sjoerd. | ||||
* | changed underscore to have symbol syntax | Barry Warsaw | 1995-10-18 | 1 | -1/+1 |
| | |||||
* | (py-indent-offset): this should be buffer local. | Barry Warsaw | 1995-10-12 | 1 | -0/+2 |
| | |||||
* | Added third argument to call() | Jack Jansen | 1995-10-12 | 2 | -2/+3 |
| |