summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
...
* Support complex .pth files in win32.exe->.egg conversion; this addition phillip.eby2006-03-291-5/+5
* Enhanced test loader to scan packages as well as modules, and callphillip.eby2006-03-281-4/+45
* Support Python 2.5, which now includes its own install_egg_info command.phillip.eby2006-03-281-5/+5
* Fix ZipImportError when overwriting a zipfile with the same name/version phillip.eby2006-03-241-13/+13
* Remove use of obsolete --ignore-conflicts-at-my-risk optionphillip.eby2006-03-241-2/+2
* Ensure SOURCES.txt references itself even the first time it is generatedphillip.eby2006-03-241-2/+2
* Don't generate a loader .py file in .egg file for extensions that aren't phillip.eby2006-03-211-2/+2
* Use relative paths in ``.pth`` files when eggs are being installed to thephillip.eby2006-03-201-14/+14
* Tweak the nspkg.pth hack to avoid creating a module if there *is* an phillip.eby2006-03-171-7/+7
* Support namespace packages in conjunction with system packagers, by omittingphillip.eby2006-03-173-26/+83
* Added automatic handling of installation conflicts. Eggs are now shifted tophillip.eby2006-03-112-23/+64
* Made ``--single-version-externally-managed`` automatic when ``--root`` isphillip.eby2006-03-041-3/+3
* When installing setup_requires/tests_require packages, use phillip.eby2006-02-281-2/+2
* Prevent failed attempts at removing MANIFEST.in from masking errors that phillip.eby2006-02-212-12/+11
* Minor tweak to installation report, and add in a hook for later phillip.eby2006-02-141-6/+6
* Fix a Windows problem when the Python executable is in a directory withphillip.eby2006-02-141-11/+11
* Don't compress eggs on Python 2.3, as a possible workaround for 64-bit phillip.eby2006-02-131-7/+7
* Added exhaustive testing of the install directory, including a spawn testphillip.eby2006-02-131-24/+147
* Fixed duplication of scripts inside .egg filesphillip.eby2006-02-132-2/+43
* Fixed the annoying ``--help-commands`` wart, albeit in a mostphillip.eby2006-02-101-6/+47
* --prefix support for even more do-what-I-meanishness. :)phillip.eby2006-02-101-32/+72
* Implemented DWIM for PYTHONPATH. That is, ez_setup and easy_installphillip.eby2006-02-102-16/+99
* Ugh. Rereading the Fedora patch shows my previous hack won't actuallyphillip.eby2006-02-101-2/+2
* Oops, bad indentation.phillip.eby2006-02-101-2/+2
* Tweak site_dirs detection so that distros with weird layouts (e.g.phillip.eby2006-02-101-4/+4
* The ``--find-links`` option previously scanned all supplied URLs andphillip.eby2006-02-081-3/+3
* The ``--always-copy`` option now skips "system" and "development" eggs phillip.eby2006-02-071-13/+13
* Fix missing import.phillip.eby2006-01-271-1/+1
* Expand ``$variables`` used in the ``--site-dirs``, ``--build-directory``,phillip.eby2006-01-261-10/+10
* Fix typo.phillip.eby2006-01-221-1/+1
* Tweak build configuration for OS X, based on suggestions from Michael phillip.eby2006-01-141-22/+22
* Attempt to define some reasonable flags for OS X linker.phillip.eby2006-01-141-16/+15
* Fix broken importphillip.eby2006-01-141-0/+1
* Don't keep the stub .py file around, just the .pyc/.pyo. Don't write phillip.eby2006-01-141-40/+40
* Ensure installed stubs get compiled, even if there are no "pure" modules phillip.eby2006-01-132-7/+16
* Write stub files correctly for build_ext --inplacephillip.eby2006-01-131-21/+21
* Implement LD_LIBRARY_PATH workaround stub loaderphillip.eby2006-01-131-45/+86
* Don't write .py stubs except for actual extensions that don't alreadyphillip.eby2006-01-132-26/+26
* Oops.phillip.eby2006-01-131-3/+3
* Add experimental code for wrapping relocatable shared libraries onphillip.eby2006-01-131-17/+99
* EasyInstall can now download bare ``.py`` files and wrap them in an egg,phillip.eby2006-01-102-3/+3
* SharedLibrary -> Library. For now, Windows libs get built as shared, phillip.eby2006-01-061-44/+44
* Remove debug print left in by mistake.phillip.eby2006-01-051-3/+3
* First draft of shared library build support. See tests/shlib_testphillip.eby2006-01-051-8/+90
* Allow most commands to work with an existing .egg-info directory w/a '-' phillip.eby2005-12-302-24/+25
* Fix unescaped '-' in .egg-info directory names. Note that this means phillip.eby2005-12-301-1/+1
* Make the install_scripts command respect the "build_scripts -e"phillip.eby2005-12-262-9/+9
* Fix "legacy mode" trying to install scripts when there are none.phillip.eby2005-12-201-3/+4
* Fix bdist_dumb support to use .egg-info instead of .egg format.phillip.eby2005-12-161-7/+45
* Make install_egg_info track every file it installs, not just thephillip.eby2005-12-151-3/+3