- 12 Apr, 1996 5 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
destroyed python object.
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
Use atoi(), atol(), atof() instead of load_atomic for seed-up.
-
- 11 Apr, 1996 3 commits
-
-
Jack Jansen authored
editor. More to come...
-
Jack Jansen authored
Fixed minor update bug in tlist
-
Jack Jansen authored
-
- 10 Apr, 1996 14 commits
-
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Also, some rsrc files got rebinhexed (sigh)
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
- 09 Apr, 1996 7 commits
-
-
Guido van Rossum authored
Added some try-except statements around listdir and mkdir operations.
-
Guido van Rossum authored
For Dave Ascher's readline extensions.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 08 Apr, 1996 1 commit
-
-
Barry Warsaw authored
adjustments.
-
- 06 Apr, 1996 1 commit
-
-
Barry Warsaw authored
string
-
- 04 Apr, 1996 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
- 02 Apr, 1996 1 commit
-
-
Guido van Rossum authored
-
- 29 Mar, 1996 1 commit
-
-
Guido van Rossum authored
that use parameters.
-
- 28 Mar, 1996 1 commit
-
-
Guido van Rossum authored
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.)
-
- 25 Mar, 1996 3 commits
-
-
Barry Warsaw authored
nil.
-
Guido van Rossum authored
-
Jack Jansen authored
-