]> granicus.if.org Git - python/log
python
28 years ago(partparse.py): Fix nasty bug where \e got translated to @e only within
Fred Drake [Fri, 25 Oct 1996 22:13:10 +0000 (22:13 +0000)]
(partparse.py):  Fix nasty bug where \e got translated to @e only within
the optional arg of an \item[].

28 years agoThis commit was manufactured by cvs2svn to create tag 'release14'. v1.4
cvs2svn [Fri, 25 Oct 1996 15:40:20 +0000 (15:40 +0000)]
This commit was manufactured by cvs2svn to create tag 'release14'.

28 years agoAdded disclaimer.
Guido van Rossum [Fri, 25 Oct 1996 15:40:20 +0000 (15:40 +0000)]
Added disclaimer.

28 years agoNew permission notice, includes CNRI.
Guido van Rossum [Fri, 25 Oct 1996 14:44:06 +0000 (14:44 +0000)]
New permission notice, includes CNRI.

28 years agoAdded disclaimer.
Guido van Rossum [Fri, 25 Oct 1996 14:35:24 +0000 (14:35 +0000)]
Added disclaimer.

28 years agoReady for release. Added section on the book. Removed bugs/gripes emails.
Guido van Rossum [Fri, 25 Oct 1996 14:32:48 +0000 (14:32 +0000)]
Ready for release.  Added section on the book.  Removed bugs/gripes emails.
New copyright.

28 years agoNoticed a few more things that have been done.
Guido van Rossum [Fri, 25 Oct 1996 14:25:31 +0000 (14:25 +0000)]
Noticed a few more things that have been done.

28 years agoAdded last-minute changes.
Guido van Rossum [Fri, 25 Oct 1996 14:21:55 +0000 (14:21 +0000)]
Added last-minute changes.

28 years agoUpdated notice.
Guido van Rossum [Fri, 25 Oct 1996 14:06:07 +0000 (14:06 +0000)]
Updated notice.

28 years agoCNRI additions, approved by the boss and his wife :-)
Guido van Rossum [Fri, 25 Oct 1996 13:45:43 +0000 (13:45 +0000)]
CNRI additions, approved by the boss and his wife :-)

28 years agoSmall nits only.
Guido van Rossum [Thu, 24 Oct 1996 22:49:13 +0000 (22:49 +0000)]
Small nits only.

