Commit Graph

14801 Commits

Author SHA1 Message Date
Takeshi KOMIYA
cf5660cb39 Fix #7626: release package does not contain `CODE_OF_CONDUCT` 2020-05-09 17:48:01 +09:00
Takeshi KOMIYA
d670214403
Merge pull request #7614 from lhupfeldt/3.0.x
md5 OpenSSL FIPS mode fix #7611
2020-05-05 21:08:15 +09:00
Lars Hupfeldt
7d41eddd6e Introduce fips safe sha1, see issue #7611 2020-05-05 11:26:21 +02:00
Lars Hupfeldt
8bbc7b83c0 Rename fips_safe_md5 to md5 2020-05-05 10:12:41 +02:00
Lars Hupfeldt
193d1410ac Fix mypy and flake8 checks 2020-05-05 02:27:33 +02:00
Lars Hupfeldt
1b8415a1c1 Introduce fips_safe_md5, see issue #7611 2020-05-05 00:50:51 +02:00
Takeshi KOMIYA
153682dd4c Update CHANGES for PR #7569 2020-04-28 01:40:56 +09:00
Takeshi KOMIYA
a527c2ae30
Merge pull request #7569 from eric-wieser/fix-bad-stringify
Do not emit type arguments twice
2020-04-28 01:32:52 +09:00
Eric Wieser
46372726de Do not emit type arguments twice
Fixes gh-7567
2020-04-27 15:22:44 +01:00
Takeshi KOMIYA
955ff134ba Bump version 2020-04-26 22:56:57 +09:00
Takeshi KOMIYA
241be80821 Bump to 3.0.3 final 2020-04-26 22:55:46 +09:00
Jakob Lykke Andersen
49e711849a
Merge pull request #7556 from jakobandersen/c_array_declarator
C, parse all types of array declarators
2020-04-25 20:11:57 +02:00
Jakob Lykke Andersen
082bf7d166 C, parse all types of array declarators 2020-04-25 19:59:16 +02:00
Takeshi KOMIYA
31a34c2cd1 Update CHANGES for PR #7156 2020-04-21 00:57:16 +09:00
Takeshi KOMIYA
a65db71d79
Merge pull request #7520 from a-recknagel/3.0.x
fix for #7516
2020-04-21 00:55:10 +09:00
Arne
84413edd58 fix for #7516 2020-04-20 17:03:50 +02:00
Takeshi KOMIYA
d08d4de01f Bump version 2020-04-19 23:42:36 +09:00
Takeshi KOMIYA
2458dd3f8c Bump to 3.0.2 final 2020-04-19 23:41:11 +09:00
Takeshi KOMIYA
bf4d3dad78
Merge pull request #7511 from tk0miya/7510_kwonlyarg_None
Fix #7510: py domain: keyword-only arguments are wrongly rendered
2020-04-19 23:21:40 +09:00
Takeshi KOMIYA
b2140c8623 Fix #7510: py domain: keyword-only arguments are wrongly rendered 2020-04-19 22:57:38 +09:00
Takeshi KOMIYA
142d0bb7d8
Merge pull request #7508 from tk0miya/typing.Type
Fix sphinx crashes with ImportError on python3.5.1
2020-04-19 22:53:29 +09:00
Takeshi KOMIYA
5290578256 Fix sphinx crashes with ImportError on python3.5.1
typing.Type was added since python 3.5.2. So it should be imported
only on type checking.
2020-04-19 16:34:54 +09:00
Takeshi KOMIYA
841f1c7e76 Fix #7479: autodoc: Sphinx builds has been slower since 3.0.0
Call ``inspect.unwrap()`` for Mocked objects and modules causes
deep recurrsion calls. As a result, it causes slow builds.  This
skips to try documenting mocked objects on filtering members.
2020-04-19 14:54:54 +09:00
Takeshi KOMIYA
61f00bf675
Merge pull request #7501 from tk0miya/7418_term_case_insensitive_match
Fix #7418: std domain: term role role could not match case-insensitively
2020-04-19 14:39:35 +09:00
Takeshi KOMIYA
acc4a9b3e8 Update CHANGES for PR #7414 2020-04-19 00:53:21 +09:00
Takeshi KOMIYA
368f9ab4d3
Merge pull request #7414 from cgudrian/fix_xindy_lang_options
Fix for Xindy language options
2020-04-19 00:52:10 +09:00
Takeshi KOMIYA
4577f6856c Fix #7418: std domain: term role role could not match case-insensitively 2020-04-18 23:48:49 +09:00
Takeshi KOMIYA
50d2d289e1
Merge pull request #7503 from tk0miya/fix_ci
test: Add a docstring to avoid an error on py39a5+
2020-04-18 21:02:26 +09:00
Takeshi KOMIYA
ffb1ca3aaa test: Add a docstring to avoid an error on py39a5+ 2020-04-18 20:28:31 +09:00
Jakob Lykke Andersen
21ca43719a
Merge pull request #7496 from jakobandersen/jbab-cpp-east-const-spacing
C++, rebased version of #7489
2020-04-17 15:17:45 +02:00
Jakob Lykke Andersen
9e6e458770 Updated changes 2020-04-17 15:04:33 +02:00
Jan Babst
224a3435b9 C++, fix spacing issue in east-const notation 2020-04-17 15:01:29 +02:00
Takeshi KOMIYA
86ef8521df Merge branch '7461_empty_tuple' into 3.0.x 2020-04-13 23:35:17 +09:00
Jakob Lykke Andersen
e65fb93d20
Merge pull request #7471 from jakobandersen/c_attributes
C, parse attributes
2020-04-13 13:54:40 +02:00
Jakob Lykke Andersen
d4058eb67f C, parse attributes 2020-04-13 13:43:26 +02:00
Takeshi KOMIYA
c8355234eb Fix #7461: autodoc: empty tuple in type annotation is not shown correctly 2020-04-12 13:00:04 +09:00
Takeshi KOMIYA
2e219366c4 Fix #7461: py domain: fails with IndexError for empty tuple in type annotation 2020-04-12 12:57:22 +09:00
Takeshi KOMIYA
39cd463740
Merge pull request #7455 from tk0miya/clean-mypyfiles
Makefile: Fix "make clean-mypyfiles"
2020-04-11 01:01:46 +09:00
Takeshi KOMIYA
cee35ef25b Makefile: Fix "make clean-mypyfiles" 2020-04-11 00:15:46 +09:00
Takeshi KOMIYA
d8704c4f58 Bump version 2020-04-11 00:03:42 +09:00
Takeshi KOMIYA
474f9d49e6 Bump to 3.0.1 final 2020-04-11 00:02:10 +09:00
Takeshi KOMIYA
273ece495a
Merge pull request #7452 from tk0miya/7451_error_for_non_string_docstring
Fix #7451: autodoc: failed with non-string __doc__ member
2020-04-10 23:43:36 +09:00
Takeshi KOMIYA
7b902e8623 Fix #7451: autodoc: failed with non-string __doc__ member 2020-04-10 23:06:36 +09:00
Takeshi KOMIYA
ebf2571380
Merge pull request #7454 from tk0miya/7445_rtype_annotation_None
Fix #7445: a return annotation ``None`` is not converted to a hyperlink
2020-04-10 23:04:24 +09:00
Takeshi KOMIYA
d9d381de11 Fix #7445: a return annotation `None` is not converted to a hyperlink 2020-04-10 02:07:02 +09:00
Takeshi KOMIYA
aca3f825f2
Merge pull request #7442 from tk0miya/7435_typehints_not_suppressed_for_class
Fix #7435: autodoc_typehints doesn't suppress typehints for classes/methods
2020-04-10 01:13:03 +09:00
Takeshi KOMIYA
e9e4aa8cf8 Update CHANGES for PR #7426 2020-04-10 00:26:01 +09:00
Takeshi KOMIYA
9add576b78 Update CHANGES for PR #7449 2020-04-10 00:25:39 +09:00
Takeshi KOMIYA
d9033a4b3d
Merge pull request #7426 from mgeier/escape-links
Escape some links in HTML templates
2020-04-10 00:23:57 +09:00
Takeshi KOMIYA
9ff5b212b4
Merge pull request #7449 from mitya57/no-xmlns
Do not include xmlns attribute with HTML 5 doctype
2020-04-10 00:19:19 +09:00