Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'release13'.v1.3 | cvs2svn | 1995-10-12 | 1 | -0/+1 |
| | |||||
* | Added imgpbm and imgsgi | Jack Jansen | 1995-10-12 | 1 | -1/+3 |
| | |||||
* | Added missing imgpbm and imgsgi modules | Jack Jansen | 1995-10-12 | 1 | -0/+4 |
| | |||||
* | Export strdup (parsermodule needs it) | Jack Jansen | 1995-10-12 | 1 | -2/+4 |
| | |||||
* | Last few notes/bugs | Jack Jansen | 1995-10-12 | 1 | -0/+9 |
| | |||||
* | Last minor tweaks: debug off, added missing img mods, minor things | Jack Jansen | 1995-10-12 | 11 | -3697/+3707 |
| | |||||
* | set date to oct 13 | Guido van Rossum | 1995-10-12 | 1 | -1/+1 |
| | |||||
* | rename binasciimodule.c -> binascii.c; disable parsermodule.c | Guido van Rossum | 1995-10-12 | 1 | -2/+6 |
| | |||||
* | mention syslog upgrade | Guido van Rossum | 1995-10-11 | 3 | -0/+10 |
| | |||||
* | undo opaque=fopaque changes; make test script more flexible | Guido van Rossum | 1995-10-11 | 2 | -5/+6 |
| | |||||
* | idraw on top of an image | Guido van Rossum | 1995-10-11 | 1 | -0/+23 |
| | |||||
* | all sorts of minor nits | Guido van Rossum | 1995-10-11 | 1 | -66/+73 |
| | |||||
* | transcribed changes from tut.tex | Guido van Rossum | 1995-10-11 | 1 | -135/+144 |
| | |||||
* | added two names | Guido van Rossum | 1995-10-11 | 1 | -0/+2 |
| |