28 years agoThe usual :-(
Guido van Rossum [Thu, 24 Oct 1996 22:27:16 +0000 (22:27 +0000)]
The usual :-(

28 years agoTouched by FrameMaker :-(
Guido van Rossum [Thu, 24 Oct 1996 22:25:46 +0000 (22:25 +0000)]
Touched by FrameMaker :-(

28 years agoInclude updated title page.
Guido van Rossum [Thu, 24 Oct 1996 22:24:30 +0000 (22:24 +0000)]
Include updated title page.

28 years agoDone with this for 1.4.
Guido van Rossum [Thu, 24 Oct 1996 22:14:06 +0000 (22:14 +0000)]
Done with this for 1.4.

28 years agoDone with the "New in 1.4" chapter.
Guido van Rossum [Thu, 24 Oct 1996 22:12:48 +0000 (22:12 +0000)]
Done with the "New in 1.4" chapter.

28 years agoAdd SHELL=/bin/sh definition, to override SGI make's default to $SHELL.
Guido van Rossum [Thu, 24 Oct 1996 21:47:45 +0000 (21:47 +0000)]
Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.

28 years agoRemoved CNRI copyright, changed notice to standard notice.
Guido van Rossum [Thu, 24 Oct 1996 18:41:30 +0000 (18:41 +0000)]
Removed CNRI copyright, changed notice to standard notice.
Added date and version to title.

28 years agoGet rid of bogus binding of <Delete> to a function that deletes the next
Guido van Rossum [Thu, 24 Oct 1996 18:34:36 +0000 (18:34 +0000)]
Get rid of bogus binding of <Delete> to a function that deletes the next
character (this is already a built-in binding now).

28 years agoCorrect truncated paragraph.
Guido van Rossum [Thu, 24 Oct 1996 14:47:44 +0000 (14:47 +0000)]
Correct truncated paragraph.

28 years agoFix truncated paragraph in doc string.
Guido van Rossum [Thu, 24 Oct 1996 14:44:32 +0000 (14:44 +0000)]
Fix truncated paragraph in doc string.
Bump version to 2.0.

28 years agoRemoved NumPy instructions. Add note about VC 4.0 vs. 4.2.
Guido van Rossum [Thu, 24 Oct 1996 14:30:58 +0000 (14:30 +0000)]
Removed NumPy instructions.  Add note about VC 4.0 vs. 4.2.

28 years agoRemoved NumPy files -- no time to fix these.
Guido van Rossum [Thu, 24 Oct 1996 14:28:18 +0000 (14:28 +0000)]
Removed NumPy files -- no time to fix these.

28 years agoCast mtime gotten from stat() to long int -- else it won't work
Guido van Rossum [Thu, 24 Oct 1996 13:42:30 +0000 (13:42 +0000)]
Cast mtime gotten from stat() to long int -- else it won't work
on the Mac.

Jack!  Please fix this in the Mac distributions!

28 years agoSet /MD option for *all* projects (even python.exe).
Guido van Rossum [Thu, 24 Oct 1996 00:08:27 +0000 (00:08 +0000)]
Set /MD option for *all* projects (even python.exe).

28 years agoBarry's latest (2.83). He likes this version particularly because
Guido van Rossum [Wed, 23 Oct 1996 20:55:00 +0000 (20:55 +0000)]
Barry's latest (2.83).  He likes this version particularly because
83 is a prime number.

28 years agoAdded answer by Greg Stein about threads on Linux.
Guido van Rossum [Wed, 23 Oct 1996 20:52:55 +0000 (20:52 +0000)]
Added answer by Greg Stein about threads on Linux.

28 years ago(py-indent-line): take an optional universal argument which says to
Barry Warsaw [Wed, 23 Oct 1996 20:44:59 +0000 (20:44 +0000)]
(py-indent-line): take an optional universal argument which says to
defeat extra outdentation for block closing statements (return, raise,
break, continue, pass).

(py-compute-indentation): extra argument to honor block closing
statements.

(py-electric-colon, py-indent-region): use py-compute-indentation's
extra argument

(py-statement-closes-block-p): `pass' treated as a block closing
statement.

28 years agoFix case where you start a new group immediately after a label.
Guido van Rossum [Wed, 23 Oct 1996 17:53:06 +0000 (17:53 +0000)]
Fix case where you start a new group immediately after a label.
Thanks to Ka-Ping Yee.

28 years agoIgnore Frame backup and lock files.
Guido van Rossum [Wed, 23 Oct 1996 16:25:38 +0000 (16:25 +0000)]
Ignore Frame backup and lock files.

28 years agoAdapted to migration of reference manual to Frame.
Guido van Rossum [Wed, 23 Oct 1996 16:23:47 +0000 (16:23 +0000)]
Adapted to migration of reference manual to Frame.

28 years agoRegenerated to remove hidden text from page 1.
Guido van Rossum [Wed, 23 Oct 1996 16:15:26 +0000 (16:15 +0000)]
Regenerated to remove hidden text from page 1.

28 years agoProbably just binhexed again...
Jack Jansen [Wed, 23 Oct 1996 15:53:32 +0000 (15:53 +0000)]
Probably just binhexed again...

28 years agoDifferent default location for distribution templates
Jack Jansen [Wed, 23 Oct 1996 15:52:56 +0000 (15:52 +0000)]
Different default location for distribution templates

28 years agoOnly copy project files from build* and plugins to the projects
Jack Jansen [Wed, 23 Oct 1996 15:52:16 +0000 (15:52 +0000)]
Only copy project files from build* and plugins to the projects
folder, leave other projects where they are

28 years agoBuild imgmodules.cfm68k too
Jack Jansen [Wed, 23 Oct 1996 15:51:35 +0000 (15:51 +0000)]
Build imgmodules.cfm68k too

28 years agoAdded USE_MALLOC_DEBUG (disabled)
Jack Jansen [Wed, 23 Oct 1996 15:50:26 +0000 (15:50 +0000)]
Added USE_MALLOC_DEBUG (disabled)

28 years agoProject files for 1.4 release
Jack Jansen [Wed, 23 Oct 1996 15:49:36 +0000 (15:49 +0000)]
Project files for 1.4 release

28 years agoMalloc debugging now flagged with USE_MALLOC_DEBUG
Jack Jansen [Wed, 23 Oct 1996 15:46:57 +0000 (15:46 +0000)]
Malloc debugging now flagged with USE_MALLOC_DEBUG

28 years agoUpdated to cw10
Jack Jansen [Wed, 23 Oct 1996 15:46:25 +0000 (15:46 +0000)]
Updated to cw10

28 years agoFixed gusi preferences
Jack Jansen [Wed, 23 Oct 1996 15:45:36 +0000 (15:45 +0000)]
Fixed gusi preferences

28 years agoremoved unused var
Jack Jansen [Wed, 23 Oct 1996 15:44:27 +0000 (15:44 +0000)]
removed unused var

28 years agoAdded support for tab hooks
Jack Jansen [Wed, 23 Oct 1996 15:43:46 +0000 (15:43 +0000)]
Added support for tab hooks

28 years agoRaise a more intellegible error in the case of missing keyword args
Jack Jansen [Wed, 23 Oct 1996 15:43:04 +0000 (15:43 +0000)]
Raise a more intellegible error in the case of missing keyword args

28 years agoAdded HAVE_STRFTIME
Jack Jansen [Wed, 23 Oct 1996 15:42:01 +0000 (15:42 +0000)]
Added HAVE_STRFTIME

28 years agoAdded a note on swed and htmled examples, added tab support, fixed typo
Jack Jansen [Wed, 23 Oct 1996 15:40:48 +0000 (15:40 +0000)]
Added a note on swed and htmled examples, added tab support, fixed typo

28 years agoModified to work together with BBPy
Jack Jansen [Wed, 23 Oct 1996 15:38:26 +0000 (15:38 +0000)]
Modified to work together with BBPy
Re-enabled splash screen

28 years agoMake self.rfile unbuffered (self.wfile already is). This should fix
Guido van Rossum [Wed, 23 Oct 1996 14:30:23 +0000 (14:30 +0000)]
Make self.rfile unbuffered (self.wfile already is).  This should fix
CGIHTTPServer.py when used with the POST command.

28 years agoFixed compare function to do first char comparison in unsigned mode,
Guido van Rossum [Wed, 23 Oct 1996 14:19:40 +0000 (14:19 +0000)]
Fixed compare function to do first char comparison in unsigned mode,
for consistency with the way other characters are compared.

28 years agoAdded support for floating point resolution to Scale.get().
Guido van Rossum [Wed, 23 Oct 1996 14:16:28 +0000 (14:16 +0000)]
Added support for floating point resolution to Scale.get().

28 years agoFrame versions of documents after mangling by Robin.
Guido van Rossum [Tue, 22 Oct 1996 22:13:21 +0000 (22:13 +0000)]
Frame versions of documents after mangling by Robin.

28 years agoNew version for 1.4 from Manus.
Guido van Rossum [Tue, 22 Oct 1996 22:08:02 +0000 (22:08 +0000)]
New version for 1.4 from Manus.

28 years agoVersion number and date.
Guido van Rossum [Tue, 22 Oct 1996 22:01:03 +0000 (22:01 +0000)]
Version number and date.

28 years agoRemoved LaTeX version of reference manual. Added ref/ref.ps.
Guido van Rossum [Tue, 22 Oct 1996 20:00:02 +0000 (20:00 +0000)]
Removed LaTeX version of reference manual.  Added ref/ref.ps.

28 years agoGot rid of most XXXes in the News chapter. Bumped the version to 1.4.
Guido van Rossum [Tue, 22 Oct 1996 19:27:46 +0000 (19:27 +0000)]
Got rid of most XXXes in the News chapter.  Bumped the version to 1.4.

28 years agoNew date and version number.
Guido van Rossum [Tue, 22 Oct 1996 19:00:46 +0000 (19:00 +0000)]
New date and version number.

28 years agoGet rid of evil workaround for Python 1.4b2 bug.
Guido van Rossum [Tue, 22 Oct 1996 18:59:47 +0000 (18:59 +0000)]
Get rid of evil workaround for Python 1.4b2 bug.

28 years agoIt turns out that VC1.5 does not necessarily define _WINDOWS.
Guido van Rossum [Tue, 22 Oct 1996 17:57:23 +0000 (17:57 +0000)]
It turns out that VC1.5 does not necessarily define _WINDOWS.

28 years agoGet preference file name from a resource.
Jack Jansen [Tue, 22 Oct 1996 15:33:02 +0000 (15:33 +0000)]
Get preference file name from a resource.
Changed for 1.8.0 CWGUSI release

28 years agoAlso put aliases to PythonCore{PPC,CFM68K} in the extensions folder
Jack Jansen [Tue, 22 Oct 1996 15:32:06 +0000 (15:32 +0000)]
Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder

28 years agoUpdated the instructions for the 1.4 release
Jack Jansen [Tue, 22 Oct 1996 15:29:58 +0000 (15:29 +0000)]
Updated the instructions for the 1.4 release

28 years agoAdded a note about incorrect "PythonCore not found" message
Jack Jansen [Tue, 22 Oct 1996 15:29:15 +0000 (15:29 +0000)]
Added a note about incorrect "PythonCore not found" message
Added a few comments on preference file handling.

28 years agoAdded a note about PythonApplet name
Jack Jansen [Tue, 22 Oct 1996 15:27:56 +0000 (15:27 +0000)]
Added a note about PythonApplet name

28 years agoVersion upped to 1.4, removed some unused dialogs, added STR resource
Jack Jansen [Tue, 22 Oct 1996 15:26:48 +0000 (15:26 +0000)]
Version upped to 1.4, removed some unused dialogs, added STR resource
with preference filename.

28 years ago- Get preference filename from a resource
Jack Jansen [Tue, 22 Oct 1996 15:25:42 +0000 (15:25 +0000)]
- Get preference filename from a resource
- Create the file if it doesn't exist and don't be fussy about it

28 years agoAdded resource for preference file name
Jack Jansen [Tue, 22 Oct 1996 15:24:21 +0000 (15:24 +0000)]
Added resource for preference file name

28 years agoFix another case where...
Guido van Rossum [Tue, 22 Oct 1996 13:28:37 +0000 (13:28 +0000)]
Fix another case where...

28 years agoChanged version to plain "1.4".
Guido van Rossum [Tue, 22 Oct 1996 03:09:46 +0000 (03:09 +0000)]
Changed version to plain "1.4".

28 years agoAdded question about error from misuse of mangled names.
Guido van Rossum [Tue, 22 Oct 1996 03:00:43 +0000 (03:00 +0000)]
Added question about error from misuse of mangled names.

28 years agoChanged URL for PCT again.
Guido van Rossum [Tue, 22 Oct 1996 02:25:24 +0000 (02:25 +0000)]
Changed URL for PCT again.

28 years agoAdded all current changes.
Guido van Rossum [Tue, 22 Oct 1996 02:16:19 +0000 (02:16 +0000)]
Added all current changes.

28 years agoAdded chapter on restricted execution.
Guido van Rossum [Tue, 22 Oct 1996 01:12:13 +0000 (01:12 +0000)]
Added chapter on restricted execution.

28 years agoStart new chapter on restricted execution.
Guido van Rossum [Tue, 22 Oct 1996 01:11:53 +0000 (01:11 +0000)]
Start new chapter on restricted execution.

28 years agoActual text submitted by AMK.
Guido van Rossum [Tue, 22 Oct 1996 01:11:19 +0000 (01:11 +0000)]
Actual text submitted by AMK.

28 years agoBackground chapter on restricted execution. Additional sections are
Guido van Rossum [Tue, 22 Oct 1996 01:10:56 +0000 (01:10 +0000)]
Background chapter on restricted execution.  Additional sections are
rexec and bastion.

28 years agoChange the default seeding -- use 8 bits of sub-second precision and
Guido van Rossum [Mon, 21 Oct 1996 23:20:03 +0000 (23:20 +0000)]
Change the default seeding -- use 8 bits of sub-second precision and
fold in the higest 8 bits of the time as well.

28 years agoThe usual...
Guido van Rossum [Mon, 21 Oct 1996 18:10:19 +0000 (18:10 +0000)]
The usual...

28 years ago(Tkinter.py): Fixed bug in re-implementation of OptionMenu.
Fred Drake [Mon, 21 Oct 1996 17:09:31 +0000 (17:09 +0000)]
(Tkinter.py):  Fixed bug in re-implementation of OptionMenu.

28 years ago(Fred Drake:) Re-wrote the OptionMenu class to allow access to a real
Guido van Rossum [Mon, 21 Oct 1996 15:16:51 +0000 (15:16 +0000)]
(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.

28 years agoChanges in description of NeXT options. Fixed reference to newsgroup
Guido van Rossum [Mon, 21 Oct 1996 15:14:27 +0000 (15:14 +0000)]
Changes in description of NeXT options.  Fixed reference to newsgroup
(above instead of below).

28 years agoSupport passing in an empty dictionary of keywords to newinstanceobject.
Guido van Rossum [Mon, 21 Oct 1996 15:12:32 +0000 (15:12 +0000)]
Support passing in an empty dictionary of keywords to newinstanceobject.

28 years agoChanged _Py_EllipsesObject -> _Py_EllipsisObject.
Guido van Rossum [Mon, 21 Oct 1996 15:11:12 +0000 (15:11 +0000)]
Changed _Py_EllipsesObject -> _Py_EllipsisObject.

28 years agoMajor upgrade by Vladimir Marangozov.
Guido van Rossum [Mon, 21 Oct 1996 15:10:39 +0000 (15:10 +0000)]
Major upgrade by Vladimir Marangozov.

28 years agoCheckin before ticking changes off..
Guido van Rossum [Mon, 21 Oct 1996 14:56:23 +0000 (14:56 +0000)]
Checkin before ticking changes off..

28 years agoDon't recommend unzipping in the root.
Guido van Rossum [Mon, 21 Oct 1996 14:54:59 +0000 (14:54 +0000)]
Don't recommend unzipping in the root.

28 years agoChanged _Py_EllipsesObject -> _Py_EllipsisObject.
Guido van Rossum [Mon, 21 Oct 1996 14:53:22 +0000 (14:53 +0000)]
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
Added PyEval_CallObjectWithKeywords.

28 years agoAdd an XXX comment about apparent incompleteness of Borland defines.
Guido van Rossum [Mon, 21 Oct 1996 14:52:24 +0000 (14:52 +0000)]
Add an XXX comment about apparent incompleteness of Borland defines.

28 years agoFrom: "Mark Hammond" <MHammond@skippinet.com.au>
Guido van Rossum [Mon, 21 Oct 1996 14:40:30 +0000 (14:40 +0000)]
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.

28 years agoPorted to CW10
Jack Jansen [Wed, 16 Oct 1996 15:30:24 +0000 (15:30 +0000)]
Ported to CW10

28 years agoAdded a warning about gusi cfm68k "far data"
Jack Jansen [Wed, 16 Oct 1996 15:28:30 +0000 (15:28 +0000)]
Added a warning about gusi cfm68k "far data"

28 years agoForget about Ellipses b/w compatibility.
Guido van Rossum [Wed, 16 Oct 1996 04:18:36 +0000 (04:18 +0000)]
Forget about Ellipses b/w compatibility.

28 years agoChanged Types to types.
Jack Jansen [Tue, 15 Oct 1996 16:32:07 +0000 (16:32 +0000)]
Changed Types to types.

28 years agoFixed xstat to again include resroucefork size, creator, type. Obtain
Jack Jansen [Tue, 15 Oct 1996 16:13:33 +0000 (16:13 +0000)]
Fixed xstat to again include resroucefork size, creator, type. Obtain
thru macstat(), but other values via stat() (so os.stat() and
os.xstat() agree).

28 years agoFixed flashing in ProgressBar update.
Jack Jansen [Tue, 15 Oct 1996 16:11:50 +0000 (16:11 +0000)]
Fixed flashing in ProgressBar update.

28 years agoAdded warning not to import directly.
Guido van Rossum [Tue, 15 Oct 1996 14:40:41 +0000 (14:40 +0000)]
Added warning not to import directly.

28 years agoAllow code objects to be passed to run() and eval().
Guido van Rossum [Tue, 15 Oct 1996 14:40:21 +0000 (14:40 +0000)]
Allow code objects to be passed to run() and eval().

28 years agoPatches for Mac module docs by Jack
Guido van Rossum [Tue, 15 Oct 1996 14:37:31 +0000 (14:37 +0000)]
Patches for Mac module docs by Jack

28 years ago(partparse.py): Small change by Sjoerd to improve handle of X11 extension
Fred Drake [Mon, 14 Oct 1996 16:20:42 +0000 (16:20 +0000)]
(partparse.py):  Small change by Sjoerd to improve handle of X11 extension
documentation.

28 years agoAdded item about bug in Slackware96 libdl.
Guido van Rossum [Sun, 13 Oct 1996 15:48:56 +0000 (15:48 +0000)]
Added item about bug in Slackware96 libdl.

28 years agoDon't close an already closed socket.
Guido van Rossum [Sat, 12 Oct 1996 14:07:22 +0000 (14:07 +0000)]
Don't close an already closed socket.