]>
granicus.if.org Git - python/log
Guido van Rossum [Thu, 5 Sep 1996 16:46:31 +0000 (16:46 +0000)]
Added Menu.insert*() methods [Fred]
Guido van Rossum [Thu, 5 Sep 1996 16:45:49 +0000 (16:45 +0000)]
Add initial values to variables to avoid crash in __del__
Guido van Rossum [Thu, 5 Sep 1996 15:56:23 +0000 (15:56 +0000)]
Added PyMarshal functions
Guido van Rossum [Thu, 5 Sep 1996 15:48:43 +0000 (15:48 +0000)]
Taken the plunge -- changed to Unix linefeed convention
Guido van Rossum [Thu, 5 Sep 1996 15:32:18 +0000 (15:32 +0000)]
Include file for users of Mark's build procedure
Jack Jansen [Thu, 5 Sep 1996 15:22:16 +0000 (15:22 +0000)]
Completely redone. mkestrres now parses errno.h and Errors.h files
(which have the descriptions of the errors in comments) and
generates errors.txt, macerrors.py and errors.rsrc
Jack Jansen [Thu, 5 Sep 1996 15:20:27 +0000 (15:20 +0000)]
Regenerated, now also includes errno values plus explanations
Jack Jansen [Thu, 5 Sep 1996 15:19:24 +0000 (15:19 +0000)]
Check that our override pythonpath is actually coming from the
application, not from some system extension that happens to use the
same resource id.
Jack Jansen [Thu, 5 Sep 1996 15:17:57 +0000 (15:17 +0000)]
Removed unused vars
Jack Jansen [Thu, 5 Sep 1996 15:17:01 +0000 (15:17 +0000)]
Symbolic names for all error codes from Errors.h and errno.h
Jack Jansen [Thu, 5 Sep 1996 15:15:59 +0000 (15:15 +0000)]
Added a note that redirecting stdin/stdout does not work due to gusi bug.
Guido van Rossum [Thu, 5 Sep 1996 03:15:22 +0000 (03:15 +0000)]
Different unpack instructions for vclibs41.zip
Guido van Rossum [Thu, 5 Sep 1996 01:26:59 +0000 (01:26 +0000)]
New project files from Jim A.
Guido van Rossum [Wed, 4 Sep 1996 23:42:04 +0000 (23:42 +0000)]
Get rid of nobody_uid() and import pwd -- not used here.
Guido van Rossum [Wed, 4 Sep 1996 18:00:09 +0000 (18:00 +0000)]
*** empty log message ***
Jack Jansen [Wed, 4 Sep 1996 15:24:59 +0000 (15:24 +0000)]
- Fixed PyMac_DoYield:
- Update lastyield correctly
- Do event handling if PyMac_YieldEnabled > 0 (previous cmd-. fix
broke this)
- Use our own GUSISpin routine: fixes crash when exiting with sockets
open and keeps windows, etc reacting consistently when waiting for
accepts(), etc.
Barry Warsaw [Wed, 4 Sep 1996 15:21:55 +0000 (15:21 +0000)]
(python-font-lock-keywords): with Python 1.4 `access' is no a keyword
Barry Warsaw [Wed, 4 Sep 1996 15:12:42 +0000 (15:12 +0000)]
I have been increasingly annoyed about the fact that
add-change-log-entry-other-window is so bad about guessing the proper
name of Python functions, methods and variables, so finally I wrote
the following (unidiff patch against python-mode.el 2.73):
Per Cederqvist <ceder@signum.se>
Barry Warsaw [Wed, 4 Sep 1996 14:57:22 +0000 (14:57 +0000)]
#stylistics
Barry Warsaw [Wed, 4 Sep 1996 14:23:00 +0000 (14:23 +0000)]
(python-mode): typos
Barry Warsaw [Wed, 4 Sep 1996 14:14:10 +0000 (14:14 +0000)]
(python-mode): font-lock-defaults must be make-local-variable'd
Guido van Rossum [Tue, 3 Sep 1996 21:20:52 +0000 (21:20 +0000)]
Added elaborate trouble shooting guide.
Added more specific directions for editing the environment on Windows '95.
Made the section headers more visible.
Guido van Rossum [Tue, 3 Sep 1996 18:19:12 +0000 (18:19 +0000)]
Added uninstall option
Barry Warsaw [Tue, 3 Sep 1996 18:17:04 +0000 (18:17 +0000)]
(py-dump-help-string): Use documentation-property to get docstring.
Barry Warsaw [Tue, 3 Sep 1996 16:38:30 +0000 (16:38 +0000)]
(python-mode): font-lock-defaults necessary for Emacs 19, but doesn't
hurt for XEmacs.
Barry Warsaw [Tue, 3 Sep 1996 16:16:04 +0000 (16:16 +0000)]
#py-shell gets an autoload cookie
Guido van Rossum [Tue, 3 Sep 1996 15:08:36 +0000 (15:08 +0000)]
Initial release (+ 1 bugfix in setup.py)
Guido van Rossum [Fri, 30 Aug 1996 20:58:57 +0000 (20:58 +0000)]
The usual
Guido van Rossum [Fri, 30 Aug 1996 20:58:11 +0000 (20:58 +0000)]
More thorough test for working <stdarg.h>.
Guido van Rossum [Fri, 30 Aug 1996 20:41:30 +0000 (20:41 +0000)]
Typo (missing _) in _xdr line.
Guido van Rossum [Fri, 30 Aug 1996 20:39:43 +0000 (20:39 +0000)]
#include <netconfig.h> seems not needed and is harmful on NeXT, so drop it.
Add proper initialization of rtn = NULL in unpack_double.
Guido van Rossum [Fri, 30 Aug 1996 15:18:41 +0000 (15:18 +0000)]
The usual
Guido van Rossum [Fri, 30 Aug 1996 15:18:00 +0000 (15:18 +0000)]
Added checks for strdup and changed checks for hypot.
Guido van Rossum [Thu, 29 Aug 1996 19:00:46 +0000 (19:00 +0000)]
Subtle hack so the eps printed is not dependent on the formatting
habits of the C library we happen to use...
Guido van Rossum [Thu, 29 Aug 1996 18:13:16 +0000 (18:13 +0000)]
Move backup definition for hypot() to Python/hypot.c.
Guido van Rossum [Thu, 29 Aug 1996 18:12:36 +0000 (18:12 +0000)]
Change comments/#ifdef structure for declaration for hypot().
Guido van Rossum [Thu, 29 Aug 1996 18:10:41 +0000 (18:10 +0000)]
*** empty log message ***
Guido van Rossum [Thu, 29 Aug 1996 18:10:30 +0000 (18:10 +0000)]
Needed more includes...
Guido van Rossum [Thu, 29 Aug 1996 17:48:26 +0000 (17:48 +0000)]
*** empty log message ***
Guido van Rossum [Wed, 28 Aug 1996 19:29:44 +0000 (19:29 +0000)]
New version submitted by Jim Fulton.
Guido van Rossum [Wed, 28 Aug 1996 19:23:01 +0000 (19:23 +0000)]
Fix $PATH and add $PYTHONPATH used to run regen.
Guido van Rossum [Wed, 28 Aug 1996 14:28:51 +0000 (14:28 +0000)]
Fix paths to match python1.4 installation.
(Forgot LIBP)
Guido van Rossum [Wed, 28 Aug 1996 14:27:24 +0000 (14:27 +0000)]
Fix paths to match python1.4 installation.
Jack Jansen [Wed, 28 Aug 1996 14:19:53 +0000 (14:19 +0000)]
Merged Guido's mkaliases and Jack's MkPluginAliases
Jack Jansen [Wed, 28 Aug 1996 14:18:58 +0000 (14:18 +0000)]
Completely revamped: it now uses separate instruction files per
distribution. Also, the user interface has been cleaned up a bit.
Jack Jansen [Wed, 28 Aug 1996 14:17:35 +0000 (14:17 +0000)]
Removed RunLibScript from build
Jack Jansen [Wed, 28 Aug 1996 14:16:39 +0000 (14:16 +0000)]
Removed silly dialog
Jack Jansen [Wed, 28 Aug 1996 14:14:09 +0000 (14:14 +0000)]
Projects for 1.4b3 distribution: debugging off, optimizations on, etc.
Jack Jansen [Wed, 28 Aug 1996 14:11:43 +0000 (14:11 +0000)]
"Small" 68K interpreter, without waste, img and tkinter
Jack Jansen [Wed, 28 Aug 1996 13:53:54 +0000 (13:53 +0000)]
Version upped
Jack Jansen [Wed, 28 Aug 1996 13:53:07 +0000 (13:53 +0000)]
Added setwatchcursor() and setarrowcursor() functions
Jack Jansen [Wed, 28 Aug 1996 13:51:11 +0000 (13:51 +0000)]
Updated for 1.4b3
Jack Jansen [Wed, 28 Aug 1996 13:50:21 +0000 (13:50 +0000)]
Added note that these instruction are for a full source distribution,
not a mac source distribution
Guido van Rossum [Mon, 26 Aug 1996 22:34:57 +0000 (22:34 +0000)]
No double underscores for globals please
Guido van Rossum [Mon, 26 Aug 1996 22:16:03 +0000 (22:16 +0000)]
Added /base:0x1e100000 to link options for python14.dll;
randomness created by vc40 internals.
cvs2svn [Mon, 26 Aug 1996 18:33:32 +0000 (18:33 +0000)]
This commit was manufactured by cvs2svn to create tag 'r14beta3'.
Guido van Rossum [Mon, 26 Aug 1996 18:33:32 +0000 (18:33 +0000)]
Another batch of updates...
Guido van Rossum [Mon, 26 Aug 1996 18:23:19 +0000 (18:23 +0000)]
Remove the entry for private variables (it's supposed to be a surprise!)
Guido van Rossum [Mon, 26 Aug 1996 18:22:44 +0000 (18:22 +0000)]
Some final changes. I'll give up on nicely reformatting and
structuring it, for now.
Guido van Rossum [Mon, 26 Aug 1996 18:09:59 +0000 (18:09 +0000)]
Bump exposed __version__ to 1.4.
Correctly handle a URL containing user:password@host when using a proxy.
Guido van Rossum [Mon, 26 Aug 1996 17:52:09 +0000 (17:52 +0000)]
Reformatted some stuff. Put FEATURE FREEZE in all caps.
Guido van Rossum [Mon, 26 Aug 1996 16:40:20 +0000 (16:40 +0000)]
Don't die when getuid() or getpid() aren't defined.
Guido van Rossum [Mon, 26 Aug 1996 16:35:26 +0000 (16:35 +0000)]
Don't do truncation to 8+3 format -- this is used on NT file systems!
Guido van Rossum [Mon, 26 Aug 1996 16:33:30 +0000 (16:33 +0000)]
Added Mime writer module (formerly in Grail)
Guido van Rossum [Mon, 26 Aug 1996 16:20:31 +0000 (16:20 +0000)]
typo (cotinue -> continue)
Guido van Rossum [Mon, 26 Aug 1996 16:19:23 +0000 (16:19 +0000)]
Three sets of changes from Grail:
date: 1996/08/14 17:27:21; author: fdrake; state: Exp; lines: +11 -9
(formatter.py): Establish a consistent space-handling policy, so that all
spaces are handled by the outermost context in which they might be
considered. (I.e., softspaces at element boundaries migrate
outwards.)
For instance: "<A> <IMG> </A>" becomes " <A><IMG></A> ".
This avoids some of those nasty underlined spaces around images. It
does not affect spaces *between* images within an anchor.
date: 1996/08/01 17:02:09; author: fdrake; state: Exp; lines: +3 -2
(formatter.py): Added required parameter to the NullFormatter class; this
was omitted by accident.
Made AbstractFormatter.add_literal_data() handle preceeding softspace
correctly instead of expecting the caller to do it.
date: 1996/07/23 22:18:56; author: fdrake; state: Exp; lines: +1 -1
(formatter.py): Correct assert_line_data() to update all internal conditions;
This now handles headers with only image content immediately followed
by anything.
Guido van Rossum [Mon, 26 Aug 1996 15:56:12 +0000 (15:56 +0000)]
Slightly faster (un)quoting.
Guido van Rossum [Mon, 26 Aug 1996 15:55:00 +0000 (15:55 +0000)]
Use correct separator for capwords(s, sep).
Guido van Rossum [Mon, 26 Aug 1996 15:46:13 +0000 (15:46 +0000)]
Emacs font-lock de-bogo-kludgificocity
Guido van Rossum [Mon, 26 Aug 1996 14:58:54 +0000 (14:58 +0000)]
typo (#indef -> #undef)
Guido van Rossum [Mon, 26 Aug 1996 14:58:03 +0000 (14:58 +0000)]
Use getstringsize where available instead of strlen.
Guido van Rossum [Mon, 26 Aug 1996 14:38:40 +0000 (14:38 +0000)]
Added NumVersion definition.
Guido van Rossum [Mon, 26 Aug 1996 14:37:47 +0000 (14:37 +0000)]
Insert filename in IOError message.
Guido van Rossum [Mon, 26 Aug 1996 14:37:15 +0000 (14:37 +0000)]
Call __initialize(), not __sinit() on Mac dynamic loading entry.
Guido van Rossum [Mon, 26 Aug 1996 05:14:20 +0000 (05:14 +0000)]
OK, now it uses sys.[exec_]prefix and supports
a -o option to specify an output directory. *Much* more convenient.
Removed a whole lot of hullabaloo from the README file, too.
Guido van Rossum [Mon, 26 Aug 1996 04:10:33 +0000 (04:10 +0000)]
Get rid of it totally
Guido van Rossum [Mon, 26 Aug 1996 03:50:10 +0000 (03:50 +0000)]
Added warning that this is unsupported
Guido van Rossum [Mon, 26 Aug 1996 03:49:49 +0000 (03:49 +0000)]
Changes for 1.4 install targets
Guido van Rossum [Mon, 26 Aug 1996 03:02:37 +0000 (03:02 +0000)]
Updated for 1.4beta3
Guido van Rossum [Mon, 26 Aug 1996 02:40:59 +0000 (02:40 +0000)]
Added all changes in beta1 and beta3.
Still very rough (needs reordering etc.).
Guido van Rossum [Mon, 26 Aug 1996 00:33:29 +0000 (00:33 +0000)]
Final set of changes by Fred before 1.4beta3
Guido van Rossum [Sat, 24 Aug 1996 07:54:27 +0000 (07:54 +0000)]
Afterthough: leave both leading underscores in,
so __spam becomes _ClassName__spam.
Guido van Rossum [Sat, 24 Aug 1996 07:29:04 +0000 (07:29 +0000)]
Oops need to mangle global statement separately
Guido van Rossum [Sat, 24 Aug 1996 06:21:31 +0000 (06:21 +0000)]
Name mangling, what the heck!
Guido van Rossum [Fri, 23 Aug 1996 18:47:59 +0000 (18:47 +0000)]
Newly tweaked
Guido van Rossum [Fri, 23 Aug 1996 18:42:39 +0000 (18:42 +0000)]
Use MS_DLL_ID and similar changes
Guido van Rossum [Fri, 23 Aug 1996 18:14:47 +0000 (18:14 +0000)]
Use MS_DLL_ID as sys.winver
Jack Jansen [Fri, 23 Aug 1996 15:52:56 +0000 (15:52 +0000)]
Fixed names of vairous plugins to build, added a couple and added
possibility to create standalone pythons and fat pythons (the latter
not functional yet).
Jack Jansen [Fri, 23 Aug 1996 15:51:48 +0000 (15:51 +0000)]
- MWRuntimeStatic{arch} are static versions of MW shared runtime
libraries
- Except for the above the whole library architecture conforms to MW
documentation.
- PythonCorePPC also uses .exp file now
- Static pythons have full complement of modules
- cfm versions of all possible plugins created (not tested)
Guido van Rossum [Fri, 23 Aug 1996 15:48:14 +0000 (15:48 +0000)]
Added dllbase_nt.txt and python_nt.rc;
added notes to readme.txt about NumPy targets;
added some symbols to python_nt.def.
Jack Jansen [Fri, 23 Aug 1996 15:46:12 +0000 (15:46 +0000)]
Turn on USE_TK and MAC_TCL by default
Guido van Rossum [Fri, 23 Aug 1996 15:45:37 +0000 (15:45 +0000)]
New version/date
Jack Jansen [Fri, 23 Aug 1996 15:45:26 +0000 (15:45 +0000)]
Always call __initialize(), also on PPC
Jack Jansen [Fri, 23 Aug 1996 15:44:18 +0000 (15:44 +0000)]
- Added cfm68k instructions
- Changed names of various things
- Explain how to recreate .exp files.
Guido van Rossum [Fri, 23 Aug 1996 15:35:47 +0000 (15:35 +0000)]
Version number; started chapter on what's new in 1.4
Guido van Rossum [Fri, 23 Aug 1996 15:33:51 +0000 (15:33 +0000)]
Changes to dependencies (Fred)
Guido van Rossum [Thu, 22 Aug 1996 23:18:55 +0000 (23:18 +0000)]
Niceties by Fred
Guido van Rossum [Thu, 22 Aug 1996 23:18:09 +0000 (23:18 +0000)]
Changes for Canvas by Fred
Guido van Rossum [Thu, 22 Aug 1996 23:15:42 +0000 (23:15 +0000)]
Be a bit more careful with printing a warning for a failed __del__.
Guido van Rossum [Thu, 22 Aug 1996 23:15:05 +0000 (23:15 +0000)]
Bump patchlevel (a bit early, but what the heck...)