|
|
|
@1157
|
13 years |
hodgestar |
Merge r1140 from py3k:
add support for python 3 to core genshi …
|
|
|
|
@1148
|
13 years |
jruigrok |
Pull up r1145 to trunk.
Addresses #413.
|
|
|
|
@1129
|
13 years |
cmlenz |
The | operator on Attrs objects now removes any existing …
|
|
|
|
@1085
|
14 years |
cmlenz |
Make the output tests skip the encoding step.
|
|
|
|
@1084
|
14 years |
cmlenz |
Oops, get rid of multi source copy in genshi.core.
|
|
|
|
@1083
|
14 years |
cmlenz |
A bit of cleanup of the Markup Python implementation.
|
|
|
|
@1080
|
14 years |
cmlenz |
Avoid unicode literals in reprs of QName and Namespace when not …
|
|
|
|
@1079
|
14 years |
cmlenz |
Add a couple of fallback imports for Python 3.0.
|
|
|
|
@1077
|
14 years |
cmlenz |
More work on reducing the size of the diff produced by 2to3.
|
|
|
|
@1075
|
14 years |
cmlenz |
Remove usage of unicode literals in a couple of places where they were …
|
|
|
|
@1052
|
15 years |
cmlenz |
Refactored the template flattening method to be less recursive.
|
|
|
|
@1031
|
15 years |
cmlenz |
Get rid of some Python 2.3 legacy that's no longer needed now that 2.4 …
|
|
|
|
@971
|
15 years |
cmlenz |
Get rid of a couple more -3 warnings.
|
|
|
|
@970
|
15 years |
cmlenz |
Apply patch to silence a -3 warning about reduce removal. Closes #279.
|
|
|
|
@861
|
15 years |
cmlenz |
Implement the __html__ protocol as suggested in #202. This would …
|
|
|
|
@835
|
15 years |
cmlenz |
Fix copyright years.
|
|
|
|
@829
|
15 years |
cmlenz |
The Markup class now supports mappings for right hand of the % …
|
|
|
|
@804
|
16 years |
cmlenz |
The Stream.render now accepts an optional out parameter that can …
|
|
|
|
@801
|
16 years |
cmlenz |
Fix #180 (py2.6 warning).
|
|
|
|
@782
|
16 years |
cmlenz |
QName can now be constructed from a string with a leading curly …
|
|
|
|
@750
|
16 years |
cmlenz |
Performance optimization for the genshi.core._ensure function: …
|
|
|
|
@721
|
16 years |
cmlenz |
Text templates now default to rendering as plain text; it is no longer …
|
|
|
|
@707
|
16 years |
cmlenz |
Minor, cosmetic tweaks.
|
|
|
|
@690
|
16 years |
cmlenz |
Improve docs on Stream.select() for #135.
|
|
|
|
@650
|
16 years |
cmlenz |
Merged cspeedups branch into trunk.
|
|
|
|
@600
|
16 years |
cmlenz |
A couple of minor doc refinements.
|
|
|
|
@560
|
16 years |
cmlenz |
Add lower-level serialization functions.
|
|
|
|
@558
|
16 years |
cmlenz |
Apply patch by Alec Thomas for processing XML declarations (#111). Thanks!
|
|
|
|
@530
|
17 years |
cmlenz |
Added documentation page on the builtin stream filters.
|
|
|
|
@527
|
17 years |
cmlenz |
More API doc enhancements.
|
|
|
|
@526
|
17 years |
cmlenz |
* Better method to propogate the full path to the template file on …
|
|
|
|
@519
|
17 years |
cmlenz |
More API documentation.
|
|
|
|
@517
|
17 years |
cmlenz |
Try to use proper reStructuredText for docstrings throughout.
|
|
|
|
@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 …
|
|
|
|
@485
|
17 years |
cmlenz |
* Moved some utility functions from genshi.core to genshi.util …
|
|
|
|
@464
|
17 years |
cmlenz |
* Added documentation for the various stream event kinds.
* Move …
|
|
|
|
@459
|
17 years |
cmlenz |
Add Attrs class to genshi.core.__all__, so that it can be imported …
|
|
|
|
@424
|
17 years |
cmlenz |
Make Attrs instances immutable.
|
|
|
|
@403
|
17 years |
cmlenz |
Fixed __repr__ of the QName, Attrs, and Expression classes so …
|
|
|
|
@344
|
17 years |
cmlenz |
Some adjustments to make core data structures picklable (requires …
|
|
|
|
@343
|
17 years |
cmlenz |
Fix the handling of namespace context for match templates.
|
|
|
|
@299
|
17 years |
cmlenz |
Fixed EOL style.
|
|
|
|
@287
|
17 years |
cmlenz |
Renamed Markup to Genshi in repository.
|
|
copied from trunk/markup/core.py:
|
|
|
|
@281
|
17 years |
cmlenz |
Implement support for namespace prefixes in XPath expressions.
|