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