summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* * Fixed ``AttributeError`` when trying to download a ``setup_requires``PJ Eby2006-07-142-2/+2
* Fix doubled --tag-build help display (backport from trunk)PJ Eby2006-07-111-1/+1
* Fix ``sys.path_importer_cache`` not being updated when an existing zipfilePJ Eby2006-07-101-9/+9
* Fixed redundant warnings about missing ``README`` file(s); it should nowPJ Eby2006-07-102-5/+46
* Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``PJ Eby2006-07-101-2/+43
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-102-0/+11
* Fix broken error message for socket error during upload.PJ Eby2006-07-101-1/+1
* Implement detection of non-Python scripts, as described inPJ Eby2006-06-151-5/+46
* Allow .py files found by the include_package_data option to bePJ Eby2006-06-091-9/+9
* Fix sometimes not detecting local packages installed outside of "site"PJ Eby2006-06-091-1/+1
* Fix local --find-links eggs not being copied except with --always-copy.PJ Eby2006-06-071-11/+11
* Fix bdist_egg not including files in .egg-info subdirectories.PJ Eby2006-06-071-19/+19
* Construct ``.pth`` file paths in such a way that installing an egg whosePJ Eby2006-05-301-3/+3
* Don't make things warnings that aren't; update info text forPJ Eby2006-05-261-6/+6
* Don't install or update a ``site.py`` patch when installing to aPJ Eby2006-05-231-5/+3
* 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-242-11/+11
* Split ``get_platform()`` into ``get_supported_platform()`` andPJ Eby2006-04-181-3/+3
* Backport absolute path trapping to the 0.6 branch.PJ Eby2006-04-151-18/+18
* Fix typoPJ Eby2006-03-291-1/+1
* Added ``test_loader`` keyword to support custom test loaders.PJ Eby2006-03-291-10/+10
* Added ``setuptools.file_finders`` entry point group to allow implementingPJ Eby2006-03-291-8/+8
* Added ``--identity`` option to ``upload`` command.PJ Eby2006-03-291-1/+10
* Fix a problem with the test loader finding the bundled doctest'sPJ Eby2006-03-291-4/+4
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-292-13/+15
* Support complex .pth files in win32.exe->.egg conversion; this additionPJ Eby2006-03-291-5/+5
* Enhanced test loader to scan packages as well as modules, and callPJ Eby2006-03-281-4/+45
* Support Python 2.5, which now includes its own install_egg_info command.PJ Eby2006-03-281-5/+5
* Fix ZipImportError when overwriting a zipfile with the same name/versionPJ Eby2006-03-241-13/+13
* Remove use of obsolete --ignore-conflicts-at-my-risk optionPJ Eby2006-03-241-2/+2
* Ensure SOURCES.txt references itself even the first time it is generatedPJ Eby2006-03-241-2/+2
* Don't generate a loader .py file in .egg file for extensions that aren'tPJ Eby2006-03-211-2/+2
* Use relative paths in ``.pth`` files when eggs are being installed to thePJ Eby2006-03-201-14/+14
* 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-173-26/+83
* Added automatic handling of installation conflicts. Eggs are now shifted toPJ Eby2006-03-112-23/+64
* Made ``--single-version-externally-managed`` automatic when ``--root`` isPJ Eby2006-03-041-3/+3
* When installing setup_requires/tests_require packages, usePJ Eby2006-02-281-2/+2
* Prevent failed attempts at removing MANIFEST.in from masking errors thatPJ Eby2006-02-212-12/+11
* Minor tweak to installation report, and add in a hook for laterPJ Eby2006-02-141-6/+6
* Fix a Windows problem when the Python executable is in a directory withPJ Eby2006-02-141-11/+11
* Don't compress eggs on Python 2.3, as a possible workaround for 64-bitPJ Eby2006-02-131-7/+7
* Added exhaustive testing of the install directory, including a spawn testPJ Eby2006-02-131-24/+147
* Fixed duplication of scripts inside .egg filesPJ Eby2006-02-132-2/+43
* Fixed the annoying ``--help-commands`` wart, albeit in a mostPJ Eby2006-02-101-6/+47
* --prefix support for even more do-what-I-meanishness. :)PJ Eby2006-02-101-32/+72
* Implemented DWIM for PYTHONPATH. That is, ez_setup and easy_installPJ Eby2006-02-102-16/+99
* Ugh. Rereading the Fedora patch shows my previous hack won't actuallyPJ Eby2006-02-101-2/+2
* Oops, bad indentation.PJ Eby2006-02-101-2/+2
* Tweak site_dirs detection so that distros with weird layouts (e.g.PJ Eby2006-02-101-4/+4