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-05-09refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-03-26refactor: Use PEP-526 based variable annotation (sphinx.pycode)Takeshi 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-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.0'Takeshi KOMIYA
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-05-31pycode: Detect @overload decoratorsTakeshi KOMIYA
2020-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-30Merge branch '3.x'Takeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-04-27pycode: Detect @final decoratorsTakeshi KOMIYA
2020-02-02pycode: Support type annotations for variablesTakeshi KOMIYA
2020-01-01A happy new year!Takeshi 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-25Old get_module_source API restored, new version moved to ModuleAnalyzer class...hkm
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-07-06Migrate to py3 style type annotation: sphinx.pycodeTakeshi 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
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Merge pull request #5801 from jdufresne/modanalyzer-bytesTakeshi KOMIYA
2018-12-16Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne
2018-12-15Remove unnecessary bytes type check in ModuleAnalyzer.for_string()Jon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-15Remove print_function featureTakeshi KOMIYA
2018-12-15refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA