<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools, branch 3.8</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Use a variable for less busy syntax</title>
<updated>2014-06-01T20:14:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-01T20:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=11b6828342b5f34bc593d49b0b13dc23a2eb7a2d'/>
<id>11b6828342b5f34bc593d49b0b13dc23a2eb7a2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generalize fix for issue #197 from 1cd816bb7c933eecd9d8464e054b21c7d5daf2df</title>
<updated>2014-05-12T16:57:50+00:00</updated>
<author>
<name>Jurko Gospodnetić</name>
<email>jurko.gospodnetic@pke.hr</email>
</author>
<published>2014-05-12T16:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=40232ffa1983be8149a68cb969f28b92200204b6'/>
<id>40232ffa1983be8149a68cb969f28b92200204b6</id>
<content type='text'>
Now the same fix gets applied for Python versions [3.0 - 3.2.2&gt; instead of just
3.1. The underlying distutils issue affected all those vesions and has been
fixed in the Python 3.2.2 release.

--HG--
extra : rebase_source : fe4dc458edbf83e13b275e02fb90939d9061e206
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the same fix gets applied for Python versions [3.0 - 3.2.2&gt; instead of just
3.1. The underlying distutils issue affected all those vesions and has been
fixed in the Python 3.2.2 release.

--HG--
extra : rebase_source : fe4dc458edbf83e13b275e02fb90939d9061e206
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 3.8 in preparation for next release.</title>
<updated>2014-06-01T20:00:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-01T20:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=846b29f32fb8bbeda4d4a06a4da35bebc3f41cbb'/>
<id>846b29f32fb8bbeda4d4a06a4da35bebc3f41cbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use context manager</title>
<updated>2014-05-18T03:47:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f9f94d714cf97df731a49b614b35d146536449f7'/>
<id>f9f94d714cf97df731a49b614b35d146536449f7</id>
<content type='text'>
--HG--
extra : amend_source : 5e98bee2918d9eeb073c8c896a849c5f68da6634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 5e98bee2918d9eeb073c8c896a849c5f68da6634
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch globals in a function. This technique bypasses the linter warnings about the names not being present, and allows for better documentation.</title>
<updated>2014-05-18T03:42:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=032cd636116a821d20a590d87afa99626de9bff6'/>
<id>032cd636116a821d20a590d87afa99626de9bff6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix NameError (is this code ever used?).</title>
<updated>2014-05-18T03:37:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=ac86a30d6f4bc4ed403ea668d4a904d8ae933850'/>
<id>ac86a30d6f4bc4ed403ea668d4a904d8ae933850</id>
<content type='text'>
--HG--
extra : amend_source : 4361459883522692c4d70715135439819d981d7a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 4361459883522692c4d70715135439819d981d7a
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize syntax</title>
<updated>2014-05-18T03:33:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=e6e3b8dfd12cb96b3abc7b34bda56c6431956719'/>
<id>e6e3b8dfd12cb96b3abc7b34bda56c6431956719</id>
<content type='text'>
--HG--
extra : amend_source : eeaee0372ea8d1d39475a722234c03f6a0247722
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : eeaee0372ea8d1d39475a722234c03f6a0247722
</pre>
</div>
</content>
</entry>
<entry>
<title>Use context manager for brevity</title>
<updated>2014-05-18T03:21:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=7c471a14c008d879b0877c15f0fd2079f580a1e1'/>
<id>7c471a14c008d879b0877c15f0fd2079f580a1e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ContextualZipFile and contextlib.closing for archiveutil</title>
<updated>2014-05-18T03:09:56+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T03:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=0f7f8d71dc1c8eda869c423a324064d4bc419879'/>
<id>0f7f8d71dc1c8eda869c423a324064d4bc419879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up whitespace</title>
<updated>2014-05-18T02:58:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-18T02:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=14f168f249c86085dbf9f67fdc8d6a5b801946a0'/>
<id>14f168f249c86085dbf9f67fdc8d6a5b801946a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
