Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the deprecated Setuptools integration (#11363) | Adam Turner | 2023-04-27 | 1 | -192/+0 |
* | Unescape quotation marks where possible | Adam Turner | 2023-02-18 | 1 | -1/+1 |
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -4/+4 |
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -2/+2 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -4/+4 |
* | Close #9820: Use setuptools.Command if available | Takeshi KOMIYA | 2022-05-30 | 1 | -7/+11 |
* | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-19 | 1 | -10/+2 |
|\ | |||||
| * | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -4/+1 |
| * | Conform to PEP 257 summary line conventions | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| * | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -5/+5 |
| * | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| * | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -1/+1 |
* | | Close #9595: Deprecate setuptools integration | Takeshi KOMIYA | 2022-01-01 | 1 | -0/+5 |
|/ | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | Improvement to sphinx.setup_command docstrings | Louis Maddox | 2021-07-18 | 1 | -2/+2 |
* | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -15/+9 |
* | Close #8326: Rename master_doc to root_doc | Takeshi KOMIYA | 2021-02-28 | 1 | -1/+1 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-14 | 1 | -15/+1 |
|\ \ | |/ | |||||
| * | Drop outdated workaround for distutils' Command._ensure_stringlike() | Jon Dufresne | 2020-12-12 | 1 | -15/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -2/+2 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix a mypy violation | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+1 |
| * | Merge branch '3.x' into 5090_distutils_version | Takeshi KOMIYA | 2020-07-24 | 1 | -17/+21 |
| |\ | |||||
| * | | BuildDoc: link verbosity to distutils' | Daniel Hahler | 2018-06-13 | 1 | -2/+4 |
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -1/+1 |
* | | | Merge tag 'v3.1.0' | Takeshi KOMIYA | 2020-07-05 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Close #7792: setuptools: Support ``--verbosity`` option | Takeshi KOMIYA | 2020-06-06 | 1 | -1/+2 |
* | | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+3 |
|/ / | |||||
* | | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
* | | Support --keep-going with BuildDoc setup command (#6180) | Daniel Hahler | 2019-03-17 | 1 | -1/+4 |
* | | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 |
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
* | | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
* | | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -7/+6 |
* | | | Remove print_function feature | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 |
* | | | refactor: Replace six.StringIO by io.StringIO | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+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 |
|/ / | |||||
* | | Fix setup_command uses deprecated module | Takeshi KOMIYA | 2018-07-28 | 1 | -1/+1 |
* | | Fix mypy violation | Takeshi KOMIYA | 2018-07-19 | 1 | -2/+2 |
* | | BuildDoc: add and pass through nitpicky option | Daniel Hahler | 2018-06-25 | 1 | -1/+5 |
|/ | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-05-03 | 1 | -1/+1 |
|\ |