summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Fixed SF downloads aborting when a SF mirror returns an HTML page when itPJ Eby2006-09-251-22/+22
* Fix "dev" versions being considered newer than release candidates.PJ Eby2006-09-251-0/+1
* Add support for "eggsecutable" headers: a /bin/sh script that is prependedPJ Eby2006-09-222-12/+53
* Fix bad importPJ Eby2006-09-211-1/+1
* Fix bdist_wininst files not being uploaded by "upload"PJ Eby2006-09-212-1/+24
* Fix ``upload`` not uploading files built by ``bdist_rpm`` on Python 2.3 andPJ Eby2006-09-211-12/+26
* Fix easy_install not recognizing win32.exe files that include a custom bitmap.PJ Eby2006-09-211-1/+1
* Bump version #'s to 0.6c4PJ Eby2006-09-211-1/+1
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-204-22/+26
* Backport some Python 2.5 compatibility workPJ Eby2006-09-201-1/+3
* Support svn 1.4 working copy format (backport from trunk)PJ Eby2006-09-172-24/+65
* Bump revision to start work on 0.6c3PJ Eby2006-09-171-1/+1
* Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable``PJ Eby2006-09-062-12/+12
* Make "setup.py develop" of a setuptools-using project installPJ Eby2006-09-061-3/+3
* Don't check installation directory writability and site/.pth setup whenPJ Eby2006-09-061-2/+2
* Added quoting of script arguments and extended the quoting logic toJim Fulton2006-08-224-5/+113
* bump version number to 0.6c2.devPJ Eby2006-07-211-1/+1
* Backport PyPI regex change.PJ Eby2006-07-201-2/+2
* EasyInstall now includes setuptools version information in thePJ Eby2006-07-201-6/+6
* Source distributions now always include a ``setup.cfg`` file that explicitlyPJ Eby2006-07-182-29/+29
* Support ``extra_path`` option to ``setup()`` when ``install`` is run inPJ Eby2006-07-181-9/+9
* * Fixed ``AttributeError`` when trying to download a ``setup_requires``PJ Eby2006-07-143-4/+4
* Fix doubled --tag-build help display (backport from trunk)PJ Eby2006-07-111-1/+1
* Bump version #PJ Eby2006-07-111-1/+1
* Suppressed warning message about possibly-misspelled project name, if an eggPJ Eby2006-07-111-13/+13
* Reduce screenscraping required for a package index. Homepage andPJ Eby2006-07-111-25/+66
* Allow ``file://`` URLs to be used as a package index. URLs that refer toPJ Eby2006-07-101-28/+28
* Fix not recognizing HTML 404 pages from package indexes.PJ Eby2006-07-101-2/+2
* Fix ``sys.path_importer_cache`` not being updated when an existing zipfilePJ Eby2006-07-101-9/+9
* Fixed redundant warnings about missing ``README`` file(s); it should nowPJ Eby2006-07-102-5/+46
* Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``PJ Eby2006-07-101-2/+43
* Fix ``register`` not obeying name/version set by ``egg_info`` command, ifPJ Eby2006-07-102-0/+11
* Fix broken error message for socket error during upload.PJ Eby2006-07-101-1/+1
* Fix ``ftp://`` directory listing URLs from causing a crash when used inPJ Eby2006-06-201-1/+1
* Implement detection of non-Python scripts, as described inPJ Eby2006-06-151-5/+46
* Bump version # to 0.6b4 - although it might really be 0.6c1PJ Eby2006-06-151-1/+1
* Allow .py files found by the include_package_data option to bePJ Eby2006-06-091-9/+9
* Fix sometimes not detecting local packages installed outside of "site"PJ Eby2006-06-091-1/+1
* Fix local --find-links eggs not being copied except with --always-copy.PJ Eby2006-06-071-11/+11
* Bump version to 0.6b3PJ Eby2006-06-071-1/+1
* Fix bdist_egg not including files in .egg-info subdirectories.PJ Eby2006-06-071-19/+19
* Construct ``.pth`` file paths in such a way that installing an egg whosePJ Eby2006-05-301-3/+3
* Don't make things warnings that aren't; update info text forPJ Eby2006-05-261-6/+6
* Don't install or update a ``site.py`` patch when installing to aPJ Eby2006-05-231-5/+3
* Bump version for development of 0.6b2PJ Eby2006-05-231-1/+1
* Better ambiguity management: accept #egg name/version even if processingPJ Eby2006-05-121-7/+7
* Backport doc fixes and 2.4-only -m safety check to 0.6 branchPJ Eby2006-04-281-1/+1
* Fix entry point parsing when a standalone module name has whitespacePJ Eby2006-04-271-4/+4
* Backport 'module' fixes to 0.6PJ Eby2006-04-243-16/+16
* Recognize 'U' as a valid read-only mode for open()PJ Eby2006-04-211-1/+1