<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command/easy_install.py, branch v61.0.0</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Use super throughout.</title>
<updated>2022-02-28T01:38:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-28T01:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=cb229fa27a86fc48bd40340eacbec60fe5aa609b'/>
<id>cb229fa27a86fc48bd40340eacbec60fe5aa609b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Just check for if destination file exists</title>
<updated>2022-02-27T18:57:50+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-27T18:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=597ff8774e505803a565d9bebde2f8a48519b033'/>
<id>597ff8774e505803a565d9bebde2f8a48519b033</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for file existence before using samefile</title>
<updated>2022-02-27T18:43:22+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-02-27T18:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fb7b30d64eb1475a0f5692e015ac123834ff6c40'/>
<id>fb7b30d64eb1475a0f5692e015ac123834ff6c40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3137 from pypa/feature/samefile-native</title>
<updated>2022-02-26T20:30:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T20:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=eced6d5e3d39c9d05a46a3dadb08d806b37ff6f4'/>
<id>eced6d5e3d39c9d05a46a3dadb08d806b37ff6f4</id>
<content type='text'>
Use samefile from stdlib, supported on Windows since Python 3.2.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use samefile from stdlib, supported on Windows since Python 3.2.</pre>
</div>
</content>
</entry>
<entry>
<title>Extract method for processing site dirs</title>
<updated>2022-02-26T17:57:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=339c29920abdabdd9e6b5983ae711efb61b15d76'/>
<id>339c29920abdabdd9e6b5983ae711efb61b15d76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move normpath into if block.</title>
<updated>2022-02-26T17:51:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d387ae78b3c6384cee30a441045e5b33f2a226b4'/>
<id>d387ae78b3c6384cee30a441045e5b33f2a226b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'isinstance(int)' check and just validate unconditionally.</title>
<updated>2022-02-26T17:49:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=99f5ac503ab030c4622cbd8b5129e0880103a68f'/>
<id>99f5ac503ab030c4622cbd8b5129e0880103a68f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract method to validate optimize parameter.</title>
<updated>2022-02-26T17:48:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bbe8b50eccb5700c44bf793346dd09540bff97ee'/>
<id>bbe8b50eccb5700c44bf793346dd09540bff97ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use samefile from stdlib, supported on Windows since Python 3.2.</title>
<updated>2022-02-26T17:44:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=66dcd5e54fd8fb1f9413b4fac04e073984ed0713'/>
<id>66dcd5e54fd8fb1f9413b4fac04e073984ed0713</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer range().__contains__ for bounds check.</title>
<updated>2022-02-26T17:44:16+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-26T17:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c44e416b44e5e7126f435a7c0b9adc9b88b85cbd'/>
<id>c44e416b44e5e7126f435a7c0b9adc9b88b85cbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
