Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop code for supporting py35 | Takeshi KOMIYA | 2020-11-06 | 1 | -7/+2 |
* | Fix mypy violations | Takeshi KOMIYA | 2020-10-24 | 1 | -2/+2 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2020-10-24 | 1 | -5/+12 |
|\ | |||||
| * | pycode: ast.unparse() construct number literals using source code | Takeshi KOMIYA | 2020-10-05 | 1 | -2/+9 |
* | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-04 | 1 | -2/+16 |
|\ \ | |/ | |||||
| * | Fix #7964: autodoc: Tuple in default value is wrongly rendered | Takeshi KOMIYA | 2020-10-03 | 1 | -2/+16 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 2 | -2/+4 |
|\ \ | |/ | |||||
| * | refactor: pycode: Use OrderedDict to store variable comments | Takeshi KOMIYA | 2020-07-19 | 2 | -2/+4 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Merge pull request #7832 from cool-RR/2020-06-11-raise-from | Takeshi KOMIYA | 2020-06-29 | 1 | -5/+5 |
| |\ | |||||
| | * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -5/+5 |
* | | | Merge tag 'v3.1.1' | Takeshi KOMIYA | 2020-07-05 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | FIX: Fix circular import problem | Eric Larson | 2020-06-09 | 1 | -1/+2 |
| |/ | |||||
* | | Merge tag 'v3.1.0' | Takeshi KOMIYA | 2020-07-05 | 2 | -0/+37 |
|\ \ | |/ | |||||
| * | pycode: Detect @overload decorators | Takeshi KOMIYA | 2020-05-31 | 2 | -0/+37 |
* | | refactor pycode: sort methods | Takeshi KOMIYA | 2020-05-27 | 1 | -7/+6 |
* | | Fix a mypy violation | Takeshi KOMIYA | 2020-05-27 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-17 | 1 | -92/+121 |
|\ \ | |/ | |||||
| * | Merge branch '3.x' into 7497 | Takeshi KOMIYA | 2020-05-07 | 3 | -37/+63 |
| |\ | |||||
| | * | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -2/+2 |
| * | | refactor: Sort visitor methods of _UnparseVisitor | Takeshi KOMIYA | 2020-05-07 | 1 | -62/+62 |
| * | | Group together methods that relate to a python 3.8 deprecation | Eric Wieser | 2020-04-17 | 1 | -13/+15 |
| * | | Rewrite unparse to use ast.NodeVisitor | Eric Wieser | 2020-04-17 | 1 | -90/+117 |
* | | | refactor: Update type annotations | Takeshi KOMIYA | 2020-05-02 | 2 | -1/+15 |
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-30 | 2 | -0/+40 |
|\ \ \ | | |/ | |/| | |||||
| * | | pycode: Detect @final decorators | Takeshi KOMIYA | 2020-04-28 | 2 | -0/+40 |
* | | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -22/+5 |
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-28 | 1 | -35/+21 |
|\ \ \ | |/ / | |||||
| * | | refactor: pycode: visit_Import | Takeshi KOMIYA | 2020-04-26 | 1 | -8/+2 |
| * | | pycode: Fix wrong type annotation | Takeshi KOMIYA | 2020-04-26 | 1 | -1/+1 |
| * | | refactor: pycode: Add VariableCommentPicker.get_qualname_for() | Takeshi KOMIYA | 2020-04-26 | 1 | -26/+18 |
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-27 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2020-04-19 | 1 | -3/+3 |
| |/ | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-18 | 1 | -22/+15 |
|\ \ | |/ | |||||
| * | Deduplicate some code in `pycode.ast` | Eric Wieser | 2020-04-16 | 1 | -22/+15 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-13 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Fix #7461: autodoc: empty tuple in type annotation is not shown correctly | Takeshi KOMIYA | 2020-04-12 | 1 | -1/+4 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -1/+33 |
|\ \ | |/ | |||||
| * | Fix #7304: pycode: Support operators (BinOp, BoolOp and UnaryOp) | Takeshi KOMIYA | 2020-03-14 | 1 | -1/+33 |
* | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -1/+1 |
|/ | |||||
* | py domain: Support lambda functions in function signature | Takeshi KOMIYA | 2020-02-16 | 1 | -1/+67 |
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-02-09 | 3 | -5/+34 |
|\ | |||||
| * | autodoc: Support type_comment styled type annotation for variables | Takeshi KOMIYA | 2020-02-03 | 2 | -3/+7 |
| * | pycode: Support type annotations for variables | Takeshi KOMIYA | 2020-02-03 | 2 | -5/+30 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-19 | 1 | -0/+80 |
|\ \ | |/ | |||||
| * | Add sphinx.pycode.ast.parse() and unparse() | Takeshi KOMIYA | 2020-01-13 | 1 | -0/+80 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 2 | -16/+75 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 2 | -2/+2 |
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -1/+1 |
| * | Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encoding | Takeshi KOMIYA | 2019-12-27 | 1 | -7/+17 |