Edgewall Software

source: trunk/genshi/core.py

Revision Log Mode:


Legend:

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