<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/distutils/command, branch 3.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>fix parsing reST with code or code-block directives (closes #23063)</title>
<updated>2015-01-15T04:56:35+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-01-15T04:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=562b7cbff9ec2a69694aabfb4845208c851bd08e'/>
<id>562b7cbff9ec2a69694aabfb4845208c851bd08e</id>
<content type='text'>
Patch by Marc Abramowitz.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Marc Abramowitz.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Issue #17219: Add library build dir for Python extension cross-builds.</title>
<updated>2014-10-02T00:10:47+00:00</updated>
<author>
<name>doko@ubuntu.com</name>
<email>doko@ubuntu.com</email>
</author>
<published>2014-10-02T00:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cef3bdc01d6592ffadc9f1a6ff96133bd9c8f61b'/>
<id>cef3bdc01d6592ffadc9f1a6ff96133bd9c8f61b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#10510: Fix bug in forward port of 2.7 distutils patch.</title>
<updated>2014-09-28T15:01:11+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-09-28T15:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=623ae294694dcf11eced4a9d24abf66a571a9d04'/>
<id>623ae294694dcf11eced4a9d24abf66a571a9d04</id>
<content type='text'>
Pointed out by Arfrever.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pointed out by Arfrever.
</pre>
</div>
</content>
</entry>
<entry>
<title>#10510: make distuitls upload/register use HTML standards compliant CRLF.</title>
<updated>2014-09-27T20:56:15+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-09-27T20:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9ce69672f3a1fbd9f337737bf35ace1a1a592598'/>
<id>9ce69672f3a1fbd9f337737bf35ace1a1a592598</id>
<content type='text'>
Patch by Ian Cordasco, approved by Éric Araujo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Ian Cordasco, approved by Éric Araujo.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove various dead version checks (closes #22349)</title>
<updated>2014-09-06T21:24:12+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-09-06T21:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=df0eb95b571321e6d47057f34b3afc3894476d3f'/>
<id>df0eb95b571321e6d47057f34b3afc3894476d3f</id>
<content type='text'>
Patch from Thomas Kluyver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Thomas Kluyver.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove 2.2 and 2.6 compat code (closes #22200)</title>
<updated>2014-08-18T04:00:42+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-08-18T04:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0c56bb97ea48d5a86af098e9ea1df996a53b6cf8'/>
<id>0c56bb97ea48d5a86af098e9ea1df996a53b6cf8</id>
<content type='text'>
Patch from Thomas Kluyver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Thomas Kluyver.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails.</title>
<updated>2014-06-19T03:07:46+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-06-19T03:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2e4d3b133a8fe7be5469bc8f0d1a0f80a57f608c'/>
<id>2e4d3b133a8fe7be5469bc8f0d1a0f80a57f608c</id>
<content type='text'>
Patch by Martin Dengler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Martin Dengler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20363. Fixed BytesWarning triggerred by test suite.</title>
<updated>2014-02-06T20:52:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-06T20:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a26b3f183d1101a21c51a5bd0c75834dfe859039'/>
<id>a26b3f183d1101a21c51a5bd0c75834dfe859039</id>
<content type='text'>
Patch by Berker Peksag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Berker Peksag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20363. Fixed BytesWarning triggerred by test suite.</title>
<updated>2014-02-06T20:49:45+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-02-06T20:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bc27a050a7bef228c5e125c4de938faef56533fd'/>
<id>bc27a050a7bef228c5e125c4de938faef56533fd</id>
<content type='text'>
Patch by Berker Peksag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Berker Peksag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC.</title>
<updated>2014-01-28T14:04:40+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2014-01-28T14:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=748f40d16251a938bb10293943dd9076d800dbaa'/>
<id>748f40d16251a938bb10293943dd9076d800dbaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
