aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/bdist_egg.py
Commit message (Expand)AuthorAgeFilesLines
* Python 2.7 compattarek2010-01-241-1/+6
* Open zipsafe file in text mode.Martin v. Löwis2009-09-121-1/+1
* Replace os.path.walk with os.walk.Martin v. Löwis2009-09-121-2/+4
* Fix for http://bugs.python.org/setuptools/issue37 - missingPJ Eby2008-09-111-1/+1
* Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)PJ Eby2008-08-211-3/+3
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-181-1/+42
* Fix "eggsecutables" (such as setuptools' own egg) only being runnablePJ Eby2007-01-241-1/+1
* Fix problem generating "eggsecutable" header if dist/ dir doesn't exist yet.PJ Eby2006-09-281-1/+1
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-221-8/+49
* * Fixed ``AttributeError`` when trying to download a ``setup_requires``PJ Eby2006-07-141-1/+1
* Fix bdist_egg not including files in .egg-info subdirectories.PJ Eby2006-06-071-19/+19
* Backport doc fixes and 2.4-only -m safety check to 0.6 branchPJ Eby2006-04-281-1/+1
* Backport 'module' fixes to 0.6PJ Eby2006-04-241-8/+8
* Split ``get_platform()`` into ``get_supported_platform()`` andPJ Eby2006-04-181-3/+3
* Don't generate a loader .py file in .egg file for extensions that aren'tPJ Eby2006-03-211-2/+2
* Don't compress eggs on Python 2.3, as a possible workaround for 64-bitPJ Eby2006-02-131-7/+7
* Fixed duplication of scripts inside .egg filesPJ Eby2006-02-131-1/+1
* Don't write .py stubs except for actual extensions that don't alreadyPJ Eby2006-01-131-19/+19
* Basic roundtripping support between bdist_wininst and eggs. EasyInstallPJ Eby2005-12-141-21/+21
* Detect .dll, .so, .dylib and .pyd files that might havePJ Eby2005-11-091-15/+15
* Work around a problem with SuSE Linux's patched install_lib command, byPJ Eby2005-09-031-3/+44
* Simplify non-root install process and improve Mac OS docs for it. SupportPJ Eby2005-08-231-5/+1
* Make easy_install --record strip the RPM root when building RPMs, and havePJ Eby2005-08-221-0/+4
* Auto-generate namespace __init__.py files for packages without them. ThisPJ Eby2005-08-141-27/+27
* Update zip-safety scanner to check for modules that might be used asPJ Eby2005-07-121-5/+5
* Enhanced "zip safety" analysis (including scan of win32.exe's) and havePJ Eby2005-07-111-61/+102
* First-pass implementation of zippability analysis; scans for impurePJ Eby2005-07-101-39/+80
* Allow EasyInstall to accept a directory containing a setup script as onePJ Eby2005-07-101-2/+2
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-4/+45
* Fix typos in option specs for bdist_egg.PJ Eby2005-07-091-2/+2
* Added ``egg_info`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-061-98/+57
* Fix a problem using bdist_egg with non-setuptools distributions.PJ Eby2005-07-041-5/+5
* EasyInstall/setuptools 0.5a4: significant new features, including automaticPJ Eby2005-06-271-46/+46
* Make write_stub() a function, so easy_install can use it too.PJ Eby2005-06-151-15/+56
* Add support for quiet/verbose/dry-run/optimize flags.PJ Eby2005-06-141-8/+8
* Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release.PJ Eby2005-06-121-16/+16
* Restructure easy_install as a distutils "Command" object, so that it canPJ Eby2005-06-121-7/+7
* Package scripts under EGG-INFO/scripts. Refactor subcommand invocationsPJ Eby2005-06-071-35/+35
* Add "safe_name" and "safe_version" functions to allow sanitizing ofPJ Eby2005-06-051-4/+4
* Ensure that the distribution name written to PKG-INFO is the same as thePJ Eby2005-05-301-2/+2
* Reorganize bdist_egg's handling of 'install_data' to better deal with thePJ Eby2005-05-301-10/+51
* Added options to alter eggs' version number by tagging with the subversionPJ Eby2005-05-291-48/+48
* Handle distributions with ' ' in their namesPJ Eby2005-05-291-1/+1
* Add experimental 'install_data' support to 'bdist_egg'. The most commonPJ Eby2005-05-281-26/+26
* Added "AvailableDistributions" class that finds and indexes usablePJ Eby2005-04-031-4/+4
* Rough draft of version requirement parser. Make bdist_egg look for aPJ Eby2005-04-021-38/+79
* Fix bootstrap loader so extracted files don't have to be on sys.path.PJ Eby2005-03-221-2/+2
* Create stub loaders for C extensions, so that the actual dynamic libraryPJ Eby2005-03-221-5/+49
* Allow user-supplied metadata from EGG-INFO.in directory (directory name canPJ Eby2005-03-211-1/+17
* Add python version to egg filename.PJ Eby2005-03-211-2/+3