Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix mypy violations | Takeshi KOMIYA | 2017-10-07 | 1 | -1/+1 | |
| | ||||||
* | Update type annotations for new mypy | Takeshi KOMIYA | 2017-05-07 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Drop unused code (again) | Takeshi KOMIYA | 2017-03-22 | 1 | -4/+0 | |
| | | ||||||
* | | Revert "Drop unused codes" | Takeshi KOMIYA | 2017-03-22 | 1 | -0/+4 | |
| | | | | | | | | This reverts commit 0f47b1d09d4d39a0ac0fe9feb16d1865a84bea75. | |||||
* | | Drop unused codes | Takeshi KOMIYA | 2017-03-22 | 1 | -4/+0 | |
| | | ||||||
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -2/+5 | |
| | | ||||||
* | | Remove deprecated pycompat-modules | Takeshi KOMIYA | 2017-01-07 | 1 | -41/+1 | |
| | | ||||||
* | | Refactor sphinx.util.pycompat (reorder definitions) | Takeshi KOMIYA | 2017-01-02 | 1 | -29/+47 | |
| | | ||||||
* | | fix flake8 | shimizukawa | 2016-12-05 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch '1.5-release' into master | shimizukawa | 2016-12-05 | 1 | -3/+6 | |
|\ \ | |/ | ||||||
| * | Inprovement of warnings mechanism. Now support disabling emit warnings and ↵ | shimizukawa | 2016-12-04 | 1 | -1/+2 | |
| | | | | | | | | add documentation. | |||||
| * | Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ↵ | shimizukawa | 2016-12-04 | 1 | -3/+4 | |
| | | | | | | | | to hide the warnings. | |||||
* | | Add type-check annotations to sphinx.util | Takeshi KOMIYA | 2016-11-16 | 1 | -4/+13 | |
|/ | ||||||
* | Merge branch 'stable' into 1.5-release | Takeshi KOMIYA | 2016-11-16 | 1 | -0/+1 | |
|\ | ||||||
| * | insert blank line(s) to adapt latest flake8/pycodestyle | shimizukawa | 2016-11-16 | 1 | -0/+1 | |
| | | ||||||
* | | Use new style python classes | Takeshi KOMIYA | 2016-09-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-07-26 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix flake8 violation | Takeshi KOMIYA | 2016-07-26 | 1 | -1/+1 | |
| | | ||||||
* | | Refactor code using ``with`` syntax | Takeshi KOMIYA | 2016-05-26 | 1 | -4/+1 | |
|/ | ||||||
* | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | Fixes #1984: Hint None being valid for primary_domain. | Robert Lehmann | 2015-09-11 | 1 | -0/+2 | |
|/ | ||||||
* | final pep8 fixes; reactivate most warnings in flake8 | Georg Brandl | 2015-03-08 | 1 | -9/+8 | |
| | ||||||
* | util: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -4/+9 | |
| | ||||||
* | Merge pull request #1727 from lehmannro/restore-pycompat | Robert Lehmann | 2015-02-24 | 1 | -1/+39 | |
|\ | ||||||
| * | Also restore pycompat.class_types and deprecate it properly. | Robert Lehmann | 2015-02-24 | 1 | -0/+1 | |
| | | ||||||
| * | Slated for removal in 1.4. | Robert Lehmann | 2015-02-14 | 1 | -3/+4 | |
| | | ||||||
| * | Also restore pycompat.{String,Bytes}IO. | Robert Lehmann | 2015-02-14 | 1 | -0/+3 | |
| | | ||||||
| * | Warn when accessing deprecated attributes. | Robert Lehmann | 2015-02-14 | 1 | -20/+23 | |
| | | | | | | | | | | Previously, only calling a deprecated function issued a warning. Attributes (like sphinx.util.pycompat.class_types) would never warn. | |||||
| * | Restore pycompat API. Fixes #1726. | Robert Lehmann | 2015-02-14 | 1 | -1/+31 | |
| | | | | | | | | | | | | | | | | | | All compatibility helpers which have been in this module should be resurrected -- and, at the same time, deprecated -- to grant backwards-compatibility with older Sphinx versions to third-party extensions. This does NOT restore compatibility with any older Python versions. | |||||
* | | refs #1235: i18n: 'literal-block' node can be translated if 'literal-block' ↵ | shimizukawa | 2015-02-22 | 1 | -0/+13 | |
|/ | | | | is set to `gettext_additional_targets`. | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | fix: deque missing | Takayuki Shimizukawa | 2014-09-26 | 1 | -0/+2 | |
| | | ||||||
| * | Now sphinx.ext.autodoc work with python-2.5 again, again. | Takayuki Shimizukawa | 2014-09-26 | 1 | -1/+3 | |
| | | ||||||
| * | Fix #1512 env.record_dependency crashes on multibyte directories | tk0miya | 2014-09-15 | 1 | -0/+3 | |
| | | ||||||
* | | use b prefix for bytes instead of sphinx.pycompat.b function. | Takayuki Shimizukawa | 2014-05-01 | 1 | -5/+1 | |
| | | ||||||
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -4/+4 | |
| | | ||||||
* | | use UnicodeMixin for __str__, __unicode__ to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-30 | 1 | -0/+14 | |
| | | | | | | | | refs #1350. | |||||
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+1 | |
| | | | | | | | | one source. refs #1350. | |||||
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -23/+8 | |
| | | | | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2014-03-01 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | Fix inspect using the "__builtins__" CPython specific module. | Georg Brandl | 2014-03-01 | 1 | -0/+5 | |
| | | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | |||||
* | | merge heads | Takayuki Shimizukawa | 2014-01-15 | 1 | -177/+8 | |
|\ \ | |/ |/| | ||||||
| * | Drop python-3.1 and remove support codes | Takayuki Shimizukawa | 2013-12-15 | 1 | -2/+2 | |
| | |