summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace all has_key with the in operator.abolish-userstringstrank2008-07-2323-113/+113
* Replace use of 'has_key' with use of 'in'.aisaac2008-07-234-20/+20
* Four failures and two errors left.strank2008-07-232-23/+41
* Text subclassing unicode instead of UserStringstrank2008-07-230-0/+0
* Change: has_key for dictionaries (not Nodes) to in-operator.abolish-userstring@5603grubert2008-07-171-10/+10
* Added ``Element.__contains__`` method, for the in-operator.grubert2008-07-171-0/+3
* Release 0.5: set version number to 0.6grubert2008-06-251-1/+1
* Release 0.5: set __version_details__ to "repository"grubert2008-06-251-1/+1
* Release 0.5: set version number to 0.5grubert2008-06-251-1/+1
* Fix description to use-verbatim-when-possiblegrubert2008-06-231-1/+1
* Fix: documentation to literal-block-env and use-verbatim-when-possiblegrubert2008-06-221-2/+3
* correction, thanks to Rafael Bruno C. de Oliveiragoodger2008-06-031-1/+1
* fixed & improved assertion; thanks to Hans Ulrich Niedermanngoodger2008-03-271-3/+5
* Add ``--literal-block-env``.grubert2008-03-021-2/+21
* Fix: escaping ``%`` in href urls.grubert2008-02-151-1/+1
* Allow ``+`` and ``:`` in reference names.grubert2008-02-151-2/+2
* modifies the HTML writer to output emphasis and strong nodes *with* attribute...goodger2008-01-241-2/+2
* added warking on --strip-* optionsgoodger2008-01-141-1/+3
* added Python version infogoodger2008-01-141-2/+3
* Get rid of tabs.gbrandl2008-01-061-27/+27
* latex2e writer : Move usepackage hyperref after stylesheet inclusion.grubert2007-11-121-2/+7
* Fix: scrartcl does not have chapter but scrreprt.grubert2007-07-101-1/+1
* Add newline after ``\end{verbatim}``.grubert2007-07-101-1/+1
* make sure invisible elements do not prevent paragraphs from being compactedwiemann2007-07-051-4/+3
* Merge smaller differences from latex2e_adaptive_preamble.grubert2007-06-201-18/+26
* Add ``use-part-section``.grubert2007-06-141-2/+9
* added some bottom margin for sidebars (adding top margin looks funny since si...wiemann2007-06-031-1/+1
* Put leavevmode before longtable to avoid having it moved before sub/pargraph.grubert2007-05-311-2/+8
* adjusted name and email addresswiemann2007-05-314-4/+4
* Using leavevmode after terms option_list no longer needs to check parent for ...grubert2007-05-281-3/+0
* - Append ``\leavemode`` to definition list terms.grubert2007-05-281-3/+4
* Table column width with 3 decimal places.grubert2007-05-281-1/+1
* Add table stubs support (boldfont).grubert2007-05-251-1/+12
* Add assemble_parts to writer.grubert2007-05-081-0/+9
* Add simply support for nested tables.grubert2007-04-181-4/+10
* Fix verbatim in tables if use-verbatim-when-possible.grubert2007-04-181-6/+5
* Use section commands down to subparagraph.grubert2007-04-141-16/+8
* added class="internal"/class="external" to a elementswiemann2007-04-101-5/+7
* eol-style native properties were missing.strank2007-04-090-0/+0
* added named constants, removed magic numbersgoodger2007-04-031-7/+14
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-212-2/+2
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-212-2/+2
* moved Element.__str__ to Node.__str__ so Text has it too;wiemann2007-03-211-5/+12
* do not encode embedded stylesheets, because HTML entities arewiemann2007-03-192-2/+2
* replaced <>@ with ()at because they come out as a mess whenwiemann2007-03-191-1/+1
* encode <>@ in stylesheetswiemann2007-03-191-1/+1
* moved uniq() to utils.pywiemann2007-03-122-9/+8
* merged include-after-until branch to trunk; deleted include-after-until branchwiemann2007-03-121-1/+30
* use Id instead of Date and Revision (Id will not be expanded to non-ASCII cha...wiemann2007-03-041-4/+2
* fixed doc-string -- transforms are not reader-specific anymorewiemann2007-03-011-4/+2