- 11 Apr, 2001 17 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
repeating the substitution. Why didn't we think of this before?!
-
Chris McDonough authored
-
Chris McDonough authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Evan Simpson authored
some of the security methods.
-
Guido van Rossum authored
1. Some browsers don't understand attribute values in single quotes, so always use double quotes. 2. An undefined variable was referenced in the error reporting code in parseSubstitution(). (The error reporting cannot be reached unless _subst_re is changed -- but it is still a bug. :-)
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
- 10 Apr, 2001 20 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Jim Fulton authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Andreas Jung authored
-
Guido van Rossum authored
-
Guido van Rossum authored
the tracker.
-
Guido van Rossum authored
-
Guido van Rossum authored
mode opcodes. Fix check_code_short_endtags(), which should have used <img /> since the previous batch of changes.
-
Guido van Rossum authored
-
Guido van Rossum authored
- that the TALcode version of the macro is the same as that of the main program; - that the mode (html or xml) of the macro is the same as that of the main program. If either of these tests fails, raise METALError().
-
Guido van Rossum authored
-
Guido van Rossum authored
Added three new inquiries for TALcode programs: isCurrentVersion(), getProgramVersion(), and getProgramMode().
-
Guido van Rossum authored
-
- 09 Apr, 2001 3 commits
-
-
Amos Latteier authored
-
Guido van Rossum authored
-
Guido van Rossum authored
generating HTML, and "/>" for XML, instead of always using "/>". This is necessary for proper XHTML generation.
-