<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Tools/scripts/fixps.py, branch enum-lost-fixes</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>bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)</title>
<updated>2019-03-30T06:33:02+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-03-30T06:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=172bb39452ae8b3ccdf5d1f23ead46f44200cd49'/>
<id>172bb39452ae8b3ccdf5d1f23ead46f44200cd49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert shebang lines: python -&gt; python3</title>
<updated>2010-03-11T22:53:45+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2010-03-11T22:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=90f5ba538bf40bcf4fd41049c7bf4296d3ffc9c7'/>
<id>90f5ba538bf40bcf4fd41049c7bf4296d3ffc9c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert print statements to function calls in Tools/.</title>
<updated>2007-08-03T17:06:41+00:00</updated>
<author>
<name>Collin Winter</name>
<email>collinw@gmail.com</email>
</author>
<published>2007-08-03T17:06:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6afaeb757af0dbd8508a0f2352ade61e41bec84c'/>
<id>6afaeb757af0dbd8508a0f2352ade61e41bec84c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SF patch 1631942 by Collin Winter:</title>
<updated>2007-01-10T16:19:56+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2007-01-10T16:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b940e113bf90ff71b0ef57414ea2beea9d2a4bc0'/>
<id>b940e113bf90ff71b0ef57414ea2beea9d2a4bc0</id>
<content type='text'>
(a) "except E, V" -&gt; "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(a) "except E, V" -&gt; "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
</pre>
</div>
</content>
</entry>
<entry>
<title>[Patch #1005491 ] use __name__ == '__main__' in scripts</title>
<updated>2004-08-09T17:27:55+00:00</updated>
<author>
<name>Andrew M. Kuchling</name>
<email>amk@amk.ca</email>
</author>
<published>2004-08-09T17:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e236b38731823aeb87bb6d101062f54a72044954'/>
<id>e236b38731823aeb87bb6d101062f54a72044954</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace backticks with repr() or "%r"</title>
<updated>2004-02-12T17:35:32+00:00</updated>
<author>
<name>Walter Dörwald</name>
<email>walter@livinglogic.de</email>
</author>
<published>2004-02-12T17:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=70a6b49821a3226f55e9716f32d802d06640cb89'/>
<id>70a6b49821a3226f55e9716f32d802d06640cb89</id>
<content type='text'>
From SF patch #852334.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From SF patch #852334.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix use of 'file' as a variable name.</title>
<updated>2003-05-13T18:14:25+00:00</updated>
<author>
<name>Andrew M. Kuchling</name>
<email>amk@amk.ca</email>
</author>
<published>2003-05-13T18:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ac6df95d07aa3951f8bfc6febce132e09850db73'/>
<id>ac6df95d07aa3951f8bfc6febce132e09850db73</id>
<content type='text'>
    (I've tested the fixes, but please proofread anyway.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    (I've tested the fixes, but please proofread anyway.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace normalization.</title>
<updated>2001-01-17T08:48:39+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2001-01-17T08:48:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=70c4378dbcfdcbeef6fb3aa348f32ed862fe8eb7'/>
<id>70c4378dbcfdcbeef6fb3aa348f32ed862fe8eb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use re instead of regex.</title>
<updated>1999-04-09T14:56:35+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1999-04-09T14:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d68a4bd56c86e3361d622db53c63b7338f27e744'/>
<id>d68a4bd56c86e3361d622db53c63b7338f27e744</id>
<content type='text'>
Don't rewrite the file in place.
(Reported by Andy Dustman.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't rewrite the file in place.
(Reported by Andy Dustman.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed so that it replaces /usr/local/bin/python with /usr/bin/env python.</title>
<updated>1996-11-27T19:43:49+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1996-11-27T19:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=499181a833cb04e54eec1798f402b742935e7bb9'/>
<id>499181a833cb04e54eec1798f402b742935e7bb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
