<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-bitbucket.git, branch setuptools</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>Closing branch (abandoned)</title>
<updated>2014-06-29T01:40:05+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-06-29T01:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=7f25970b9fc068e6665cb8c49544e8f5c1fcafbe'/>
<id>7f25970b9fc068e6665cb8c49544e8f5c1fcafbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset 28901bac2f2e See #148</title>
<updated>2014-02-12T03:33:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-02-12T03:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=c26f710208962f89e384775789e63decf55d1cfd'/>
<id>c26f710208962f89e384775789e63decf55d1cfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-generate namespace __init__.py files for packages without them.  This</title>
<updated>2005-08-14T21:17:45+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T21:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=aea9a3b77afa90ca2b46d8da52778e41555ca7a4'/>
<id>aea9a3b77afa90ca2b46d8da52778e41555ca7a4</id>
<content type='text'>
is a workaround for packages like 'll-color', which are distributed without
'll/__init__.py', to avoid overwriting ll-core's copy of ll/__init__.py.
This allows existing packages that use this sort of kludging to be treated
as a crude namespace package, as long as the "real" __init__.py also
calls declare_namespace().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is a workaround for packages like 'll-color', which are distributed without
'll/__init__.py', to avoid overwriting ll-core's copy of ll/__init__.py.
This allows existing packages that use this sort of kludging to be treated
as a crude namespace package, as long as the "real" __init__.py also
calls declare_namespace().
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor refactoring of code that checks a distribution's contents.</title>
<updated>2005-08-14T21:14:46+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T21:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=abaed7ef6a53cdd6e5d6a90252bb110440d04df5'/>
<id>abaed7ef6a53cdd6e5d6a90252bb110440d04df5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add experimental support for merging non-empty namespace packages.  This</title>
<updated>2005-08-14T21:01:33+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T21:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=45af84116fe1bb577d7f920928421020909e215b'/>
<id>45af84116fe1bb577d7f920928421020909e215b</id>
<content type='text'>
lets you have one distribution containing a non-empty __init__.py for the
package, as long as you call 'declare_namespace()' from that __init__.py
and all other __init__.py files for the namespace package, and do *not*
declare it as a namespace package in setup() (so that it won't be
automatically imported if it's on sys.path, the way empty namespace
packages are.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lets you have one distribution containing a non-empty __init__.py for the
package, as long as you call 'declare_namespace()' from that __init__.py
and all other __init__.py files for the namespace package, and do *not*
declare it as a namespace package in setup() (so that it won't be
automatically imported if it's on sys.path, the way empty namespace
packages are.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug introduced by removing the Environment.get() method.</title>
<updated>2005-08-14T20:46:49+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T20:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=e7572450f1ff6f862608f0d56ed816607d21905c'/>
<id>e7572450f1ff6f862608f0d56ed816607d21905c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On second thought, don't.  :(  Walter Doerwald's situation isn't really</title>
<updated>2005-08-14T20:18:56+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T20:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=ea9147bc40e1ebf49e588cb421405f8ee9f6ff86'/>
<id>ea9147bc40e1ebf49e588cb421405f8ee9f6ff86</id>
<content type='text'>
compatible with namespace packages, even if I do manage to hack up a way
to make it work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compatible with namespace packages, even if I do manage to hack up a way
to make it work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow distributing an empty namespace package.</title>
<updated>2005-08-14T20:16:28+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T20:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=b5bf8330c94fbc469760ba8b42a61b8e66d8114e'/>
<id>b5bf8330c94fbc469760ba8b42a61b8e66d8114e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some reST formatting problems and other issues discovered during a</title>
<updated>2005-08-14T17:48:07+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T17:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=9a0e2656bfc4dc0d9bd09c86633a2ec3d52290bc'/>
<id>9a0e2656bfc4dc0d9bd09c86633a2ec3d52290bc</id>
<content type='text'>
quick review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
quick review.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document "Distribution" objects.  Now the API reference is complete, and I</title>
<updated>2005-08-14T17:30:15+00:00</updated>
<author>
<name>PJ Eby</name>
<email>distutils-sig@python.org</email>
</author>
<published>2005-08-14T17:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-bitbucket.git/commit/?id=36f47f464b997ce941504c2bd8d2fd6d7070274c'/>
<id>36f47f464b997ce941504c2bd8d2fd6d7070274c</id>
<content type='text'>
just need to write the Overview and Developer's Guide sections so that most
people won't have to actually *read* the API reference.  :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
just need to write the Overview and Developer's Guide sections so that most
people won't have to actually *read* the API reference.  :)
</pre>
</div>
</content>
</entry>
</feed>
