<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/svn_utils.py, branch 1.4.2</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>extraneous comment left in</title>
<updated>2013-11-22T00:51:45+00:00</updated>
<author>
<name>philip_thiem</name>
<email>ptthiem+bitbuket@gmail.com</email>
</author>
<published>2013-11-22T00:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cc90c5093d272397f08e33e4e75bf762d419df27'/>
<id>cc90c5093d272397f08e33e4e75bf762d419df27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small logic error</title>
<updated>2013-11-21T23:50:50+00:00</updated>
<author>
<name>philip_thiem</name>
<email>ptthiem+bitbuket@gmail.com</email>
</author>
<published>2013-11-21T23:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=4319a969dc616c915d8e5091246df5faf0b080e8'/>
<id>4319a969dc616c915d8e5091246df5faf0b080e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to add in the mac default.</title>
<updated>2013-11-21T23:25:55+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-11-21T23:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=73c86d052de82327bdd0e22dd35de55f78d4186b'/>
<id>73c86d052de82327bdd0e22dd35de55f78d4186b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small syntax error.</title>
<updated>2013-11-21T14:11:23+00:00</updated>
<author>
<name>philip_thiem</name>
<email>ptthiem+bitbuket@gmail.com</email>
</author>
<published>2013-11-21T14:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=3f5053737eaf08ad854d40d23743f701d3bbdcc9'/>
<id>3f5053737eaf08ad854d40d23743f701d3bbdcc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made a more sophisticated encoding heuristic that runs at module load.</title>
<updated>2013-11-21T14:01:42+00:00</updated>
<author>
<name>philip_thiem</name>
<email>ptthiem+bitbuket@gmail.com</email>
</author>
<published>2013-11-21T14:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f5cd7f424d0432cbca7d31648702249f2e76b087'/>
<id>f5cd7f424d0432cbca7d31648702249f2e76b087</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='https://git.replicant.us/replicant-next/external_python_setuptools/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>removed fsencode and fsdecode</title>
<updated>2013-11-08T03:11:18+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-11-08T03:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b42ef986b9ce537638ea931422063f97a18f8981'/>
<id>b42ef986b9ce537638ea931422063f97a18f8981</id>
<content type='text'>
replaced fsencode with decode_as_string - decoded utf8 or console input to
decode_as_string should be called on encoded string before joining
BUG_FIX - It would seem that there is a issue wiht the legacy file listing
  which this commit fits.  I have no clue how any of the other stuff would
  had even worked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
replaced fsencode with decode_as_string - decoded utf8 or console input to
decode_as_string should be called on encoded string before joining
BUG_FIX - It would seem that there is a issue wiht the legacy file listing
  which this commit fits.  I have no clue how any of the other stuff would
  had even worked.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed verbose warning from svn_utils.py</title>
<updated>2013-11-05T14:11:53+00:00</updated>
<author>
<name>philip_thiem</name>
<email>ptthiem+bitbuket@gmail.com</email>
</author>
<published>2013-11-05T14:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=748f46273dbaf80b04cf69b8cbd0f4cf6e37a9b6'/>
<id>748f46273dbaf80b04cf69b8cbd0f4cf6e37a9b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a legacy fallback test</title>
<updated>2013-09-28T17:14:12+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-09-28T17:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=30bb58f069cf1624f35cfbdb725e8e443ff64330'/>
<id>30bb58f069cf1624f35cfbdb725e8e443ff64330</id>
<content type='text'>
Added in code to after a deprecation warning parse the .svn files
Should also parse externals.

--HG--
extra : rebase_source : 9dd3bcf22cb56eb0826051f9e477f155e47cdbf6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added in code to after a deprecation warning parse the .svn files
Should also parse externals.

--HG--
extra : rebase_source : 9dd3bcf22cb56eb0826051f9e477f155e47cdbf6
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks to get everything to pass again.</title>
<updated>2013-07-21T00:15:23+00:00</updated>
<author>
<name>Philip Thiem</name>
<email>ptthiem@gmail.com</email>
</author>
<published>2013-07-21T00:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=469a541cb5fca1a161fdc888679c1868870c5c8e'/>
<id>469a541cb5fca1a161fdc888679c1868870c5c8e</id>
<content type='text'>
--HG--
extra : rebase_source : 352b6baf81e891d13f7310bbeb94d2cfce9dbad8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : 352b6baf81e891d13f7310bbeb94d2cfce9dbad8
</pre>
</div>
</content>
</entry>
</feed>
