summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace all has_key with the in operator.abolish-userstringstrank2008-07-2323-113/+113
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring@5607 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Replace use of 'has_key' with use of 'in'.aisaac2008-07-234-20/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring@5606 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Four failures and two errors left.strank2008-07-232-23/+41
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring@5605 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Text subclassing unicode instead of UserStringstrank2008-07-230-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring@5604 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change: has_key for dictionaries (not Nodes) to in-operator.abolish-userstring@5603grubert2008-07-171-10/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5602 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added ``Element.__contains__`` method, for the in-operator.grubert2008-07-171-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5601 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.5: set version number to 0.6grubert2008-06-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5582 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.5: set __version_details__ to "repository"grubert2008-06-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5580 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.5: set version number to 0.5grubert2008-06-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5577 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix description to use-verbatim-when-possiblegrubert2008-06-231-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5574 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: documentation to literal-block-env and use-verbatim-when-possiblegrubert2008-06-221-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5572 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* correction, thanks to Rafael Bruno C. de Oliveiragoodger2008-06-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5567 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed & improved assertion; thanks to Hans Ulrich Niedermanngoodger2008-03-271-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5538 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add ``--literal-block-env``.grubert2008-03-021-2/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5525 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: escaping ``%`` in href urls.grubert2008-02-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5512 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Allow ``+`` and ``:`` in reference names.grubert2008-02-151-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5510 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* modifies the HTML writer to output emphasis and strong nodes *with* ↵goodger2008-01-241-2/+2
| | | | | | attributes (patch from Andras Mohari) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5504 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added warking on --strip-* optionsgoodger2008-01-141-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5502 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added Python version infogoodger2008-01-141-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5498 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Get rid of tabs.gbrandl2008-01-061-27/+27
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5496 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e writer : Move usepackage hyperref after stylesheet inclusion.grubert2007-11-121-2/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5462 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: scrartcl does not have chapter but scrreprt.grubert2007-07-101-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5333 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add newline after ``\end{verbatim}``.grubert2007-07-101-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5332 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* make sure invisible elements do not prevent paragraphs from being compactedwiemann2007-07-051-4/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5314 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Merge smaller differences from latex2e_adaptive_preamble.grubert2007-06-201-18/+26
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5261 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add ``use-part-section``.grubert2007-06-141-2/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5237 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added some bottom margin for sidebars (adding top margin looks funny since ↵wiemann2007-06-031-1/+1
| | | | | | sidebars usually have paragraph spacing in front of them anyway) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5196 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Put leavevmode before longtable to avoid having it moved before sub/pargraph.grubert2007-05-311-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5178 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* adjusted name and email addresswiemann2007-05-314-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5174 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Using leavevmode after terms option_list no longer needs to check parent for ↵grubert2007-05-281-3/+0
| | | | | | being a def.list. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5170 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Append ``\leavemode`` to definition list terms.grubert2007-05-281-3/+4
| | | | | | | - No longer write vist_/depart_definition_list_item comments to output. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5169 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Table column width with 3 decimal places.grubert2007-05-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5167 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add table stubs support (boldfont).grubert2007-05-251-1/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5141 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add assemble_parts to writer.grubert2007-05-081-0/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add simply support for nested tables.grubert2007-04-181-4/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5049 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix verbatim in tables if use-verbatim-when-possible.grubert2007-04-181-6/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5048 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use section commands down to subparagraph.grubert2007-04-141-16/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5047 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added class="internal"/class="external" to a elementswiemann2007-04-101-5/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5045 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* eol-style native properties were missing.strank2007-04-090-0/+0
| | | | | | A test on windows was failing as a result. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5042 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added named constants, removed magic numbersgoodger2007-04-031-7/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5040 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-212-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5033 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ↵wiemann2007-03-212-2/+2
| | | | | | get latin1 strings git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5032 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved Element.__str__ to Node.__str__ so Text has it too;wiemann2007-03-211-5/+12
| | | | | | made all Element and Text node convertible to unicode git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5030 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* do not encode embedded stylesheets, because HTML entities arewiemann2007-03-192-2/+2
| | | | | | not decoded by the browser before the style sheet is passed to the CSS parser git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5029 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* replaced <>@ with ()at because they come out as a mess whenwiemann2007-03-191-1/+1
| | | | | | the stylesheet is embedded git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5027 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* encode <>@ in stylesheetswiemann2007-03-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5024 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved uniq() to utils.pywiemann2007-03-122-9/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5018 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged include-after-until branch to trunk; deleted include-after-until branchwiemann2007-03-121-1/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5015 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use Id instead of Date and Revision (Id will not be expanded to non-ASCII ↵wiemann2007-03-041-4/+2
| | | | | | characters) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@4993 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed doc-string -- transforms are not reader-specific anymorewiemann2007-03-011-4/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@4975 929543f6-e4f2-0310-98a6-ba3bd3dd1d04