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-07-19Improve sphinx.pycode.ast docstringsLouis Maddox
2021-06-20Fix #9364: autodoc: 1-element tuple on the defarg is wrongly renderedTakeshi 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-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
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-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-02refactor: Update type annotationsTakeshi KOMIYA
2020-04-19refactor: Add Optional to type annotationsTakeshi KOMIYA
2020-04-17Group together methods that relate to a python 3.8 deprecationEric Wieser
2020-04-17Rewrite unparse to use ast.NodeVisitorEric Wieser
2020-04-16Deduplicate some code in `pycode.ast`Eric Wieser
2020-04-12Fix #7461: autodoc: empty tuple in type annotation is not shown correctlyTakeshi KOMIYA
2020-03-14Fix #7304: pycode: Support operators (BinOp, BoolOp and UnaryOp)Takeshi KOMIYA
2020-02-16py domain: Support lambda functions in function signatureTakeshi KOMIYA
2020-02-02autodoc: Support type_comment styled type annotation for variablesTakeshi KOMIYA
2020-01-13Add sphinx.pycode.ast.parse() and unparse()Takeshi KOMIYA