summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* moved r4311 to address-rendering branchaddress-renderingwiemann2006-01-222-32/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/address-rendering@4314 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: figure align: centergrubert2006-01-101-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4287 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* undo over-zealous search & replace ;-)goodger2006-01-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4276 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.4: set version number to 0.5wiemann2006-01-099-9/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4270 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some cleanup:wiemann2006-01-091-4/+0
| | | | | | | removed unnecessary tearDown method; removed unnecessary roles parameter to Inliner.__init__ git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4258 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved clear_roles to DocutilsTestSupport.CustomTestCase so that it is used ↵wiemann2006-01-092-11/+15
| | | | | | globally git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4254 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added workaround for left-over default roles in functional testswiemann2006-01-091-0/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4253 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.4: set version number to 0.4wiemann2006-01-078-8/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2006-01-052-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4241 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed bug where values of list-valued attributes of elements originating ↵goodger2005-12-316-33/+52
| | | | | | from custom interpreted text roles (i.e., with custom classes) were being shared between element instances. Reported by Shmuel Zeigerman. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed bug with circular substitution definitions that put Docutils into an ↵goodger2005-12-281-0/+84
| | | | | | infinite loop. Circular substitution definitions are now detected & reported. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4233 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "date" directive, tests, & translationsgoodger2005-12-221-0/+53
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4229 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-12-212-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4225 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed lingering path problemgoodger2005-12-151-3/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4222 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added absolute path of test root to sys.path because Py21/Py22 insert thewiemann2005-12-151-1/+2
| | | | | | | | *relative* path "test" at the beginning of sys.path when running "python2.2 test/alltests.py", which breaks the imports due to chdir; replaced os.path.sep with os.sep for Py21/Py22 compatibility git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4220 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed "compact" & "open" classes on lists, and added a functional testgoodger2005-12-153-0/+97
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4219 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* DOS path fixesgoodger2005-12-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4218 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* path fixesgoodger2005-12-152-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4217 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrected pathgoodger2005-12-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4213 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed import ordergoodger2005-12-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4212 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added path for extra modules (roman, optparse, textwrap)goodger2005-12-141-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4211 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-12-134-12/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4196 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added working directory and docutils package directory to outputgoodger2005-12-131-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4195 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made output more convenientgoodger2005-12-131-0/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4194 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-12-138-40/+28
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4191 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added the universal.StripComments transform, the "strip_comments" setting, ↵goodger2005-12-121-0/+49
| | | | | | and the --strip-comments/--leave-comments options. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4183 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* keep "Authors" field name, no matter how many authors listedgoodger2005-12-111-4/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4173 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed revision tag; it just caused pain without gaingoodger2005-12-102-2/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4168 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Converted ``docutils/writers/support/`` into individual writer packages; ↵goodger2005-12-096-6/+6
| | | | | | updated docs & refs. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4163 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* tests for the "container" directive (forgot to add it a while back)goodger2005-12-081-0/+76
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4162 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* backup files no longer copied; XHTML validatesgoodger2005-12-082-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4161 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrected "contents" note in test textgoodger2005-12-083-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4160 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrected keyword expansion artifactgoodger2005-12-082-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4157 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-0829-16/+2310
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added East Asian double-width character support; thanks to Frank Bennett for ↵goodger2005-12-071-0/+324
| | | | | | inspiration on ``docutils.utils.east_asian_column_width()`` git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4152 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed bugs: list items with blank first lines; block quote attributions with ↵goodger2005-12-062-0/+70
| | | | | | indented second lines. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4147 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* corrected order of importsgoodger2005-12-0312-13/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4132 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set sys.path to pick up the right Docutilsgoodger2005-12-031-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4131 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* revert revision 4119goodger2005-12-014-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4121 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated expected functional test fileswiemann2005-11-304-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4119 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unnecessary stylesheet_path settingsgoodger2005-11-304-6/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4118 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for left-aligned figurewiemann2005-11-204-0/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4088 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* allow escaped colons inside of fieldswiemann2005-11-191-2/+48
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4083 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved container test to the end of standard.txt test data file;wiemann2005-11-185-111/+142
| | | | | | implemented container for latex2e git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* make alltests runnable with "unittestgui.py alltests.suite"wiemann2005-11-131-15/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4045 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed Subversion Date keyword parsingwiemann2005-11-111-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4044 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* simplified testwiemann2005-11-111-16/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4043 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed the HTML rendering of the "Authors" bibliographic fieldgoodger2005-10-291-9/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3971 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* converted latin1 files to utf8;wiemann2005-10-293-6/+5
| | | | | | | removed unnecessary -*- coding -*- tags; made some source files ASCII only git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3968 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added the "container" element & directive, a generic containergoodger2005-10-283-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3963 929543f6-e4f2-0310-98a6-ba3bd3dd1d04