| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools).
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
``--root`` or ``--single-version-externally-managed``, due to the
parent package not having the child package as an attribute.
(backport from trunk)
|
| |
|
|
|
|
| |
contained an implicit namespace package; for example if the ``setup()``
listed a namespace package ``foo.bar`` without explicitly listing
``foo`` as a namespace package. (backport from trunk)
|
| |
|
|
|
| |
__init__.py installed. It may be that this should check for .pyc/.pyo,
but system packagers don't normally remove them.
|
| |
|
|
|
| |
the installation of any ``__init__.py`` files for namespace packages, and
adding a special ``.pth`` file to create a working package in ``sys.modules``.
|
| |
|
|
| |
directory it installs to.
|
|
|
``install`` operations, that installs an ``.egg-info`` directory with the
package. This is a preliminary step to implementing "install
--single-version-externally-managed" for use with bdist_* commands and
Debian.
|