]> granicus.if.org Git - python/log
python
29 years agoAdded PyComplex_AsCComplex
Guido van Rossum [Fri, 12 Jan 1996 01:21:14 +0000 (01:21 +0000)]
Added PyComplex_AsCComplex

29 years ago__hpux -> hpux equivalence
Guido van Rossum [Fri, 12 Jan 1996 01:17:50 +0000 (01:17 +0000)]
__hpux -> hpux equivalence

29 years agofix args options for setcheckinterval
Guido van Rossum [Fri, 12 Jan 1996 01:15:01 +0000 (01:15 +0000)]
fix args options for setcheckinterval

29 years agochanges for power (**) operator
Guido van Rossum [Fri, 12 Jan 1996 01:13:38 +0000 (01:13 +0000)]
changes for power (**) operator

29 years agochanges for complex and power (**) operator
Guido van Rossum [Fri, 12 Jan 1996 01:13:16 +0000 (01:13 +0000)]
changes for complex and power (**) operator

29 years agochanges for complex numbers
Guido van Rossum [Fri, 12 Jan 1996 01:09:56 +0000 (01:09 +0000)]
changes for complex numbers

29 years agoAdded power (**) operator
Guido van Rossum [Fri, 12 Jan 1996 01:00:58 +0000 (01:00 +0000)]
Added power (**) operator

29 years agoadded decl for PyComplex_AsCComplex
Guido van Rossum [Fri, 12 Jan 1996 00:55:11 +0000 (00:55 +0000)]
added decl for PyComplex_AsCComplex

29 years agochanges for ** (power) operator
Guido van Rossum [Fri, 12 Jan 1996 00:51:44 +0000 (00:51 +0000)]
changes for ** (power) operator

29 years agochanges for complex numbers
Guido van Rossum [Fri, 12 Jan 1996 00:50:33 +0000 (00:50 +0000)]
changes for complex numbers

29 years agobump api version
Guido van Rossum [Fri, 12 Jan 1996 00:49:39 +0000 (00:49 +0000)]
bump api version

29 years agoadded complex and c object.h; get rid of Py_FatalError
Guido van Rossum [Fri, 12 Jan 1996 00:48:04 +0000 (00:48 +0000)]
added complex and c object.h; get rid of Py_FatalError

29 years agocomplex numbers a la Konrad Hinsen
Guido van Rossum [Fri, 12 Jan 1996 00:47:05 +0000 (00:47 +0000)]
complex numbers a la Konrad Hinsen

29 years agoopaque C object a la Jim Fulton
Guido van Rossum [Fri, 12 Jan 1996 00:44:03 +0000 (00:44 +0000)]
opaque C object a la Jim Fulton

29 years ago- Added FontInfo support
Jack Jansen [Thu, 11 Jan 1996 16:17:14 +0000 (16:17 +0000)]
- Added FontInfo support
- Added (read-)access to members of [C]GrafPort object

29 years agoAdded font manager toolbox module
Jack Jansen [Tue, 9 Jan 1996 17:16:52 +0000 (17:16 +0000)]
Added font manager toolbox module

29 years ago- Fixed bug in getfillable()
Jack Jansen [Tue, 9 Jan 1996 17:15:57 +0000 (17:15 +0000)]
- Fixed bug in getfillable()
- Added setcallback() method to set a user-callback

29 years agoAn interface to the font manager
Jack Jansen [Tue, 9 Jan 1996 17:15:16 +0000 (17:15 +0000)]
An interface to the font manager

29 years agoVarious fixes/enhancements, thanks to Ivan and Just:
Jack Jansen [Mon, 8 Jan 1996 23:50:13 +0000 (23:50 +0000)]
Various fixes/enhancements, thanks to Ivan and Just:
- Added window.SetPort() method
- Added optional bounds and resid parameters to Window.open()
- Fixed apple-menu DA handling
- Fixed activate-event handling
- Added default Application.makeusermenus() (File:Quit only)

29 years agoFixed GetPen and SetPt arguments
Jack Jansen [Mon, 8 Jan 1996 23:47:31 +0000 (23:47 +0000)]
Fixed GetPen and SetPt arguments

