index
:
delta/python-packages/sphinx.git
#1041
#1056
#955
add_missing_epub_options
add_stemmer
admonitions
apidoc-symlinks
apidoc_output_order
aria
autodoc_novalue
autosummary-file-ext
cancerhermit/fix-override-extensions-in-configpy-1375648717102
cpp-variadic
css
ext-linkcode
ext-linkcode-fix
extdev-tutorial-doc
fix-nested-figure-caption-i18n
fix-tocdepth
fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166
gerardmp/added-libreoffice-extension-to-the-exten-1410948858630
hickford/add-instructions-how-to-install-sphinx-t-1410715164407
hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122
hiddentocs
i18n-man-unicode
i18n-po-fix-reference-line-separator
i18n-term-translatable
improve-po-mode-el-support
improve-tags-docs
latex-header-in-next-pages
listnewdomains
masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399
master
memoir
minrk/sort-inheritance-diagram
psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827
quick-start-readline
rneu31/added-support-for-windows-color-output-u-1404418973591
stable
stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989
tag-documentation
techtonik/add-link-to-irc-channel-1379750124356
techtonik/raise-six-requirement-to-14-when-userstr-1406538263417
tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328
tooltip-escaping
tychoish/removed-version-change-1372634421412
westurner/doc-glossary-markup-ref
westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167
bitbucket.org: Obsolete (use python-packages/sphinx-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix whitespace / line length issues reported by "make test"
Jon Waltman
2012-11-03
2
-4
/
+4
*
Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.
Georg Brandl
2012-11-01
1
-4
/
+9
*
merge with stable
Georg Brandl
2012-10-28
1
-2
/
+10
|
\
|
*
relative_uri patch. Fixes #916.
Freek Dijkstra
2012-04-28
1
-2
/
+10
*
|
Merged in shimizukawa/sphinx-fix-testing-fork (pull request #62)
Georg Brandl
2012-10-28
3
-2
/
+30
|
\
\
|
*
|
* fix for Python2.5: test failed by using inspect.ArgSpec that introduced at ...
shimizukawa
2012-05-02
1
-1
/
+4
|
*
|
* fix for Python2.5: test failed by using os.path.relpath that introduced at ...
shimizukawa
2012-05-02
2
-1
/
+26
|
|
/
*
|
Fix test suite: new code in extract_messages cannot always work.
Georg Brandl
2012-10-28
1
-3
/
+4
*
|
Remove unneeded semicolon.
Georg Brandl
2012-10-28
1
-1
/
+1
*
|
Use term in description list as translation message
kou
2012-07-26
1
-0
/
+8
|
/
*
Fix force_decode() to work on Python 3.
1.1.3
Georg Brandl
2012-03-10
1
-1
/
+2
*
Closes #810: fix deprecation warnings with Python 3. What is left over is fro...
Georg Brandl
2012-01-29
2
-1
/
+9
*
Closes #853: Restore compatibility with docutils trunk.
Georg Brandl
2012-01-29
1
-0
/
+4
*
Changed Conditional Expressions
togakushi
2011-11-26
1
-1
/
+6
*
PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII charac...
Georg Brandl
2012-01-29
1
-1
/
+3
*
merge
Robert Lehmann
2011-10-03
1
-0
/
+7
|
\
|
*
Re-add monkey patch whose removal made latex build fail.
Georg Brandl
2011-10-02
1
-0
/
+7
*
|
Respect gettext_compact in message patching too.
Robert Lehmann
2011-10-03
1
-2
/
+2
*
|
Closes #561: Add configuration option to prevent catalog bundling.
Robert Lehmann
2011-10-03
1
-0
/
+3
|
/
*
More version-compatibility hack removals.
Georg Brandl
2011-09-25
1
-1
/
+0
*
Remove docutils monkey-patches that are no longer needed with >= 0.7.
Georg Brandl
2011-09-25
1
-54
/
+5
*
Remove compatibility code for Pygments < 1.2.
Georg Brandl
2011-09-25
1
-4
/
+1
*
Merge with 1.0
Georg Brandl
2011-09-23
11
-65
/
+351
|
\
|
*
Merge with 1.0
Georg Brandl
2011-09-22
1
-2
/
+2
|
|
\
|
*
\
Merge with 1.0
Georg Brandl
2011-09-21
11
-65
/
+351
|
|
\
\
|
|
*
|
Fix #765: on Windows, relpath() does not always succeed.
Georg Brandl
2011-09-21
1
-0
/
+7
|
|
*
|
Fix #767: safely encode SphinxErrors when printing to sys.stderr.
Georg Brandl
2011-09-21
1
-0
/
+6
|
|
*
|
Fix #705: read module source in ModuleAnalyzer in binary mode, decode afterwa...
Georg Brandl
2011-09-19
1
-0
/
+6
|
|
*
|
graphviz: also catch IOError with Errno 22 (invalid parameter)
Benoit Allard
2011-07-14
1
-0
/
+1
|
|
*
|
Move node filtering into extract_messages.
Robert Lehmann
2011-07-06
1
-2
/
+11
|
|
*
|
merge with 1.0
Georg Brandl
2011-05-15
1
-1
/
+54
|
|
|
\
\
|
|
*
|
|
#437: autodoc now shows values of class data attributes.
Georg Brandl
2011-01-08
1
-0
/
+9
|
|
*
|
|
merge with https://bitbucket.org/langacore/sphinx
Georg Brandl
2011-01-08
1
-1
/
+5
|
|
|
\
\
\
|
|
*
|
|
|
getargspec moved to sphinx.util.inspect
?ukasz Langa
2011-01-08
1
-0
/
+34
|
|
|
/
/
/
|
|
*
|
|
merge with 1.0
Georg Brandl
2011-01-07
10
-65
/
+276
|
|
|
\
\
\
|
|
|
*
|
|
#454: Add more index markup capabilities: marking see/seealso entries, and ma...
Georg Brandl
2011-01-07
2
-5
/
+22
|
|
|
*
|
|
merge with 1.0
Georg Brandl
2011-01-04
16
-16
/
+16
|
|
|
|
\
\
\
|
|
|
*
\
\
\
merge with 1.0
Georg Brandl
2011-01-04
10
-65
/
+259
|
|
|
|
\
\
\
\
|
|
|
|
*
|
|
|
Fix docstring preparation with included signature: ignore indentation of two ...
Georg Brandl
2011-01-04
1
-12
/
+15
|
|
|
|
*
|
|
|
For now, do not allow comments on literals.
Georg Brandl
2010-11-20
1
-1
/
+2
|
|
|
|
*
|
|
|
Fix loading JS searchindex data in Py3k.
Georg Brandl
2010-10-29
2
-1
/
+6
|
|
|
|
*
|
|
|
merge with 1.0
Georg Brandl
2010-10-22
1
-1
/
+1
|
|
|
|
|
\
\
\
\
|
|
|
|
*
\
\
\
\
merge with 1.0
Georg Brandl
2010-10-16
1
-0
/
+3
|
|
|
|
|
\
\
\
\
\
|
|
|
|
*
|
|
|
|
|
#504: Add an ``index`` role, to make inline index entries.
Georg Brandl
2010-08-25
1
-0
/
+32
|
|
|
|
*
|
|
|
|
|
merge with 1.0
Georg Brandl
2010-08-23
9
-56
/
+208
|
|
|
|
|
\
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
|
Make chunks bytestrings
DasIch
2010-08-23
1
-2
/
+4
|
|
|
|
|
*
|
|
|
|
|
Docstring harmonization.
Georg Brandl
2010-08-22
8
-36
/
+30
|
|
|
|
|
*
|
|
|
|
|
Next is new in 2.6.
Georg Brandl
2010-08-21
1
-7
/
+8
|
|
|
|
|
*
|
|
|
|
|
Group conditional sections in pycompat.
Georg Brandl
2010-08-21
1
-72
/
+65
|
|
|
|
|
*
|
|
|
|
|
merge
Georg Brandl
2010-08-21
1
-12
/
+14
|
|
|
|
|
|
\
\
\
\
\
\
[next]