]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
30 years agoAdded openrf method, which opens resource fork. The resulting object
Jack Jansen [Thu, 29 Feb 1996 16:11:32 +0000 (16:11 +0000)] 
Added openrf method, which opens resource fork. The resulting object
supports a subset of normal file functionality.

30 years agoAdded __sinit() call, so C++ initializations in shared library work
Jack Jansen [Thu, 29 Feb 1996 16:10:32 +0000 (16:10 +0000)] 
Added __sinit() call, so C++ initializations in shared library work

30 years ago*** empty log message ***
Guido van Rossum [Wed, 28 Feb 1996 23:58:09 +0000 (23:58 +0000)] 
*** empty log message ***

30 years ago- Reorganized init code
Jack Jansen [Wed, 28 Feb 1996 15:42:47 +0000 (15:42 +0000)] 
- Reorganized init code
- Fixed serious bug in code to get options from a resource

30 years agoremove unused variables
Guido van Rossum [Tue, 27 Feb 1996 15:21:19 +0000 (15:21 +0000)] 
remove unused variables

30 years ago__FreeBSD__ shared libraries
Guido van Rossum [Sun, 25 Feb 1996 05:02:29 +0000 (05:02 +0000)] 
__FreeBSD__ shared libraries

30 years agodefault CLOCKS_PER_SEC to CLK_TCK if it exists
Guido van Rossum [Sun, 25 Feb 1996 04:50:33 +0000 (04:50 +0000)] 
default CLOCKS_PER_SEC to CLK_TCK if it exists

30 years agoMade 2nd arg to mkdir optional
Guido van Rossum [Sun, 25 Feb 1996 04:50:32 +0000 (04:50 +0000)] 
Made 2nd arg to mkdir optional

30 years agoInclude ncurses.h where needed
Guido van Rossum [Sun, 25 Feb 1996 04:50:31 +0000 (04:50 +0000)] 
Include ncurses.h where needed

30 years agoInclude stdlib.h or declare getenv
Guido van Rossum [Sun, 25 Feb 1996 04:50:31 +0000 (04:50 +0000)] 
Include stdlib.h or declare getenv

30 years agoAdd unsigned char cast
Guido van Rossum [Sun, 25 Feb 1996 04:50:30 +0000 (04:50 +0000)] 
Add unsigned char cast

30 years agoChanges needed to build with Tcl/Tk beta 2!
Guido van Rossum [Sun, 25 Feb 1996 04:50:29 +0000 (04:50 +0000)] 
Changes needed to build with Tcl/Tk beta 2!

30 years agoChanges to make it work with Tcl/Tk beta 1.
Guido van Rossum [Sun, 25 Feb 1996 04:46:40 +0000 (04:46 +0000)] 
Changes to make it work with Tcl/Tk beta 1.

30 years agoAdded TMPL for startup options
Jack Jansen [Wed, 21 Feb 1996 16:47:27 +0000 (16:47 +0000)] 
Added TMPL for startup options
app.

30 years agoStore default startup options in preference file or
Jack Jansen [Wed, 21 Feb 1996 16:46:57 +0000 (16:46 +0000)] 
Store default startup options in preference file or
app.

30 years agoChanged MacOS creator code from PYTH to Pyth
Jack Jansen [Wed, 21 Feb 1996 15:36:26 +0000 (15:36 +0000)] 
Changed MacOS creator code from PYTH to Pyth

30 years agoChange Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
Guido van Rossum [Wed, 21 Feb 1996 15:29:20 +0000 (15:29 +0000)] 
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
by someone else, 'Pyth' is now officially registered by the PSA.

30 years ago- AppleEvent timeout set to infinite
Jack Jansen [Wed, 21 Feb 1996 15:28:49 +0000 (15:28 +0000)] 
- AppleEvent timeout set to infinite
- Continue even if a build fails

30 years agoScript to recursively change PYTH creators to Pyth
Jack Jansen [Wed, 21 Feb 1996 15:27:24 +0000 (15:27 +0000)] 
Script to recursively change PYTH creators to Pyth

30 years agoTk resources (but with a different name, without a space)
Jack Jansen [Wed, 21 Feb 1996 15:26:15 +0000 (15:26 +0000)] 
Tk resources (but with a different name, without a space)

30 years agoMods by Guido: mkdir 2nd arg optional and remove as alias for unlink.
Jack Jansen [Wed, 21 Feb 1996 12:33:50 +0000 (12:33 +0000)] 
Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink.

30 years ago- Added Tk projects
Jack Jansen [Tue, 20 Feb 1996 16:36:10 +0000 (16:36 +0000)] 
- Added Tk projects
- Ported everything to CW8
- Renamed Runtime-Python to PythonCoreRuntime

30 years agoAdded config file for Tk-python
Jack Jansen [Tue, 20 Feb 1996 16:28:18 +0000 (16:28 +0000)] 
Added config file for Tk-python
Removed mwerksglue.c (which was useless anyway)

30 years agoPorted to CW8
Jack Jansen [Tue, 20 Feb 1996 16:26:19 +0000 (16:26 +0000)] 
Ported to CW8

30 years agoPorted to CW8 (added PRE_CW8 ifdef for CW7, for the time being)
Jack Jansen [Tue, 20 Feb 1996 16:25:31 +0000 (16:25 +0000)] 
Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being)

30 years ago- Added Guido's fixes
Jack Jansen [Tue, 20 Feb 1996 16:24:37 +0000 (16:24 +0000)] 
- Added Guido's fixes
- Removed CW4 ifdefs
- Rationalized ifdefs for dup, fdopen

30 years agoAdded ref to Misc/NEWS file; added hint to run regen script on Linux.
Guido van Rossum [Wed, 14 Feb 1996 18:37:46 +0000 (18:37 +0000)] 
Added ref to Misc/NEWS file; added hint to run regen script on Linux.

30 years agoChanged makefile() args from r/w to rb/wb, for non-unix compatability.
Jack Jansen [Wed, 14 Feb 1996 16:06:24 +0000 (16:06 +0000)] 
Changed makefile() args from r/w to rb/wb, for non-unix compatability.

30 years agoTry to normalize urls referring to local files (code copied from posixpath)
Jack Jansen [Wed, 14 Feb 1996 16:05:20 +0000 (16:05 +0000)] 
Try to normalize urls referring to local files (code copied from posixpath)

30 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

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

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

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

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

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

30 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

30 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.

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

30 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

30 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()

30 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

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

30 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

30 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

30 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

30 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()

30 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

30 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

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

30 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

30 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

30 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.

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

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

30 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.

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

30 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

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

30 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

30 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

30 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()

30 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

30 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__

30 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

30 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()

30 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()

30 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

30 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

30 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

30 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

30 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

30 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()

30 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()

30 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

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

30 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

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

30 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.

30 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.

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

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

30 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.

30 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)

30 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

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

30 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

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

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

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

30 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

30 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

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

30 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

30 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

30 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

30 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

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

30 years agoAdded PyComplex_AsCComplex
Guido van Rossum [Fri, 12 Jan 1996 01:21:14 +0000 (01:21 +0000)] 
Added PyComplex_AsCComplex

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

30 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