aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/install_egg_info.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #272 - TypeError when namespace_package is unicodeJason R. Coombs2012-02-061-0/+2
* Wrong file mode when creating bdists under Python 3.1.Lennart Regebro2009-09-221-1/+1
* Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-111-2/+2
* Fix import problems with nested namespace packages installed viaPJ Eby2007-09-041-31/+31
* Fix a problem installing eggs with a system packaging tool if the projectPJ Eby2007-01-051-5/+46
* Tweak the nspkg.pth hack to avoid creating a module if there *is* anPJ Eby2006-03-171-7/+7
* Support namespace packages in conjunction with system packagers, by omittingPJ Eby2006-03-171-22/+22
* Make install_egg_info track every file it installs, not just thePJ Eby2005-12-151-3/+3
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-141-0/+82