| 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 | ||||
| * | linkcheck: Remove call to is_ssl_error() | François Freitag | 2020-11-12 | 1 | -0/+5 |
| | | | | | | | | | This method always returns False, it is dead code. The exception checking stopped working because Requests library wraps SSL errors in a `requests.exceptions.SSLError` and no longer throws an `urllib3.exceptions.SSLError`. The first argument to that exception is an `urllib3.exceptions.MaxRetryError`. | ||||
| * | Fix #7691: linkcheck: HEAD requests are not used for checking | Takeshi KOMIYA | 2020-07-10 | 1 | -1/+1 |
| | | | | | sphinx.util.requests:head() sends a GET requests instead of HEAD... | ||||
| * | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -5/+5 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -2/+21 |
| |\ \ | |/ | |||||
| | * | Close #1331: Change default User-Agent header | Takeshi KOMIYA | 2019-10-27 | 1 | -2/+21 |
| | | | |||||
| * | | Merge branch 'master' into pkg-resource | Takeshi KOMIYA | 2019-06-13 | 1 | -10/+0 |
| |\ \ | |||||
| | * | | Remove unused import of InsecurePlatformWarning | Jon Dufresne | 2019-06-12 | 1 | -10/+0 |
| | |/ | | | | | | | Unused since 77e0139a26a080e5b7c0292ebd08fbb2eb540be9. | ||||
| * | | Remove empty code block in sphinx.util.requests | Jon Dufresne | 2019-06-12 | 1 | -13/+0 |
| |/ | | | | | | | | Empty since 19a187cb5443808c284dd9e8f85ad13cba98182b. If requests is installed with the security extras, they will be loaded automatically by requests. The is no need to proactively load it. The block simply did a "pass" in all cases. | ||||
| * | Migrate to py3 style type annotation: sphinx.util.requests | Takeshi KOMIYA | 2019-06-04 | 1 | -14/+8 |
| | | |||||
| * | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #5786 from tk0miya/requests-2.5 | Takeshi KOMIYA | 2018-12-18 | 1 | -7/+0 |
| |\ \ | | | | | | | Update deps: requests-2.5.0 or above | ||||
| | * | | Update deps: requests-2.5.0 or above | Takeshi KOMIYA | 2018-12-16 | 1 | -7/+0 |
| | | | | |||||
| * | | | Merge pull request #5509 from stephenfin/remove-future-imports | Takeshi KOMIYA | 2018-12-17 | 1 | -2/+0 |
| |\ \ \ | | | | | | | | | Remove future imports | ||||
| | * | | | py3: Remove (most) __future__ imports | Stephen Finucane | 2018-12-17 | 1 | -2/+0 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were two used: - print_function - absolute_import Both of these are mandatory in Python 3.0 onwards [1] and can therefore be removed...mostly. Unfortunately, mypy is still running in Python 2.7 mode, meaning we need the 'print_function' future wherever we're calling 'print' with the 'file' argument. There's also a single 'absolute_import' future that must be retained as its removal breaks a test for as-yet unknown reasons. TODOs are added to resolve both issues in the future. [1] https://docs.python.org/3/library/__future__.html Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
| * | | | 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 | -4/+3 |
| | | | |||||
| * | | Remove warnings for old python which does not support SNI | Takeshi KOMIYA | 2018-12-15 | 1 | -12/+2 |
| | | | |||||
| * | | 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/+1 |
| | | | |||||
| * | | Remove use six.move module | Takeshi KOMIYA | 2018-11-12 | 1 | -1/+1 |
| |/ | |||||
| * | Fix mypy violations | Takeshi KOMIYA | 2018-09-18 | 1 | -2/+2 |
| | | |||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 |
| | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | ||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+2 |
| | | |||||
| * | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Typo | Tony Narlock | 2017-10-17 | 1 | -1/+1 |
| |/ | |||||
| * | Update type annotations for new mypy | Takeshi KOMIYA | 2017-05-07 | 1 | -1/+1 |
| | | |||||
| * | Fix mypy violations | Takeshi KOMIYA | 2017-04-25 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'stable' into 1.6-release | Takeshi KOMIYA | 2017-04-25 | 1 | -2/+12 |
| |\ | |||||
| | * | Fix #3614: Sphinx crashes with requests-2.5.0 | Takeshi KOMIYA | 2017-04-08 | 1 | -2/+12 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-18 | 1 | -17/+21 |
| |\ \ | |/ | |||||
| | * | Allow running Sphinx without ssl | Jeroen Demeyer | 2017-03-15 | 1 | -17/+21 |
| | | | |||||
| * | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -1/+11 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-29 | 1 | -11/+26 |
| |\ \ | |/ | |||||
| | * | Support requests-2.0.0 (experimental) (refs: #3367) | Takeshi KOMIYA | 2017-01-29 | 1 | -11/+26 |
| | | | |||||
| * | | Update type annotations | Takeshi KOMIYA | 2017-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-07 | 1 | -1/+6 |
| |\ \ | |/ | |||||
| | * | Fix #3268: Sphinx crashes with requests package from Debian jessie | Takeshi KOMIYA | 2017-01-07 | 1 | -1/+6 |
| | | | |||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-12 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Fix #3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14) | Takeshi KOMIYA | 2016-12-11 | 1 | -1/+2 |
| | | | |||||
| * | | Update type annotation | Takeshi KOMIYA | 2016-12-03 | 1 | -1/+1 |
| |/ | |||||
| * | Fix #3095: Add tls_verify and tls_cacerts to support self-signed servers | Takeshi KOMIYA | 2016-11-17 | 1 | -1/+59 |
| | | |||||
| * | Fix #3008: ``linkcheck`` builder ignores self-signed certificate URL | Takeshi KOMIYA | 2016-10-06 | 1 | -0/+12 |
| | | |||||
