|
|
|
@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 …
|
|
|
|
@876
|
15 years |
cmlenz |
Remove some cruft for supporting Python 2.3.
|
|
|
|
@558
|
16 years |
cmlenz |
Apply patch by Alec Thomas for processing XML declarations (#111). Thanks!
|
|
|
|
@554
|
16 years |
cmlenz |
The ET() function now correctly handles attributes with a namespace.
|
|
|
|
@526
|
17 years |
cmlenz |
* Better method to propogate the full path to the template file on …
|
|
|
|
@525
|
17 years |
cmlenz |
More API docs.
|
|
|
|
@517
|
17 years |
cmlenz |
Try to use proper reStructuredText for docstrings throughout.
|
|
|
|
@515
|
17 years |
cmlenz |
Applied patch for #106 (handling of hex charrefs in HTML parser).
|
|
|
|
@514
|
17 years |
cmlenz |
More work to include absolute file paths in exceptions.
|
|
|
|
@511
|
17 years |
cmlenz |
Fix for #105. Thanks to Maciej Ligenza for the patch.
|
|
|
|
@500
|
17 years |
cmlenz |
Update copyright year for files modified this year.
|
|
|
|
@495
|
17 years |
cmlenz |
Remove some magic/overhead from Attrs creation and manipulation by …
|
|
|
|
@460
|
17 years |
cmlenz |
Improve handling of incorrectly nested tags in the HTML parser.
|
|
|
|
@458
|
17 years |
cmlenz |
Fix parsing of processing instructions in HTML input.
|
|
|
|
@403
|
17 years |
cmlenz |
Fixed __repr__ of the QName, Attrs, and Expression classes so …
|
|
|
|
@390
|
17 years |
cmlenz |
Configurable encoding of template files, closing #65.
* The …
|
|
|
|
@386
|
17 years |
cmlenz |
Follow-up to [385]: also decode attribute values in the HTMLParser.
|
|
|
|
@385
|
17 years |
cmlenz |
* The HTMLParser class and the HTML function now accept an …
|
|
|
|
@361
|
17 years |
cmlenz |
Fix a bug in the XML parser, where attributes containing HTML entity …
|
|
|
|
@358
|
17 years |
cmlenz |
Move the ElementTree element-to-stream adaptation function ET() …
|
|
|
|
@299
|
17 years |
cmlenz |
Fixed EOL style.
|
|
|
|
@287
|
17 years |
cmlenz |
Renamed Markup to Genshi in repository.
|
|
copied from trunk/markup/input.py:
|
|
|
|
@268
|
17 years |
cmlenz |
Store original message in exceptions as msg ivar.
|