- 14 Mar, 2001 9 commits
-
-
Guido van Rossum authored
-
Fred Drake authored
Change "[%s]" % string.whitespace to r"\s" in regular expressions.
-
Fred Drake authored
Use .emitRawText() in a couple of places; this helps minimize the instruction sequence.
-
Fred Drake authored
Call the proper .emitText() / .emitRawText() methods instead of just calling .emit(); this ensures the right quoting is done and adjacent instructions are collapsed when possible.
-
Guido van Rossum authored
-
Fred Drake authored
Split .emitText() into .exitText() and .emitRawText(); both generate "rawtext" instructions, but .emitText() re-writes the data to use magic entities for HTML. Adjacent "rawtext" instructions are collapsed into a single instruction.
-
Fred Drake authored
Remove the use of Python 2.0 string methods; stick to the string module for now.
-
Fred Drake authored
Instead of defaulting to XML, use the filename extension to determine which parser to use by default. Use -h/-x only to override.
-
Guido van Rossum authored
-
- 13 Mar, 2001 5 commits
-
-
Jens Vagelpohl authored
This fix will make HelpTopics re-read their underlying filesystem files if Zope is run in debug mode and if the file change timestamp has changed since the first time the content was read in.
-
Amos Latteier authored
Before this failed:: line one line two Now this example is handled correctly.
-
Amos Latteier authored
-
Amos Latteier authored
Fixed a couple typos. This DOM really needs some tests. These typos should have been caught long ago.
-
Amos Latteier authored
Updated docbook coverage to allow StructuredText to work. No more KeyErrors upon importing StructuredText. Also updated it to work with the current DocumentClass.py and with docbook 4.1.
-
- 12 Mar, 2001 8 commits
-
-
john authored
-
john authored
-
john authored
which prevented things like strong,emp, and string literals from being recognized.
-
john authored
things like strong,emp, and literals in the href name
-
Shane Hathaway authored
-
Shane Hathaway authored
- 09 Mar, 2001 2 commits
-
-
john authored
StructuredText section failed to provide the actual colorizable text, so in-line structured text items were being ignored.
-
- 08 Mar, 2001 8 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
- 07 Mar, 2001 4 commits
-
- 06 Mar, 2001 4 commits
-
-
Shane Hathaway authored
-
Amos Latteier authored
-
Amos Latteier authored
-