summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Make 'test' command work correctly with the 0.6 WorkingSet class.PJ Eby2005-07-211-12/+12
* Fixed installing extra ``.pyc`` or ``.pyo`` files for scripts with ``.py``PJ Eby2005-07-211-1/+1
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-25/+25
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-182-33/+33
* The ``path`` attribute of ``Distribution`` objects is now ``location``,PJ Eby2005-07-171-17/+17
* ``Distribution`` objects now implement the ``IResourceProvider`` andPJ Eby2005-07-171-6/+6
* Renamings for consistent terminology; distributions and requirements nowPJ Eby2005-07-172-7/+7
* Added ``--site-dirs`` option to allow adding custom "site" directories.PJ Eby2005-07-161-28/+110
* Fix only detecting the revision number of the setup directory, not thePJ Eby2005-07-161-7/+7
* Update zip-safety scanner to check for modules that might be used asPJ Eby2005-07-122-12/+12
* Fix breakage of the "develop" command that was caused by the addition ofPJ Eby2005-07-121-2/+2
* Enhanced "zip safety" analysis (including scan of win32.exe's) and havePJ Eby2005-07-112-90/+131
* First-pass implementation of zippability analysis; scans for impurePJ Eby2005-07-101-39/+80
* Implement ``namespace_packages`` keyword to ``setup()``. Added keywordPJ Eby2005-07-102-16/+57
* EasyInstall now builds eggs in a temporary directory alongside the setupPJ Eby2005-07-101-34/+34
* Allow EasyInstall to accept a directory containing a setup script as onePJ Eby2005-07-102-5/+5
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-103-50/+255
* Changed --tag-svn-revision to include an "r" in front of the revisionPJ Eby2005-07-091-1/+1
* Add informative comment when uploading eggs, to help distinguish them fromPJ Eby2005-07-091-1/+2
* Fix typos in option specs for bdist_egg.PJ Eby2005-07-091-2/+2
* Include ``svn:externals`` directories in source distributions as well asPJ Eby2005-07-091-42/+42
* Delete empty sections when their last option is deleted.PJ Eby2005-07-081-6/+6
* Cleaner argument quoting in command aliases.PJ Eby2005-07-081-10/+10
* Restructured the 'alias' command to take arguments instead of options, andPJ Eby2005-07-081-13/+56
* Fix a couple of command descriptions.PJ Eby2005-07-082-3/+3
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-085-14/+53
* * Added "rotate" command to delete old distribution files, given a set ofPJ Eby2005-07-084-1/+274
* The "egg_info" command now always sets the distribution metadata to "safe"PJ Eby2005-07-081-9/+9
* Add upload support to setuptools, and make default downloads of setuptoolsPJ Eby2005-07-072-0/+212
* Beefed up the "sdist" command so that if you don't have a MANIFEST.in, itPJ Eby2005-07-072-1/+83
* Slightly changed the format of the generated version when you usePJ Eby2005-07-071-1/+1
* Don't modify .pth files when in --dry-run/-n mode.PJ Eby2005-07-071-60/+19
* Added ``develop`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-064-47/+252
* Made ``easy_install`` a standard ``setuptools`` command, moving it fromPJ Eby2005-07-061-0/+820
* Enhanced the ``test`` command so that it doesn't install the package, butPJ Eby2005-07-061-22/+22
* Added ``egg_info`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-062-98/+221
* 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