summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Add :numref: role to refer figures, tables and code-blocks by its fignumtk0miya2014-10-011-0/+17
* merge with stableshimizukawa2014-09-2616-405/+459
|\
| * Fix a memory leak in the parallel impl. ParallelChunked is now unnecessary.Georg Brandl2014-09-221-48/+36
| * Refactor parallel process into a base class that executes any task, and a der...Georg Brandl2014-09-221-54/+91
| * Factor out parallel building into a utility class. Better error handlingGeorg Brandl2014-09-222-3/+113
| * [WIP] parallel readGeorg Brandl2014-09-221-0/+5
| * Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
| * Fixup windows newlines.Georg Brandl2014-09-211-89/+89
| * Fix a few missing Unicode/bytes filename problems.Georg Brandl2014-09-212-4/+13
| * merge with stableGeorg Brandl2014-09-172-1/+13
| |\
| * | Add support for extensions to declare their version as a string returned from...Georg Brandl2014-09-031-2/+3
| * | Merge with stableshimizukawa2014-08-3015-392/+301
| |\ \
| | * | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623shimizukawa2014-08-221-0/+14
| | * | fix for py26.shimizukawa2014-08-191-2/+3
| | * | Merge with tipshimizukawa2014-08-181-0/+88
| | |\ \
| | | * | Automatically compile ``*.mo`` files from ``*.po`` files.shimizukawa2014-08-031-0/+88
| | * | | Fix numbering section at singlehtml mode does not work for nested toctreetk0miya2014-08-181-1/+2
| | * | | Fix numbering section does not work at singlehtml mode (adhoc)tk0miya2014-08-121-0/+2
| | |/ /
| | * | merge with stableshimizukawa2014-07-1314-392/+195
| | |\ \
| | | * | Update documentation and `sphinx-build -N` option behavior for windows color ...shimizukawa2014-07-051-0/+2
| | | * | Windows color console support. update for pull request #252.shimizukawa2014-07-051-6/+10
| | | * | Added support for Windows color output using colorama (if installed)rneu312014-07-031-1/+6
| | | * | * fix over 80 chars line and remove unused import.shimizukawa2014-06-151-1/+0
| | | * | use b prefix for bytes instead of sphinx.pycompat.b function.shimizukawa2014-05-012-8/+3
| | | * | tiny fix for py2/py3 compatibility in one source.shimizukawa2014-05-011-6/+0
| | | * | wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-1/+1
| | | * | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350shimizukawa2014-04-301-83/+85
| | | * | remove 'six' name except importing line.shimizukawa2014-04-305-20/+18
| | | * | use six privided functions/classes to support py2/py3 in one source. refs #1350shimizukawa2014-04-301-2/+2
| | | * | use UnicodeMixin for __str__, __unicode__ to support py2/py3 in one source. r...shimizukawa2014-04-301-0/+14
| | | * | use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-294-5/+7
| | | * | provide __next__() and use native next() to support py2/py3 in one source. re...shimizukawa2014-04-292-5/+7
| | | * | wrap iterator with list() to avoid 'dictionary changed size during iteration'...shimizukawa2014-04-291-1/+1
| | | * | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-292-2/+4
| | | * | use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-293-5/+9
| | | * | introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-294-35/+20
| | | * | merge with stableGeorg Brandl2014-03-029-244/+38
| | | |\ \
| | | | * \ merge with stableGeorg Brandl2014-03-029-244/+38
| | | | |\ \
| | | | | * \ Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-20/+1
| | | | | |\ \
| | | | | | * \ merge headsshimizukawa2014-01-183-7/+16
| | | | | | |\ \
| | | | | | * | | Drop docutils-0.7, 0.8 and 0.9 supportshimizukawa2013-12-151-20/+1
| | | | | * | | | Update copyright year.Georg Brandl2014-03-018-224/+37
| | | | | |\ \ \ \
| | | | | | * \ \ \ merge with stableGeorg Brandl2014-03-012-3/+5
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ merge with stableGeorg Brandl2014-01-268-224/+40
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Fix formattingDmitry Shachnev2014-01-221-1/+1
| | | | | | | * | | | | MergeDmitry Shachnev2014-01-207-18/+17
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-197-18/+17
| | | | | | | | | |_|/ / | | | | | | | | |/| | |
| | | | | | | * | | | | merge with stableGeorg Brandl2014-01-191-12/+11
| | | | | | | |\ \ \ \ \ | | | | | | | | |/ / / / | | | | | | | |/| | | |
| | | | | | | * | | | | Fix: The application now check extra Python versions (3.0, 3.1) to stop invok...shimizukawa2014-01-181-4/+3
| | | | | | | * | | | | merge headsshimizukawa2014-01-152-3/+13
| | | | | | | |\ \ \ \ \ | | | | | | | | |_|_|/ / | | | | | | | |/| | | |