log markup/tests/core.py @ 152:cdb2a1f930e2 trunk

age author description
Tue, 15 Aug 2006 13:17:51 +0000 cmlenz Use `xmlcharrefreplace` when encoding the output in `Stream.render()`, so that encoding the output to legacy encodings such as ASCII or ISO-8859-1 should always work. trunk
Tue, 01 Aug 2006 17:06:03 +0000 cmlenz Merged [135:138/branches/experimental/cspeedups]. trunk
Mon, 31 Jul 2006 23:00:06 +0000 cmlenz Removed the `sanitize()` method from the `Markup` class, and migrate the existing unit tests to `markup.tests.filters`. Provide a `Stream.filter()` method instead which can be used to conveniently apply a filter to a stream. trunk
Thu, 20 Jul 2006 16:55:26 +0000 cmlenz Some subtle fixes to generation and sanitization. trunk
Sun, 09 Jul 2006 17:46:12 +0000 cmlenz Switch copyright to Edgewall and URLs to markup.edgewall.org. trunk
Wed, 28 Jun 2006 09:28:09 +0000 cmlenz * Fix the boilerplate in the Python source files. trunk
Tue, 20 Jun 2006 13:05:37 +0000 cmlenz * Include paths are now interpreted relative to the path of the including template. Closes #3. trunk
Mon, 19 Jun 2006 15:47:28 +0000 cmlenz Actually make use of the `markup.core.Namespace` class, and add a couple of doctests. trunk
Sat, 03 Jun 2006 07:16:01 +0000 cmlenz Initial import. trunk
Copyright (C) 2012-2017 Edgewall Software