]>
granicus.if.org Git - python/log
Jack Jansen [Wed, 6 Mar 1996 16:21:34 +0000 (16:21 +0000)]
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
after each chdir call.
Guido van Rossum [Wed, 6 Mar 1996 07:20:06 +0000 (07:20 +0000)]
File upload and revamped documentation.
Jack Jansen [Tue, 5 Mar 1996 16:56:24 +0000 (16:56 +0000)]
Added code to make fsspecs work for gusi-python
Jack Jansen [Tue, 5 Mar 1996 16:56:00 +0000 (16:56 +0000)]
Removed unused vars
Barry Warsaw [Tue, 5 Mar 1996 16:28:07 +0000 (16:28 +0000)]
(py-honor-comment-indentation): new variable.
(py-compute-indentation): use new variable.
Barry Warsaw [Tue, 5 Mar 1996 16:20:19 +0000 (16:20 +0000)]
#removed font-lock cruft
Barry Warsaw [Tue, 5 Mar 1996 00:44:31 +0000 (00:44 +0000)]
(python-font-lock-keywords): Much improved descrimination between
keywords and names with keywords in them.
Barry Warsaw [Mon, 4 Mar 1996 17:15:40 +0000 (17:15 +0000)]
(py-compute-indentation): fix skipping backwards over comments by
using forward-comment (and Emacs 19 function) if available.
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.
Jack Jansen [Thu, 29 Feb 1996 16:10:32 +0000 (16:10 +0000)]
Added __sinit() call, so C++ initializations in shared library work
Guido van Rossum [Wed, 28 Feb 1996 23:58:09 +0000 (23:58 +0000)]
*** empty log message ***
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
Guido van Rossum [Tue, 27 Feb 1996 15:21:19 +0000 (15:21 +0000)]
remove unused variables
Guido van Rossum [Sun, 25 Feb 1996 05:02:29 +0000 (05:02 +0000)]
__FreeBSD__ shared libraries
Guido van Rossum [Sun, 25 Feb 1996 04:50:33 +0000 (04:50 +0000)]
default CLOCKS_PER_SEC to CLK_TCK if it exists
Guido van Rossum [Sun, 25 Feb 1996 04:50:32 +0000 (04:50 +0000)]
Made 2nd arg to mkdir optional
Guido van Rossum [Sun, 25 Feb 1996 04:50:31 +0000 (04:50 +0000)]
Include ncurses.h where needed
Guido van Rossum [Sun, 25 Feb 1996 04:50:31 +0000 (04:50 +0000)]
Include stdlib.h or declare getenv
Guido van Rossum [Sun, 25 Feb 1996 04:50:30 +0000 (04:50 +0000)]
Add unsigned char cast
Guido van Rossum [Sun, 25 Feb 1996 04:50:29 +0000 (04:50 +0000)]
Changes needed to build with Tcl/Tk beta 2!
Guido van Rossum [Sun, 25 Feb 1996 04:46:40 +0000 (04:46 +0000)]
Changes to make it work with Tcl/Tk beta 1.
Jack Jansen [Wed, 21 Feb 1996 16:47:27 +0000 (16:47 +0000)]
Added TMPL for startup options
app.
Jack Jansen [Wed, 21 Feb 1996 16:46:57 +0000 (16:46 +0000)]
Store default startup options in preference file or
app.
Jack Jansen [Wed, 21 Feb 1996 15:36:26 +0000 (15:36 +0000)]
Changed MacOS creator code from PYTH to Pyth
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.
Jack Jansen [Wed, 21 Feb 1996 15:28:49 +0000 (15:28 +0000)]
- AppleEvent timeout set to infinite
- Continue even if a build fails
Jack Jansen [Wed, 21 Feb 1996 15:27:24 +0000 (15:27 +0000)]
Script to recursively change PYTH creators to Pyth
Jack Jansen [Wed, 21 Feb 1996 15:26:15 +0000 (15:26 +0000)]
Tk resources (but with a different name, without a space)
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.
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
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)
Jack Jansen [Tue, 20 Feb 1996 16:26:19 +0000 (16:26 +0000)]
Ported to CW8
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)
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
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.
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.
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)
Jack Jansen [Wed, 14 Feb 1996 16:04:39 +0000 (16:04 +0000)]
Include GUSI.h if compiling for mac with gusi-sockets
Jack Jansen [Wed, 14 Feb 1996 16:03:14 +0000 (16:03 +0000)]
Allow makefile('rb') or 'wb'.
Jack Jansen [Wed, 14 Feb 1996 16:02:30 +0000 (16:02 +0000)]
Modified for GUSI
Jack Jansen [Wed, 14 Feb 1996 16:00:27 +0000 (16:00 +0000)]
For gusi-based python
Jack Jansen [Wed, 14 Feb 1996 15:59:34 +0000 (15:59 +0000)]
GUSI-based python projects
Jack Jansen [Wed, 14 Feb 1996 15:58:30 +0000 (15:58 +0000)]
Comment fix
Jack Jansen [Wed, 14 Feb 1996 15:57:45 +0000 (15:57 +0000)]
Include GUSI.h if using gusi-sockets
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.
Guido van Rossum [Tue, 13 Feb 1996 00:14:09 +0000 (00:14 +0000)]
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
Guido van Rossum [Tue, 13 Feb 1996 00:11:37 +0000 (00:11 +0000)]
get rid of bogus name for init_tkinter()
Guido van Rossum [Tue, 13 Feb 1996 00:04:31 +0000 (00:04 +0000)]
better way to define ComplexType
Guido van Rossum [Tue, 13 Feb 1996 00:02:10 +0000 (00:02 +0000)]
improved test()
Guido van Rossum [Tue, 13 Feb 1996 00:01:28 +0000 (00:01 +0000)]
even better 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
Guido van Rossum [Mon, 12 Feb 1996 23:58:38 +0000 (23:58 +0000)]
fix several bogus var refs in error reporting
Guido van Rossum [Mon, 12 Feb 1996 23:21:58 +0000 (23:21 +0000)]
document OverflowError exception on mktime()
Guido van Rossum [Mon, 12 Feb 1996 23:20:12 +0000 (23:20 +0000)]
atol supports trailing l/L if base is 0
Guido van Rossum [Mon, 12 Feb 1996 23:18:51 +0000 (23:18 +0000)]
document non-BSD SIGCHLD behaviour
Guido van Rossum [Mon, 12 Feb 1996 23:17:40 +0000 (23:17 +0000)]
change jars email
Guido van Rossum [Mon, 12 Feb 1996 23:16:08 +0000 (23:16 +0000)]
listdir no longer returns . or ..; added remove==unlink
Guido van Rossum [Mon, 12 Feb 1996 23:14:36 +0000 (23:14 +0000)]
hypot is now always supported
Guido van Rossum [Mon, 5 Feb 1996 18:49:00 +0000 (18:49 +0000)]
don't die on unreadable files etc.
Jack Jansen [Wed, 31 Jan 1996 10:21:57 +0000 (10:21 +0000)]
Re-binhexed all projects.
Jack Jansen [Mon, 29 Jan 1996 15:47:19 +0000 (15:47 +0000)]
Added cmath module
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.
Jack Jansen [Mon, 29 Jan 1996 15:45:09 +0000 (15:45 +0000)]
Added missing get() method
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
Guido van Rossum [Fri, 26 Jan 1996 21:10:22 +0000 (21:10 +0000)]
remove rcs history
Guido van Rossum [Fri, 26 Jan 1996 21:08:01 +0000 (21:08 +0000)]
support fast mode for gdmb
Guido van Rossum [Fri, 26 Jan 1996 20:53:56 +0000 (20:53 +0000)]
only use 'j' for imaginary constants
Guido van Rossum [Fri, 26 Jan 1996 20:44:30 +0000 (20:44 +0000)]
properly initialize optional arguments to apply()
Guido van Rossum [Fri, 26 Jan 1996 18:59:07 +0000 (18:59 +0000)]
use only j for imaginary constants
Guido van Rossum [Fri, 26 Jan 1996 17:45:07 +0000 (17:45 +0000)]
add keyword args to CanvasItem class __init__
Guido van Rossum [Fri, 26 Jan 1996 17:43:46 +0000 (17:43 +0000)]
more recent linux header files
Guido van Rossum [Fri, 26 Jan 1996 17:41:44 +0000 (17:41 +0000)]
speed up unquote() by using atoi() instead of eval()
Guido van Rossum [Thu, 25 Jan 1996 18:40:41 +0000 (18:40 +0000)]
support 'whence' arg to seek()
Guido van Rossum [Thu, 25 Jan 1996 18:37:21 +0000 (18:37 +0000)]
add acct() method to send new account name
Guido van Rossum [Thu, 25 Jan 1996 18:35:24 +0000 (18:35 +0000)]
fix typo in _setval() return value
Guido van Rossum [Thu, 25 Jan 1996 18:33:39 +0000 (18:33 +0000)]
backward compatible interface for bsddb
Guido van Rossum [Thu, 25 Jan 1996 18:26:57 +0000 (18:26 +0000)]
inherit error from _mod.error
Guido van Rossum [Thu, 25 Jan 1996 18:23:50 +0000 (18:23 +0000)]
real test for executable script
Guido van Rossum [Thu, 25 Jan 1996 18:13:30 +0000 (18:13 +0000)]
correct retrieving return value of os.waitpid()
Guido van Rossum [Thu, 25 Jan 1996 18:07:08 +0000 (18:07 +0000)]
add missing loop step to parseplist()
Guido van Rossum [Thu, 25 Jan 1996 17:34:14 +0000 (17:34 +0000)]
fix default arg for read() -- should be -1
Guido van Rossum [Thu, 25 Jan 1996 17:31:58 +0000 (17:31 +0000)]
add ComplexType
Guido van Rossum [Thu, 25 Jan 1996 16:21:31 +0000 (16:21 +0000)]
use 'j' instead of 'i' for imaginary constants
Jack Jansen [Thu, 25 Jan 1996 16:11:19 +0000 (16:11 +0000)]
Removed unused var
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.
Sjoerd Mullender [Tue, 23 Jan 1996 16:07:29 +0000 (16:07 +0000)]
Corrected format string in api_version_warning.
Jack Jansen [Mon, 22 Jan 1996 14:56:29 +0000 (14:56 +0000)]
Added prototype for PySys_SetArgv
Jack Jansen [Mon, 22 Jan 1996 14:55:52 +0000 (14:55 +0000)]
Set default item for dialog
Jack Jansen [Mon, 22 Jan 1996 14:55:15 +0000 (14:55 +0000)]
Added 16-bit pixel support for some operations.
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)
Jack Jansen [Mon, 15 Jan 1996 14:39:56 +0000 (14:39 +0000)]
Added rgbFgColor and a few other members of CGrafPort
Jack Jansen [Mon, 15 Jan 1996 14:39:11 +0000 (14:39 +0000)]
Added Fm module
Guido van Rossum [Fri, 12 Jan 1996 01:40:19 +0000 (01:40 +0000)]
adde cmath; added version numbers to tk/tcl libs
Guido van Rossum [Fri, 12 Jan 1996 01:39:11 +0000 (01:39 +0000)]
added default hypot() implementation
Guido van Rossum [Fri, 12 Jan 1996 01:38:49 +0000 (01:38 +0000)]
64-bit patch
Guido van Rossum [Fri, 12 Jan 1996 01:38:22 +0000 (01:38 +0000)]
added new.classobj()
Guido van Rossum [Fri, 12 Jan 1996 01:37:02 +0000 (01:37 +0000)]
fix argcount bug for build_node_children
Guido van Rossum [Fri, 12 Jan 1996 01:36:05 +0000 (01:36 +0000)]
clear addr buffer before calling getsockname
Guido van Rossum [Fri, 12 Jan 1996 01:34:57 +0000 (01:34 +0000)]
complex math