| Commit message (Expand) | Author | Age | Files | Lines |
| * | avoid running test_get_script_header_jython_workaround undr some py3 environm... | tarek | 2009-12-11 | 1 | -0/+4 |
| * | Allowing 'os.devnull' in Sandbox, fixes #101 | tarek | 2009-12-04 | 1 | -0/+28 |
| * | easy_install doesn't use a setup.cfg located in the working dir - fixes #99 | tarek | 2009-12-02 | 1 | -1/+39 |
| * | Added upload_docs unit test and fixed a bug in test_develop. | Alice Bevan-McGregor | 2009-11-15 | 2 | -1/+66 |
| * | unknown setuptools version can be added in the working set, refs #90 | tarek | 2009-11-11 | 1 | -9/+6 |
| * | make sure USER_SITE is listed as a sitedir in easy_install | tarek | 2009-10-27 | 1 | -1/+2 |
| * | now develop supports the --user option fixes #58 | tarek | 2009-10-27 | 1 | -0/+63 |
| * | Generated scripts now wraps their call in a __main__ section. Fixes #11 | tarek | 2009-10-27 | 1 | -1/+35 |
| * | removing windows EOL lines | tarek | 2009-10-14 | 1 | -137/+137 |
| * | an error is raised when installing a 0.7 setuptools with distribute | Reinout van Rees | 2009-10-14 | 1 | -4/+15 |
| * | Distribute no longer shadows setuptools if we require a 0.7-series | Reinout van Rees | 2009-10-14 | 1 | -2/+22 |
| * | fixed the parsed api when dealing with setuptools name | tarek | 2009-10-13 | 1 | -11/+11 |
| * | merge dance | tarek | 2009-09-20 | 2 | -6/+6 |
| |\ |
|
| | * | Merge upstream changes. | Martin v. Löwis | 2009-09-13 | 1 | -0/+20 |
| | |\ |
|
| | * | | Redirect stderr as well. | Martin v. Löwis | 2009-09-12 | 1 | -2/+2 |
| | * | | Use types.ModuleType instead of new.module. | Martin v. Löwis | 2009-09-11 | 1 | -4/+4 |
| * | | | make sure setuptools does like distutils in get_ext_filename fixes #41 | tarek | 2009-09-20 | 1 | -0/+20 |
| | |/
|/| |
|
| * | | Now install_site works properly with distribute distribution. fixes #44 | tarek | 2009-09-13 | 1 | -0/+20 |
| |/ |
|
| * | fixed #20 - catching invalid URL error from httplib | tarek | 2009-08-28 | 1 | -0/+6 |
| * | fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopen | tarek | 2009-08-26 | 1 | -0/+33 |
| * | moved api_tests.txt doctest to tests/ | Tarek Ziadé | 2009-07-17 | 1 | -1/+1 |
| * | Changed the testModuleExtract and testRequire tests from DependsTests to use ... | Hanno Schlichting | 2009-07-16 | 1 | -8/+8 |
| * | Backport fix for http://bugs.python.org/setuptools/issue27 | PJ Eby | 2008-09-24 | 1 | -7/+47 |
| * | Fix http://bugs.python.org/setuptools/issue31 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -9/+5 |
| * | Fix for http://bugs.python.org/setuptools/issue7 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -0/+8 |
| * | chmod/test cleanups and Jython compatibility (backport from trunk) | PJ Eby | 2008-01-18 | 2 | -14/+12 |
| * | Backport gui.exe launcher fix. | PJ Eby | 2008-01-03 | 1 | -3/+36 |
| * | Changed setuptools.package_index.PackageIndex.open_url to include the | Jim Fulton | 2007-03-09 | 1 | -0/+19 |
| * | Get rid of 'sets' module usage under Python 2.4+, so that no warnings | PJ Eby | 2007-02-23 | 1 | -3/+5 |
| * | Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when there | PJ Eby | 2007-01-24 | 1 | -5/+6 |
| * | Fix "dev" versions being considered newer than release candidates. | PJ Eby | 2006-09-25 | 1 | -0/+1 |
| * | Backport all known 2.5-compatibility fixes | PJ Eby | 2006-09-20 | 1 | -3/+3 |
| * | Backport some Python 2.5 compatibility work | PJ Eby | 2006-09-20 | 1 | -1/+3 |
| * | Added quoting of script arguments and extended the quoting logic to | Jim Fulton | 2006-08-22 | 2 | -5/+113 |
| * | Fix entry point parsing when a standalone module name has whitespace | PJ Eby | 2006-04-27 | 1 | -4/+4 |
| * | Enhanced test loader to scan packages as well as modules, and call | PJ Eby | 2006-03-28 | 1 | -47/+6 |
| * | ``safe_name()`` now allows dots in project names, and there is a new | PJ Eby | 2006-01-10 | 1 | -1/+1 |
| * | Make it clearer that Requirement.parse() is the only way for users | PJ Eby | 2006-01-03 | 1 | -11/+11 |
| * | Changed ``parse_version()`` to remove dashes before pre-release tags, so | PJ Eby | 2005-12-06 | 1 | -3/+3 |
| * | Added support for ``.egg-info`` files or directories with version/platform | PJ Eby | 2005-12-06 | 1 | -2/+2 |
| * | Fixed a problem with ``WorkingSet.resolve()`` that prevented version | PJ Eby | 2005-11-03 | 1 | -4/+4 |
| * | 0.6a7 bugfix release | PJ Eby | 2005-11-02 | 1 | -1/+1 |
| * | Bugfixes. :( | PJ Eby | 2005-09-29 | 1 | -1/+1 |
| * | Ensure that WorkingSet.resolve() (and therefore require() as well) | PJ Eby | 2005-09-26 | 1 | -6/+6 |
| * | Fix a problem with inconsistent quoting of "extras", reported by Ian | PJ Eby | 2005-09-24 | 1 | -1/+1 |
| * | Document the "Environment" class, and simplify its API. | PJ Eby | 2005-08-14 | 1 | -6/+6 |
| * | Added docs for main EntryPoint APIs, and cleaned up the API itself a bit. | PJ Eby | 2005-08-13 | 1 | -4/+4 |
| * | Renamed AvailableDistributions -> Environment. Add sketch of pkg_resources | PJ Eby | 2005-08-07 | 1 | -2/+2 |
| * | Got rid of the no-longer meaningful "depends" command. Consolidated the | PJ Eby | 2005-08-06 | 1 | -41/+0 |
| * | Misc. bug fixes and doc additions. Add 'iter_entry_points()' API. | PJ Eby | 2005-07-25 | 1 | -6/+6 |