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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update pygments integration.
milde
2021-01-03
1
-6
/
+1
*
Don't drop "code" directive content if Warnings are silenced.
milde
2020-12-16
1
-2
/
+2
*
Fix link to 2-Clause BSD license.
milde
2020-09-04
7
-8
/
+8
*
Apply patch for bug #399 Fixes in Korean translation by Shinjo Park.
milde
2020-08-22
1
-1
/
+1
*
Fix #395.
milde
2020-07-14
1
-1
/
+4
*
Minor formatting updates.
milde
2020-02-06
1
-1
/
+0
*
Fix [ 383 ] Smart quotes around opening and separator characters.
milde
2020-01-26
1
-62
/
+58
*
trivial: Misc whitespace fixes
milde
2019-08-27
6
-662
/
+643
*
py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'
milde
2019-08-27
2
-2
/
+2
*
py3: Fix magic methods
milde
2019-08-27
1
-14
/
+79
*
py3: Handle 'urllib', 'urllib2' to 'urlib.*' rename
milde
2019-08-27
1
-2
/
+6
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
3
-9
/
+9
*
py3: Replace 'ur' prefix
milde
2019-08-27
3
-27
/
+28
*
py3: Replace 'foo.next()' with 'next(foo)'
milde
2019-08-26
2
-2
/
+2
*
Consistent Python 3 checks.
milde
2019-08-26
2
-2
/
+2
*
Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'
milde
2019-08-26
1
-1
/
+1
*
py3: Use 'sorted(foo)' instead of 'foo.sort()'
milde
2019-08-26
1
-2
/
+1
*
py3: Replace deprecated form of raising exception
milde
2019-08-26
1
-4
/
+5
*
py3: Resolve some additional undefined symbols
milde
2019-08-26
1
-4
/
+4
*
py3: Add aliases for removed symbols
milde
2019-08-26
3
-50
/
+22
*
py3: Switch to 'except foo as bar' syntax
milde
2019-08-26
2
-3
/
+3
*
py3: Switch to print functions
milde
2019-08-26
4
-14
/
+14
*
py3: Use new style classes
milde
2019-08-26
2
-2
/
+2
*
Drop support for Python 3.3
milde
2019-08-26
1
-1
/
+1
*
Fix #332 and #342 (smartquotes problems).
milde
2019-07-24
1
-3
/
+4
*
Fix [ 366 ] - move unescape() definition to `nodes`
milde
2019-07-23
1
-12
/
+2
*
Apply [ 153 ] Korean mappings by Thomas Sungjin Kang.
milde
2019-04-15
1
-0
/
+1
*
DocInfo transform must not use "rawsource" attribute for escaping.
milde
2018-11-20
1
-7
/
+1
*
Fix code_analyzer problem under Python 3.3.
milde
2018-01-16
1
-1
/
+6
*
Remove flag to re.sub (not required and unsupported in 2.6).
milde
2018-01-14
1
-1
/
+1
*
Fix #338: re.sub() flag argument at wrong position.
milde
2018-01-08
1
-1
/
+1
*
Fix error reporting in wrapper for external tex2mathml converters.
milde
2018-01-04
1
-9
/
+8
*
Minor documentation update: smartquotes is still experimental.
milde
2017-11-08
1
-5
/
+1
*
New function `utils.unescape_rawsource`.
milde
2017-11-04
1
-0
/
+7
*
smartquotes: Fix bug #332.
milde
2017-10-25
1
-41
/
+32
*
Small cleanup and formatting edits.
milde
2017-08-17
1
-8
/
+5
*
* Consolidated version numbering documentation in docs/dev/policies.txt (move...
goodger
2017-08-14
1
-13
/
+15
*
Drop compatibility code for Python 2.4 and 2.5.
milde
2017-08-11
2
-12
/
+13
*
added docutils.utils.version_identifier() and a test
goodger
2017-07-08
1
-1
/
+40
*
Fix [ 321 ] Import block might cause name error.
milde
2017-06-22
1
-0
/
+2
*
smart quotes: improve configurability of the transform, add more locales.
milde
2017-05-30
1
-1
/
+15
*
Apply patch [ 140 ] by Ville Skyttä (escape sequence deprecation fix).
milde
2017-05-30
1
-1
/
+1
*
Minor documentation fixes.
milde
2017-05-23
1
-4
/
+12
*
Improve smartquotes command line interface.
milde
2017-05-21
1
-11
/
+28
*
Add "smartquotes-locales" setting.
milde
2017-05-08
1
-1
/
+1
*
Fix a regression in [r8062] (extra space with French smartquotes again).
milde
2017-05-04
1
-3
/
+6
*
smartquotes: Add command line interface for stand-alone use (requires 2.7).
milde
2017-04-24
1
-100
/
+144
*
Fix [ 317 ] Extra space inserted with French smartquotes .
milde
2017-04-24
1
-1
/
+4
*
Document and update smartquotes.
milde
2017-04-10
1
-78
/
+67
*
Really use the full NBSP inside French quotes.
milde
2017-03-31
1
-1
/
+1
[next]