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
*
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
*
Allow for Unicode string I/O: don't decode/encode if ``options.input_encoding...
goodger
2002-10-11
1
-2
/
+8
*
changed docstring field lists into comments
goodger
2002-10-09
1
-7
/
+5
*
Added defaults for source & destination paths.
goodger
2002-08-23
1
-0
/
+18
*
Try to get path/stream name automatically in ``FileInput`` & ``FileOutput``.
goodger
2002-08-21
1
-0
/
+10
*
``FileOutput.write()`` now returns the encoded output string.
goodger
2002-08-15
1
-2
/
+3
*
- Split ``IO`` classes into subclasses of ``Input`` and ``Output``.
goodger
2002-08-09
1
-36
/
+103
*
docstring
goodger
2002-08-01
1
-0
/
+5
*
docstring
goodger
2002-07-19
1
-1
/
+2
*
Added "latin-1" as final fallback encoding.
goodger
2002-07-18
1
-0
/
+1
*
Added ``NullIO`` class. Added docstrings. Simplified.
goodger
2002-07-13
1
-23
/
+21
*
Modified ``IO.decode()`` encoding order and prepared for failure.
goodger
2002-07-06
1
-5
/
+13
*
Added ``source_path`` & ``destination_path`` for later reference.
goodger
2002-07-04
1
-33
/
+40
*
docstrings
goodger
2002-06-29
1
-0
/
+2
*
Added to project; uniform API for a variety of input & output mechanisms.
goodger
2002-06-28
1
-0
/
+140