Commit Graph

4457 Commits

Author SHA1 Message Date
Guido van Rossum
db2318580a Frame versions of documents after mangling by Robin. 1996-10-22 22:13:21 +00:00
Guido van Rossum
bed266ab89 New version for 1.4 from Manus. 1996-10-22 22:08:02 +00:00
Guido van Rossum
cb9fe887f2 Version number and date. 1996-10-22 22:01:03 +00:00
Guido van Rossum
1f17543ee7 Removed LaTeX version of reference manual. Added ref/ref.ps. 1996-10-22 20:00:02 +00:00
Guido van Rossum
6a05f951cd Got rid of most XXXes in the News chapter. Bumped the version to 1.4. 1996-10-22 19:27:46 +00:00
Guido van Rossum
fd1e543316 New date and version number. 1996-10-22 19:00:46 +00:00
Guido van Rossum
176f10e3d5 Get rid of evil workaround for Python 1.4b2 bug. 1996-10-22 18:59:47 +00:00
Guido van Rossum
a31e084136 It turns out that VC1.5 does not necessarily define _WINDOWS. 1996-10-22 17:57:23 +00:00
Jack Jansen
84872293dd Get preference file name from a resource.
Changed for 1.8.0 CWGUSI release
1996-10-22 15:33:02 +00:00
Jack Jansen
d09deac2da Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder 1996-10-22 15:32:06 +00:00
Jack Jansen
2d359bf212 Updated the instructions for the 1.4 release 1996-10-22 15:29:58 +00:00
Jack Jansen
e272303dc1 Added a note about incorrect "PythonCore not found" message
Added a few comments on preference file handling.
1996-10-22 15:29:15 +00:00
Jack Jansen
061ac50ec9 Added a note about PythonApplet name 1996-10-22 15:27:56 +00:00
Jack Jansen
baffd68a19 Version upped to 1.4, removed some unused dialogs, added STR resource
with preference filename.
1996-10-22 15:26:48 +00:00
Jack Jansen
83c74dfa2a - Get preference filename from a resource
- Create the file if it doesn't exist and don't be fussy about it
1996-10-22 15:25:42 +00:00
Jack Jansen
d081b13c0d Added resource for preference file name 1996-10-22 15:24:21 +00:00
Guido van Rossum
5b1b33c7f4 Fix another case where... 1996-10-22 13:28:37 +00:00
Guido van Rossum
58055847f4 Changed version to plain "1.4". 1996-10-22 03:09:46 +00:00
Guido van Rossum
a4e41a805a Added question about error from misuse of mangled names. 1996-10-22 03:00:43 +00:00
Guido van Rossum
36845ede60 Changed URL for PCT again. 1996-10-22 02:25:24 +00:00
Guido van Rossum
02afd080ec Added all current changes. 1996-10-22 02:16:19 +00:00
Guido van Rossum
a80c3988df Added chapter on restricted execution. 1996-10-22 01:12:13 +00:00
Guido van Rossum
6e308d7e40 Start new chapter on restricted execution. 1996-10-22 01:11:53 +00:00
Guido van Rossum
095538dd10 Actual text submitted by AMK. 1996-10-22 01:11:19 +00:00
Guido van Rossum
c3d090cd4b Background chapter on restricted execution. Additional sections are
rexec and bastion.
1996-10-22 01:10:56 +00:00
Guido van Rossum
9cb018e693 Change the default seeding -- use 8 bits of sub-second precision and
fold in the higest 8 bits of the time as well.
1996-10-21 23:20:03 +00:00
Guido van Rossum
b6685dcfeb The usual... 1996-10-21 18:10:19 +00:00
Fred Drake
0c373691ae (Tkinter.py): Fixed bug in re-implementation of OptionMenu. 1996-10-21 17:09:31 +00:00
Guido van Rossum
28574b557b (Fred Drake:) Re-wrote the OptionMenu class to allow access to a real
Menu object via om['menu'] -- this is necessary to use a post-command
with an OptionMenu.  The API has not changed.
1996-10-21 15:16:51 +00:00
Guido van Rossum
cc55c2d295 Changes in description of NeXT options. Fixed reference to newsgroup
(above instead of below).
1996-10-21 15:14:27 +00:00
Guido van Rossum
8bcf369cf9 Support passing in an empty dictionary of keywords to newinstanceobject. 1996-10-21 15:12:32 +00:00
Guido van Rossum
1d6fddb776 Changed _Py_EllipsesObject -> _Py_EllipsisObject. 1996-10-21 15:11:12 +00:00
Guido van Rossum
a1b1cdbab2 Major upgrade by Vladimir Marangozov. 1996-10-21 15:10:39 +00:00
Guido van Rossum
6b02b3e9fc Checkin before ticking changes off.. 1996-10-21 14:56:23 +00:00
Guido van Rossum
d8b4dd6c25 Don't recommend unzipping in the root. 1996-10-21 14:54:59 +00:00
Guido van Rossum
22a67707e9 Changed _Py_EllipsesObject -> _Py_EllipsisObject.
Added PyEval_CallObjectWithKeywords.
1996-10-21 14:53:22 +00:00
Guido van Rossum
cf6c0ea29c Add an XXX comment about apparent incompleteness of Borland defines. 1996-10-21 14:52:24 +00:00
Guido van Rossum
bc2e6319cb From: "Mark Hammond" <MHammond@skippinet.com.au>
Date: Fri, 4 Oct 1996 09:08:19 +1000

A couple of things.  As I mentioned a while back, I have made the
changes to the registry support, in getpath_nt.c.  To recap, there can be:
...\pythonpath = default core Pythonpath
...\pythonpath\Pythonwin = c:\somewhere
etc.

The code simply appends them all.  The order can not be guaranteed
(registry limitation) but the "default" is always at the end.

The main reasons for change were the length of the path, but mainly
so an uninstaller can do the right thing.
1996-10-21 14:40:30 +00:00
Jack Jansen
f8c684d32c Ported to CW10 1996-10-16 15:30:24 +00:00
Jack Jansen
319f1a25fc Added a warning about gusi cfm68k "far data" 1996-10-16 15:28:30 +00:00
Guido van Rossum
b75fba04c7 Forget about Ellipses b/w compatibility. 1996-10-16 04:18:36 +00:00
Jack Jansen
6d1356e9a6 Changed Types to types. 1996-10-15 16:32:07 +00:00
Jack Jansen
59b912adf5 Fixed xstat to again include resroucefork size, creator, type. Obtain
thru macstat(), but other values via stat() (so os.stat() and
os.xstat() agree).
1996-10-15 16:13:33 +00:00
Jack Jansen
3a4b3b0132 Fixed flashing in ProgressBar update. 1996-10-15 16:11:50 +00:00
Guido van Rossum
008ec689be Added warning not to import directly. 1996-10-15 14:40:41 +00:00
Guido van Rossum
4808dcb564 Allow code objects to be passed to run() and eval(). 1996-10-15 14:40:21 +00:00
Guido van Rossum
7e42caba01 Patches for Mac module docs by Jack 1996-10-15 14:37:31 +00:00
Fred Drake
acc8754031 (partparse.py): Small change by Sjoerd to improve handle of X11 extension
documentation.
1996-10-14 16:20:42 +00:00
Guido van Rossum
9c5dc29c3d Added item about bug in Slackware96 libdl. 1996-10-13 15:48:56 +00:00
Guido van Rossum
084814624d Don't close an already closed socket. 1996-10-12 14:07:22 +00:00