<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests, branch v1.4.6</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>Add testcase for #2846</title>
<updated>2016-08-17T04:58:05+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2016-08-17T04:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1c9524deddf12a61aeb59ed2022ddf859401673a'/>
<id>1c9524deddf12a61aeb59ed2022ddf859401673a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test has broken in py3</title>
<updated>2016-08-11T04:58:21+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2016-08-11T04:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=bfcc2a159bc6786aad2c433c14437a0c4cc38ffa'/>
<id>bfcc2a159bc6786aad2c433c14437a0c4cc38ffa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug print</title>
<updated>2016-08-11T03:20:52+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2016-08-11T03:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=82b451df03379ead0d7207dcf2a8cdb34dea3e47'/>
<id>82b451df03379ead0d7207dcf2a8cdb34dea3e47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #2789: `sphinx.ext.intersphinx` generates wrong hyperlinks if the inventory is given</title>
<updated>2016-08-11T02:19:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2016-08-11T02:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d5078a64d7263e00507725645d41b04485d91ad4'/>
<id>d5078a64d7263e00507725645d41b04485d91ad4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix html entity to fix epub error</title>
<updated>2016-08-09T07:58:56+00:00</updated>
<author>
<name>Yoshiki Shibukawa</name>
<email>shibukawa.yoshiki@dena.jp</email>
</author>
<published>2016-07-21T01:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=90b3c79895347005a8ec43256f031d444064f431'/>
<id>90b3c79895347005a8ec43256f031d444064f431</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ext.autodoc: fix formatting instance annotations</title>
<updated>2016-08-07T14:18:22+00:00</updated>
<author>
<name>Joost van Zwieten</name>
<email>joostvanzwieten@gmail.com</email>
</author>
<published>2016-07-29T10:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=099b58f7fee7d4688faebace615e781245bf20b8'/>
<id>099b58f7fee7d4688faebace615e781245bf20b8</id>
<content type='text'>
Currently `format_annotation` fails on instances, because instances don't have
`__module__` and `__qualname__` attributes.  Defer building the
`qualified_name` of an annotation until we have established that the annotation
is a type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently `format_annotation` fails on instances, because instances don't have
`__module__` and `__qualname__` attributes.  Defer building the
`qualified_name` of an annotation until we have established that the annotation
is a type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2778 from LeoHuckvale/fix-abstractproperty-part2</title>
<updated>2016-07-21T02:12:34+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2016-07-21T02:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ed70c711262f2a03904cd93051aeb45492aa48a5'/>
<id>ed70c711262f2a03904cd93051aeb45492aa48a5</id>
<content type='text'>
fix inspect: return defargs[0] if obj.__dict__ is a property and raises exception</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix inspect: return defargs[0] if obj.__dict__ is a property and raises exception</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests for Python 2.6</title>
<updated>2016-07-14T15:41:33+00:00</updated>
<author>
<name>Leo Huckvale</name>
<email>leohuckvale@gmail.com</email>
</author>
<published>2016-07-14T15:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=fa89582d5776f98d310feae1d6d3f4fdc4cdc824'/>
<id>fa89582d5776f98d310feae1d6d3f4fdc4cdc824</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimized tests: remove markups for warnings</title>
<updated>2016-07-14T15:30:44+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2016-07-14T15:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=736615c18c56f91beb7525f97ed8dabacc215ec4'/>
<id>736615c18c56f91beb7525f97ed8dabacc215ec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimized tests: Add test-warnings</title>
<updated>2016-07-14T14:12:57+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2016-07-14T14:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6686ebf1582b8a524af229492c7e8e1876d82d74'/>
<id>6686ebf1582b8a524af229492c7e8e1876d82d74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
