aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
Commit message (Expand)AuthorAgeFilesLines
* Explicitly encode data as UTF-8 before writing to a binary file.Martin v. Löwis2009-09-121-2/+7
* Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-161-0/+1
* #1 Added compatibility with Subversion 1.6.Tarek Ziadé2009-07-161-2/+2
* Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)PJ Eby2008-08-211-6/+6
* Backport egg_info SVN fix from trunkPJ Eby2008-07-241-2/+2
* Fixed a missing files problem when using Windows source distributions onPJ Eby2007-09-261-11/+11
* Fix distutils.filelist.findall() crashing on broken symlinks. FixPJ Eby2007-07-111-2/+2
* Should've used distutils.log.warn instead of warnings.warnPJ Eby2006-09-261-2/+2
* Handle empty revision numbers in SVN 1.4 "entries" formatPJ Eby2006-09-261-1/+1
* Support svn 1.4 working copy format (backport from trunk)PJ Eby2006-09-171-3/+44
* Source distributions now always include a ``setup.cfg`` file that explicitlyPJ Eby2006-07-181-17/+17
* Fix doubled --tag-build help display (backport from trunk)PJ Eby2006-07-111-1/+1
* Fixed redundant warnings about missing ``README`` file(s); it should nowPJ Eby2006-07-101-3/+3
* Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``PJ Eby2006-07-101-2/+43
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-291-9/+9
* Ensure SOURCES.txt references itself even the first time it is generatedPJ Eby2006-03-241-2/+2
* Prevent failed attempts at removing MANIFEST.in from masking errors thatPJ Eby2006-02-211-2/+1
* EasyInstall can now download bare ``.py`` files and wrap them in an egg,PJ Eby2006-01-101-2/+2
* Allow most commands to work with an existing .egg-info directory w/a '-'PJ Eby2005-12-301-17/+18
* Fix unescaped '-' in .egg-info directory names. Note that this meansPJ Eby2005-12-301-1/+1
* Basic roundtripping support between bdist_wininst and eggs. EasyInstallPJ Eby2005-12-141-4/+3
* Fix .svn exclude pattern for non-Windows platforms.PJ Eby2005-11-181-1/+2
* Fixed ``--tag-svn-revision`` not working when run from a sourcePJ Eby2005-11-181-4/+4
* The ``sdist`` command no longer uses the traditional ``MANIFEST`` file toPJ Eby2005-11-181-2/+2
* Build a SOURCES.txt manifest file in .egg-info, that can then be included inPJ Eby2005-11-181-10/+133
* Fixed some problems with fresh checkouts of projects that don't includePJ Eby2005-11-051-11/+11
* Made ``egg_info --tag-svn-revision`` fall back to extracting thePJ Eby2005-11-041-12/+12
* Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. IPJ Eby2005-08-211-6/+6
* Parse .svn/entries directly instead of using 'svn info' to obtain aPJ Eby2005-08-211-21/+21
* Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.PJ Eby2005-08-131-1/+1
* Allow distutils extensions to define new kinds of metadata that can bePJ Eby2005-08-061-86/+127
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-061-7/+7
* Implement "entry points" for dynamic discovery of drivers and plugins.PJ Eby2005-07-241-19/+19
* Fix eager resource extraction. Add eager_resources setup() argument. AddPJ Eby2005-07-241-10/+10
* Fix only detecting the revision number of the setup directory, not thePJ Eby2005-07-161-7/+7
* Implement ``namespace_packages`` keyword to ``setup()``. Added keywordPJ Eby2005-07-101-14/+55
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-19/+19
* Changed --tag-svn-revision to include an "r" in front of the revisionPJ Eby2005-07-091-1/+1
* The "egg_info" command now always sets the distribution metadata to "safe"PJ Eby2005-07-081-9/+9
* Slightly changed the format of the generated version when you usePJ Eby2005-07-071-1/+1
* Added ``egg_info`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-061-0/+164