summaryrefslogtreecommitdiff
path: root/docutils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Do not close() sys.stdin, sys.stdout, or sys.stderr. milde2011-07-071-2/+3
* New sub-module and test suite for error reporting.milde2011-05-191-15/+3
* Use io.ErrorOutput in utils.Reportermilde2011-05-111-18/+8
* More robust guess of input/output encoding.milde2011-05-041-7/+1
* Fix typogrubert2011-04-261-1/+1
* Workaround for unicode messages in Exception instances with Python < 2.6.milde2011-04-121-0/+15
* Minor fixes for Python 3.1milde2011-01-031-3/+3
* Apply patch by Kirill Smelkov to fix [ 3139667 ].milde2010-12-201-3/+4
* exclude combining chars from column_width (partial fix for [ 2926161 ])milde2010-11-101-13/+15
* Handle language codes according to BCP 47 milde2010-09-171-1/+32
* fix assertion syntaxmilde2010-08-201-1/+1
* strip whitespace from stylesheet argumentsmilde2010-08-201-5/+7
* added settings & components instructions to new_documentgoodger2010-08-161-1/+9
* Fix [ 2788716 ] reporting problems in included files.milde2010-04-261-5/+14
* More fixes for reporting issues in included source files.milde2010-04-151-2/+2
* Fix py3k problem: sys.stderr expects a unicode string.milde2010-03-221-12/+14
* Fix failsave filename to Unicode conversion.milde2010-03-161-3/+2
* Fix [ 2923723 ] let decode_path() tolerate path == Nonemilde2010-01-081-0/+2
* (partially) Fix reporting for problems in included files.milde2009-10-281-0/+5
* Fix [ 2781629 ] support non-ASCII chars in file names.milde2009-09-101-5/+31
* Apply [ 2834836 ] print info at halt.milde2009-09-031-1/+2
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-1/+3
* docstring fixgoodger2009-02-241-1/+1
* Stylesheet handling for html and latex2e writer: milde2008-12-161-6/+13
* utils.py: let DependencyList.add() accept multiple file arguments,milde2008-12-091-6/+7
* restored get_stylesheet_reference functionality to pre-r5800; spelling & cleanupgoodger2008-12-081-10/+8
* fully backwards compatible implementation, als fixing the no-stylesheet case.milde2008-12-081-0/+20
* Enable comma separated list of stylesheets in html4ccs1milde2008-12-061-2/+4
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-6/+4
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-4/+4
* added named constants, removed magic numbersgoodger2007-04-031-7/+14
* moved uniq() to utils.pywiemann2007-03-121-0/+7
* remove circular importgoodger2007-02-121-1/+2
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* docstring correctiongoodger2006-05-091-1/+1
* added East Asian double-width character support; thanks to Frank Bennett for ...goodger2005-12-071-0/+26
* fixed some docstringswiemann2005-06-271-1/+1
* merge trunk/docutils@3525 branches/blais_interrupt_render/docutils@HEAD trunk...wiemann2005-06-261-7/+22
* applied patch to fix broken set_conditions method;wiemann2005-05-291-1/+1
* str(Exception) doesn't work for anything but ASCII Exception texts, sowiemann2005-04-251-1/+1
* typowiemann2005-04-211-1/+1
* clarified warninggoodger2005-04-171-1/+2
* restored utils.Reporter.set_conditions (with deprecation warning) for compati...goodger2005-04-161-0/+12
* merged reporter-categories branch into trunk: removed docutils.utils.Reporter...goodger2005-04-051-87/+33
* made issuing debug-system_messages conditionalwiemann2005-03-281-1/+2
* moved ``escape2null`` and ``unescape`` functions from docutils/parsers/rst/st...goodger2004-11-061-0/+25
* setting footnote_references to "superscript" or "brackets" now causeswiemann2004-09-301-0/+15
* improved DependencyList.__repr__; whitespacegoodger2004-09-301-8/+9
* added close() method for DependencyListwiemann2004-09-291-0/+10
* added get_stylesheet_reference(); added documentation for DependencyList;wiemann2004-09-281-1/+38