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
/
statemachine.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add encoding arguments when opening files.
milde
2022-06-15
1
-1
/
+2
*
Remove unused local variables
milde
2022-03-05
1
-1
/
+0
*
Remove unused imports.
milde
2022-03-05
1
-1
/
+1
*
Avoid ambiguous variable name l (may be mixed up with 1).
milde
2022-03-05
1
-4
/
+4
*
Do not use bare 'except'.
milde
2022-03-05
1
-2
/
+2
*
Avoid multiple statements on one line. Fix redundant backslash
milde
2022-03-05
1
-12
/
+17
*
Code cleanup: StateMachine._stderr no longer required.
milde
2022-03-05
1
-23
/
+22
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+2
*
Remove excess blank lines.
milde
2022-03-04
1
-1
/
+0
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-7
/
+7
*
Fix multiple spaces after ',' or ':'.
milde
2022-03-03
1
-1
/
+1
*
Fix multiple spaces before/after operator
milde
2022-03-03
1
-3
/
+3
*
Fix whitespace before/after delimiters and colon.
milde
2022-03-03
1
-4
/
+6
*
Fix code indentation
milde
2022-01-29
1
-11
/
+11
*
New style classes no longer need to inherit from `object`.
milde
2022-01-26
1
-4
/
+4
*
Drop string prefix "u".
milde
2022-01-26
1
-6
/
+6
*
Skip assigning to a variable when immediately returning
milde
2022-01-26
1
-2
/
+1
*
Remove redundant parentheses
milde
2022-01-26
1
-5
/
+5
*
Small fixes and clean-ups by Adam Turner.
milde
2022-01-26
1
-9
/
+2
*
Drop use of utils.error_reporting module and deprecate it.
milde
2022-01-07
1
-3
/
+2
*
Drop (most) special-casing for Python 2.x.
milde
2022-01-03
1
-4
/
+1
*
Remove 2.7-compatibility __future__ imports.
milde
2022-01-03
1
-1
/
+0
*
Update documentation and handling of (east-asian) wide characters.
milde
2021-11-14
1
-2
/
+2
*
Fix spelling
milde
2021-10-22
1
-3
/
+3
*
Limit length of input lines and substitution expansion.
milde
2020-09-14
1
-2
/
+2
*
Delete spurious parentheses.
milde
2020-09-01
1
-33
/
+25
*
fix typo
grubert
2020-08-22
1
-1
/
+1
*
Document possible heavy ressource use when parsing untrusted input.
milde
2019-12-12
1
-1
/
+2
*
Simplify code.
milde
2019-08-27
1
-2
/
+1
*
py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'
milde
2019-08-27
1
-1
/
+1
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-1
/
+1
*
Consistent Python 3 checks.
milde
2019-08-26
1
-1
/
+1
*
Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'
milde
2019-08-26
1
-1
/
+1
*
py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.
milde
2019-08-26
1
-3
/
+2
*
py3: Replace 'sys.maxint' with 'sys.maxsize'
milde
2019-08-26
1
-1
/
+1
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-1
/
+9
*
py3: Switch to 'except foo as bar' syntax
milde
2019-08-26
1
-3
/
+3
*
py3: Switch to print functions
milde
2019-08-26
1
-29
/
+26
*
py3: Use new style classes
milde
2019-08-26
1
-4
/
+4
*
Patch+158 Speed up patterns by saving compiled versions
grubert
2019-08-06
1
-4
/
+4
*
Drop compatibility code for Python 2.4 and 2.5.
milde
2017-08-11
1
-4
/
+1
*
math, error_reporting, and urischemes moved to the utils package.
milde
2012-06-25
1
-1
/
+1
*
Cleanup: Use True/False for boolean values
milde
2012-01-19
1
-21
/
+18
*
Clean up system message (source, line) reporting.
milde
2012-01-09
1
-2
/
+2
*
Fix [ 2926161 ] for simple tables.
milde
2011-11-25
1
-0
/
+12
*
New sub-module and test suite for error reporting.
milde
2011-05-19
1
-1
/
+1
*
fix and re-organize error printing to sys.stderr
milde
2011-05-10
1
-21
/
+19
*
Fix: failsafe encoding of unicode strings before writing to sys.stderr
milde
2011-05-06
1
-15
/
+21
*
minor code cleanup (unify variable names)
milde
2010-08-13
1
-3
/
+3
*
Fix [ 2788716 ] reporting problems in included files.
milde
2010-04-26
1
-11
/
+33
[next]