summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Open svn externals file in text mode.Martin v. Löwis2009-09-131-1/+1
* Open zipsafe file in text mode.Martin v. Löwis2009-09-121-1/+1
* Redirect stderr as well.Martin v. Löwis2009-09-121-2/+2
* Add default for pop.Martin v. Löwis2009-09-121-1/+1
* Remove sdist3 command again.Martin v. Löwis2009-09-122-36/+1
* Implement isascii.Martin v. Löwis2009-09-121-1/+13
* Port writing text files to 3.x.Martin v. Löwis2009-09-121-2/+9
* Replace os.path.walk with os.walk.Martin v. Löwis2009-09-121-2/+4
* Explicitly encode data as UTF-8 before writing to a binary file.Martin v. Löwis2009-09-121-2/+7
* Add src_root attribute to support installing from a copy.Martin v. Löwis2009-09-122-3/+6
* Conditionalize _file processing.Martin v. Löwis2009-09-111-4/+10
* Shortcut User-agent computation, as 2to3 won'tMartin v. Löwis2009-09-111-1/+1
* Work around apparent 3.x limitation wrt. variablesMartin v. Löwis2009-09-111-3/+4
* Correct path names for fixed files.Martin v. Löwis2009-09-111-1/+2
* Use types.ModuleType instead of new.module.Martin v. Löwis2009-09-112-6/+6
* Add sdist3 command.Martin v. Löwis2009-09-112-1/+35
* fixed #20 - catching invalid URL error from httplibtarek2009-08-282-1/+7
* made zip_ok False by default #33tarek2009-08-281-1/+1
* fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopentarek2009-08-262-1/+49
* add --version to easy_installPhilip Jenvey2009-08-091-1/+7
* bootstrapping.py -> distribute_setup.pytarek2009-08-081-2/+2
* Change references to ez_setup to point to our own bootstrapping instead.Hanno Schlichting2009-08-081-2/+2
* Fix import that was breaking py3kagronholm2009-08-061-1/+1
* The User-Agent is also changed to Distributetarek2009-07-211-2/+2
* making ez_setup removing an existing setuptools distribution out of the waytarek2009-07-202-2/+10
* Packages required at build time where not fully present at install time. This...Hanno Schlichting2009-07-171-3/+4
* moved api_tests.txt doctest to tests/Tarek Ziadé2009-07-171-1/+1
* Changed the testModuleExtract and testRequire tests from DependsTests to use ...Hanno Schlichting2009-07-161-8/+8
* Protected against failures in tarfile extraction, as we use a private method ...Hanno Schlichting2009-07-161-1/+4
* Applied patch from pjenvey. This closes #6.Hanno Schlichting2009-07-161-3/+7
* Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-164-5/+16
* #2 fixed setuptools for 2.7 (current trunk)Tarek Ziadé2009-07-161-0/+46
* #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-162-3/+4
* changed target version : 0.6c9 -> 0.6Tarek Ziadé2009-07-161-3/+3
* Keep site directories (e.g. site-packages) from being included inPJ Eby2008-09-241-5/+5
* Backport fix for http://bugs.python.org/setuptools/issue27PJ Eby2008-09-242-31/+71
* Fix for http://bugs.python.org/setuptools/issue37 - missingPJ Eby2008-09-111-1/+1
* Ensure that _full_name is set on all shared libs before extensionsPJ Eby2008-08-211-3/+3
* Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)PJ Eby2008-08-212-9/+9
* Fix for http://bugs.python.org/setuptools/issue29 (backport from trunk)PJ Eby2008-08-211-1/+1
* Fix for http://bugs.python.org/setuptools/issue11 (backport from trunk)PJ Eby2008-08-211-2/+3
* Fix http://bugs.python.org/setuptools/issue31 (backport from trunk)PJ Eby2008-08-212-15/+11
* Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk)PJ Eby2008-08-212-5/+8
* Fix for http://bugs.python.org/setuptools/issue7 (backport from trunk)PJ Eby2008-08-212-2/+10
* Enhanced error message per http://bugs.python.org/setuptools/issue28PJ Eby2008-08-211-2/+2
* Backport egg_info SVN fix from trunkPJ Eby2008-07-241-2/+2
* Support subversion 1.5 (backport from trunk)PJ Eby2008-07-161-1/+1
* Fixed ``win32.exe`` support for .pth files, so unnecessary directoryPJ Eby2008-03-101-5/+5
* Fix ``resource_listdir('')`` always returning an empty list for zippedPJ Eby2008-02-151-1/+1
* Bump versionPJ Eby2008-02-151-1/+1