summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
* Work around a distutils bdist_wininst bug: if the user has specified anphillip.eby2006-12-292-1/+8
* Fix import problem for bdist_rpm w/Python<2.5phillip.eby2006-12-291-1/+1
* Removed all special support for Sourceforge mirrors, since SF finally phillip.eby2006-12-291-3/+3
* Fix problem w/' ' in sys.executable on Windows.phillip.eby2006-12-011-1/+1
* Use cross-platform relative paths in .pth if target is anywhere inside thephillip.eby2006-09-291-3/+44
* Fix problem generating "eggsecutable" header if dist/ dir doesn't exst yet.phillip.eby2006-09-281-1/+1
* Allow explicit selection of Sourceforge mirror(s) with --sf-mirror, andphillip.eby2006-09-271-4/+4
* Should've used distutils.log.warn instead of warnings.warnphillip.eby2006-09-262-4/+4
* Handle empty revision numbers in SVN 1.4 "entries" formatphillip.eby2006-09-261-1/+1
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedphillip.eby2006-09-222-12/+53
* Fix broken imports.phillip.eby2006-09-212-2/+2
* Fix bdist_wininst files not being uploaded by "upload"phillip.eby2006-09-212-1/+24
* Support uploading bdist_rpm files on older Python versions (2.3/2.4)phillip.eby2006-09-211-1/+46
* Fix easy_install not recognizing win32.exe files that include a custom bitmap.phillip.eby2006-09-211-1/+1
* Support svn 1.4 working copy formatphillip.eby2006-09-172-24/+65
* Prevent deprecation warnings coming from generated scripts when phillip.eby2006-09-062-12/+12
* Make "setup.py develop" of a setuptools-using project install phillip.eby2006-09-061-3/+10
* Don't check installation directory writability and site/.pth setup when phillip.eby2006-09-061-2/+2
* Make sdist-from-sdist builds keep the exact same version number, even if phillip.eby2006-07-182-29/+29
* Edit an sdist's setup.cfg to include any egg_info options that were used phillip.eby2006-07-181-22/+22
* Restored support for extra_path when using backward compatibility mode.phillip.eby2006-07-181-7/+29
* Fix three problems reported by Bob Ippolito and Jim Fultonphillip.eby2006-07-142-2/+2
* Fix doubled --tag-build option.phillip.eby2006-07-111-1/+1
* Ensure that sys.path_importer_cache is updated when an existing zipfile phillip.eby2006-07-101-9/+9
* Don't warn about missing README(.txt) unless creating an sdistphillip.eby2006-07-102-4/+46
* Add --no-date and --no-svn-revision options to make creating release phillip.eby2006-07-101-1/+46
* Fix "register" command not necessarily reflecting build tags.phillip.eby2006-07-102-0/+11
* Fix broken error message for socket error during upload.phillip.eby2006-07-101-1/+1
* Implement detection of non-Python scripts, as described inphillip.eby2006-06-151-5/+46
* Allow .py files found by the include_package_data option to be phillip.eby2006-06-091-4/+17
* Fix sometimes not detecting local packages installed outside of "site" phillip.eby2006-06-091-1/+1
* Fix local --find-links eggs not being copied except with --always-copy.phillip.eby2006-06-071-11/+11
* Fix bdist_egg not including files in .egg-info subdirectories.phillip.eby2006-06-071-14/+16
* Fix a problem w/relative path generation if you install an egg whose phillip.eby2006-05-301-1/+6
* Don't make things warnings that aren't; update info text for phillip.eby2006-05-261-6/+6
* Don't install or update a ``site.py`` patch when installing to aphillip.eby2006-05-231-5/+3
* Python 2.5 supports -m w/zipped modules, and Python 2.3 has no -m, so phillip.eby2006-04-281-1/+1
* Strip 'module' from the end of compiled extension modules when computing phillip.eby2006-04-242-11/+11
* Backport whitespace normalization from 2.5 trunk.phillip.eby2006-04-1918-189/+30
* Split ``get_platform()`` into ``get_supported_platform()`` andphillip.eby2006-04-181-3/+3
* Handle being run via -m with no __file__ if done from a zipfile in phillip.eby2006-04-181-1/+1
* Trap absolute paths given as package_dirs, which foul up things terribly.phillip.eby2006-04-151-18/+18
* First round of prepping setuptools for inclusion in Python 2.5: move phillip.eby2006-04-142-2/+7
* Don't eagerly import namespace packages. This was the big reason for phillip.eby2006-04-141-6/+6
* Fix typophillip.eby2006-03-291-1/+1
* Added ``test_loader`` keyword to support custom test loaders.phillip.eby2006-03-291-10/+10
* Added ``setuptools.file_finders`` entry point group to allow implementingphillip.eby2006-03-291-8/+8
* Added ``--identity`` option to ``upload`` command.phillip.eby2006-03-291-1/+10
* Fix a problem with the test loader finding the bundled doctest's phillip.eby2006-03-291-4/+4
* Implement dependency_links feature, courtesy of Tres Seaver's rough phillip.eby2006-03-292-13/+15