Guido van Rossum
c204c70c1a
Added logging support.
1996-09-05 19:07:11 +00:00
Guido van Rossum
e5e46e0d29
Fixed embarrassing logic bug in read_lines_to_outerboundary().
1996-09-05 19:03:36 +00:00
Guido van Rossum
2caac73aa6
Added Menu.insert*() methods [Fred]
1996-09-05 16:46:31 +00:00
Guido van Rossum
e1a7a3b3b3
Add initial values to variables to avoid crash in __del__
1996-09-05 16:45:49 +00:00
Guido van Rossum
932c06e4ff
Added PyMarshal functions
1996-09-05 15:56:23 +00:00
Guido van Rossum
0cc24730fe
Taken the plunge -- changed to Unix linefeed convention
1996-09-05 15:48:43 +00:00
Guido van Rossum
73695eccc8
Include file for users of Mark's build procedure
1996-09-05 15:32:18 +00:00
Jack Jansen
ac4d869433
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
1996-09-05 15:22:16 +00:00
Jack Jansen
6c3d35aeb9
Regenerated, now also includes errno values plus explanations
1996-09-05 15:20:27 +00:00
Jack Jansen
f12e7093d5
Check that our override pythonpath is actually coming from the
...
application, not from some system extension that happens to use the
same resource id.
1996-09-05 15:19:24 +00:00
Jack Jansen
b9bf6e2dde
Removed unused vars
1996-09-05 15:17:57 +00:00
Jack Jansen
4a5be817da
Symbolic names for all error codes from Errors.h and errno.h
1996-09-05 15:17:01 +00:00
Jack Jansen
22fa64249c
Added a note that redirecting stdin/stdout does not work due to gusi bug.
1996-09-05 15:15:59 +00:00
Guido van Rossum
983c552c43
Different unpack instructions for vclibs41.zip
1996-09-05 03:15:22 +00:00
Guido van Rossum
54d9fa2e40
New project files from Jim A.
1996-09-05 01:26:59 +00:00
Guido van Rossum
f469d5b05d
Get rid of nobody_uid() and import pwd -- not used here.
1996-09-04 23:42:04 +00:00
Guido van Rossum
c14a747d4b
*** empty log message ***
1996-09-04 18:00:09 +00:00
Jack Jansen
f6865f77d4
- 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.
1996-09-04 15:24:59 +00:00
Barry Warsaw
2e049b2b05
(python-font-lock-keywords): with Python 1.4 `access' is no a keyword
1996-09-04 15:21:55 +00:00
Barry Warsaw
b3e81d58aa
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>
1996-09-04 15:12:42 +00:00
Barry Warsaw
01af401e27
#stylistics
1996-09-04 14:57:22 +00:00
Barry Warsaw
550a02e6ae
(python-mode): typos
1996-09-04 14:23:00 +00:00
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