summaryrefslogtreecommitdiff
path: root/setuptools/command
Commit message (Expand)AuthorAgeFilesLines
* Snapshot pre-merger changes, mostly SSL support and a few bugfixesphillip.eby2013-05-151-1/+1
* Tarfile link support, and handle .pyd/.dll files installed as data on phillip.eby2010-10-021-1/+1
* Fix quotes handling for GUI scripts on Windows when Python is in a phillip.eby2010-08-221-1/+1
* Fix wrong keyword argument for specifying test tunner to unittestphillip.eby2010-03-121-1/+1
* Fix the elusive "double upload bdist_wininst" bugphillip.eby2009-10-191-13/+54
* Fix lost launcher changes, string.split().phillip.eby2009-10-191-1/+1
* Fixes for Windwos 64 and Vista UAC errorsphillip.eby2009-10-121-2/+43
* Major updates and fixes include:phillip.eby2009-10-127-56/+97
* Keep site directories (e.g. site-packages) from being included inphillip.eby2008-09-241-5/+5
* Fix for http://bugs.python.org/setuptools/issue27 (Jython shebangphillip.eby2008-09-241-24/+24
* Fix for http://bugs.python.org/setuptools/issue37 - missingphillip.eby2008-09-111-1/+1
* Added 'test_runner'. (Note: this is a new feature and should notphillip.eby2008-08-211-10/+10
* Ensure that _full_name is set on all shared libs before extensionsphillip.eby2008-08-211-3/+3
* Fix for http://bugs.python.org/setuptools/issue9phillip.eby2008-08-212-9/+9
* Fix for http://bugs.python.org/setuptools/issue11phillip.eby2008-08-211-2/+3
* Fix for http://bugs.python.org/setuptools/issue5phillip.eby2008-08-211-1/+4
* Enhanced error message per http://bugs.python.org/setuptools/issue28phillip.eby2008-08-211-2/+2
* More SVN 1.5 fixingphillip.eby2008-07-241-2/+2
* Support subversion 1.5phillip.eby2008-07-161-1/+1
* Support installing pywin32 as an egg, albeit without registeringphillip.eby2008-03-101-5/+5
* Fixed missing importphillip.eby2008-02-151-1/+1
* Fix interactions between the various "require" options,phillip.eby2008-01-194-19/+19
* chmod/test cleanups and Jython support.phillip.eby2008-01-183-28/+69
* Update Pyrex/swig_sources workaround for newer Pyrex versionsphillip.eby2008-01-151-1/+1
* Fix not picking up dependency links from recursive dependencies.phillip.eby2008-01-151-4/+4
* Prevent --help-commands and other junk from showing underphillip.eby2007-10-081-1/+1
* Fix cross-platform line-end problem with SOURCES.txt: distutilsphillip.eby2007-09-261-11/+11
* Remove all references to the Cheese Shop, and switch to usingphillip.eby2007-09-042-2/+2
* Fix import problems with system-installed nested namespace packages,phillip.eby2007-09-041-31/+31
* Fix distutils.filelist.findall() crashing on broken symlinks. Fixphillip.eby2007-07-111-2/+2
* Fix problem activating dependencies for testsphillip.eby2007-03-021-1/+1
* Fix "test" command possibly failing if an older version of the projectphillip.eby2007-02-241-11/+56
* Add --local-snapshots-ok flag, to allow building eggs from projects phillip.eby2007-02-232-18/+18
* Indicate when dependency processing is finished, so that you can tell phillip.eby2007-02-231-1/+1
* Respect possible entry point override of 'easy_install' command.phillip.eby2007-02-201-1/+1
* Fix error if script contains null byte.phillip.eby2007-02-171-1/+1
* Add --egg-path option to force .egg-link files to use relative paths phillip.eby2007-02-151-6/+47
* Fix script language detection so that scripts built on Windows arephillip.eby2007-02-011-12/+12
* Fixed mangling line endings when an old-style source script came from phillip.eby2007-02-011-1/+1
* Fix "bashism" in eggsecutable header.phillip.eby2007-01-241-1/+1
* Workaround for Python 2.5 distutils bug: when bdist_wininst files are phillip.eby2007-01-091-18/+21
* Fix not making Cygwin .dll's executable when installing in non-zip-safe phillip.eby2007-01-091-8/+8
* Argh, again.phillip.eby2007-01-091-1/+1
* Backport from branch.phillip.eby2007-01-091-1/+1
* Don't double-upload .exe files under Python 2.5. :(phillip.eby2007-01-091-18/+18
* Fix not generating correct .pth for parent namespace packages when phillip.eby2007-01-051-2/+44
* Switch default package-index to cheeseshop.python.org, and make phillip.eby2006-12-291-1/+1
* Whoops; dupes were already taken care of elsewhere.phillip.eby2006-12-291-2/+2
* Overhaul Windows script wrappers to support bdist_wininst better. phillip.eby2006-12-291-15/+56
* Partial support for cross-platform generation of bdist_wininst .exe's.phillip.eby2006-12-293-10/+43