<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v36.1.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>Merge branch 'master' into feature/re-vendor-sadface</title>
<updated>2017-05-30T23:39:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-05-30T23:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=fcdf12ee7fdf43c9dded5b68232a0fb3376d4858'/>
<id>fcdf12ee7fdf43c9dded5b68232a0fb3376d4858</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Just use class in its namespace</title>
<updated>2017-05-21T15:52:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-05-21T15:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=8d3ed39696c5932a48b5f4a3768caa9f9e8c54b8'/>
<id>8d3ed39696c5932a48b5f4a3768caa9f9e8c54b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement AbstractSandbox as a context manager.</title>
<updated>2017-05-21T15:52:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-05-21T15:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=20567bef2a36b259d2209cc76fd11a61ad288853'/>
<id>20567bef2a36b259d2209cc76fd11a61ad288853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand test to cover string rendering of SandboxViolation</title>
<updated>2017-05-21T15:52:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-05-21T15:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c96c3ffba9f8a6ab43e6f3d57349a46e3076c374'/>
<id>c96c3ffba9f8a6ab43e6f3d57349a46e3076c374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite tests to test the actual matching rather than making assertions about the regular expressions. Fixes #1015.</title>
<updated>2017-04-19T03:58:21+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-04-19T02:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d8e1ed570126dfc99ed7f9126df3bfc890e7005d'/>
<id>d8e1ed570126dfc99ed7f9126df3bfc890e7005d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass flags programmatically, avoiding deprecating trailing pattern flags syntax revealed in #1015.</title>
<updated>2017-04-18T23:32:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-04-18T23:32:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f1a9711815acab7e2d9c77b86b43117f72c5c78f'/>
<id>f1a9711815acab7e2d9c77b86b43117f72c5c78f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an integration test to install pyuri</title>
<updated>2017-04-18T15:15:35+00:00</updated>
<author>
<name>Pi Delport</name>
<email>pjdelport@gmail.com</email>
</author>
<published>2017-04-18T15:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=58fa3b44e5130b0cf79523c876f46a07734db7ba'/>
<id>58fa3b44e5130b0cf79523c876f46a07734db7ba</id>
<content type='text'>
This test is also a regression test for issue #1016.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test is also a regression test for issue #1016.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #999: support python_requires, py_modules in configuration files</title>
<updated>2017-04-07T11:44:35+00:00</updated>
<author>
<name>Marcel Bargull</name>
<email>marcel.bargull@udo.edu</email>
</author>
<published>2017-04-07T11:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=abaf7c4dd76c56eb509f6a5f6caa2f8e886801b6'/>
<id>abaf7c4dd76c56eb509f6a5f6caa2f8e886801b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation upload by fixing content_type in _build_multipart on Python 3.x.</title>
<updated>2017-03-11T13:53:03+00:00</updated>
<author>
<name>Florian Schulze</name>
<email>florian.schulze@gmx.net</email>
</author>
<published>2017-03-11T13:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=62fc6681509f04ba7ee12e87d6ac5d6056214fa8'/>
<id>62fc6681509f04ba7ee12e87d6ac5d6056214fa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test capturing new proposed expectation that Setuptools' build dependencies should not require setuptools to build in order to avoid inevitable conflicts when bootstrapping from source. Packaging fails this test. Ref #980</title>
<updated>2017-02-26T19:50:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2017-02-26T03:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d4c215a7c61fb1f94b88bd2aa0b332ebaff18193'/>
<id>d4c215a7c61fb1f94b88bd2aa0b332ebaff18193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