29 years agoAdded support for PenState and Patterns (and the accompanying qd
Jack Jansen [Sat, 6 Jan 1996 17:12:58 +0000 (17:12 +0000)]
Added support for PenState and Patterns (and the accompanying qd
globals)

29 years agoAdded support for cursors, and a way to get at the qd global 'arrow'
Jack Jansen [Fri, 5 Jan 1996 18:06:41 +0000 (18:06 +0000)]
Added support for cursors, and a way to get at the qd global 'arrow'

29 years agoAdded extra module argument varstuff, to declare extra module-level vars
Jack Jansen [Fri, 5 Jan 1996 18:05:45 +0000 (18:05 +0000)]
Added extra module argument varstuff, to declare extra module-level vars

29 years agoA different binhexer, apparently:-(
Jack Jansen [Tue, 2 Jan 1996 12:15:45 +0000 (12:15 +0000)]
A different binhexer, apparently:-(

29 years agoFixed example
Jack Jansen [Tue, 2 Jan 1996 12:09:30 +0000 (12:09 +0000)]
Fixed example

29 years agoAdded pathname2url and url2pathname methods (only correct for unix and
Jack Jansen [Thu, 21 Dec 1995 15:43:53 +0000 (15:43 +0000)]
Added pathname2url and url2pathname methods (only correct for unix and
mac, so far)

29 years ago(Minimal) instructions on how to build python from source
Jack Jansen [Thu, 21 Dec 1995 15:40:26 +0000 (15:40 +0000)]
(Minimal) instructions on how to build python from source

29 years agoAdded missing newline
Jack Jansen [Thu, 21 Dec 1995 15:38:14 +0000 (15:38 +0000)]
Added missing newline

29 years agoCommon header file for all plugin modules
Jack Jansen [Thu, 21 Dec 1995 15:37:19 +0000 (15:37 +0000)]
Common header file for all plugin modules

29 years agoAdded (dummy) expanduser and expandvar methods
Jack Jansen [Fri, 15 Dec 1995 13:23:37 +0000 (13:23 +0000)]
Added (dummy) expanduser and expandvar methods

29 years agoFixed local file access for macintosh
Jack Jansen [Fri, 15 Dec 1995 13:22:13 +0000 (13:22 +0000)]
Fixed local file access for macintosh

29 years agoSample image drawing code (not fully functional yet)
Jack Jansen [Tue, 12 Dec 1995 15:05:11 +0000 (15:05 +0000)]
Sample image drawing code (not fully functional yet)

29 years agoMinor bugfix in keyboard input handling
Jack Jansen [Tue, 12 Dec 1995 15:03:35 +0000 (15:03 +0000)]
Minor bugfix in keyboard input handling

29 years ago- Added color window/pixmap support
Jack Jansen [Tue, 12 Dec 1995 15:02:03 +0000 (15:02 +0000)]
- Added color window/pixmap support
- Added support for obtaining pixmap data
- Added OptResObj_* routines for optional handles

29 years agodon't return from main loop when error occurs
Guido van Rossum [Sun, 10 Dec 1995 04:57:42 +0000 (04:57 +0000)]
don't return from main loop when error occurs

29 years agoIt now actually works. Also, MovieInWindow and VerySimplePlayer
Jack Jansen [Sat, 9 Dec 1995 14:05:56 +0000 (14:05 +0000)]
It now actually works. Also, MovieInWindow and VerySimplePlayer
example programs translated to python and added.

29 years agoAdded support for RGB objects (tuples in python)
Jack Jansen [Sat, 9 Dec 1995 14:04:31 +0000 (14:04 +0000)]
Added support for RGB objects (tuples in python)

29 years agoAdded Sint8 and Uint8 types
Jack Jansen [Sat, 9 Dec 1995 14:02:54 +0000 (14:02 +0000)]
Added Sint8 and Uint8 types

29 years agoAdded cm and qt demos
Jack Jansen [Sat, 9 Dec 1995 14:02:10 +0000 (14:02 +0000)]
Added cm and qt demos

29 years agoAdded QuickTime module
Jack Jansen [Sat, 9 Dec 1995 14:01:28 +0000 (14:01 +0000)]
Added QuickTime module

29 years agoAdded component mgr and quicktime modules
Jack Jansen [Sat, 9 Dec 1995 14:00:39 +0000 (14:00 +0000)]
Added component mgr and quicktime modules

29 years agofix free memory reads in dictlookup et al
Guido van Rossum [Fri, 8 Dec 1995 01:16:31 +0000 (01:16 +0000)]
fix free memory reads in dictlookup et al

29 years agoUse global statement instead of importing ourselves to get to global
Sjoerd Mullender [Thu, 7 Dec 1995 10:16:45 +0000 (10:16 +0000)]
Use global statement instead of importing ourselves to get to global
variable.

29 years agostill untested (but it compiles)
Jack Jansen [Thu, 30 Nov 1995 17:42:08 +0000 (17:42 +0000)]
still untested (but it compiles)

29 years agoAdded Cm.slb, the component mgr interface
Jack Jansen [Thu, 30 Nov 1995 15:16:42 +0000 (15:16 +0000)]
Added Cm.slb, the component mgr interface

29 years agoQuickTime support (not yet functional)
Jack Jansen [Thu, 30 Nov 1995 15:03:59 +0000 (15:03 +0000)]
QuickTime support (not yet functional)

29 years agoComponent mgr support
Jack Jansen [Thu, 30 Nov 1995 15:03:09 +0000 (15:03 +0000)]
Component mgr support

29 years agoBitMap object support (only lightly tested)
Jack Jansen [Thu, 16 Nov 1995 22:48:29 +0000 (22:48 +0000)]
BitMap object support (only lightly tested)

29 years agoBitMap object support
Jack Jansen [Thu, 16 Nov 1995 22:47:22 +0000 (22:47 +0000)]
BitMap object support

29 years agoA variation on PICTbrowse.py that displays the picture using
Jack Jansen [Wed, 15 Nov 1995 15:20:35 +0000 (15:20 +0000)]
A variation on PICTbrowse.py that displays the picture using
DrawPicture.

29 years agoAdded converters for Fixed
Jack Jansen [Wed, 15 Nov 1995 15:19:29 +0000 (15:19 +0000)]
Added converters for Fixed

29 years agoAdded support for GrafPort object
Jack Jansen [Wed, 15 Nov 1995 15:18:47 +0000 (15:18 +0000)]
Added support for GrafPort object

29 years agoAdded (minimal) support for a GrafPort type
Jack Jansen [Wed, 15 Nov 1995 15:18:01 +0000 (15:18 +0000)]
Added (minimal) support for a GrafPort type

29 years agoAdded definitions for GrafPort object and Fixed type.
Jack Jansen [Wed, 15 Nov 1995 15:17:23 +0000 (15:17 +0000)]
Added definitions for GrafPort object and Fixed type.

29 years agoExample: control eudora using AppleEvents
Jack Jansen [Tue, 14 Nov 1995 11:35:17 +0000 (11:35 +0000)]
Example: control eudora using AppleEvents

29 years agoSample extension module: InterSLIP control API.
Jack Jansen [Tue, 14 Nov 1995 11:34:17 +0000 (11:34 +0000)]
Sample extension module: InterSLIP control API.

29 years agoControl InterSLIP using modeless dialog, uses FrameWork
Jack Jansen [Tue, 14 Nov 1995 11:33:32 +0000 (11:33 +0000)]
Control InterSLIP using modeless dialog, uses FrameWork

29 years agoControl InterSLIP using a modal dialog
Jack Jansen [Tue, 14 Nov 1995 11:32:53 +0000 (11:32 +0000)]
Control InterSLIP using a modal dialog

29 years agoBrowse all PICT resources in the resource chain. Uses SetWindowPic for
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.

29 years ago- Added support for PicHandle
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.

29 years agoNew universal headers, a few bit-flags were added.
Jack Jansen [Tue, 14 Nov 1995 10:46:59 +0000 (10:46 +0000)]
New universal headers, a few bit-flags were added.

29 years ago- Fixed handling of InsetRect, OffsetRect, MapRect
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.

29 years agoUniversal header changes: some new bits defined.
Jack Jansen [Tue, 14 Nov 1995 10:43:24 +0000 (10:43 +0000)]
Universal header changes: some new bits defined.

29 years agoRegenerated because of minor changes in universal headers
Jack Jansen [Tue, 14 Nov 1995 10:41:55 +0000 (10:41 +0000)]
Regenerated because of minor changes in universal headers

29 years agoChanged file signature to CW7 project mgr
Jack Jansen [Tue, 14 Nov 1995 10:40:45 +0000 (10:40 +0000)]
Changed file signature to CW7 project mgr

29 years agoAllow '@' for ' ' in uuencoded files.
Jack Jansen [Tue, 14 Nov 1995 10:35:19 +0000 (10:35 +0000)]
Allow '@' for ' ' in uuencoded files.

29 years agoInitialize GUSI on the mac.
Jack Jansen [Tue, 14 Nov 1995 10:34:45 +0000 (10:34 +0000)]
Initialize GUSI on the mac.

29 years agoUpdated for the CW7.5 release, and some minor tweaks that I don't
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.

29 years agoProject to build alternative version of MWCRuntimePPC.lib, needed for
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.

29 years agoalmost-but-not-quite working python with tk.
Jack Jansen [Tue, 14 Nov 1995 10:31:37 +0000 (10:31 +0000)]
almost-but-not-quite working python with tk.

29 years agoDocumented ProgressBar and idle()
Jack Jansen [Tue, 14 Nov 1995 10:30:27 +0000 (10:30 +0000)]
Documented ProgressBar and idle()

29 years agoMacTkPython configuration file.
Jack Jansen [Tue, 14 Nov 1995 10:27:40 +0000 (10:27 +0000)]
MacTkPython configuration file.

29 years agoAdded progress-bar dialog
Jack Jansen [Tue, 14 Nov 1995 10:26:44 +0000 (10:26 +0000)]
Added progress-bar dialog

29 years agoChanged for the 1.3.2 compiler (CW7.5)
Jack Jansen [Tue, 14 Nov 1995 10:26:00 +0000 (10:26 +0000)]
Changed for the 1.3.2 compiler (CW7.5)

29 years agoInitialize GUSI for MacTkPython
Jack Jansen [Tue, 14 Nov 1995 10:24:44 +0000 (10:24 +0000)]
Initialize GUSI for MacTkPython

29 years agoAdded 2 missing SetPort calls
Jack Jansen [Tue, 14 Nov 1995 10:15:42 +0000 (10:15 +0000)]
Added 2 missing SetPort calls

29 years agoAdded a ProgressBar() class (which shows a progress bar). Needs new
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.

29 years agoFixed bug in cts error message handling.
Jack Jansen [Fri, 10 Nov 1995 14:56:16 +0000 (14:56 +0000)]
Fixed bug in cts error message handling.

29 years agoAdded _tkinter, if USE_TK defined
Jack Jansen [Fri, 10 Nov 1995 14:54:53 +0000 (14:54 +0000)]
Added _tkinter, if USE_TK defined

29 years agoContinue looking for "open doc" events even after "open app". This
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.

29 years agoCosmetic change to event handling.
Jack Jansen [Fri, 10 Nov 1995 14:53:00 +0000 (14:53 +0000)]
Cosmetic change to event handling.

29 years agoFor MW Python, update titlebar of window when python exits.
Jack Jansen [Fri, 10 Nov 1995 14:51:26 +0000 (14:51 +0000)]
For MW Python, update titlebar of window when python exits.

29 years agoDisable pythons own eventhandling on the mac.
Jack Jansen [Fri, 10 Nov 1995 14:49:44 +0000 (14:49 +0000)]
Disable pythons own eventhandling on the mac.

29 years agoAdded idle() method, called when no events are available.
Jack Jansen [Fri, 10 Nov 1995 14:48:36 +0000 (14:48 +0000)]
Added idle() method, called when no events are available.

29 years agoFixed basejoin. There were two main problems:
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.

29 years ago(py-indent-offset): Change default to 4.
Barry Warsaw [Fri, 3 Nov 1995 18:25:15 +0000 (18:25 +0000)]
(py-indent-offset): Change default to 4.

29 years agoAlso remember the module a class is defined in.
Sjoerd Mullender [Thu, 2 Nov 1995 17:21:33 +0000 (17:21 +0000)]
Also remember the module a class is defined in.

29 years ago- plugin tkinter module for ppc python
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

29 years agoFix to load needed resources on a mac
Jack Jansen [Tue, 31 Oct 1995 16:15:12 +0000 (16:15 +0000)]
Fix to load needed resources on a mac

29 years agoAdded providence mailer support
Jack Jansen [Mon, 30 Oct 1995 10:23:10 +0000 (10:23 +0000)]
Added providence mailer support

29 years agoAdded (limited) compuserve error parsing
Jack Jansen [Mon, 30 Oct 1995 10:10:19 +0000 (10:10 +0000)]
Added (limited) compuserve error parsing

29 years agoUpdated 'vers' resource to 1.3 (forgot before the distribution:-)
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

29 years agoAdded options for keeping window open on normal/error termination
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)

29 years agoMoved mac-specific exit handling to macmain.c
Jack Jansen [Fri, 27 Oct 1995 13:22:14 +0000 (13:22 +0000)]
Moved mac-specific exit handling to macmain.c

29 years agoMade a bit more robust against out-of-memory situations
Jack Jansen [Fri, 27 Oct 1995 13:21:28 +0000 (13:21 +0000)]
Made a bit more robust against out-of-memory situations

29 years agoRenamed module tkinter to _tkinter
Jack Jansen [Mon, 23 Oct 1995 14:36:05 +0000 (14:36 +0000)]
Renamed module tkinter to _tkinter

29 years agoRemoved unneeded reference to tkinter
Jack Jansen [Mon, 23 Oct 1995 14:34:52 +0000 (14:34 +0000)]
Removed unneeded reference to tkinter

29 years agoRenamed module tkinter to _tkinter, moved source to _tkinter.c
Jack Jansen [Mon, 23 Oct 1995 14:34:14 +0000 (14:34 +0000)]
Renamed module tkinter to _tkinter, moved source to _tkinter.c

29 years agoAdded class MHMailbox
Jack Jansen [Mon, 23 Oct 1995 13:59:53 +0000 (13:59 +0000)]
Added class MHMailbox
Added optional third parameter to seek.

29 years agoMACTCP renamed to MACTCPconst
Jack Jansen [Mon, 23 Oct 1995 13:58:53 +0000 (13:58 +0000)]
MACTCP renamed to MACTCPconst