summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix interactions between the various "require" options,phillip.eby2008-01-195-21/+20
* chmod/test cleanups and Jython support.phillip.eby2008-01-185-42/+81
* 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
* Fix gui.exe launcher issue reported by Alexander Michael and Robin Dunn.phillip.eby2008-01-033-5/+38
* Fix dependency on Python 2.5phillip.eby2007-10-261-21/+1
* 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-048-11/+11
* Fix import problems with system-installed nested namespace packages,phillip.eby2007-09-041-31/+31
* Fix precedence issue between .egg and .egg-info packagesphillip.eby2007-09-041-2/+2
* Fix downloading from ftp: URLs (which don't have a content-type).phillip.eby2007-08-242-4/+1
* Fix a problem with the findall() fix. :(phillip.eby2007-07-121-1/+3
* Fix distutils.filelist.findall() crashing on broken symlinks. Fixphillip.eby2007-07-112-2/+20
* Misc. fixes:phillip.eby2007-05-315-9/+64
* Setting svn:eol properties everywhere where they weren't set yet.guido.van.rossum2007-04-251-104/+104
* Changed setuptools.package_index.PackageIndex.open_url to include thejim.fulton2007-03-092-1/+22
* 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-236-35/+67
* Get rid of 'sets' module usage under Python 2.4+, so that no warnings phillip.eby2007-02-232-5/+48
* 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
* Internals updated for relative .egg-link supportphillip.eby2007-02-151-1/+2
* Support .egg-link paths being relativephillip.eby2007-02-151-1/+1
* Add --egg-path option to force .egg-link files to use relative paths phillip.eby2007-02-152-6/+56
* Ensure extracted libraries have correct permissions on Posix systemsphillip.eby2007-02-081-1/+42
* Match Python 2.5 pydocphillip.eby2007-02-061-1/+21
* 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 #! parsing problems w/whitespace in quoted strings or at the endphillip.eby2007-01-244-9/+10
* If a page can't be spidered, warn and ignore rather than aborting.phillip.eby2007-01-241-5/+5
* Fix "bashism" in eggsecutable header.phillip.eby2007-01-241-1/+1
* Incorporate README fix from 0.6 branch.phillip.eby2007-01-241-0/+8
* 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
* Formatting fixes for READMEphillip.eby2007-01-091-7/+7
* Fix not generating correct .pth for parent namespace packages when phillip.eby2007-01-051-2/+44
* Add Basic Auth support for http URLs with embedded credentials. If an phillip.eby2006-12-301-3/+44
* Fix os.open() sandboxing code that refused anything but read-only access.phillip.eby2006-12-301-2/+2
* Switch default package-index to cheeseshop.python.org, and make phillip.eby2006-12-292-2/+2
* 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-295-85/+180
* Partial support for cross-platform generation of bdist_wininst .exe's.phillip.eby2006-12-295-46/+82
* 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