]> granicus.if.org Git - python/log
python
29 years agoAdded 16-bit pixel support for some operations.
Jack Jansen [Mon, 22 Jan 1996 14:55:15 +0000 (14:55 +0000)]
Added 16-bit pixel support for some operations.

29 years agoFixed off-by-one error in rle-decode, and allow whitespace in base64
Jack Jansen [Mon, 22 Jan 1996 10:47:15 +0000 (10:47 +0000)]
Fixed off-by-one error in rle-decode, and allow whitespace in base64
ascii input (thanks to Donald Beaudry for pointing these out)

29 years agoAdded rgbFgColor and a few other members of CGrafPort
Jack Jansen [Mon, 15 Jan 1996 14:39:56 +0000 (14:39 +0000)]
Added rgbFgColor and a few other members of CGrafPort

29 years agoAdded Fm module
Jack Jansen [Mon, 15 Jan 1996 14:39:11 +0000 (14:39 +0000)]
Added Fm module

29 years agoadde cmath; added version numbers to tk/tcl libs
Guido van Rossum [Fri, 12 Jan 1996 01:40:19 +0000 (01:40 +0000)]
adde cmath; added version numbers to tk/tcl libs

29 years agoadded default hypot() implementation
Guido van Rossum [Fri, 12 Jan 1996 01:39:11 +0000 (01:39 +0000)]
added default hypot() implementation

29 years ago64-bit patch
Guido van Rossum [Fri, 12 Jan 1996 01:38:49 +0000 (01:38 +0000)]
64-bit patch

29 years agoadded new.classobj()
Guido van Rossum [Fri, 12 Jan 1996 01:38:22 +0000 (01:38 +0000)]
added new.classobj()

29 years agofix argcount bug for build_node_children
Guido van Rossum [Fri, 12 Jan 1996 01:37:02 +0000 (01:37 +0000)]
fix argcount bug for build_node_children

29 years agoclear addr buffer before calling getsockname
Guido van Rossum [Fri, 12 Jan 1996 01:36:05 +0000 (01:36 +0000)]
clear addr buffer before calling getsockname

29 years agocomplex math
Guido van Rossum [Fri, 12 Jan 1996 01:34:57 +0000 (01:34 +0000)]
complex math

29 years agochanges for pow(**) and complex
Guido van Rossum [Fri, 12 Jan 1996 01:31:58 +0000 (01:31 +0000)]
changes for pow(**) and complex

29 years agoadd sigrelse() call for SunOS 4.1; add some fflush() calls
Guido van Rossum [Fri, 12 Jan 1996 01:30:55 +0000 (01:30 +0000)]
add sigrelse() call for SunOS 4.1; add some fflush() calls

29 years agoadded complex and c objects
Guido van Rossum [Fri, 12 Jan 1996 01:26:05 +0000 (01:26 +0000)]
added complex and c objects

29 years agoHack to force loading of cobject.o
Guido van Rossum [Fri, 12 Jan 1996 01:24:09 +0000 (01:24 +0000)]
Hack to force loading of cobject.o

29 years agobetter power implementation
Guido van Rossum [Fri, 12 Jan 1996 01:22:56 +0000 (01:22 +0000)]
better power implementation

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.