summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Special-case tests with IOError on older python versions. abolish-userstring-haskeystrank2008-07-252-2/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring-haskey@5616 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixes for test errors in py2.2.strank2008-07-243-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring-haskey@5615 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* All tests pass on py2.5, added tests for UnicodeDecodeError.strank2008-07-244-4/+40
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring-haskey@5614 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Deal with test failures by adapting the tests.strank2008-07-244-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring-haskey@5613 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changes to remove py2.6 -3 deprecation warningsstrank2008-07-2412-18/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring-haskey@5612 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Text subclasses unicode, replace has_key with in operator.strank2008-07-2336-187/+202
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring-haskey@5610 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* now really branch docutils trunk for removing userstring and has_keystrank2008-07-230-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring-haskey@5609 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* undo accidental commit to trunkabolish-userstring-haskey@5608strank2008-07-239-28/+31
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5608 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Replace all has_key with the in operator.strank2008-07-239-31/+28
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5607 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* list 3rd-party modules in extrasgoodger2008-07-221-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5603 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change: has_key for dictionaries (not Nodes) to in-operator.grubert2008-07-172-10/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5602 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added ``Element.__contains__`` method, for the in-operator.grubert2008-07-172-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5601 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change MiscTests.test_node_class_names to make it pass for python2.6grubert2008-07-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5599 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Set indentation mode correctly.smerten2008-07-161-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5598 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Integrated patch fromsmerten2008-07-161-3/+24
| | | | | | | https://sourceforge.net/tracker/?func=detail&atid=422030&aid=1994493&group_id=38414 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5597 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Improved font-lock code to use a better `PRE-MATCH-FORM`. As a resultsmerten2008-07-161-177/+144
| | | | | | | | performance is no longer a problem. `rst-mode-lazy` is no longer needed. `font-lock-support-mode` is currently switched off. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5596 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Reverted patch wrongly attributed to me.smerten2008-07-161-10/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5595 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Applied patch to rst.el from SMerten.blais2008-07-071-2/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5591 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add note to run alltest.py on svn version after the release.index-bug@5586grubert2008-06-261-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5586 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* upped version to 0.6goodger2008-06-252-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5585 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.5: set version number to 0.6grubert2008-06-2510-10/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5582 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.5: added empty "Changes Since 0.5" sectiongrubert2008-06-252-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5581 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@5580 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.5: closed "Changes Since ..." sectiondocutils-0.5@5578grubert2008-06-252-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5578 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@5577 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* update publish_parts for latex2e-writer.grubert2008-06-251-2/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5576 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add howto get Unicode box drawing characters from mildegrubert2008-06-231-7/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5575 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@5574 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add latex2e --litereal-block-envgrubert2008-06-221-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5573 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: documentation to literal-block-env and use-verbatim-when-possiblegrubert2008-06-222-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5572 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix path to release.sh scriptgrubert2008-06-101-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5570 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release notes for 0.5 grubert2008-06-101-0/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5569 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix a typogrubert2008-06-101-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5568 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@5567 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more concise entry for PyLitmilde2008-05-201-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5562 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update and categorise the Users link listmilde2008-05-201-41/+93
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5561 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refixed font-lock-support mode once again to work with more Emacssmerten2008-05-191-1/+2
| | | | | | | versions. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5556 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added introgoodger2008-05-071-2/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5547 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* typogoodger2008-05-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5546 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarify purposegoodger2008-05-071-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5545 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updates from working version before moving into emacs.blais2008-04-191-9/+26
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5542 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed my user namewiemann2008-03-301-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5540 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* allow to change test module from alltests.py to something elsewiemann2008-03-301-3/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5539 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@5538 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add ``--literal-block-env``.grubert2008-03-022-2/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5525 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refixed font-lock-support mode to work with more Emacs versions.smerten2008-02-261-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5520 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: escaping ``%`` in href urls.lossless-rst-writer@5513grubert2008-02-153-1/+19
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5512 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add ``+`` and ``:`` to simple namesgrubert2008-02-151-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5511 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Allow ``+`` and ``:`` in reference names.grubert2008-02-153-2/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5510 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add test for ``.-_`` in citation labels.grubert2008-02-151-0/+31
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5509 929543f6-e4f2-0310-98a6-ba3bd3dd1d04