<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Misc/python.man, 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 useless $ keyword (closes #17167)</title>
<updated>2016-03-22T05:31:02+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-03-22T05:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b9869dfe353b116f3b8e208339c034a2ee5bc869'/>
<id>b9869dfe353b116f3b8e208339c034a2ee5bc869</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add trailing slash</title>
<updated>2015-05-11T01:19:18+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-05-11T01:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=37c4f78390ae3f2c839b44939446f783b948d9d3'/>
<id>37c4f78390ae3f2c839b44939446f783b948d9d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update links</title>
<updated>2015-04-30T21:37:11+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-04-30T21:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=755640bf50074a97e15659abe5478e7300d080cc'/>
<id>755640bf50074a97e15659abe5478e7300d080cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve phrasing</title>
<updated>2015-04-29T22:00:44+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-04-29T22:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b0335ee2fec4bcc1ad66400f195efdf1e4696845'/>
<id>b0335ee2fec4bcc1ad66400f195efdf1e4696845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24077: Fix typo in man page for -I command option: -s, not -S.</title>
<updated>2015-04-29T21:51:43+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@acm.org</email>
</author>
<published>2015-04-29T21:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=64298ae62ef9c8044e175bd4e5062819e1a0f225'/>
<id>64298ae62ef9c8044e175bd4e5062819e1a0f225</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PYTHONY2K is long gone. Remove traces from the docs and manpage.</title>
<updated>2014-10-28T16:15:10+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-10-28T16:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=75f7490843499812b3537fea31fc89e220e43a45'/>
<id>75f7490843499812b3537fea31fc89e220e43a45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16400: Add command line option for isolated mode.</title>
<updated>2013-08-10T14:36:18+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-08-10T14:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ad73a9cf97770023665a1bb1c6390a3c99478139'/>
<id>ad73a9cf97770023665a1bb1c6390a3c99478139</id>
<content type='text'>
 -I

    Run Python in isolated mode. This also implies -E and -s. In isolated mode
    sys.path contains neither the script’s directory nor the user’s
    site-packages directory. All PYTHON* environment variables are ignored,
    too. Further restrictions may be imposed to prevent the user from
    injecting malicious code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 -I

    Run Python in isolated mode. This also implies -E and -s. In isolated mode
    sys.path contains neither the script’s directory nor the user’s
    site-packages directory. All PYTHON* environment variables are ignored,
    too. Further restrictions may be imposed to prevent the user from
    injecting malicious code.
</pre>
</div>
</content>
</entry>
<entry>
<title>#16937: document that stdin is always buffered, even when -u is used.  Patch by Elena Oat.</title>
<updated>2013-07-25T03:04:02+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2013-07-25T03:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=61b0c672b5e9ba1cf564947ecb38d175fd70ea7e'/>
<id>61b0c672b5e9ba1cf564947ecb38d175fd70ea7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -b and -X options to python man page.</title>
<updated>2013-06-20T03:19:46+00:00</updated>
<author>
<name>Senthil Kumaran</name>
<email>senthil@uthcode.com</email>
</author>
<published>2013-06-20T03:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ce3dd0bdd550500d149121ca08611ebca623641f'/>
<id>ce3dd0bdd550500d149121ca08611ebca623641f</id>
<content type='text'>
Patch contributed by Corey Brune.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch contributed by Corey Brune.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not italicize punctuation in python(1) manual page (Matt Kraai).</title>
<updated>2012-06-20T11:16:31+00:00</updated>
<author>
<name>doko@ubuntu.com</name>
<email>doko@ubuntu.com</email>
</author>
<published>2012-06-20T11:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d8623e8e66f01605462a67f0a143691c3eb6ba72'/>
<id>d8623e8e66f01605462a67f0a143691c3eb6ba72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
