]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Jack Jansen [Wed, 15 Nov 1995 15:18:47 +0000 (15:18 +0000)]
Added support for GrafPort object
Jack Jansen [Wed, 15 Nov 1995 15:18:01 +0000 (15:18 +0000)]
Added (minimal) support for a GrafPort type
Jack Jansen [Wed, 15 Nov 1995 15:17:23 +0000 (15:17 +0000)]
Added definitions for GrafPort object and Fixed type.
Jack Jansen [Tue, 14 Nov 1995 11:35:17 +0000 (11:35 +0000)]
Example: control eudora using AppleEvents
Jack Jansen [Tue, 14 Nov 1995 11:34:17 +0000 (11:34 +0000)]
Sample extension module: InterSLIP control API.
Jack Jansen [Tue, 14 Nov 1995 11:33:32 +0000 (11:33 +0000)]
Control InterSLIP using modeless dialog, uses FrameWork
Jack Jansen [Tue, 14 Nov 1995 11:32:53 +0000 (11:32 +0000)]
Control InterSLIP using a modal dialog
Jack Jansen [Tue, 14 Nov 1995 11:32:06 +0000 (11:32 +0000)]
Browse all PICT resources in the resource chain. Uses SetWindowPic for
display.
Jack Jansen [Tue, 14 Nov 1995 10:48:54 +0000 (10:48 +0000)]
- Added support for PicHandle
- Added (by hand, through winedit.py) support for WindowPeek accessor
functions that are currently declared as macros.
Jack Jansen [Tue, 14 Nov 1995 10:46:59 +0000 (10:46 +0000)]
New universal headers, a few bit-flags were added.
Jack Jansen [Tue, 14 Nov 1995 10:46:01 +0000 (10:46 +0000)]
- Fixed handling of InsetRect, OffsetRect, MapRect
- Added support for PatHandle, CursHandle
- Regenerated from new universal headers.
Jack Jansen [Tue, 14 Nov 1995 10:43:24 +0000 (10:43 +0000)]
Universal header changes: some new bits defined.
Jack Jansen [Tue, 14 Nov 1995 10:41:55 +0000 (10:41 +0000)]
Regenerated because of minor changes in universal headers
Jack Jansen [Tue, 14 Nov 1995 10:40:45 +0000 (10:40 +0000)]
Changed file signature to CW7 project mgr
Jack Jansen [Tue, 14 Nov 1995 10:35:19 +0000 (10:35 +0000)]
Allow '@' for ' ' in uuencoded files.
Jack Jansen [Tue, 14 Nov 1995 10:34:45 +0000 (10:34 +0000)]
Initialize GUSI on the mac.
Jack Jansen [Tue, 14 Nov 1995 10:34:04 +0000 (10:34 +0000)]
Updated for the CW7.5 release, and some minor tweaks that I don't
remember.
Jack Jansen [Tue, 14 Nov 1995 10:32:53 +0000 (10:32 +0000)]
Project to build alternative version of MWCRuntimePPC.lib, needed for
PythonCore as of the CW7.5 release.
Jack Jansen [Tue, 14 Nov 1995 10:31:37 +0000 (10:31 +0000)]
almost-but-not-quite working python with tk.
Jack Jansen [Tue, 14 Nov 1995 10:30:27 +0000 (10:30 +0000)]
Documented ProgressBar and idle()
Jack Jansen [Tue, 14 Nov 1995 10:27:40 +0000 (10:27 +0000)]
MacTkPython configuration file.
Jack Jansen [Tue, 14 Nov 1995 10:26:44 +0000 (10:26 +0000)]
Added progress-bar dialog
Jack Jansen [Tue, 14 Nov 1995 10:26:00 +0000 (10:26 +0000)]
Changed for the 1.3.2 compiler (CW7.5)
Jack Jansen [Tue, 14 Nov 1995 10:24:44 +0000 (10:24 +0000)]
Initialize GUSI for MacTkPython
Jack Jansen [Tue, 14 Nov 1995 10:15:42 +0000 (10:15 +0000)]
Added 2 missing SetPort calls
Jack Jansen [Tue, 14 Nov 1995 10:13:49 +0000 (10:13 +0000)]
Added a ProgressBar() class (which shows a progress bar). Needs new
resource.
Jack Jansen [Fri, 10 Nov 1995 14:56:16 +0000 (14:56 +0000)]
Fixed bug in cts error message handling.
Jack Jansen [Fri, 10 Nov 1995 14:54:53 +0000 (14:54 +0000)]
Added _tkinter, if USE_TK defined
Jack Jansen [Fri, 10 Nov 1995 14:54:16 +0000 (14:54 +0000)]
Continue looking for "open doc" events even after "open app". This
allows you to debug the interpreter in non-interactive mode.
Jack Jansen [Fri, 10 Nov 1995 14:53:00 +0000 (14:53 +0000)]
Cosmetic change to event handling.
Jack Jansen [Fri, 10 Nov 1995 14:51:26 +0000 (14:51 +0000)]
For MW Python, update titlebar of window when python exits.
Jack Jansen [Fri, 10 Nov 1995 14:49:44 +0000 (14:49 +0000)]
Disable pythons own eventhandling on the mac.
Jack Jansen [Fri, 10 Nov 1995 14:48:36 +0000 (14:48 +0000)]
Added idle() method, called when no events are available.
Sjoerd Mullender [Fri, 10 Nov 1995 10:36:07 +0000 (10:36 +0000)]
Fixed basejoin. There were two main problems:
- 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.
Barry Warsaw [Fri, 3 Nov 1995 18:25:15 +0000 (18:25 +0000)]
(py-indent-offset): Change default to 4.
Sjoerd Mullender [Thu, 2 Nov 1995 17:21:33 +0000 (17:21 +0000)]
Also remember the module a class is defined in.
Jack Jansen [Tue, 31 Oct 1995 16:17:32 +0000 (16:17 +0000)]
- plugin tkinter module for ppc python
- minimal python for cfm68k
- sample project for plugin module
Jack Jansen [Tue, 31 Oct 1995 16:15:12 +0000 (16:15 +0000)]
Fix to load needed resources on a mac
Jack Jansen [Mon, 30 Oct 1995 10:23:10 +0000 (10:23 +0000)]
Added providence mailer support
Jack Jansen [Mon, 30 Oct 1995 10:10:19 +0000 (10:10 +0000)]
Added (limited) compuserve error parsing
Jack Jansen [Fri, 27 Oct 1995 13:33:36 +0000 (13:33 +0000)]
Updated 'vers' resource to 1.3 (forgot before the distribution:-)
Changed option dialog to include console-window close options
Jack Jansen [Fri, 27 Oct 1995 13:32:30 +0000 (13:32 +0000)]
Added options for keeping window open on normal/error termination
Moved whole exit-handling of console window here (from pythonrun.c)
Jack Jansen [Fri, 27 Oct 1995 13:22:14 +0000 (13:22 +0000)]
Moved mac-specific exit handling to macmain.c
Jack Jansen [Fri, 27 Oct 1995 13:21:28 +0000 (13:21 +0000)]
Made a bit more robust against out-of-memory situations
Jack Jansen [Mon, 23 Oct 1995 14:36:05 +0000 (14:36 +0000)]
Renamed module tkinter to _tkinter
Jack Jansen [Mon, 23 Oct 1995 14:34:52 +0000 (14:34 +0000)]
Removed unneeded reference to tkinter
Jack Jansen [Mon, 23 Oct 1995 14:34:14 +0000 (14:34 +0000)]
Renamed module tkinter to _tkinter, moved source to _tkinter.c
Jack Jansen [Mon, 23 Oct 1995 13:59:53 +0000 (13:59 +0000)]
Added class MHMailbox
Added optional third parameter to seek.
Jack Jansen [Mon, 23 Oct 1995 13:58:53 +0000 (13:58 +0000)]
MACTCP renamed to MACTCPconst
Jack Jansen [Mon, 23 Oct 1995 13:57:03 +0000 (13:57 +0000)]
Added prototypes.
Jack Jansen [Mon, 23 Oct 1995 13:56:33 +0000 (13:56 +0000)]
Added localport/localhost initialization. This fixes socket.getsockname().
Jack Jansen [Mon, 23 Oct 1995 13:55:45 +0000 (13:55 +0000)]
CW6->CW7
Jack Jansen [Mon, 23 Oct 1995 13:55:11 +0000 (13:55 +0000)]
Take care that filenames for .hqx files are ascii (no more mu's, etc)
Jack Jansen [Mon, 23 Oct 1995 13:54:01 +0000 (13:54 +0000)]
Added missing include for <Aliases.h>
Jack Jansen [Mon, 23 Oct 1995 13:52:52 +0000 (13:52 +0000)]
comment fix
Sjoerd Mullender [Thu, 19 Oct 1995 09:35:31 +0000 (09:35 +0000)]
Script to read and parse error messages from mailer daemons.
Written by Jack, some minor changes by Sjoerd.
Barry Warsaw [Wed, 18 Oct 1995 14:41:12 +0000 (14:41 +0000)]
changed underscore to have symbol syntax
Barry Warsaw [Thu, 12 Oct 1995 21:15:49 +0000 (21:15 +0000)]
(py-indent-offset): this should be buffer local.
Jack Jansen [Thu, 12 Oct 1995 13:45:25 +0000 (13:45 +0000)]
Added third argument to call()
cvs2svn [Thu, 12 Oct 1995 10:34:31 +0000 (10:34 +0000)]
This commit was manufactured by cvs2svn to create tag 'release13'.
Jack Jansen [Thu, 12 Oct 1995 10:34:31 +0000 (10:34 +0000)]
Added imgpbm and imgsgi
Jack Jansen [Thu, 12 Oct 1995 10:23:27 +0000 (10:23 +0000)]
Added missing imgpbm and imgsgi modules
Jack Jansen [Thu, 12 Oct 1995 10:22:57 +0000 (10:22 +0000)]
Export strdup (parsermodule needs it)
Jack Jansen [Thu, 12 Oct 1995 10:22:29 +0000 (10:22 +0000)]
Last few notes/bugs
Jack Jansen [Thu, 12 Oct 1995 10:21:34 +0000 (10:21 +0000)]
Last minor tweaks: debug off, added missing img mods, minor things
Guido van Rossum [Thu, 12 Oct 1995 00:48:18 +0000 (00:48 +0000)]
set date to oct 13
Guido van Rossum [Thu, 12 Oct 1995 00:41:40 +0000 (00:41 +0000)]
rename binasciimodule.c -> binascii.c; disable parsermodule.c
Guido van Rossum [Wed, 11 Oct 1995 19:28:39 +0000 (19:28 +0000)]
mention syslog upgrade
Guido van Rossum [Wed, 11 Oct 1995 18:54:15 +0000 (18:54 +0000)]
undo opaque=fopaque changes; make test script more flexible
Guido van Rossum [Wed, 11 Oct 1995 18:27:23 +0000 (18:27 +0000)]
idraw on top of an image
Guido van Rossum [Wed, 11 Oct 1995 18:06:54 +0000 (18:06 +0000)]
all sorts of minor nits
Guido van Rossum [Wed, 11 Oct 1995 18:03:13 +0000 (18:03 +0000)]
transcribed changes from tut.tex
Guido van Rossum [Wed, 11 Oct 1995 17:57:04 +0000 (17:57 +0000)]
added two names
Guido van Rossum [Wed, 11 Oct 1995 17:47:45 +0000 (17:47 +0000)]
mention Fred Drake's parser module
Guido van Rossum [Wed, 11 Oct 1995 17:41:00 +0000 (17:41 +0000)]
add Listbox.activate()
Guido van Rossum [Wed, 11 Oct 1995 17:40:37 +0000 (17:40 +0000)]
added listbox selection modes
Guido van Rossum [Wed, 11 Oct 1995 17:36:31 +0000 (17:36 +0000)]
add delete() method to ftp object
Guido van Rossum [Wed, 11 Oct 1995 17:35:38 +0000 (17:35 +0000)]
Fred Drake's new parser module
Guido van Rossum [Wed, 11 Oct 1995 17:32:29 +0000 (17:32 +0000)]
add libparser.tex
Guido van Rossum [Wed, 11 Oct 1995 17:30:04 +0000 (17:30 +0000)]
Fred Drake's parser module
Guido van Rossum [Wed, 11 Oct 1995 16:15:28 +0000 (16:15 +0000)]
changes by Steve Clift
Sjoerd Mullender [Wed, 11 Oct 1995 08:47:28 +0000 (08:47 +0000)]
Removed declaration of sginap because it conflicted with a header file.
Sjoerd Mullender [Wed, 11 Oct 1995 08:45:15 +0000 (08:45 +0000)]
Propagate variable calls both to the linker and the compiler.
Jack Jansen [Tue, 10 Oct 1995 14:43:20 +0000 (14:43 +0000)]
Documented MACFS, macostools, EasyDialogs and FrameWork modules.
Jack Jansen [Tue, 10 Oct 1995 14:41:03 +0000 (14:41 +0000)]
Added base64 codec docs
Jack Jansen [Tue, 10 Oct 1995 11:57:49 +0000 (11:57 +0000)]
Fixed typo.
Jack Jansen [Mon, 9 Oct 1995 23:27:06 +0000 (23:27 +0000)]
Fixed positioning of icon on copy()
Jack Jansen [Mon, 9 Oct 1995 23:26:05 +0000 (23:26 +0000)]
Updated for 1.3
Jack Jansen [Mon, 9 Oct 1995 23:25:32 +0000 (23:25 +0000)]
Removed unused variables
Jack Jansen [Mon, 9 Oct 1995 23:24:48 +0000 (23:24 +0000)]
Changed SIZE: minimum 2Mb is a bit over the top...
Jack Jansen [Mon, 9 Oct 1995 23:23:37 +0000 (23:23 +0000)]
Ported to CW7
Jack Jansen [Mon, 9 Oct 1995 23:20:38 +0000 (23:20 +0000)]
Resource files for 1.3 distribution
Jack Jansen [Mon, 9 Oct 1995 23:19:30 +0000 (23:19 +0000)]
Adapted to CW7, added MkPluginAlises
Jack Jansen [Mon, 9 Oct 1995 23:18:21 +0000 (23:18 +0000)]
Changed CW signature and fixed .as/.hqx creator/type
Jack Jansen [Mon, 9 Oct 1995 23:17:18 +0000 (23:17 +0000)]
Adapted to os and imp changes
Jack Jansen [Mon, 9 Oct 1995 23:12:22 +0000 (23:12 +0000)]
New universal headers
Jack Jansen [Mon, 9 Oct 1995 23:09:23 +0000 (23:09 +0000)]
Fixed bug in optional argument error checking (and generated all
suites anew).
Guido van Rossum [Mon, 9 Oct 1995 22:37:28 +0000 (22:37 +0000)]
fix Menu.add_command etc.
Guido van Rossum [Mon, 9 Oct 1995 21:30:37 +0000 (21:30 +0000)]
added 1.2 news
Guido van Rossum [Mon, 9 Oct 1995 21:29:13 +0000 (21:29 +0000)]
added some files