Edgewall Software

source: trunk/genshi/output.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1260   10 years hodgestar Add missing boolean attributes to XHTML and HTML serializers (fixes #570).
(edit) @1164   12 years hodgestar Don't cache (TEXT, Markup) events in serializers. This is not needed …
(edit) @1163   12 years hodgestar Refactor string cache creation to remove repeated code in preparation …
(edit) @1157   13 years hodgestar Merge r1140 from py3k: add support for python 3 to core genshi …
(edit) @1086   14 years cmlenz Make the output tests skip the encoding step.
(edit) @1077   14 years cmlenz More work on reducing the size of the diff produced by 2to3.
(edit) @1076   14 years cmlenz Convert a bunch of print statements to py3k compatible syntax.
(edit) @1075   14 years cmlenz Remove usage of unicode literals in a couple of places where they were …
(edit) @1040   15 years cmlenz Follow-up fix for [1038].
(edit) @1038   15 years cmlenz Add caching in the serialization stage, which speeds up the …
(edit) @1031   15 years cmlenz Get rid of some Python 2.3 legacy that's no longer needed now that 2.4 …
(edit) @876   15 years cmlenz Remove some cruft for supporting Python 2.3.
(edit) @869   15 years cmlenz Preparing for 0.5 release.
(edit) @864   15 years cmlenz Fix a bad reference in the TextSerializer docstring.
(edit) @853   15 years cmlenz * Add XHTML 1.1 doctype (closes #228). * Add option to include the …
(edit) @835   15 years cmlenz Fix copyright years.
(edit) @829   15 years cmlenz The Markup class now supports mappings for right hand of the %
(edit) @805   16 years cmlenz The XHTML serializer now strips xml:space attributes as they are …
(edit) @804   16 years cmlenz The Stream.render now accepts an optional out parameter that can …
(edit) @788   16 years athomas XML_DECL must be the absolute first item, so don't bother buffering …
(edit) @787   16 years athomas Add a stream filter to insert the XML DOCTYPE in the correct location …
(edit) @785   16 years athomas Whoops. Removed accidentally committed patch from #156.
(edit) @784   16 years athomas Applied patch from cboos, fixing #168. Thanks!
(edit) @779   16 years cmlenz Add SVG DTDs to DocType class. Closes #161.
(edit) @774   16 years cmlenz The TextSerializer class no longer strips all markup in text by …
(edit) @628   16 years cmlenz Add special handling for xml:lang to HTML/XHTML serialization.
(edit) @596   16 years cmlenz The doctype parameter for serializers can now be a string.
(edit) @562   16 years cmlenz Move the mapping of doctype names to tuples out of the plugin into the …
(edit) @560   16 years cmlenz Add lower-level serialization functions.
(edit) @558   16 years cmlenz Apply patch by Alec Thomas for processing XML declarations (#111). Thanks!
(edit) @540   16 years cmlenz Add support for HTML5 doctype.
(edit) @529   17 years cmlenz Fix for #107.
(edit) @517   17 years cmlenz Try to use proper reStructuredText for docstrings throughout.
(edit) @504   17 years cmlenz Actually write xmlns declaratons for generated attribute namespace …
(edit) @502   17 years cmlenz Improve the handling of namespaces in serialization.
(edit) @500   17 years cmlenz Update copyright year for files modified this year.
(edit) @494   17 years cmlenz Fix output of namespace declarations for namespace URLs appearing more …
(edit) @485   17 years cmlenz * Moved some utility functions from genshi.core to genshi.util
(edit) @425   17 years cmlenz Whitespace was not getting preserved in HTML <pre> elements that …
(edit) @424   17 years cmlenz Make Attrs instances immutable.
(edit) @378   17 years cmlenz Various performance-oriented tweaks.
(edit) @345   17 years cmlenz The content of <script> and <style> elements is no longer escaped …
(edit) @299   17 years cmlenz Fixed EOL style.
(copy) @287   17 years cmlenz Renamed Markup to Genshi in repository.
copied from trunk/markup/output.py:
(edit) @275   17 years cmlenz Minor improvements to WhitespaceFilter.
Note: See TracRevisionLog for help on using the revision log.