summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sf release must be marked manuallygrubert2012-12-171-0/+2
* Add some more to 0.10 release notesgrubert2012-12-161-0/+17
* Release 0.10: set version number to 0.11grubert2012-12-1614-14/+14
* Release 0.10: added empty "Changes Since 0.10" sectiongrubert2012-12-162-0/+8
* Release 0.10: set __version_details__ to "repository"grubert2012-12-161-1/+1
* Classifier Python :: 2.4 to 2.7grubert2012-12-161-1/+4
* Release 0.10: closed "Changes Since ..." sectiondocutils-0.10@7564grubert2012-12-162-4/+4
* Release 0.10: set version number to 0.10grubert2012-12-161-1/+1
* reset section names for release.shgrubert2012-12-162-4/+4
* doc library directoriesgrubert2012-12-161-0/+30
* back to repository (tarball test_dependencies fails)grubert2012-12-131-1/+1
* Release 0.10: closed "Changes Since ..." sectiongrubert2012-12-132-4/+4
* Release 0.10: set version number to 0.10grubert2012-12-131-1/+1
* Documentation updatemilde2012-12-122-6/+11
* smartquotes: non-breaking spaces for french quotes, LaTeX character conversion.milde2012-12-122-2/+5
* Link to rst2html wrapper with citations and numbered objects by Nicolas Rougier.milde2012-12-071-0/+9
* SmartQuotes transform: language-depended quote characters.milde2012-11-267-114/+342
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-266-21/+19
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-237-42/+63
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-183-210/+304
* Fix opening binary files under Py3k (thanks to Dominic Fitzpatrick).milde2012-11-062-2/+3
* Add link to substitution definitions for inline images.milde2012-10-251-0/+5
* Code cleanup and test html math output options.milde2012-10-253-14/+77
* merged the configuration documentation for the odt-writer into config.txtdkuhlman2012-10-211-0/+86
* Customizable MathJax URL (based on patch by Dmitry Shachnev).milde2012-10-187-110/+75
* More cases where we do not want to "educate" quotes.milde2012-10-181-1/+5
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-169-45/+1066
* Add ``math.css`` stylesheet to data files (thanks to Dmitry Shachnev).milde2012-10-152-5/+10
* Fix to config file access and added note on config in documentationdkuhlman2012-10-132-6/+19
* Use validate_comma_separated_string_list for stylesheet setting.milde2012-10-123-19/+24
* New setting validators, code cleanup.milde2012-10-123-27/+67
* Fix Py3k error writing to stdout with encoding differing from default.milde2012-10-113-39/+39
* Add support for `imenu` and `which-func-mode`. Remember settingsmerten2012-09-2018-396/+784
* Change default of "syntax highlight" option to "long", milde2012-09-1415-101/+108
* Simplify handling of "code" inline nodes.milde2012-09-121-5/+3
* Use ``<code>`` tag for inline "code", do not drop nested inline nodes (syntax...milde2012-09-123-7/+24
* Fix import of PIL.Image.milde2012-09-123-3/+10
* Fix for custom headers/footersdkuhlman2012-09-101-29/+9
* corrected typos -- reStructuredText is one wordgoodger2012-09-071-4/+4
* Add link to NoTeX online editor.milde2012-09-071-0/+4
* Fix section numbering by LaTeX.milde2012-09-062-2/+4
* Allow running test_buildhtml.py from anywhere, also with Python 3.milde2012-09-032-19/+35
* FIX : forgott tests to __import__ patchgrubert2012-08-275-0/+259
* Fix [3559988] and [3560841] __import__ local writer, reader, languages and pa...grubert2012-08-267-6/+26
* SafeString._str__ must not return a binary string with Python 3.x.milde2012-08-241-1/+5
* Fix 3559988 get_writer_class for python 2.7 upgrubert2012-08-221-1/+4
* test get_writer_class failing to load local-writer from python2.7 upgrubert2012-08-222-0/+72
* Fix to attach the default page style in the body of the documentdkuhlman2012-08-194-0/+41
* Fix [ 3552403 ] Prevent broken PyXML replacing stdlibs xml module.milde2012-08-162-0/+17
* Unit test of the strip_elements_with_classes config setting.milde2012-08-161-0/+61