<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/pycode, branch 7727_autosummary_PycodeError</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>pycode: ast.unparse() construct number literals using source code</title>
<updated>2020-10-04T16:08:14+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-03T16:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=0b32e72635f6e117824b5cba3b8b38254a6a2644'/>
<id>0b32e72635f6e117824b5cba3b8b38254a6a2644</id>
<content type='text'>
Developers can write number literals in several ways. For example,
decimal (1234), hexadecimal (0x1234), octal decimal (0o1234) and so on.
But, AST module don't mind how the numbers written in the code. As a
result, ast.unparse() could not reproduce the original form of number
literals.

This allows to construct number literals as possible using original
source code.

Note: This is only available in Python 3.8+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Developers can write number literals in several ways. For example,
decimal (1234), hexadecimal (0x1234), octal decimal (0o1234) and so on.
But, AST module don't mind how the numbers written in the code. As a
result, ast.unparse() could not reproduce the original form of number
literals.

This allows to construct number literals as possible using original
source code.

Note: This is only available in Python 3.8+.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #7964: autodoc: Tuple in default value is wrongly rendered</title>
<updated>2020-10-03T03:01:20+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-03T03:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=785f4d695cfca0eeb537c92166808bc9f187d8c0'/>
<id>785f4d695cfca0eeb537c92166808bc9f187d8c0</id>
<content type='text'>
This implements tuple literal support to sphinx.pycode.ast.unparse().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements tuple literal support to sphinx.pycode.ast.unparse().
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: pycode: Use OrderedDict to store variable comments</title>
<updated>2020-07-19T07:00:52+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-07-19T07:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b6bf2b88cef6c2b1517d7948c61ca86abb20fd77'/>
<id>b6bf2b88cef6c2b1517d7948c61ca86abb20fd77</id>
<content type='text'>
It is worthy to keep the order of analyzer.attr_docs to generate
document in reproducible. So this uses OrderedDict explicitly to do
that. It also helps python3.5 environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is worthy to keep the order of analyzer.attr_docs to generate
document in reproducible. So this uses OrderedDict explicitly to do
that. It also helps python3.5 environment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7832 from cool-RR/2020-06-11-raise-from</title>
<updated>2020-06-28T17:26:53+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-06-28T17:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e4c3e24e85a6e32e3f50bc506e895eb356f0ab12'/>
<id>e4c3e24e85a6e32e3f50bc506e895eb356f0ab12</id>
<content type='text'>
Fix exception causes all over the codebase</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix exception causes all over the codebase</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception causes all over the codebase</title>
<updated>2020-06-14T11:37:16+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-06-13T21:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=53c1dff91c0b7100e1ce1b51acbf0fffbc10cf9c'/>
<id>53c1dff91c0b7100e1ce1b51acbf0fffbc10cf9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: Fix circular import problem</title>
<updated>2020-06-09T18:07:14+00:00</updated>
<author>
<name>Eric Larson</name>
<email>larson.eric.d@gmail.com</email>
</author>
<published>2020-06-09T18:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6fe80b95b32d04fb15ec1545c6b95026c7582925'/>
<id>6fe80b95b32d04fb15ec1545c6b95026c7582925</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pycode: Detect @overload decorators</title>
<updated>2020-05-31T14:22:20+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-05-24T10:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=640bb2e586f882df305568bf99aacb151120f84f'/>
<id>640bb2e586f882df305568bf99aacb151120f84f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.x' into 7497</title>
<updated>2020-05-07T02:11:11+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-05-07T02:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=65d35c56ae81388858dc98db6394bae39a8fa174'/>
<id>65d35c56ae81388858dc98db6394bae39a8fa174</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Sort visitor methods of _UnparseVisitor</title>
<updated>2020-05-07T02:10:32+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-05-06T17:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=2cfa3370e7edd6bb7c40ba46bc70903de5a890db'/>
<id>2cfa3370e7edd6bb7c40ba46bc70903de5a890db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add stacklevel parameter to warnings.warn() call</title>
<updated>2020-05-03T14:34:35+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-05-03T13:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=41b4a77dea51cf5eb16f9a3fdc27426827313d54'/>
<id>41b4a77dea51cf5eb16f9a3fdc27426827313d54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
