<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests/test_util_typing.py, branch 3.3.x</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>Fix #8157: autodoc: TypeError is raised when annotation has invalid __args__</title>
<updated>2020-10-04T02:43:57+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-02T17:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=9a0a0f9ae15d717a5503fc3883159ae6c4210254'/>
<id>9a0a0f9ae15d717a5503fc3883159ae6c4210254</id>
<content type='text'>
Typically, the __args__ attribute of type annotations is a tuple
containing arguments for the types (ex. The __args__ of `List[int]` is
`(int,)`).  But some kind of types has non tuple __args__ attribute.
For example, `nptyping.NDArray` is one of them.

This fixes the TypeError when the invalid __args__ attribute found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typically, the __args__ attribute of type annotations is a tuple
containing arguments for the types (ex. The __args__ of `List[int]` is
`(int,)`).  But some kind of types has non tuple __args__ attribute.
For example, `nptyping.NDArray` is one of them.

This fixes the TypeError when the invalid __args__ attribute found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #7983: autodoc: Generator type annotation is wrongly rendered in py36</title>
<updated>2020-07-19T06:48:07+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-07-19T06:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b3b7cbbd3836ecbd3ff053884aa09b92f823e9d6'/>
<id>b3b7cbbd3836ecbd3ff053884aa09b92f823e9d6</id>
<content type='text'>
This adds a special handler (if-branch) for Generator type to stringify
them correctly.  So far, they have been considered as a kind of Callable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a special handler (if-branch) for Generator type to stringify
them correctly.  So far, they have been considered as a kind of Callable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not emit type arguments twice</title>
<updated>2020-04-27T14:22:44+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-04-27T13:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=46372726de435cbc6b70c99d95b7986f76563df4'/>
<id>46372726de435cbc6b70c99d95b7986f76563df4</id>
<content type='text'>
Fixes gh-7567
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes gh-7567
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #7165: autodoc: Support Annotated type (PEP-593)</title>
<updated>2020-03-02T15:14:24+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-03-02T15:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=34057601f46d1fd72f768bba3ff21dc3331a4093'/>
<id>34057601f46d1fd72f768bba3ff21dc3331a4093</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sphinx.util.typing:stringify() to represent annotations as string</title>
<updated>2020-01-04T16:13:27+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-07-13T16:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=05daa3c7cee9987ef58b256d4e3904f7079c17de'/>
<id>05daa3c7cee9987ef58b256d4e3904f7079c17de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
