]> granicus.if.org Git - python/log
python
29 years agoUpdate reference (it's now RFC 1808); added http to list of protocols
Guido van Rossum [Fri, 29 Mar 1996 21:23:25 +0000 (21:23 +0000)]
Update reference (it's now RFC 1808); added http to list of protocols
that use parameters.

29 years agoReformatted with 4-space tab stops.
Guido van Rossum [Thu, 28 Mar 1996 18:45:04 +0000 (18:45 +0000)]
Reformatted with 4-space tab stops.

Allow '=' and '~' in unquoted attribute values.

Added overridable methods handle_starttag(tag, method, attrs) and
handle_endtag(tag, method) so subclasses can decide whether they
really want to call the method (e.g. when suppressing some portion of
the document).

Added support for a number of SGML shortcuts:

        shorthand               full notation
        <tag>...<>...           <tag>...<tag>...
        <tag>...</>             <tag>...</tag>
        <tag/.../               <tag>...</tag>
        <tag1<tag2>             <tag1><tag2>
        </tag1</tag2>           </tag1></tag2>
        </tag1<tag2>            </tag1><tag2>

This required factoring out some common actions and rationalizing the
interface to parse_endtag(), so as to make the code more readable.

Fixed syntax for &entity and &#char references so the trailing
semicolon is optional; removed explicit support for trailing period
(which was a TBL mistake in HTML 0.0).

Generalized the test program.

Tried to speed things up a little.  (More to come after the profile
results are in.)

Fix error recovery: call the end methods popped from the stack instead
of the one that triggers.  (Plus some complications because of the way
HTML extensions are handled in Grail.)

29 years ago(py-indent-right, py-outdent-left): Watch out for (mark) returning
Barry Warsaw [Mon, 25 Mar 1996 21:24:26 +0000 (21:24 +0000)]
(py-indent-right, py-outdent-left): Watch out for (mark) returning
nil.

29 years agonew binhex from Jack (much faster)
Guido van Rossum [Mon, 25 Mar 1996 18:54:33 +0000 (18:54 +0000)]
new binhex from Jack (much faster)

29 years agoDon't change Standard File folder on chdir().
Jack Jansen [Mon, 25 Mar 1996 15:46:25 +0000 (15:46 +0000)]
Don't change Standard File folder on chdir().

29 years agoReplaced non-ascii chars by backslash escapes
Jack Jansen [Mon, 25 Mar 1996 15:46:03 +0000 (15:46 +0000)]
Replaced non-ascii chars by backslash escapes

29 years agoRemoved one level of "mac" in path initialization
Jack Jansen [Mon, 25 Mar 1996 15:45:21 +0000 (15:45 +0000)]
Removed one level of "mac" in path initialization

29 years agoCompare sourcefile to hqx file (if it exists) before binhexing. This
Jack Jansen [Mon, 25 Mar 1996 15:38:36 +0000 (15:38 +0000)]
Compare sourcefile to hqx file (if it exists) before binhexing. This
should stop us from continually updating the .hqx files, at least for
resource files.

29 years agoFinally check in Jack's latest version, which fixes all known bugs.
Guido van Rossum [Sat, 23 Mar 1996 19:19:04 +0000 (19:19 +0000)]
Finally check in Jack's latest version, which fixes all known bugs.

29 years ago#updated some comments
Barry Warsaw [Fri, 22 Mar 1996 16:13:24 +0000 (16:13 +0000)]
#updated some comments

29 years ago(py-indent-right, py-indent-left): support indentation of regions or
Barry Warsaw [Fri, 22 Mar 1996 16:09:34 +0000 (16:09 +0000)]
(py-indent-right, py-indent-left): support indentation of regions or
current line.

29 years agomove mac url2path conversion to separate module
Guido van Rossum [Thu, 21 Mar 1996 16:31:41 +0000 (16:31 +0000)]
move mac url2path conversion to separate module

29 years agoUpdated to reflect new situation, added a warning on fmmodule.c
Jack Jansen [Wed, 20 Mar 1996 16:27:30 +0000 (16:27 +0000)]
Updated to reflect new situation, added a warning on fmmodule.c

29 years agoAdded a note about removing unwanted sys.path stuff
Jack Jansen [Wed, 20 Mar 1996 16:26:27 +0000 (16:26 +0000)]
Added a note about removing unwanted sys.path stuff

29 years agore-binhexed
Jack Jansen [Wed, 20 Mar 1996 16:25:52 +0000 (16:25 +0000)]
re-binhexed

29 years agoRemoved addpack calls
Jack Jansen [Wed, 20 Mar 1996 16:24:56 +0000 (16:24 +0000)]
Removed addpack calls

29 years agoRemoved addpack calls for toolbox modules.
Jack Jansen [Wed, 20 Mar 1996 16:22:01 +0000 (16:22 +0000)]
Removed addpack calls for toolbox modules.

29 years agoSomehow the <<terminated>> got mangled. Fixed.
Jack Jansen [Wed, 20 Mar 1996 16:19:00 +0000 (16:19 +0000)]
Somehow the <<terminated>> got mangled. Fixed.

29 years agoFixed pythonpath to include tkinter and mac:toolbox, and source-tree
Jack Jansen [Wed, 20 Mar 1996 16:18:11 +0000 (16:18 +0000)]
Fixed pythonpath to include tkinter and mac:toolbox, and source-tree
locations for mac libs. The others were re-binhexed for reasons unknown...

29 years agoFixed for new directory layout
Jack Jansen [Wed, 20 Mar 1996 16:16:34 +0000 (16:16 +0000)]
Fixed for new directory layout

29 years agoRemoved addpack calls for toolbox modules, re-binhexed resources (sigh)
Jack Jansen [Wed, 20 Mar 1996 16:15:35 +0000 (16:15 +0000)]
Removed addpack calls for toolbox modules, re-binhexed resources (sigh)

29 years agoAdded proxy handling; upped version.
Guido van Rossum [Wed, 20 Mar 1996 15:33:11 +0000 (15:33 +0000)]
Added proxy handling; upped version.
(Proxy handling uses <proto>_proxy environment variables by default.)

29 years agoOops... I Inadvertently lost their cvs files...
Jack Jansen [Mon, 18 Mar 1996 14:21:15 +0000 (14:21 +0000)]
Oops... I Inadvertently lost their cvs files...

29 years agoWere copied to Relnotes-1.[12] long ago...
Jack Jansen [Mon, 18 Mar 1996 13:47:22 +0000 (13:47 +0000)]
Were copied to Relnotes-1.[12] long ago...

29 years agoFixed binhexer
Jack Jansen [Mon, 18 Mar 1996 13:39:09 +0000 (13:39 +0000)]
Fixed binhexer

29 years agoExplanations of the examples here
Jack Jansen [Mon, 18 Mar 1996 13:38:52 +0000 (13:38 +0000)]
Explanations of the examples here

29 years agoMinor fix
Jack Jansen [Mon, 18 Mar 1996 13:36:33 +0000 (13:36 +0000)]
Minor fix

29 years agoChanged creator from PYTH to Pyth
Jack Jansen [Mon, 18 Mar 1996 13:35:00 +0000 (13:35 +0000)]
Changed creator from PYTH to Pyth

29 years agoBinhexer fixed
Jack Jansen [Mon, 18 Mar 1996 13:34:25 +0000 (13:34 +0000)]
Binhexer fixed

29 years agoAdded option to set queue size
Jack Jansen [Mon, 18 Mar 1996 13:33:48 +0000 (13:33 +0000)]
Added option to set queue size

29 years agoAdded a few file types
Jack Jansen [Mon, 18 Mar 1996 13:33:15 +0000 (13:33 +0000)]
Added a few file types

29 years agoAdded print_arguments() function.
Guido van Rossum [Thu, 14 Mar 1996 21:30:28 +0000 (21:30 +0000)]
Added print_arguments() function.

29 years agoUse MacOS.openrf (if it is available) for opening resource forks
Jack Jansen [Tue, 12 Mar 1996 13:33:34 +0000 (13:33 +0000)]
Use MacOS.openrf (if it is available) for opening resource forks
Copy in .5Mb chunks in stead of 1Mb

29 years agoAdded checkmenu() method (to checkmark an entry) and delete() method
Jack Jansen [Tue, 12 Mar 1996 13:32:03 +0000 (13:32 +0000)]
Added checkmenu() method (to checkmark an entry) and delete() method
to remove a menu.

29 years ago- Allow setting of argc/argv in <option>-start dialog
Jack Jansen [Tue, 12 Mar 1996 13:29:04 +0000 (13:29 +0000)]
- Allow setting of argc/argv in <option>-start dialog
- Set "ok" to be default button

29 years agoChange to use real temporary files instead of StringIO. Correct and
Guido van Rossum [Sat, 9 Mar 1996 04:04:35 +0000 (04:04 +0000)]
Change to use real temporary files instead of StringIO.  Correct and
add to documentation.  This will be released as cgi.py 2.0a1.

29 years agoConsiderable documentation changes and a few import rearrangements.
Guido van Rossum [Sat, 9 Mar 1996 03:16:04 +0000 (03:16 +0000)]
Considerable documentation changes and a few import rearrangements.

29 years ago(py-comment-region): obsoleted by comment-region
Barry Warsaw [Thu, 7 Mar 1996 18:30:26 +0000 (18:30 +0000)]
(py-comment-region): obsoleted by comment-region

(python-mode): set comment-start to "## " for comment-region.

(py-mode-map): Bind C-c# to comment-region.

29 years agoReformatted with 4-space indentation. Added some quick docs to the
Guido van Rossum [Thu, 7 Mar 1996 18:00:44 +0000 (18:00 +0000)]
Reformatted with 4-space indentation.  Added some quick docs to the
FieldStorage class.

29 years agoA few missing casts (Richard Neitzel).
Guido van Rossum [Thu, 7 Mar 1996 16:16:54 +0000 (16:16 +0000)]
A few missing casts (Richard Neitzel).
Don't append Unix paths on a Mac (Jack Jansen).

29 years agoAdded missing include of Fonts.h
Jack Jansen [Thu, 7 Mar 1996 15:17:11 +0000 (15:17 +0000)]
Added missing include of Fonts.h

29 years agoNew binhexer
Jack Jansen [Thu, 7 Mar 1996 15:16:27 +0000 (15:16 +0000)]
New binhexer

29 years agoConfig files for shared PPC python with GUSI and for _tkinter plugin
Jack Jansen [Thu, 7 Mar 1996 15:15:35 +0000 (15:15 +0000)]
Config files for shared PPC python with GUSI and for _tkinter plugin
module.

29 years agobinhex fixed
Jack Jansen [Thu, 7 Mar 1996 15:13:57 +0000 (15:13 +0000)]
binhex fixed

29 years ago- gusiprefs.rsrc added (note: must be in application/applet, not in
Jack Jansen [Thu, 7 Mar 1996 15:11:20 +0000 (15:11 +0000)]
- gusiprefs.rsrc added (note: must be in application/applet, not in
  library for shared python)
- binhexer fixed.

29 years agoAdded FieldStorage class, which stores parts in files.
Guido van Rossum [Thu, 7 Mar 1996 06:33:07 +0000 (06:33 +0000)]
Added FieldStorage class, which stores parts in files.
(Not documented yet, and the files are currently StringIO instances.)

29 years ago(python-font-lock-keywords): make it a defconst
Barry Warsaw [Wed, 6 Mar 1996 20:32:27 +0000 (20:32 +0000)]
(python-font-lock-keywords): make it a defconst

29 years agoReformatting only.
Guido van Rossum [Wed, 6 Mar 1996 19:11:33 +0000 (19:11 +0000)]
Reformatting only.

29 years ago(py-honor-comment-indentation, py-compute-indentation): allow other
Barry Warsaw [Wed, 6 Mar 1996 18:41:38 +0000 (18:41 +0000)]
(py-honor-comment-indentation, py-compute-indentation): allow other
than nil or t values.

29 years agoReplaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
Jack Jansen [Wed, 6 Mar 1996 16:21:34 +0000 (16:21 +0000)]
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
after each chdir call.

29 years agoFile upload and revamped documentation.
Guido van Rossum [Wed, 6 Mar 1996 07:20:06 +0000 (07:20 +0000)]
File upload and revamped documentation.

29 years agoAdded code to make fsspecs work for gusi-python
Jack Jansen [Tue, 5 Mar 1996 16:56:24 +0000 (16:56 +0000)]
Added code to make fsspecs work for gusi-python

29 years agoRemoved unused vars
Jack Jansen [Tue, 5 Mar 1996 16:56:00 +0000 (16:56 +0000)]
Removed unused vars

29 years ago(py-honor-comment-indentation): new variable.
Barry Warsaw [Tue, 5 Mar 1996 16:28:07 +0000 (16:28 +0000)]
(py-honor-comment-indentation): new variable.

(py-compute-indentation): use new variable.

29 years ago#removed font-lock cruft
Barry Warsaw [Tue, 5 Mar 1996 16:20:19 +0000 (16:20 +0000)]
#removed font-lock cruft

29 years ago(python-font-lock-keywords): Much improved descrimination between
Barry Warsaw [Tue, 5 Mar 1996 00:44:31 +0000 (00:44 +0000)]
(python-font-lock-keywords): Much improved descrimination between
keywords and names with keywords in them.

29 years ago(py-compute-indentation): fix skipping backwards over comments by
Barry Warsaw [Mon, 4 Mar 1996 17:15:40 +0000 (17:15 +0000)]
(py-compute-indentation): fix skipping backwards over comments by
using forward-comment (and Emacs 19 function) if available.

29 years agoAdded openrf method, which opens resource fork. The resulting object
Jack Jansen [Thu, 29 Feb 1996 16:11:32 +0000 (16:11 +0000)]
Added openrf method, which opens resource fork. The resulting object
supports a subset of normal file functionality.

29 years agoAdded __sinit() call, so C++ initializations in shared library work
Jack Jansen [Thu, 29 Feb 1996 16:10:32 +0000 (16:10 +0000)]
Added __sinit() call, so C++ initializations in shared library work

29 years ago*** empty log message ***
Guido van Rossum [Wed, 28 Feb 1996 23:58:09 +0000 (23:58 +0000)]
*** empty log message ***

29 years ago- Reorganized init code
Jack Jansen [Wed, 28 Feb 1996 15:42:47 +0000 (15:42 +0000)]
- Reorganized init code
- Fixed serious bug in code to get options from a resource

29 years agoremove unused variables
Guido van Rossum [Tue, 27 Feb 1996 15:21:19 +0000 (15:21 +0000)]
remove unused variables

29 years ago__FreeBSD__ shared libraries
Guido van Rossum [Sun, 25 Feb 1996 05:02:29 +0000 (05:02 +0000)]
__FreeBSD__ shared libraries

29 years agodefault CLOCKS_PER_SEC to CLK_TCK if it exists
Guido van Rossum [Sun, 25 Feb 1996 04:50:33 +0000 (04:50 +0000)]
default CLOCKS_PER_SEC to CLK_TCK if it exists

29 years agoMade 2nd arg to mkdir optional
Guido van Rossum [Sun, 25 Feb 1996 04:50:32 +0000 (04:50 +0000)]
Made 2nd arg to mkdir optional

29 years agoInclude ncurses.h where needed
Guido van Rossum [Sun, 25 Feb 1996 04:50:31 +0000 (04:50 +0000)]
Include ncurses.h where needed

29 years agoInclude stdlib.h or declare getenv
Guido van Rossum [Sun, 25 Feb 1996 04:50:31 +0000 (04:50 +0000)]
Include stdlib.h or declare getenv

29 years agoAdd unsigned char cast
Guido van Rossum [Sun, 25 Feb 1996 04:50:30 +0000 (04:50 +0000)]
Add unsigned char cast

29 years agoChanges needed to build with Tcl/Tk beta 2!
Guido van Rossum [Sun, 25 Feb 1996 04:50:29 +0000 (04:50 +0000)]
Changes needed to build with Tcl/Tk beta 2!

29 years agoChanges to make it work with Tcl/Tk beta 1.
Guido van Rossum [Sun, 25 Feb 1996 04:46:40 +0000 (04:46 +0000)]
Changes to make it work with Tcl/Tk beta 1.

29 years agoAdded TMPL for startup options
Jack Jansen [Wed, 21 Feb 1996 16:47:27 +0000 (16:47 +0000)]
Added TMPL for startup options
app.

29 years agoStore default startup options in preference file or
Jack Jansen [Wed, 21 Feb 1996 16:46:57 +0000 (16:46 +0000)]
Store default startup options in preference file or
app.

29 years agoChanged MacOS creator code from PYTH to Pyth
Jack Jansen [Wed, 21 Feb 1996 15:36:26 +0000 (15:36 +0000)]
Changed MacOS creator code from PYTH to Pyth

29 years agoChange Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
Guido van Rossum [Wed, 21 Feb 1996 15:29:20 +0000 (15:29 +0000)]
Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken
by someone else, 'Pyth' is now officially registered by the PSA.

29 years ago- AppleEvent timeout set to infinite
Jack Jansen [Wed, 21 Feb 1996 15:28:49 +0000 (15:28 +0000)]
- AppleEvent timeout set to infinite
- Continue even if a build fails

29 years agoScript to recursively change PYTH creators to Pyth
Jack Jansen [Wed, 21 Feb 1996 15:27:24 +0000 (15:27 +0000)]
Script to recursively change PYTH creators to Pyth

29 years agoTk resources (but with a different name, without a space)
Jack Jansen [Wed, 21 Feb 1996 15:26:15 +0000 (15:26 +0000)]
Tk resources (but with a different name, without a space)

29 years agoMods by Guido: mkdir 2nd arg optional and remove as alias for unlink.
Jack Jansen [Wed, 21 Feb 1996 12:33:50 +0000 (12:33 +0000)]
Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink.

29 years ago- Added Tk projects
Jack Jansen [Tue, 20 Feb 1996 16:36:10 +0000 (16:36 +0000)]
- Added Tk projects
- Ported everything to CW8
- Renamed Runtime-Python to PythonCoreRuntime

29 years agoAdded config file for Tk-python
Jack Jansen [Tue, 20 Feb 1996 16:28:18 +0000 (16:28 +0000)]
Added config file for Tk-python
Removed mwerksglue.c (which was useless anyway)

29 years agoPorted to CW8
Jack Jansen [Tue, 20 Feb 1996 16:26:19 +0000 (16:26 +0000)]
Ported to CW8

29 years agoPorted to CW8 (added PRE_CW8 ifdef for CW7, for the time being)
Jack Jansen [Tue, 20 Feb 1996 16:25:31 +0000 (16:25 +0000)]
Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being)

29 years ago- Added Guido's fixes
Jack Jansen [Tue, 20 Feb 1996 16:24:37 +0000 (16:24 +0000)]
- Added Guido's fixes
- Removed CW4 ifdefs
- Rationalized ifdefs for dup, fdopen

29 years agoAdded ref to Misc/NEWS file; added hint to run regen script on Linux.
Guido van Rossum [Wed, 14 Feb 1996 18:37:46 +0000 (18:37 +0000)]
Added ref to Misc/NEWS file; added hint to run regen script on Linux.

29 years agoChanged makefile() args from r/w to rb/wb, for non-unix compatability.
Jack Jansen [Wed, 14 Feb 1996 16:06:24 +0000 (16:06 +0000)]
Changed makefile() args from r/w to rb/wb, for non-unix compatability.

29 years agoTry to normalize urls referring to local files (code copied from posixpath)
Jack Jansen [Wed, 14 Feb 1996 16:05:20 +0000 (16:05 +0000)]
Try to normalize urls referring to local files (code copied from posixpath)

29 years agoInclude GUSI.h if compiling for mac with gusi-sockets
Jack Jansen [Wed, 14 Feb 1996 16:04:39 +0000 (16:04 +0000)]
Include GUSI.h if compiling for mac with gusi-sockets

29 years agoAllow makefile('rb') or 'wb'.
Jack Jansen [Wed, 14 Feb 1996 16:03:14 +0000 (16:03 +0000)]
Allow makefile('rb') or 'wb'.

29 years agoModified for GUSI
Jack Jansen [Wed, 14 Feb 1996 16:02:30 +0000 (16:02 +0000)]
Modified for GUSI

29 years agoFor gusi-based python
Jack Jansen [Wed, 14 Feb 1996 16:00:27 +0000 (16:00 +0000)]
For gusi-based python

29 years agoGUSI-based python projects
Jack Jansen [Wed, 14 Feb 1996 15:59:34 +0000 (15:59 +0000)]
GUSI-based python projects

29 years agoComment fix
Jack Jansen [Wed, 14 Feb 1996 15:58:30 +0000 (15:58 +0000)]
Comment fix

29 years agoInclude GUSI.h if using gusi-sockets
Jack Jansen [Wed, 14 Feb 1996 15:57:45 +0000 (15:57 +0000)]
Include GUSI.h if using gusi-sockets

29 years agoModule to convert a mail message to or from quoted-printable. The
Sjoerd Mullender [Wed, 14 Feb 1996 10:40:03 +0000 (10:40 +0000)]
Module to convert a mail message to or from quoted-printable.  The
message may consist of several MIME parts in which case each part is
converted independent of the others.  Only converts when necessary.

29 years agomark strftime as varargs
Guido van Rossum [Tue, 13 Feb 1996 00:14:09 +0000 (00:14 +0000)]
mark strftime as varargs

29 years agoadd remove==unlink; mark strftime as varargs
Guido van Rossum [Tue, 13 Feb 1996 00:12:56 +0000 (00:12 +0000)]
add remove==unlink; mark strftime as varargs

29 years agoget rid of bogus name for init_tkinter()
Guido van Rossum [Tue, 13 Feb 1996 00:11:37 +0000 (00:11 +0000)]
get rid of bogus name for init_tkinter()

29 years agobetter way to define ComplexType
Guido van Rossum [Tue, 13 Feb 1996 00:04:31 +0000 (00:04 +0000)]
better way to define ComplexType

29 years agoimproved test()
Guido van Rossum [Tue, 13 Feb 1996 00:02:10 +0000 (00:02 +0000)]
improved test()

29 years agoeven better way to normalize spaces in add_flowing_data
Guido van Rossum [Tue, 13 Feb 1996 00:01:28 +0000 (00:01 +0000)]
even better way to normalize spaces in add_flowing_data