<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/environment.py, branch 8.0b1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Reindent clause. Prefer leading comment to inline.</title>
<updated>2014-09-30T02:15:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-09-30T02:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5e50991f8c53920f87fefa88ff9016b893829a7d'/>
<id>5e50991f8c53920f87fefa88ff9016b893829a7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract variable to be in proximity of its comment</title>
<updated>2014-09-30T02:14:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-09-30T02:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=1166cd39f2be99bd0aeace80642a80ccde244989'/>
<id>1166cd39f2be99bd0aeace80642a80ccde244989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct typo</title>
<updated>2014-09-30T02:05:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-09-30T02:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2ec13d5d118c249bfdb8b40a56c03c59e5c2e94d'/>
<id>2ec13d5d118c249bfdb8b40a56c03c59e5c2e94d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2.5 compatibility methods for zipfiles</title>
<updated>2014-09-30T01:56:12+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-09-30T01:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f4d7965c75a6452d405c0911102318f236a2afcc'/>
<id>f4d7965c75a6452d405c0911102318f236a2afcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassed</title>
<updated>2013-12-07T06:13:19+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-12-07T06:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8bbdac7d065e408f3f320e4523274e10e1c469fc'/>
<id>8bbdac7d065e408f3f320e4523274e10e1c469fc</id>
<content type='text'>
  setUp.
test_egg_info, test_sdist, and test_svn all had tests that needed to be
  bypassed when svn was not present.  tests.py26compat contains a SkipIf
  decorator for skipping.  This worked after ironing a few wrinkles.  The
  conditions is evaluated and stored in test_svn._svn_check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  setUp.
test_egg_info, test_sdist, and test_svn all had tests that needed to be
  bypassed when svn was not present.  tests.py26compat contains a SkipIf
  decorator for skipping.  This worked after ironing a few wrinkles.  The
  conditions is evaluated and stored in test_svn._svn_check.
</pre>
</div>
</content>
</entry>
<entry>
<title>Earlier Versions of python used gzip and tar directly.  So I need to</title>
<updated>2013-11-12T00:27:52+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-11-12T00:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2988952f831be3769896f729f0d7f1ae07f6bdee'/>
<id>2988952f831be3769896f729f0d7f1ae07f6bdee</id>
<content type='text'>
make sure they are in the paths for the legacy tests (why did it work before).
Let us hope that svn is not in that directory...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make sure they are in the paths for the legacy tests (why did it work before).
Let us hope that svn is not in that directory...
</pre>
</div>
</content>
</entry>
<entry>
<title>For .svn legacy fallback, look for the files in the .svn not the directory.</title>
<updated>2013-11-11T23:07:52+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-11-11T23:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=76423012b5b51691dd059b1276351099e52c787e'/>
<id>76423012b5b51691dd059b1276351099e52c787e</id>
<content type='text'>
   (Fixed unexpected deprecation warning from prombredanne)
Also removed the warning from fallback, only a deprecation warning is issued.
Environment.py whitespacing
Created a specialized command executor for tests in Environment.py
Legacy Test in test_egg_info now supresses the deprecation warning.
PythonPath is now explicitly controlled to allow setup.py test on clean
   python installations.  *Fixes Issue #101*
Moved some dummy svn tests from test_sdist to test_egg_info since
   they are egg_info tests.
Downgraded a with statement in a test since we haven't offically dropped
   2.4 support, however, maybe it is time.
Added a test case to ensure no extranuous output on sdist with a simple
   dummy package without rev ctrl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   (Fixed unexpected deprecation warning from prombredanne)
Also removed the warning from fallback, only a deprecation warning is issued.
Environment.py whitespacing
Created a specialized command executor for tests in Environment.py
Legacy Test in test_egg_info now supresses the deprecation warning.
PythonPath is now explicitly controlled to allow setup.py test on clean
   python installations.  *Fixes Issue #101*
Moved some dummy svn tests from test_sdist to test_egg_info since
   they are egg_info tests.
Downgraded a with statement in a test since we haven't offically dropped
   2.4 support, however, maybe it is time.
Added a test case to ensure no extranuous output on sdist with a simple
   dummy package without rev ctrl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Additional Tests, Various fixes, and encoding dealings</title>
<updated>2013-07-20T22:45:04+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-07-20T22:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b4ba33898f4d67af70319a0bb64edca72fc3ecee'/>
<id>b4ba33898f4d67af70319a0bb64edca72fc3ecee</id>
<content type='text'>
--HG--
extra : rebase_source : 2734e79e08e194923eab8c70f92cb77bce7daccf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : 2734e79e08e194923eab8c70f92cb77bce7daccf
</pre>
</div>
</content>
</entry>
</feed>
