Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-19Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargsTakeshi KOMIYA
2021-07-19Improve sphinx.pycode.parser docstringsLouis Maddox
2021-07-19Improve sphinx.pycode.ast docstringsLouis Maddox
2021-06-20Fix #9364: autodoc: 1-element tuple on the defarg is wrongly renderedTakeshi KOMIYA
2021-05-09refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-03-26refactor: Use PEP-526 based variable annotation (sphinx.pycode)Takeshi KOMIYA
2021-02-09Update type annotationsTakeshi KOMIYA
2021-01-16Merge branch '3.x'Takeshi KOMIYA
2021-01-10Fix #8652: autodoc: variable comments are ignored if invalid type comments foundTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-11-25Fix pycode becomes slowTakeshi KOMIYA
2020-11-24Fix flake8 warningsTakeshi KOMIYA
2020-11-22Merge branch '3.x'Takeshi KOMIYA
2020-11-21Rename ModuleAnalyzer.parse() to analyze()Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-11-10Merge branch '3.x'Takeshi KOMIYA
2020-11-08Fix #8372: autodoc: autoclass directive became slower than Sphinx-3.2Takeshi KOMIYA
2020-11-07Fix flake8 issueFrançois Freitag
2020-11-05Drop code for supporting py35Takeshi KOMIYA
2020-10-24Fix mypy violationsTakeshi KOMIYA
2020-10-24Merge branch '3.x'Takeshi KOMIYA
2020-10-04pycode: ast.unparse() construct number literals using source codeTakeshi KOMIYA
2020-10-04Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-03Fix #7964: autodoc: Tuple in default value is wrongly renderedTakeshi KOMIYA
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-19refactor: pycode: Use OrderedDict to store variable commentsTakeshi KOMIYA
2020-07-04Merge branch '3.x'Takeshi KOMIYA
2020-07-04Merge tag 'v3.1.1'Takeshi KOMIYA
2020-07-04Merge tag 'v3.1.0'Takeshi KOMIYA
2020-06-28Merge pull request #7832 from cool-RR/2020-06-11-raise-fromTakeshi KOMIYA
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-06-09FIX: Fix circular import problemEric Larson
2020-05-31pycode: Detect @overload decoratorsTakeshi KOMIYA
2020-05-26refactor pycode: sort methodsTakeshi KOMIYA
2020-05-26Fix a mypy violationTakeshi KOMIYA
2020-05-17Merge branch '3.x'Takeshi KOMIYA
2020-05-07Merge branch '3.x' into 7497Takeshi KOMIYA
2020-05-07refactor: Sort visitor methods of _UnparseVisitorTakeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-05-02refactor: Update type annotationsTakeshi KOMIYA
2020-04-30Merge branch '3.x'Takeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-04-27Merge branch '3.x'Takeshi KOMIYA
2020-04-27pycode: Detect @final decoratorsTakeshi KOMIYA
2020-04-26Merge branch '3.x'Takeshi KOMIYA