summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Removed all special support for Sourceforge mirrors, as Sourceforge'sPJ Eby2006-12-291-3/+3
* Fixed a problem with ``.pth`` testing on Windows when ``sys.executable``PJ Eby2006-12-011-1/+1
* Use cross-platform relative paths in ``easy-install.pth`` when doingPJ Eby2006-09-291-3/+44
* Fix problem generating "eggsecutable" header if dist/ dir doesn't exist yet.PJ Eby2006-09-281-1/+1
* Allow explicit selection of Sourceforge mirror(s) with ``--sf-mirror``, andPJ Eby2006-09-271-4/+4
* Should've used distutils.log.warn instead of warnings.warnPJ Eby2006-09-262-4/+4
* Handle empty revision numbers in SVN 1.4 "entries" formatPJ Eby2006-09-261-1/+1
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-222-12/+53
* Fix bad importPJ Eby2006-09-211-1/+1
* Fix bdist_wininst files not being uploaded by "upload"PJ Eby2006-09-212-1/+24
* Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 andPJ Eby2006-09-211-12/+26
* Fix easy_install not recognizing win32.exe files that include a custom bitmap.PJ Eby2006-09-211-1/+1
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-202-2/+6
* Support svn 1.4 working copy format (backport from trunk)PJ Eby2006-09-172-24/+65
* Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable``PJ Eby2006-09-062-12/+12
* Make "setup.py develop" of a setuptools-using project installPJ Eby2006-09-061-3/+3
* Don't check installation directory writability and site/.pth setup whenPJ Eby2006-09-061-2/+2
* Source distributions now always include a ``setup.cfg`` file that explicitlyPJ Eby2006-07-182-29/+29
* Support ``extra_path`` option to ``setup()`` when ``install`` is run inPJ Eby2006-07-181-9/+9
* * 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