]> granicus.if.org Git - python/log
python
29 years agoInclude GUSI.h if compiling for mac with gusi-sockets
Jack Jansen [Wed, 14 Feb 1996 16:04:39 +0000 (16:04 +0000)]
Include GUSI.h if compiling for mac with gusi-sockets

29 years agoAllow makefile('rb') or 'wb'.
Jack Jansen [Wed, 14 Feb 1996 16:03:14 +0000 (16:03 +0000)]
Allow makefile('rb') or 'wb'.

29 years agoModified for GUSI
Jack Jansen [Wed, 14 Feb 1996 16:02:30 +0000 (16:02 +0000)]
Modified for GUSI

29 years agoFor gusi-based python
Jack Jansen [Wed, 14 Feb 1996 16:00:27 +0000 (16:00 +0000)]
For gusi-based python

29 years agoGUSI-based python projects
Jack Jansen [Wed, 14 Feb 1996 15:59:34 +0000 (15:59 +0000)]
GUSI-based python projects

29 years agoComment fix
Jack Jansen [Wed, 14 Feb 1996 15:58:30 +0000 (15:58 +0000)]
Comment fix

29 years agoInclude GUSI.h if using gusi-sockets
Jack Jansen [Wed, 14 Feb 1996 15:57:45 +0000 (15:57 +0000)]
Include GUSI.h if using gusi-sockets

29 years agoModule to convert a mail message to or from quoted-printable. The
Sjoerd Mullender [Wed, 14 Feb 1996 10:40:03 +0000 (10:40 +0000)]
Module to convert a mail message to or from quoted-printable.  The
message may consist of several MIME parts in which case each part is
converted independent of the others.  Only converts when necessary.

29 years agomark strftime as varargs
Guido van Rossum [Tue, 13 Feb 1996 00:14:09 +0000 (00:14 +0000)]
mark strftime as varargs

29 years agoadd remove==unlink; mark strftime as varargs
Guido van Rossum [Tue, 13 Feb 1996 00:12:56 +0000 (00:12 +0000)]
add remove==unlink; mark strftime as varargs

29 years agoget rid of bogus name for init_tkinter()
Guido van Rossum [Tue, 13 Feb 1996 00:11:37 +0000 (00:11 +0000)]
get rid of bogus name for init_tkinter()

29 years agobetter way to define ComplexType
Guido van Rossum [Tue, 13 Feb 1996 00:04:31 +0000 (00:04 +0000)]
better way to define ComplexType

29 years agoimproved test()
Guido van Rossum [Tue, 13 Feb 1996 00:02:10 +0000 (00:02 +0000)]
improved test()

29 years agoeven better way to normalize spaces in add_flowing_data
Guido van Rossum [Tue, 13 Feb 1996 00:01:28 +0000 (00:01 +0000)]
even better way to normalize spaces in add_flowing_data

29 years agobetter way to normalize spaces in add_flowing_data
Guido van Rossum [Mon, 12 Feb 1996 23:59:54 +0000 (23:59 +0000)]
better way to normalize spaces in add_flowing_data

29 years agofix several bogus var refs in error reporting
Guido van Rossum [Mon, 12 Feb 1996 23:58:38 +0000 (23:58 +0000)]
fix several bogus var refs in error reporting

29 years agodocument OverflowError exception on mktime()
Guido van Rossum [Mon, 12 Feb 1996 23:21:58 +0000 (23:21 +0000)]
document OverflowError exception on mktime()

29 years agoatol supports trailing l/L if base is 0
Guido van Rossum [Mon, 12 Feb 1996 23:20:12 +0000 (23:20 +0000)]
atol supports trailing l/L if base is 0

29 years agodocument non-BSD SIGCHLD behaviour
Guido van Rossum [Mon, 12 Feb 1996 23:18:51 +0000 (23:18 +0000)]
document non-BSD SIGCHLD behaviour

29 years agochange jars email
Guido van Rossum [Mon, 12 Feb 1996 23:17:40 +0000 (23:17 +0000)]
change jars email

29 years agolistdir no longer returns . or ..; added remove==unlink
Guido van Rossum [Mon, 12 Feb 1996 23:16:08 +0000 (23:16 +0000)]
listdir no longer returns . or ..; added remove==unlink

29 years agohypot is now always supported
Guido van Rossum [Mon, 12 Feb 1996 23:14:36 +0000 (23:14 +0000)]
hypot is now always supported

29 years agodon't die on unreadable files etc.
Guido van Rossum [Mon, 5 Feb 1996 18:49:00 +0000 (18:49 +0000)]
don't die on unreadable files etc.

29 years agoRe-binhexed all projects.
Jack Jansen [Wed, 31 Jan 1996 10:21:57 +0000 (10:21 +0000)]
Re-binhexed all projects.

29 years agoAdded cmath module
Jack Jansen [Mon, 29 Jan 1996 15:47:19 +0000 (15:47 +0000)]
Added cmath module

