Commit graph

4206 commits

Author SHA1 Message Date
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
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