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
2020-04-26refactor: pycode: visit_ImportTakeshi KOMIYA
2020-04-26pycode: Fix wrong type annotationTakeshi KOMIYA
2020-04-26refactor: pycode: Add VariableCommentPicker.get_qualname_for()Takeshi KOMIYA
2020-04-19refactor: Add Optional to type annotationsTakeshi KOMIYA
2020-04-18Merge branch '3.x'Takeshi 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-13Merge branch '3.x'Takeshi KOMIYA
2020-04-12Fix #7461: autodoc: empty tuple in type annotation is not shown correctlyTakeshi KOMIYA
2020-03-21Merge branch '3.x'Takeshi KOMIYA
2020-03-14Fix #7304: pycode: Support operators (BinOp, BoolOp and UnaryOp)Takeshi KOMIYA
2020-03-07Deprecate codes for python 3.5Takeshi KOMIYA
2020-02-16py domain: Support lambda functions in function signatureTakeshi KOMIYA
2020-02-08Merge branch '2.0'Takeshi KOMIYA
2020-02-02autodoc: Support type_comment styled type annotation for variablesTakeshi KOMIYA
2020-02-02pycode: Support type annotations for variablesTakeshi KOMIYA
2020-01-19Merge branch '2.0'Takeshi KOMIYA
2020-01-13Add sphinx.pycode.ast.parse() and unparse()Takeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-27Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encodingTakeshi KOMIYA
2019-12-26Fix flake8 violationsTakeshi KOMIYA
2019-12-26refactor: pycode: do not call endswith twiceTakeshi KOMIYA
2019-12-26Fix flake8 violationsTakeshi KOMIYA
2019-12-26Merge pull request #6907 from kpnr/patch-2Takeshi KOMIYA
2019-12-25Old get_module_source API restored, new version moved to ModuleAnalyzer class...hkm
2019-12-22Merge branch '2.0'Takeshi KOMIYA
2019-12-22Merge pull request #6906 from kpnr/patch-1Takeshi KOMIYA
2019-12-21Merge branch '2.0'Takeshi KOMIYA
2019-12-21Fix mypy violations (for mypy-0.761)Takeshi KOMIYA
2019-12-15Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode...hkm
2019-12-15lost reference to source file name fixed. Test suit updatedhkm
2019-12-12Update parser.pykpnr
2019-11-30Merge branch '2.0'Takeshi KOMIYA
2019-11-30Fix mypy violations (for mypy-0.750)Takeshi KOMIYA
2019-08-16Fix inaccurate docstring for TokenProcessor.fetch_token()Jon Dufresne
2019-07-13Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574)Takeshi KOMIYA
2019-07-13Merge branch '2.1.3' into 2.0Takeshi KOMIYA
2019-07-13Fix mypy violations (for mypy-0.720)Takeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.pycode.parserTakeshi KOMIYA
2019-07-06Migrate to py3 style type annotation: sphinx.pycodeTakeshi KOMIYA
2019-06-08Fix #6451: autodoc: generates docs for "optional import"ed modules as variablesTakeshi KOMIYA
2019-04-23Add docstring to pycode.parserTakeshi KOMIYA
2019-04-22pycode: Support "async" syntaxTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-01-13Fix broken code (my wrong...)Takeshi KOMIYA
2019-01-13Merge branch '1.8'Takeshi KOMIYA
2019-01-12Fix pycode could not handle egg files on windowsTakeshi KOMIYA