29 years agoModules implementing WWW and URL suite, and a module to control netscape.
Jack Jansen [Mon, 29 Jan 1996 15:45:59 +0000 (15:45 +0000)]
Modules implementing WWW and URL suite, and a module to control netscape.

29 years agoAdded missing get() method
Jack Jansen [Mon, 29 Jan 1996 15:45:09 +0000 (15:45 +0000)]
Added missing get() method

29 years agoFixed access to Quickdraw globals. Unfortunately, they now have to be
Jack Jansen [Mon, 29 Jan 1996 15:44:03 +0000 (15:44 +0000)]
Fixed access to Quickdraw globals. Unfortunately, they now have to be
accessed as Qd.qd.xxxx

29 years agoremove rcs history
Guido van Rossum [Fri, 26 Jan 1996 21:10:22 +0000 (21:10 +0000)]
remove rcs history

29 years agosupport fast mode for gdmb
Guido van Rossum [Fri, 26 Jan 1996 21:08:01 +0000 (21:08 +0000)]
support fast mode for gdmb

29 years agoonly use 'j' for imaginary constants
Guido van Rossum [Fri, 26 Jan 1996 20:53:56 +0000 (20:53 +0000)]
only use 'j' for imaginary constants

29 years agoproperly initialize optional arguments to apply()
Guido van Rossum [Fri, 26 Jan 1996 20:44:30 +0000 (20:44 +0000)]
properly initialize optional arguments to apply()

29 years agouse only j for imaginary constants
Guido van Rossum [Fri, 26 Jan 1996 18:59:07 +0000 (18:59 +0000)]
use only j for imaginary constants

29 years agoadd keyword args to CanvasItem class __init__
Guido van Rossum [Fri, 26 Jan 1996 17:45:07 +0000 (17:45 +0000)]
add keyword args to CanvasItem class __init__

29 years agomore recent linux header files
Guido van Rossum [Fri, 26 Jan 1996 17:43:46 +0000 (17:43 +0000)]
more recent linux header files

29 years agospeed up unquote() by using atoi() instead of eval()
Guido van Rossum [Fri, 26 Jan 1996 17:41:44 +0000 (17:41 +0000)]
speed up unquote() by using atoi() instead of eval()

29 years agosupport 'whence' arg to seek()
Guido van Rossum [Thu, 25 Jan 1996 18:40:41 +0000 (18:40 +0000)]
support 'whence' arg to seek()

29 years agoadd acct() method to send new account name
Guido van Rossum [Thu, 25 Jan 1996 18:37:21 +0000 (18:37 +0000)]
add acct() method to send new account name

29 years agofix typo in _setval() return value
Guido van Rossum [Thu, 25 Jan 1996 18:35:24 +0000 (18:35 +0000)]
fix typo in _setval() return value

29 years agobackward compatible interface for bsddb
Guido van Rossum [Thu, 25 Jan 1996 18:33:39 +0000 (18:33 +0000)]
backward compatible interface for bsddb

29 years agoinherit error from _mod.error
Guido van Rossum [Thu, 25 Jan 1996 18:26:57 +0000 (18:26 +0000)]
inherit error from _mod.error

29 years agoreal test for executable script
Guido van Rossum [Thu, 25 Jan 1996 18:23:50 +0000 (18:23 +0000)]
real test for executable script

29 years agocorrect retrieving return value of os.waitpid()
Guido van Rossum [Thu, 25 Jan 1996 18:13:30 +0000 (18:13 +0000)]
correct retrieving return value of os.waitpid()

29 years agoadd missing loop step to parseplist()
Guido van Rossum [Thu, 25 Jan 1996 18:07:08 +0000 (18:07 +0000)]
add missing loop step to parseplist()

29 years agofix default arg for read() -- should be -1
Guido van Rossum [Thu, 25 Jan 1996 17:34:14 +0000 (17:34 +0000)]
fix default arg for read() -- should be -1

29 years agoadd ComplexType
Guido van Rossum [Thu, 25 Jan 1996 17:31:58 +0000 (17:31 +0000)]
add ComplexType

29 years agouse 'j' instead of 'i' for imaginary constants
Guido van Rossum [Thu, 25 Jan 1996 16:21:31 +0000 (16:21 +0000)]
use 'j' instead of 'i' for imaginary constants

29 years agoRemoved unused var
Jack Jansen [Thu, 25 Jan 1996 16:11:19 +0000 (16:11 +0000)]
Removed unused var

29 years ago(py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp.
Barry Warsaw [Tue, 23 Jan 1996 22:52:02 +0000 (22:52 +0000)]
(py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp.

29 years agoCorrected format string in api_version_warning.
Sjoerd Mullender [Tue, 23 Jan 1996 16:07:29 +0000 (16:07 +0000)]
Corrected format string in api_version_warning.

29 years agoAdded prototype for PySys_SetArgv
Jack Jansen [Mon, 22 Jan 1996 14:56:29 +0000 (14:56 +0000)]
Added prototype for PySys_SetArgv

29 years agoSet default item for dialog
Jack Jansen [Mon, 22 Jan 1996 14:55:52 +0000 (14:55 +0000)]
Set default item for dialog

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)