index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docutils
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not close() sys.stdin, sys.stdout, or sys.stderr.
milde
2011-07-07
1
-2
/
+3
*
New sub-module and test suite for error reporting.
milde
2011-05-19
1
-15
/
+3
*
Use io.ErrorOutput in utils.Reporter
milde
2011-05-11
1
-18
/
+8
*
More robust guess of input/output encoding.
milde
2011-05-04
1
-7
/
+1
*
Fix typo
grubert
2011-04-26
1
-1
/
+1
*
Workaround for unicode messages in Exception instances with Python < 2.6.
milde
2011-04-12
1
-0
/
+15
*
Minor fixes for Python 3.1
milde
2011-01-03
1
-3
/
+3
*
Apply patch by Kirill Smelkov to fix [ 3139667 ].
milde
2010-12-20
1
-3
/
+4
*
exclude combining chars from column_width (partial fix for [ 2926161 ])
milde
2010-11-10
1
-13
/
+15
*
Handle language codes according to BCP 47
milde
2010-09-17
1
-1
/
+32
*
fix assertion syntax
milde
2010-08-20
1
-1
/
+1
*
strip whitespace from stylesheet arguments
milde
2010-08-20
1
-5
/
+7
*
added settings & components instructions to new_document
goodger
2010-08-16
1
-1
/
+9
*
Fix [ 2788716 ] reporting problems in included files.
milde
2010-04-26
1
-5
/
+14
*
More fixes for reporting issues in included source files.
milde
2010-04-15
1
-2
/
+2
*
Fix py3k problem: sys.stderr expects a unicode string.
milde
2010-03-22
1
-12
/
+14
*
Fix failsave filename to Unicode conversion.
milde
2010-03-16
1
-3
/
+2
*
Fix [ 2923723 ] let decode_path() tolerate path == None
milde
2010-01-08
1
-0
/
+2
*
(partially) Fix reporting for problems in included files.
milde
2009-10-28
1
-0
/
+5
*
Fix [ 2781629 ] support non-ASCII chars in file names.
milde
2009-09-10
1
-5
/
+31
*
Apply [ 2834836 ] print info at halt.
milde
2009-09-03
1
-1
/
+2
*
Convert docutils to Python 3 (at least so that it runs the test suite.)
gbrandl
2009-04-01
1
-1
/
+3
*
docstring fix
goodger
2009-02-24
1
-1
/
+1
*
Stylesheet handling for html and latex2e writer:
milde
2008-12-16
1
-6
/
+13
*
utils.py: let DependencyList.add() accept multiple file arguments,
milde
2008-12-09
1
-6
/
+7
*
restored get_stylesheet_reference functionality to pre-r5800; spelling & cleanup
goodger
2008-12-08
1
-10
/
+8
*
fully backwards compatible implementation, als fixing the no-stylesheet case.
milde
2008-12-08
1
-0
/
+20
*
Enable comma separated list of stylesheets in html4ccs1
milde
2008-12-06
1
-2
/
+4
*
Prepare for python 3.0: minimize "types" module where possible (gbrandl).
grubert
2008-11-30
1
-6
/
+4
*
Merged abolish-userstring-haskey r5609:5616 to trunk.
strank
2008-07-28
1
-4
/
+4
*
added named constants, removed magic numbers
goodger
2007-04-03
1
-7
/
+14
*
moved uniq() to utils.py
wiemann
2007-03-12
1
-0
/
+7
*
remove circular import
goodger
2007-02-12
1
-1
/
+2
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
1
-4
/
+2
*
docstring correction
goodger
2006-05-09
1
-1
/
+1
*
added East Asian double-width character support; thanks to Frank Bennett for ...
goodger
2005-12-07
1
-0
/
+26
*
fixed some docstrings
wiemann
2005-06-27
1
-1
/
+1
*
merge trunk/docutils@3525 branches/blais_interrupt_render/docutils@HEAD trunk...
wiemann
2005-06-26
1
-7
/
+22
*
applied patch to fix broken set_conditions method;
wiemann
2005-05-29
1
-1
/
+1
*
str(Exception) doesn't work for anything but ASCII Exception texts, so
wiemann
2005-04-25
1
-1
/
+1
*
typo
wiemann
2005-04-21
1
-1
/
+1
*
clarified warning
goodger
2005-04-17
1
-1
/
+2
*
restored utils.Reporter.set_conditions (with deprecation warning) for compati...
goodger
2005-04-16
1
-0
/
+12
*
merged reporter-categories branch into trunk: removed docutils.utils.Reporter...
goodger
2005-04-05
1
-87
/
+33
*
made issuing debug-system_messages conditional
wiemann
2005-03-28
1
-1
/
+2
*
moved ``escape2null`` and ``unescape`` functions from docutils/parsers/rst/st...
goodger
2004-11-06
1
-0
/
+25
*
setting footnote_references to "superscript" or "brackets" now causes
wiemann
2004-09-30
1
-0
/
+15
*
improved DependencyList.__repr__; whitespace
goodger
2004-09-30
1
-8
/
+9
*
added close() method for DependencyList
wiemann
2004-09-29
1
-0
/
+10
*
added get_stylesheet_reference(); added documentation for DependencyList;
wiemann
2004-09-28
1
-1
/
+38
[next]