Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 | |
| | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | |||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+2 | |
| | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | |||||
* | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -1/+1 | |
| | ||||||
* | Fix #7409: Convert configuration values on late config-inited event | Takeshi KOMIYA | 2020-04-05 | 1 | -1/+1 | |
| | | | | | | This changes a priority for config-inited handlers of core modules to invoke them at the late of the event. It allows extensions to modify configurations. | |||||
* | put comma between sentences | Rafael Fontenelle | 2020-03-08 | 1 | -1/+1 | |
| | ||||||
* | Fix #7183: intersphinx: ``:attr:`` reference to property is broken | Takeshi KOMIYA | 2020-02-22 | 1 | -0/+3 | |
| | ||||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 | |
| | ||||||
* | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -2/+2 | |
| | ||||||
* | Fetch inventories concurrently | Zac-HD | 2019-11-15 | 1 | -15/+26 | |
| | ||||||
* | Close #1331: Change default User-Agent header | Takeshi KOMIYA | 2019-10-27 | 1 | -0/+1 | |
| | ||||||
* | Fix mypy violations (for mypy-0.730) | Takeshi KOMIYA | 2019-10-06 | 1 | -2/+2 | |
| | ||||||
* | Merge branch '2.1.3' into 2.0 | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix mypy violations (for mypy-0.720) | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+1 | |
| | | ||||||
* | | Migrate to py3 style type annotation: sphinx.ext.intersphinx | Takeshi KOMIYA | 2019-07-01 | 1 | -37/+22 | |
|/ | ||||||
* | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | |||||
* | Merge branch '1.8' into 2.0 | Takeshi KOMIYA | 2019-03-09 | 1 | -5/+4 | |
|\ | ||||||
| * | Fixed a bug in intersphinx failure reporting | Luc Saffre | 2019-03-08 | 1 | -5/+4 | |
| | | ||||||
| * | Fix mypy violations | Takeshi KOMIYA | 2019-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 | |
| | | ||||||
* | | Make info messages more translatable | Takeshi KOMIYA | 2019-01-09 | 1 | -4/+4 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Fix #5471: Show appropriate warning for deprecated APIs | Takeshi KOMIYA | 2018-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | intersphinx: Normalize mapping on config-inited | Takeshi KOMIYA | 2018-12-17 | 1 | -23/+28 | |
| | | ||||||
* | | Merge pull request #5817 from jdufresne/inventory-typing | Takeshi KOMIYA | 2018-12-17 | 1 | -3/+1 | |
|\ \ | | | | | | | Define a common Inventory type for reuse across modules | |||||
| * | | Define a common Inventory type for reuse across modules | Jon Dufresne | 2018-12-16 | 1 | -3/+1 | |
| | | | ||||||
* | | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -14/+13 | |
| | | ||||||
* | | Remove print_function feature | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+0 | |
| | | ||||||
* | | Move to py3 mode for mypy (and remove many "type: ignore" comments) | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+2 | |
| | | ||||||
* | | Fix annotations for extensions | Takeshi KOMIYA | 2018-12-01 | 1 | -3/+5 | |
| | | ||||||
* | | Fix annotaions for extensions | Takeshi KOMIYA | 2018-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| | | ||||||
* | | Replace six.string_types with native str | Jon Dufresne | 2018-11-21 | 1 | -2/+2 | |
| | | ||||||
* | | Remove use six.move module | Takeshi KOMIYA | 2018-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2018-09-22 | 1 | -8/+5 | |
|\ \ | ||||||
| * \ | Merge branch 'master' into drop-iteritems | Takeshi KOMIYA | 2018-09-22 | 1 | -6/+3 | |
| |\ \ | ||||||
| | * | | refactoring: Drop PY2 and PY3 flags | Takeshi KOMIYA | 2018-09-22 | 1 | -5/+2 | |
| | | | | ||||||
| | * | | Merge branch '1.8' | Takeshi KOMIYA | 2018-09-20 | 1 | -1/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fix mypy violations | Takeshi KOMIYA | 2018-09-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove use of six.iteritems() | Jon Dufresne | 2018-09-11 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | In Python 3, dict.items() is always an iterator. | |||||
* | | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -3/+3 | |
|/ / | | | | | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | |||||
* | | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -11/+0 | |
|/ | ||||||
* | Merge branch '1.7' into 1.8 | Takeshi KOMIYA | 2018-08-25 | 1 | -8/+13 | |
|\ | ||||||
| * | Fix #5320: intersphinx: crashed if invalid url given | Takeshi KOMIYA | 2018-08-22 | 1 | -8/+13 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 | |
| | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | |||||
* | | Make console and warning messages translatable | Takeshi KOMIYA | 2018-03-03 | 1 | -4/+4 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-23 | 1 | -3/+14 | |
|\ \ | |/ | ||||||
| * | Fix #4664: Reading objects.inv fails again | Takeshi KOMIYA | 2018-02-23 | 1 | -1/+12 | |
| | |