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
/
io.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not close() sys.stdin, sys.stdout, or sys.stderr.
milde
2011-07-07
1
-12
/
+11
*
New sub-module and test suite for error reporting.
milde
2011-05-19
1
-193
/
+14
*
Fix IOError to unicode conversion and add a test case.
milde
2011-05-15
1
-3
/
+3
*
Robust error reporting: ErrorString
milde
2011-05-13
1
-16
/
+85
*
Use io.ErrorOutput in utils.Reporter
milde
2011-05-11
1
-11
/
+27
*
fix and re-organize error printing to sys.stderr
milde
2011-05-10
1
-36
/
+106
*
Fix: failsafe encoding of unicode strings before writing to sys.stderr
milde
2011-05-06
1
-23
/
+28
*
Fix input/output for py3k.
milde
2010-03-18
1
-13
/
+31
*
FileInput opens files as text files with universal newline support
milde
2009-10-25
1
-2
/
+5
*
Fix [ 2809965 ] Test suite failure on Windows (CR/LF incompatibility)
milde
2009-09-11
1
-1
/
+1
*
Fix [ 2781629 ] support non-ASCII chars in file names.
milde
2009-09-10
1
-6
/
+6
*
Options for "include" directive to select a range of lines.
milde
2009-09-03
1
-0
/
+11
*
Convert docutils to Python 3 (at least so that it runs the test suite.)
gbrandl
2009-04-01
1
-30
/
+12
*
Misc updates after initial checkin
dkuhlman
2009-01-07
1
-0
/
+18
*
Prepare for python 3.0: minimize "types" module where possible (gbrandl).
grubert
2008-11-30
1
-5
/
+4
*
added support for IronPython 1.0 (thanks to Seo Sanghyeon);
wiemann
2006-09-16
1
-5
/
+6
*
added comment about compatibility
wiemann
2006-05-25
1
-0
/
+1
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
1
-4
/
+2
*
Added code to determine the input encoding from data: encoding declarations o...
goodger
2006-04-12
1
-17
/
+56
*
clarified assertion message
goodger
2005-07-03
1
-1
/
+3
*
added assertion and comment
wiemann
2005-07-03
1
-2
/
+5
*
added assertion and comment
wiemann
2005-07-03
1
-2
/
+6
*
encode Unicode strings only; wrapped a line
goodger
2005-07-02
1
-2
/
+4
*
Added ``DocTreeInput`` class, for reprocessing existing documents.
goodger
2005-06-29
1
-0
/
+15
*
remove BOMs from input streams
wiemann
2005-03-27
1
-1
/
+2
*
provide better reporting of decoding errors
goodger
2005-02-25
1
-3
/
+9
*
Fixed ``Input.decode`` method to apply heuristics only if no encoding is expl...
goodger
2005-02-17
1
-14
/
+17
*
removed dependency magic in FileInput,
wiemann
2004-09-25
1
-11
/
+1
*
added --dependency-file option
wiemann
2004-09-19
1
-1
/
+11
*
Added support for input encoding error handler.
goodger
2004-09-12
1
-11
/
+28
*
Using feature sniffing instead of hexversion.
wiemann
2004-07-26
1
-6
/
+12
*
simplify xmlcharrefreplace emulation
goodger
2004-07-24
1
-8
/
+8
*
xmlcharrefreplace backport
wiemann
2004-07-24
1
-0
/
+12
*
updated
goodger
2004-06-20
1
-1
/
+4
*
moved locale imports into try blocks, for Jython compatibility
orutherfurd
2004-03-28
1
-1
/
+4
*
bugfix
goodger
2003-12-11
1
-2
/
+2
*
Added ``handle_io_errors`` parameter to ``FileInput`` & ``FileOutput`` to ena...
goodger
2003-07-04
1
-2
/
+9
*
Catch IOErrors when opening source & destination files, report & exit without...
goodger
2003-06-30
1
-2
/
+17
*
pass along error_handler parameter
goodger
2003-06-17
1
-1
/
+2
*
Removed dependency on runtime settings; pass encoding directly.
goodger
2003-06-16
1
-28
/
+6
*
updated
goodger
2003-06-08
1
-5
/
+3
*
Added support for output encoding error handlers.
goodger
2003-06-03
1
-3
/
+8
*
Remove unnecessary local variable.
fdrake
2003-03-31
1
-2
/
+1
*
recognize unicode strings don't need decoding
goodger
2003-03-31
1
-1
/
+3
*
Deprecated reliance on runtime settings; pass encoding directly. "settings" ...
goodger
2002-11-28
1
-19
/
+39
*
Removed unnecessary parameter from ``read()`` methods.
goodger
2002-11-19
1
-4
/
+4
*
updated
goodger
2002-10-24
1
-2
/
+7
*
Made special "unicode" encoding general (but it will only work for strings or...
goodger
2002-10-18
1
-13
/
+15
*
Fixed string I/O encoding bug; updated.
goodger
2002-10-18
1
-15
/
+17
*
Allow for Unicode string I/O with explicit "unicode" encoding (*not* ``None``).
goodger
2002-10-17
1
-2
/
+2
[next]