<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx.git/sphinx/setup_command.py, branch extdev-tutorial-doc</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/sphinx-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/'/>
<entry>
<title>Update copyright year.</title>
<updated>2014-03-01T07:18:23+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-01T07:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=2f950d546d7304e7b9d6592d27b47f82b3a424ad'/>
<id>2f950d546d7304e7b9d6592d27b47f82b3a424ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year.</title>
<updated>2014-03-01T07:18:16+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-01T07:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=3c649bfde0126d72894989506c40bb8ae35d7d23'/>
<id>3c649bfde0126d72894989506c40bb8ae35d7d23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge with stable</title>
<updated>2014-01-22T17:13:49+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-01-22T17:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=6f75873b602864ebfd4512c79785d567e253860f'/>
<id>6f75873b602864ebfd4512c79785d567e253860f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formatting</title>
<updated>2014-01-22T14:38:26+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2014-01-22T14:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=f672d4f39378568370400a488cbe846448bc37ab'/>
<id>f672d4f39378568370400a488cbe846448bc37ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup_command.py: Add missing DistutilsOptionError import</title>
<updated>2014-01-21T16:55:06+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2014-01-21T16:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=e6acd58da352c14aece204c4dd8e9b329dcf8ffa'/>
<id>e6acd58da352c14aece204c4dd8e9b329dcf8ffa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge</title>
<updated>2014-01-20T14:32:47+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2014-01-20T14:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=c7539932b582ce7f849d6a83de296426393594d6'/>
<id>c7539932b582ce7f849d6a83de296426393594d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize the code now that Python 2.5 is no longer supported</title>
<updated>2014-01-19T10:17:10+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2014-01-19T10:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=344417db950d6e816ab2efb21737c2bdf9d1ad53'/>
<id>344417db950d6e816ab2efb21737c2bdf9d1ad53</id>
<content type='text'>
- Use print function instead of print statement;
- Use new exception handling;
- Use in operator instead of has_key();
- Do not use tuple arguments in functions;
- Other miscellaneous improvements.

This is based on output of `futurize --stage1`, with some
manual corrections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use print function instead of print statement;
- Use new exception handling;
- Use in operator instead of has_key();
- Do not use tuple arguments in functions;
- Other miscellaneous improvements.

This is based on output of `futurize --stage1`, with some
manual corrections.
</pre>
</div>
</content>
</entry>
<entry>
<title>BuildDoc shouldn't fail on Unicode paths.</title>
<updated>2013-11-13T14:33:25+00:00</updated>
<author>
<name>Sascha Peilicke</name>
<email>sasch.pe@gmx.de</email>
</author>
<published>2013-11-13T14:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=b06dd5080fc5abd71dc3a427a2bc482cfd7a5733'/>
<id>b06dd5080fc5abd71dc3a427a2bc482cfd7a5733</id>
<content type='text'>
Sub-classes of sphinx.setup_command.BuildDoc may choose to call
finalize_options in their run() method again for various reasons. However,
currently this fails with py2.7 because of http://bugs.python.org/issue19570.

Since it is unlikely that the upstream issue will be solved, a workaround is
to re-implement distutils' Command._ensure_stringlike to support Unicode
strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sub-classes of sphinx.setup_command.BuildDoc may choose to call
finalize_options in their run() method again for various reasons. However,
currently this fails with py2.7 because of http://bugs.python.org/issue19570.

Since it is unlikely that the upstream issue will be solved, a workaround is
to re-implement distutils' Command._ensure_stringlike to support Unicode
strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix again: NFC/NFD normalizing problem. Closes #1142</title>
<updated>2013-09-18T08:51:20+00:00</updated>
<author>
<name>shimizukawa</name>
<email>shimizukawa@gmail.com</email>
</author>
<published>2013-09-18T08:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=9e10b11371a0db98e9b571cf57f463b230c04347'/>
<id>9e10b11371a0db98e9b571cf57f463b230c04347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright update.</title>
<updated>2013-01-01T21:13:15+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-01-01T21:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=6c615ef5ac42afb75922dea73e3ef457f4f3b2f8'/>
<id>6c615ef5ac42afb75922dea73e3ef457f4f3b2f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
