summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.Georg Brandl2012-11-011-4/+9
* merge with stableGeorg Brandl2012-10-281-2/+10
|\
| * relative_uri patch. Fixes #916.Freek Dijkstra2012-04-281-2/+10
* | Merged in shimizukawa/sphinx-fix-testing-fork (pull request #62)Georg Brandl2012-10-283-2/+30
|\ \
| * | * fix for Python2.5: test failed by using inspect.ArgSpec that introduced at ...shimizukawa2012-05-021-1/+4
| * | * fix for Python2.5: test failed by using os.path.relpath that introduced at ...shimizukawa2012-05-022-1/+26
| |/
* | Fix test suite: new code in extract_messages cannot always work.Georg Brandl2012-10-281-3/+4
* | Remove unneeded semicolon.Georg Brandl2012-10-281-1/+1
* | Use term in description list as translation messagekou2012-07-261-0/+8
|/
* Fix force_decode() to work on Python 3.1.1.3Georg Brandl2012-03-101-1/+2
* Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl2012-01-292-1/+9
* Closes #853: Restore compatibility with docutils trunk.Georg Brandl2012-01-291-0/+4
* Changed Conditional Expressionstogakushi2011-11-261-1/+6
* PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII charac...Georg Brandl2012-01-291-1/+3
* mergeRobert Lehmann2011-10-031-0/+7
|\
| * Re-add monkey patch whose removal made latex build fail.Georg Brandl2011-10-021-0/+7
* | Respect gettext_compact in message patching too.Robert Lehmann2011-10-031-2/+2
* | Closes #561: Add configuration option to prevent catalog bundling.Robert Lehmann2011-10-031-0/+3
|/
* More version-compatibility hack removals.Georg Brandl2011-09-251-1/+0
* Remove docutils monkey-patches that are no longer needed with >= 0.7.Georg Brandl2011-09-251-54/+5
* Remove compatibility code for Pygments < 1.2.Georg Brandl2011-09-251-4/+1
* Merge with 1.0Georg Brandl2011-09-2311-65/+351
|\
| * Merge with 1.0Georg Brandl2011-09-221-2/+2
| |\
| * \ Merge with 1.0Georg Brandl2011-09-2111-65/+351
| |\ \
| | * | Fix #765: on Windows, relpath() does not always succeed.Georg Brandl2011-09-211-0/+7
| | * | Fix #767: safely encode SphinxErrors when printing to sys.stderr.Georg Brandl2011-09-211-0/+6
| | * | Fix #705: read module source in ModuleAnalyzer in binary mode, decode afterwa...Georg Brandl2011-09-191-0/+6
| | * | graphviz: also catch IOError with Errno 22 (invalid parameter)Benoit Allard2011-07-141-0/+1
| | * | Move node filtering into extract_messages.Robert Lehmann2011-07-061-2/+11
| | * | merge with 1.0Georg Brandl2011-05-151-1/+54
| | |\ \
| | * | | #437: autodoc now shows values of class data attributes.Georg Brandl2011-01-081-0/+9
| | * | | merge with https://bitbucket.org/langacore/sphinxGeorg Brandl2011-01-081-1/+5
| | |\ \ \
| | * | | | getargspec moved to sphinx.util.inspect?ukasz Langa2011-01-081-0/+34
| | |/ / /
| | * | | merge with 1.0Georg Brandl2011-01-0710-65/+276
| | |\ \ \
| | | * | | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-072-5/+22
| | | * | | merge with 1.0Georg Brandl2011-01-0416-16/+16
| | | |\ \ \
| | | * \ \ \ merge with 1.0Georg Brandl2011-01-0410-65/+259
| | | |\ \ \ \
| | | | * | | | Fix docstring preparation with included signature: ignore indentation of two ...Georg Brandl2011-01-041-12/+15
| | | | * | | | For now, do not allow comments on literals.Georg Brandl2010-11-201-1/+2
| | | | * | | | Fix loading JS searchindex data in Py3k.Georg Brandl2010-10-292-1/+6
| | | | * | | | merge with 1.0Georg Brandl2010-10-221-1/+1
| | | | |\ \ \ \
| | | | * \ \ \ \ merge with 1.0Georg Brandl2010-10-161-0/+3
| | | | |\ \ \ \ \
| | | | * | | | | | #504: Add an ``index`` role, to make inline index entries.Georg Brandl2010-08-251-0/+32
| | | | * | | | | | merge with 1.0Georg Brandl2010-08-239-56/+208
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Make chunks bytestringsDasIch2010-08-231-2/+4
| | | | | * | | | | | Docstring harmonization.Georg Brandl2010-08-228-36/+30
| | | | | * | | | | | Next is new in 2.6.Georg Brandl2010-08-211-7/+8
| | | | | * | | | | | Group conditional sections in pycompat.Georg Brandl2010-08-211-72/+65
| | | | | * | | | | | mergeGeorg Brandl2010-08-211-12/+14
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Supply substitute implementation of itertools.(i)zip_longest.Georg Brandl2010-08-211-3/+26