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
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
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