<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git/setuptools/archive_util.py, branch develop</title>
<subtitle>bitbucket.org: Obsolete (use python-setuptools-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/'/>
<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='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=7bbf2df38821a1d524b7755637d860ed27f31fc3'/>
<id>7bbf2df38821a1d524b7755637d860ed27f31fc3</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='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=e980c6cd2646e95f9bca0ebbeda428840ba6d8d8'/>
<id>e980c6cd2646e95f9bca0ebbeda428840ba6d8d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge setuptools.archive_util and setuptools.archive_util and setuptools.depends</title>
<updated>2013-05-03T12:30:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-05-03T12:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=82cf0c0886bcf6d726f533408d01d749ca6f545e'/>
<id>82cf0c0886bcf6d726f533408d01d749ca6f545e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy changes to setuptools/archive_util.py setuptools/depends.py setuptools/extension.py and setuptools/__init__.py from 1aae1efe5733</title>
<updated>2013-05-03T11:59:45+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2013-05-03T11:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=8e6f424be61ffd546af0edcf4a0bde747da9e87e'/>
<id>8e6f424be61ffd546af0edcf4a0bde747da9e87e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Guard the chmod in case external_attr is 0.</title>
<updated>2012-09-19T10:17:36+00:00</updated>
<author>
<name>Jonathan Lange</name>
<email>jml@mumak.net</email>
</author>
<published>2012-09-19T10:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=4101a8afebca1c3b1d9a746bc9493190304f3f98'/>
<id>4101a8afebca1c3b1d9a746bc9493190304f3f98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set permissions when extracting from zipfile.</title>
<updated>2012-08-10T11:49:20+00:00</updated>
<author>
<name>Jonathan Lange</name>
<email>jml@mumak.net</email>
</author>
<published>2012-08-10T11:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=a5fb3f128ddd742a4e8b9b050fb590243cca43af'/>
<id>a5fb3f128ddd742a4e8b9b050fb590243cca43af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include symlinks when extracting source dist. Fixes #183.</title>
<updated>2012-03-23T17:50:04+00:00</updated>
<author>
<name>Toshio Kuratomi</name>
<email>toshio@fedoraproject.org</email>
</author>
<published>2012-03-23T17:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=2f95b67b1e0421b3e58d4b2014040b843d980eb6'/>
<id>2f95b67b1e0421b3e58d4b2014040b843d980eb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Protected against failures in tarfile extraction, as we use a private method which can raise those. Patch as per PJE's setuptools trunk commit r65946. This closes #10.</title>
<updated>2009-07-16T16:54:30+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2009-07-16T16:54:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=30c03d3555f368bf3095fe8b7fe056ae4eceae73'/>
<id>30c03d3555f368bf3095fe8b7fe056ae4eceae73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve timestamps and permissions when "unpacking" (copying) a</title>
<updated>2006-03-17T15:52:05+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2006-03-17T15:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=74bc3391626e9f71c8e2f1573488091162b3fe0c'/>
<id>74bc3391626e9f71c8e2f1573488091162b3fe0c</id>
<content type='text'>
directory tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directory tree.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added an ``unpack_directory()`` driver to ``setuptools.archive_util``, so</title>
<updated>2005-12-06T03:12:48+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-12-06T03:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=3230001cf68a75a67c0128c6ef94e8886f869969'/>
<id>3230001cf68a75a67c0128c6ef94e8886f869969</id>
<content type='text'>
that you can process a directory tree through a processing filter as if
it were a zipfile or tarfile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that you can process a directory tree through a processing filter as if
it were a zipfile or tarfile.
</pre>
</div>
</content>
</entry>
</feed>
