| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increase static typing strictness (#10530) | Adam Turner | 2022-06-16 | 1 | -1/+32 |
| * | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| * | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| * | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| * | 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 |
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| * | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | Improve variable names and code style | Thomas Robitaille | 2019-11-12 | 1 | -1/+1 |
| | * | Give a warning when extensions are explicitly not parallel safe | Thomas Robitaille | 2019-11-12 | 1 | -0/+2 |
| * | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -8/+1 |
| |/ | |||||
| * | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -1/+1 |
| * | Ignore filenames without file extension given to ``Builder.build_specific()`` | Takeshi KOMIYA | 2019-02-23 | 1 | -2/+2 |
| * | Add testcase for specific build | Takeshi KOMIYA | 2019-02-20 | 1 | -0/+22 |
| * | 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 |
| * | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+1 |
| * | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-22 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | test: Filter warnings on testing | Takeshi KOMIYA | 2018-11-12 | 1 | -0/+2 |
| * | | refactor: Deprecate app._setting_up_extension | Takeshi KOMIYA | 2018-10-17 | 1 | -1/+2 |
| |/ | |||||
| * | Fix flake8 violations on tests | Takeshi KOMIYA | 2018-07-28 | 1 | -1/+0 |
| * | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-04-02 | 1 | -22/+0 |
| |\ | |||||
| | * | Add a new keyword argument ``override`` to Application APIs | Takeshi KOMIYA | 2018-03-21 | 1 | -22/+0 |
| * | | Raise ExtensionError from Config class instead application class | Takeshi KOMIYA | 2018-03-24 | 1 | -1/+1 |
| |/ | |||||
| * | Change interface of add_source_parser() and add add_source_suffix() | Takeshi KOMIYA | 2018-02-21 | 1 | -3/+12 |
| * | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-20 | 1 | -3/+2 |
| |\ | |||||
| | * | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -3/+2 |
| * | | Merge branch '1.7-release' | Takeshi KOMIYA | 2018-02-10 | 1 | -2/+4 |
| |\ \ | |/ | |||||
| | * | Make the log message more translation-friendly | cocoatomo | 2018-02-07 | 1 | -2/+4 |
| * | | Integrate source_suffix and source_parsers (refs: #4474) | Takeshi KOMIYA | 2018-01-25 | 1 | -1/+3 |
| |/ | |||||
| * | 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 |
| * | | Add app.is_parallel_allowed() | Takeshi KOMIYA | 2017-12-30 | 1 | -0/+36 |
| |/ | |||||
| * | Add Sphinx own parser (refs: #3816) | Takeshi KOMIYA | 2017-05-28 | 1 | -1/+1 |
| * | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -1/+1 |
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-05-09 | 1 | -2/+0 |
| * | Rename SphinxFactory class to SphinxComponentRegistry | Takeshi KOMIYA | 2017-04-23 | 1 | -3/+3 |
| * | Move source_parsers manager to SphinxFactory | Takeshi KOMIYA | 2017-04-22 | 1 | -10/+3 |
| * | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| * | | Merge branch 'stable' | shimizukawa | 2017-01-07 | 1 | -16/+18 |
| |\ \ | |/ | |||||
| | * | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -10/+3 |
| | * | fix | shimizukawa | 2017-01-06 | 1 | -1/+1 |
| | * | pytest: remove deprecated raises and raises_msg assert functions | shimizukawa | 2017-01-06 | 1 | -8/+14 |
| * | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -20/+0 |
| * | | Add sphinx.util.logging.SafeEncodingWriter | Takeshi KOMIYA | 2017-01-02 | 1 | -17/+0 |
| |/ | |||||
