| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix memory leak during parallel writing with multiplied warnings. | Georg Brandl | 2014-12-31 | 1 | -2/+6 |
| | | |||||
| * | Closes #1623: Return types specified with ``:rtype:`` are now turned into ↵ | Georg Brandl | 2014-11-12 | 1 | -6/+17 |
| | | | | | links if possible. | ||||
| * | Deprecate make_admonition. | Georg Brandl | 2014-11-09 | 1 | -5/+5 |
| | | |||||
| * | merge with stable | Georg Brandl | 2014-11-07 | 1 | -1/+2 |
| |\ | |||||
| | * | Fix :confval:`autodoc_docstring_signature` not working with signatures | Georg Brandl | 2014-11-07 | 1 | -1/+2 |
| | | | | | | | | | in class docstrings. | ||||
| | * | fix: deque missing | shimizukawa | 2014-09-26 | 1 | -0/+2 |
| | | | |||||
| * | | Add :numref: role to refer figures, tables and code-blocks by its fignum | tk0miya | 2014-10-01 | 1 | -0/+17 |
| | | | |||||
| * | | merge with stable | shimizukawa | 2014-09-26 | 16 | -405/+459 |
| |\ \ | |/ |/| | |||||
| | * | Fix a memory leak in the parallel impl. ParallelChunked is now unnecessary. | Georg Brandl | 2014-09-22 | 1 | -48/+36 |
| | | | |||||
| | * | Refactor parallel process into a base class that executes any task, and a ↵ | Georg Brandl | 2014-09-22 | 1 | -54/+91 |
| | | | | | | | | | derived class that executes a batch of the same task. | ||||
| | * | Factor out parallel building into a utility class. Better error handling | Georg Brandl | 2014-09-22 | 2 | -3/+113 |
| | | | | | | | | | with traceback of the parallel process saved in the error log. | ||||
| | * | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -0/+5 |
| | | | |||||
| | * | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 1 | -1/+1 |
| | | | | | | | | | This makes it possible to introduce more metadata values later. | ||||
| | * | Fixup windows newlines. | Georg Brandl | 2014-09-21 | 1 | -89/+89 |
| | | | |||||
| | * | Fix a few missing Unicode/bytes filename problems. | Georg Brandl | 2014-09-21 | 2 | -4/+13 |
| | | | |||||
| | * | merge with stable | Georg Brandl | 2014-09-17 | 2 | -1/+13 |
| | |\ | |||||
| | * | | Add support for extensions to declare their version as a string returned ↵ | Georg Brandl | 2014-09-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | from setup(). | ||||
| | * | | Merge with stable | shimizukawa | 2014-08-30 | 15 | -392/+301 |
| | |\ \ | |||||
| | | * | | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623 | shimizukawa | 2014-08-22 | 1 | -0/+14 |
| | | | | | |||||
| | | * | | fix for py26. | shimizukawa | 2014-08-19 | 1 | -2/+3 |
| | | | | | |||||
| | | * | | Merge with tip | shimizukawa | 2014-08-18 | 1 | -0/+88 |
| | | |\ \ | |||||
| | | | * | | Automatically compile ``*.mo`` files from ``*.po`` files. | shimizukawa | 2014-08-03 | 1 | -0/+88 |
| | | | | | | |||||
| | | * | | | Fix numbering section at singlehtml mode does not work for nested toctree | tk0miya | 2014-08-18 | 1 | -1/+2 |
| | | | | | | |||||
| | | * | | | Fix numbering section does not work at singlehtml mode (adhoc) | tk0miya | 2014-08-12 | 1 | -0/+2 |
| | | |/ / | |||||
| | | * | | merge with stable | shimizukawa | 2014-07-13 | 14 | -392/+195 |
| | | |\ \ | |||||
| | | | * | | Update documentation and `sphinx-build -N` option behavior for windows color ↵ | shimizukawa | 2014-07-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | console support. closes #1291. | ||||
| | | | * | | Windows color console support. update for pull request #252. | shimizukawa | 2014-07-05 | 1 | -6/+10 |
| | | | | | | |||||
| | | | * | | Added support for Windows color output using colorama (if installed) | rneu31 | 2014-07-03 | 1 | -1/+6 |
| | | | | | | |||||
| | | | * | | * fix over 80 chars line and remove unused import. | shimizukawa | 2014-06-15 | 1 | -1/+0 |
| | | | | | | |||||
| | | | * | | use b prefix for bytes instead of sphinx.pycompat.b function. | shimizukawa | 2014-05-01 | 2 | -8/+3 |
| | | | | | | |||||
| | | | * | | tiny fix for py2/py3 compatibility in one source. | shimizukawa | 2014-05-01 | 1 | -6/+0 |
| | | | | | | |||||
| | | | * | | wrap py3 iterators with list() for each places that expect a list object. ↵ | shimizukawa | 2014-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | refs #1350. | ||||
| | | | * | | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350 | shimizukawa | 2014-04-30 | 1 | -83/+85 |
| | | | | | | |||||
| | | | * | | remove 'six' name except importing line. | shimizukawa | 2014-04-30 | 5 | -20/+18 |
| | | | | | | |||||
| | | | * | | use six privided functions/classes to support py2/py3 in one source. refs #1350 | shimizukawa | 2014-04-30 | 1 | -2/+2 |
| | | | | | | |||||
| | | | * | | use UnicodeMixin for __str__, __unicode__ to support py2/py3 in one source. ↵ | shimizukawa | 2014-04-30 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | refs #1350. | ||||
| | | | * | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | shimizukawa | 2014-04-29 | 4 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | one source. refs #1350. | ||||
| | | | * | | provide __next__() and use native next() to support py2/py3 in one source. ↵ | shimizukawa | 2014-04-29 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | refs #1350. | ||||
| | | | * | | wrap iterator with list() to avoid 'dictionary changed size during ↵ | shimizukawa | 2014-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | iteration' on py3. refs #1350. | ||||
| | | | * | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | shimizukawa | 2014-04-29 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | refs #1350. | ||||
| | | | * | | use six privided functions/classes to support py2/py3 in one source. refs #1350. | shimizukawa | 2014-04-29 | 3 | -5/+9 |
| | | | | | | |||||
| | | | * | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | shimizukawa | 2014-04-29 | 4 | -35/+20 |
| | | | | | | | | | | | | | | | | | | | | | refs #1350. | ||||
| | | | * | | merge with stable | Georg Brandl | 2014-03-02 | 9 | -244/+38 |
| | | | |\ \ | |||||
| | | | | * \ | merge with stable | Georg Brandl | 2014-03-02 | 9 | -244/+38 |
| | | | | |\ \ | |||||
| | | | | | * \ | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206) | Georg Brandl | 2014-03-01 | 1 | -20/+1 |
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Drop docutils-0.7, 0.8, 0.9 support. | ||||
| | | | | | | * \ | merge heads | shimizukawa | 2014-01-18 | 3 | -7/+16 |
| | | | | | | |\ \ | |||||
| | | | | | | * | | | Drop docutils-0.7, 0.8 and 0.9 support | shimizukawa | 2013-12-15 | 1 | -20/+1 |
| | | | | | | | | | | |||||
| | | | | | * | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 8 | -224/+37 |
| | | | | | |\ \ \ \ | |||||
| | | | | | | * \ \ \ | merge with stable | Georg Brandl | 2014-03-01 | 2 | -3/+5 |
| | | | | | | |\ \ \ \ | |||||
| | | | | | | * \ \ \ \ | merge with stable | Georg Brandl | 2014-01-26 | 8 | -224/+40 |
| | | | | | | |\ \ \ \ \ | |||||
