<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/install, 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>remove trailing ws</title>
<updated>2015-11-04T06:43:31+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-11-04T06:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5be2dac560018fee60c9435d19362117b9221677'/>
<id>5be2dac560018fee60c9435d19362117b9221677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>link to modern PUG url</title>
<updated>2015-11-04T06:42:02+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-11-04T06:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c2f01213ed5c616a37a87cdd9c682be4e3479e21'/>
<id>c2f01213ed5c616a37a87cdd9c682be4e3479e21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25523: Further a-to-an corrections.</title>
<updated>2015-11-02T12:10:23+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-11-02T12:10:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d65c9496da3485ac077fa8fd374b061afdd3605e'/>
<id>d65c9496da3485ac077fa8fd374b061afdd3605e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing broken links in doc, part 3: the rest</title>
<updated>2014-10-29T09:26:56+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-29T09:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=525d355984e1afa342aa72fc7867a56eea937a61'/>
<id>525d355984e1afa342aa72fc7867a56eea937a61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge in all documentation changes since branching 3.4.0rc1.</title>
<updated>2014-03-16T04:13:56+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2014-03-16T04:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3732ed24145c1ac77e99bcf85bccda3af095e696'/>
<id>3732ed24145c1ac77e99bcf85bccda3af095e696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19407: add Python Packaging User Guide notes</title>
<updated>2013-12-10T11:24:55+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2013-12-10T11:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b5c4fd0a964ec7d67e564e9e4a623d8b45aafa6b'/>
<id>b5c4fd0a964ec7d67e564e9e4a623d8b45aafa6b</id>
<content type='text'>
The stdlib docs for package distribution and building extensions
are rather dated, and that isn't expected to change for 2.7 and
3.3.

The Python Packaging User Guide isn't complete either, but it's
already a much better road map for new users than the existing
stdlib docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The stdlib docs for package distribution and building extensions
are rather dated, and that isn't expected to change for 2.7 and
3.3.

The Python Packaging User Guide isn't complete either, but it's
already a much better road map for new users than the existing
stdlib docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@.</title>
<updated>2013-10-06T11:20:49+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-06T11:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1cef2643260d40c61b458c6a59c33f1e19ba9754'/>
<id>1cef2643260d40c61b458c6a59c33f1e19ba9754</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes issue #17732: ignore install-directory specific options in</title>
<updated>2013-05-12T10:36:07+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-05-12T10:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=521ed521317ffd385afaabdd889879e7cb7461df'/>
<id>521ed521317ffd385afaabdd889879e7cb7461df</id>
<content type='text'>
distutils.cfg when a venv is active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
distutils.cfg when a venv is active.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.</title>
<updated>2013-03-28T12:28:44+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-03-28T12:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=44ea77bd817c0b50e01344b7e8758995aaeebb63'/>
<id>44ea77bd817c0b50e01344b7e8758995aaeebb63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8890: Stop advertising an insecure use of /tmp in docs</title>
<updated>2013-02-23T18:27:49+00:00</updated>
<author>
<name>Petri Lehtinen</name>
<email>petri@digip.org</email>
</author>
<published>2013-02-23T18:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9f74c6cf7d0fd6188194e7bba8f059843b9c3c89'/>
<id>9f74c6cf7d0fd6188194e7bba8f059843b9c3c89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
