Takeshi KOMIYA
|
a27c83b81e
|
Merge pull request #7185 from toshihikoyanase/fix_property_access_of_vararg
Fix #7184: fix property access of vararg and kwarg.
|
2020-02-20 23:20:29 +09:00 |
|
Toshihiko Yanase
|
0ee64fa40c
|
Fix property access of vararg and kwarg.
|
2020-02-19 22:21:34 +09:00 |
|
Takeshi KOMIYA
|
78aac416a4
|
Bump version
|
2020-02-19 01:27:38 +09:00 |
|
Takeshi KOMIYA
|
47a9845af2
|
Bump to 2.4.2 final
|
2020-02-19 01:24:48 +09:00 |
|
Takeshi KOMIYA
|
c203aa87b8
|
Merge pull request #7180 from tk0miya/7178_TypeError_for_annotations
Fix #7178: autodoc: TypeError is raised on fetching type annotations
|
2020-02-19 01:17:20 +09:00 |
|
Takeshi KOMIYA
|
5b84938cd2
|
Fix #7178: autodoc: TypeError is raised on fetching type annotations
|
2020-02-19 00:13:32 +09:00 |
|
Takeshi KOMIYA
|
011bdeb774
|
Merge pull request #7174 from tk0miya/7137_viewcode_non_python_code
Fix #7137: viewcode: Avoid to crash when non-python code given
|
2020-02-18 01:37:18 +09:00 |
|
Takeshi KOMIYA
|
739cf21bd9
|
Merge branch '2.4.x' into 7137_viewcode_non_python_code
|
2020-02-18 00:29:57 +09:00 |
|
Takeshi KOMIYA
|
8ccae3996e
|
Merge pull request #7173 from tk0miya/7170_debug_print
Fix #7170: text: Remove debug print
|
2020-02-18 00:28:14 +09:00 |
|
Takeshi KOMIYA
|
85138ff449
|
Fix #7137: viewcode: Avoid to crash when non-python code given
|
2020-02-18 00:23:23 +09:00 |
|
Takeshi KOMIYA
|
97a3ddd2b8
|
Fix #7170: text: Remove debug print
|
2020-02-18 00:15:28 +09:00 |
|
Takeshi KOMIYA
|
46f7dc53ef
|
Merge pull request #7162 from tk0miya/7161_autodoc.typhints_parallel_build
Fix #7161: autodoc: typehints extension does not support parallel build
|
2020-02-16 21:45:56 +09:00 |
|
Takeshi KOMIYA
|
39a192be2c
|
Merge branch '2.4.2' into 7161_autodoc.typhints_parallel_build
|
2020-02-16 21:20:41 +09:00 |
|
Takeshi KOMIYA
|
9f237445bd
|
Merge pull request #7158 from tk0miya/7151_env.indexentries_setter
Fix #7151: crashed when extension assigns a value to env.indexentries
|
2020-02-16 21:19:45 +09:00 |
|
Takeshi KOMIYA
|
a71c6824e8
|
Merge branch '2.4.2' into 7151_env.indexentries_setter
|
2020-02-16 20:45:58 +09:00 |
|
Takeshi KOMIYA
|
301a7e7a81
|
Update CHANGES for PR #7152
|
2020-02-16 20:38:05 +09:00 |
|
Takeshi KOMIYA
|
b80c7cd234
|
Merge pull request #7152 from gpotter2/elipsispatch
Fix #7146: support (...) in type hint comments (V2)
|
2020-02-16 20:35:40 +09:00 |
|
Takeshi KOMIYA
|
68e248fa73
|
Fix #7161: autodoc: typehints extension does not support parallel build
|
2020-02-16 20:27:51 +09:00 |
|
Takeshi KOMIYA
|
151b4afde2
|
Fix #7151: crashed when extension assigns a value to `env.indexentries `
|
2020-02-16 20:22:50 +09:00 |
|
gpotter2
|
016bdd204c
|
Mypy fixes
|
2020-02-16 11:15:23 +00:00 |
|
gpotter2
|
1d95ee936c
|
Remove unused enumerate
|
2020-02-16 09:13:30 +00:00 |
|
Takeshi KOMIYA
|
1339948dce
|
Merge pull request #7157 from tk0miya/7156_kwonlyargs_sep
Fix #7156: autodoc: separator for keyword only arguments is not shown
|
2020-02-16 18:11:48 +09:00 |
|
Takeshi KOMIYA
|
98d24464f1
|
refactor: Support suppressed type_comment (refs: #7152)
|
2020-02-16 17:32:21 +09:00 |
|
Takeshi KOMIYA
|
cd8f3a78d9
|
Fix #7156: autodoc: separator for keyword only arguments is not shown
|
2020-02-16 01:37:23 +09:00 |
|
gpotter2
|
51b80ab121
|
Fix #7146
|
2020-02-14 16:12:12 +00:00 |
|
Takeshi KOMIYA
|
2e89b66e7a
|
Merge pull request #7149 from tk0miya/restart_test_with_nightly
Revert "Stop to test with nightly python"
|
2020-02-14 11:39:25 +09:00 |
|
Takeshi KOMIYA
|
30ff35acc0
|
Revert "Stop to test with nightly python"
This reverts commit 21ea6838d9 .
|
2020-02-14 10:49:14 +09:00 |
|
Takeshi KOMIYA
|
67abd960ed
|
Merge pull request #7141 from tk0miya/7318_typehints_crashed_by_unboundobj
Fix #7138: autodoc: crashed when variable has unbound object
|
2020-02-14 01:03:08 +09:00 |
|
Takeshi KOMIYA
|
7d7f1958f5
|
Fix #7138: autodoc: crashed when variable has unbound object
|
2020-02-13 00:20:31 +09:00 |
|
Takeshi KOMIYA
|
0457e2e161
|
Bump version
|
2020-02-11 23:11:30 +09:00 |
|
Takeshi KOMIYA
|
5b47df9ebf
|
Bump to 2.4.1 final
|
2020-02-11 23:09:36 +09:00 |
|
Takeshi KOMIYA
|
34da0e4539
|
Merge pull request #7130 from tk0miya/7126_autodoc_TypeError
Fix #7126: autodoc: TypeError: getset_descriptor object is not iterable
|
2020-02-11 19:58:31 +09:00 |
|
Takeshi KOMIYA
|
b9076da050
|
Merge pull request #7132 from tk0miya/stop_testing_with_nightly
Stop to test with nightly python
|
2020-02-11 19:57:58 +09:00 |
|
Takeshi KOMIYA
|
21ea6838d9
|
Stop to test with nightly python
It seems nightly python image on Travis CI has broken now. This
stops to test with it temporarily to make our development keep going.
https://travis-ci.community/t/python-development-versions-no-longer-include-pip/7180
|
2020-02-11 19:47:59 +09:00 |
|
Takeshi KOMIYA
|
5679620253
|
Fix #7126: autodoc: TypeError: getset_descriptor object is not iterable
|
2020-02-11 11:08:36 +09:00 |
|
Takeshi KOMIYA
|
0eb3d65e47
|
Merge pull request #7122 from tk0miya/7120_scaling_svg
Fix #7120: html: crashed when on scaling SVG images which have float dimentions
|
2020-02-11 11:07:20 +09:00 |
|
Takeshi KOMIYA
|
6cdc09272e
|
Fix #7120: html: crashed when on scaling SVG images which have float dimentions
|
2020-02-09 22:22:27 +09:00 |
|
Takeshi KOMIYA
|
c86e17d4be
|
Bump version
|
2020-02-09 16:19:50 +09:00 |
|
Takeshi KOMIYA
|
a72135c454
|
Bump to 2.4.0 final
|
2020-02-09 16:17:10 +09:00 |
|
Takeshi KOMIYA
|
5aaf3749f1
|
Update CHANGES: merge 2.3.2 changes into 2.4.0
|
2020-02-09 15:30:15 +09:00 |
|
Takeshi KOMIYA
|
a17ad5cd39
|
Merge branch '2.3.2' into 2.0
|
2020-02-09 15:29:10 +09:00 |
|
Takeshi KOMIYA
|
d07985ed85
|
Merge pull request #7114 from tk0miya/7112_svg_not_floated
Fix #7112: html: SVG image is not layouted as float even if aligned
|
2020-02-09 15:26:49 +09:00 |
|
Takeshi KOMIYA
|
89e316997b
|
Merge pull request #7116 from tk0miya/7115_override_LATEXMKOPTS
Close #7115: LaTeX: Allow to override LATEXOPTS and LATEXMKOPTS via envvars
|
2020-02-09 15:19:15 +09:00 |
|
Takeshi KOMIYA
|
60797f82fa
|
fix
|
2020-02-09 15:05:46 +09:00 |
|
Takeshi KOMIYA
|
2dd02729bc
|
Fix #7112: html: SVG image is not layouted as float even if aligned
|
2020-02-09 15:04:53 +09:00 |
|
Takeshi KOMIYA
|
ebb9a9af46
|
Merge pull request #7107 from tk0miya/7106_enumerated_nodes_marked_as_duplicated
Fix #7106: std domain: enumerated nodes are marked as duplicated
|
2020-02-09 11:24:21 +09:00 |
|
Takeshi KOMIYA
|
f751ab832e
|
Merge pull request #7113 from tk0miya/6327_apidoc_init.so
Fix #6327: apidoc: Support a python package consisted of __init__.so file
|
2020-02-09 10:50:45 +09:00 |
|
Takeshi KOMIYA
|
3ad137b8b9
|
Merge branch '2.0' into 7106_enumerated_nodes_marked_as_duplicated
|
2020-02-09 10:46:32 +09:00 |
|
Takeshi KOMIYA
|
54d13f9264
|
Merge pull request #7102 from tk0miya/7095_dirhtml_broken_docref
Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:
|
2020-02-09 10:45:09 +09:00 |
|
Takeshi KOMIYA
|
46e58d3989
|
Close #7115: LaTeX: Allow to override LATEXOPTS and LATEXMKOPTS via envvars
|
2020-02-09 00:27:56 +09:00 |
|