Barry Warsaw
615d4a458f
(python-mode): font-lock-defaults must be make-local-variable'd
1996-09-04 14:14:10 +00:00
Guido van Rossum
2b88061c9c
Added elaborate trouble shooting guide.
...
Added more specific directions for editing the environment on Windows '95.
Made the section headers more visible.
1996-09-03 21:20:52 +00:00
Guido van Rossum
03dea6d026
Added uninstall option
1996-09-03 18:19:12 +00:00
Barry Warsaw
604cefa8df
(py-dump-help-string): Use documentation-property to get docstring.
1996-09-03 18:17:04 +00:00
Barry Warsaw
b1f895150a
(python-mode): font-lock-defaults necessary for Emacs 19, but doesn't
...
hurt for XEmacs.
1996-09-03 16:38:30 +00:00
Barry Warsaw
c72ad871ba
#py-shell gets an autoload cookie
1996-09-03 16:16:04 +00:00
Guido van Rossum
f71f6133d0
Initial release (+ 1 bugfix in setup.py)
1996-09-03 15:08:36 +00:00
Guido van Rossum
90eea07d28
The usual
1996-08-30 20:58:57 +00:00
Guido van Rossum
3f13e48484
More thorough test for working <stdarg.h>.
1996-08-30 20:58:11 +00:00
Guido van Rossum
6eed906533
Typo (missing _) in _xdr line.
1996-08-30 20:41:30 +00:00
Guido van Rossum
6c0b234006
#include <netconfig.h> seems not needed and is harmful on NeXT, so drop it.
...
Add proper initialization of rtn = NULL in unpack_double.
1996-08-30 20:39:43 +00:00
Guido van Rossum
2b3ac69a3a
The usual
1996-08-30 15:18:41 +00:00
Guido van Rossum
f2f7eb34c8
Added checks for strdup and changed checks for hypot.
1996-08-30 15:18:00 +00:00
Guido van Rossum
5ab007b098
Subtle hack so the eps printed is not dependent on the formatting
...
habits of the C library we happen to use...
1996-08-29 19:00:46 +00:00
Guido van Rossum
213a685cd8
Move backup definition for hypot() to Python/hypot.c.
1996-08-29 18:13:16 +00:00
Guido van Rossum
ace527cbc2
Change comments/#ifdef structure for declaration for hypot().
1996-08-29 18:12:36 +00:00
Guido van Rossum
57b1822459
*** empty log message ***
1996-08-29 18:10:41 +00:00
Guido van Rossum
927f6e68fb
Needed more includes...
1996-08-29 18:10:30 +00:00
Guido van Rossum
bae29713ec
*** empty log message ***
1996-08-29 17:48:26 +00:00
Guido van Rossum
62cf605a04
New version submitted by Jim Fulton.
1996-08-28 19:29:44 +00:00
Guido van Rossum
f71bd68673
Fix $PATH and add $PYTHONPATH used to run regen.
1996-08-28 19:23:01 +00:00
Guido van Rossum
7629bbc73c
Fix paths to match python1.4 installation.
...
(Forgot LIBP)
1996-08-28 14:28:51 +00:00
Guido van Rossum
be725fdddb
Fix paths to match python1.4 installation.
1996-08-28 14:27:24 +00:00
Jack Jansen
e3c90a4232
Merged Guido's mkaliases and Jack's MkPluginAliases
1996-08-28 14:19:53 +00:00
Jack Jansen
86288976b6
Completely revamped: it now uses separate instruction files per
...
distribution. Also, the user interface has been cleaned up a bit.
1996-08-28 14:18:58 +00:00
Jack Jansen
a662cf401a
Removed RunLibScript from build
1996-08-28 14:17:35 +00:00
Jack Jansen
055782a15e
Removed silly dialog
1996-08-28 14:16:39 +00:00
Jack Jansen
0a3a74c071
Projects for 1.4b3 distribution: debugging off, optimizations on, etc.
1996-08-28 14:14:09 +00:00
Jack Jansen
4ecc8c2b03
"Small" 68K interpreter, without waste, img and tkinter
1996-08-28 14:11:43 +00:00
Jack Jansen
a82b045e8d
Version upped
1996-08-28 13:53:54 +00:00
Jack Jansen
4634130aad
Added setwatchcursor() and setarrowcursor() functions
1996-08-28 13:53:07 +00:00
Jack Jansen
a1293dae7b
Updated for 1.4b3
1996-08-28 13:51:11 +00:00
Jack Jansen
a78d76dcaf
Added note that these instruction are for a full source distribution,
...
not a mac source distribution
1996-08-28 13:50:21 +00:00
Guido van Rossum
a9b60d9411
No double underscores for globals please
1996-08-26 22:34:57 +00:00
Guido van Rossum
754afd94ed
Added /base:0x1e100000 to link options for python14.dll;
...
randomness created by vc40 internals.
1996-08-26 22:16:03 +00:00
cvs2svn
b2b1ed1781
This commit was manufactured by cvs2svn to create tag 'r14beta3'.
1996-08-26 18:33:32 +00:00
Guido van Rossum
a8763e54ff
Another batch of updates...
1996-08-26 18:33:32 +00:00
Guido van Rossum
52a42fe9e7
Remove the entry for private variables (it's supposed to be a surprise!)
1996-08-26 18:23:19 +00:00
Guido van Rossum
5f9aa9e1f0
Some final changes. I'll give up on nicely reformatting and
...
structuring it, for now.
1996-08-26 18:22:44 +00:00
Guido van Rossum
78c9637075
Bump exposed __version__ to 1.4.
...
Correctly handle a URL containing user:password@host when using a proxy.
1996-08-26 18:09:59 +00:00
Guido van Rossum
dfcf35dc59
Reformatted some stuff. Put FEATURE FREEZE in all caps.
1996-08-26 17:52:09 +00:00
Guido van Rossum
0c8cf888eb
Don't die when getuid() or getpid() aren't defined.
1996-08-26 16:40:20 +00:00
Guido van Rossum
3df7b5a546
Don't do truncation to 8+3 format -- this is used on NT file systems!
1996-08-26 16:35:26 +00:00
Guido van Rossum
c75db0b7f4
Added Mime writer module (formerly in Grail)
1996-08-26 16:33:30 +00:00
Guido van Rossum
cfd89355ef
typo (cotinue -> continue)
1996-08-26 16:20:31 +00:00
Guido van Rossum
8e44991b34
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.
1996-08-26 16:19:23 +00:00
Guido van Rossum
f8abb38737
Slightly faster (un)quoting.
1996-08-26 15:56:12 +00:00
Guido van Rossum
f480c674b1
Use correct separator for capwords(s, sep).
1996-08-26 15:55:00 +00:00
Guido van Rossum
9e3f42909a
Emacs font-lock de-bogo-kludgificocity
1996-08-26 15:46:13 +00:00
Guido van Rossum
6eea32622c
typo (#indef -> #undef)
1996-08-26 14:58:54 +00:00