index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
command
/
egg_info.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly encode data as UTF-8 before writing to a binary file.
Martin v. Löwis
2009-09-12
1
-2
/
+7
*
Apply patch from pjenvey. Closes #3.
Hanno Schlichting
2009-07-16
1
-0
/
+1
*
#1 Added compatibility with Subversion 1.6.
Tarek Ziadé
2009-07-16
1
-2
/
+2
*
Fix for http://bugs.python.org/setuptools/issue9 (backport from trunk)
PJ Eby
2008-08-21
1
-6
/
+6
*
Backport egg_info SVN fix from trunk
PJ Eby
2008-07-24
1
-2
/
+2
*
Fixed a missing files problem when using Windows source distributions on
PJ Eby
2007-09-26
1
-11
/
+11
*
Fix distutils.filelist.findall() crashing on broken symlinks. Fix
PJ Eby
2007-07-11
1
-2
/
+2
*
Should've used distutils.log.warn instead of warnings.warn
PJ Eby
2006-09-26
1
-2
/
+2
*
Handle empty revision numbers in SVN 1.4 "entries" format
PJ Eby
2006-09-26
1
-1
/
+1
*
Support svn 1.4 working copy format (backport from trunk)
PJ Eby
2006-09-17
1
-3
/
+44
*
Source distributions now always include a ``setup.cfg`` file that explicitly
PJ Eby
2006-07-18
1
-17
/
+17
*
Fix doubled --tag-build help display (backport from trunk)
PJ Eby
2006-07-11
1
-1
/
+1
*
Fixed redundant warnings about missing ``README`` file(s); it should now
PJ Eby
2006-07-10
1
-3
/
+3
*
Added ``--no-date`` and ``--no-svn-revision`` options to ``egg_info``
PJ Eby
2006-07-10
1
-2
/
+43
*
Implement dependency_links feature, courtesy of Tres Seaver's rough
PJ Eby
2006-03-29
1
-9
/
+9
*
Ensure SOURCES.txt references itself even the first time it is generated
PJ Eby
2006-03-24
1
-2
/
+2
*
Prevent failed attempts at removing MANIFEST.in from masking errors that
PJ Eby
2006-02-21
1
-2
/
+1
*
EasyInstall can now download bare ``.py`` files and wrap them in an egg,
PJ Eby
2006-01-10
1
-2
/
+2
*
Allow most commands to work with an existing .egg-info directory w/a '-'
PJ Eby
2005-12-30
1
-17
/
+18
*
Fix unescaped '-' in .egg-info directory names. Note that this means
PJ Eby
2005-12-30
1
-1
/
+1
*
Basic roundtripping support between bdist_wininst and eggs. EasyInstall
PJ Eby
2005-12-14
1
-4
/
+3
*
Fix .svn exclude pattern for non-Windows platforms.
PJ Eby
2005-11-18
1
-1
/
+2
*
Fixed ``--tag-svn-revision`` not working when run from a source
PJ Eby
2005-11-18
1
-4
/
+4
*
The ``sdist`` command no longer uses the traditional ``MANIFEST`` file to
PJ Eby
2005-11-18
1
-2
/
+2
*
Build a SOURCES.txt manifest file in .egg-info, that can then be included in
PJ Eby
2005-11-18
1
-10
/
+133
*
Fixed some problems with fresh checkouts of projects that don't include
PJ Eby
2005-11-05
1
-11
/
+11
*
Made ``egg_info --tag-svn-revision`` fall back to extracting the
PJ Eby
2005-11-04
1
-12
/
+12
*
Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. I
PJ Eby
2005-08-21
1
-6
/
+6
*
Parse .svn/entries directly instead of using 'svn info' to obtain a
PJ Eby
2005-08-21
1
-21
/
+21
*
Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.
PJ Eby
2005-08-13
1
-1
/
+1
*
Allow distutils extensions to define new kinds of metadata that can be
PJ Eby
2005-08-06
1
-86
/
+127
*
Enhanced setuptools infrastructure to support distutils extensions that
PJ Eby
2005-08-06
1
-7
/
+7
*
Implement "entry points" for dynamic discovery of drivers and plugins.
PJ Eby
2005-07-24
1
-19
/
+19
*
Fix eager resource extraction. Add eager_resources setup() argument. Add
PJ Eby
2005-07-24
1
-10
/
+10
*
Fix only detecting the revision number of the setup directory, not the
PJ Eby
2005-07-16
1
-7
/
+7
*
Implement ``namespace_packages`` keyword to ``setup()``. Added keyword
PJ Eby
2005-07-10
1
-14
/
+55
*
Detect and handle conflicts with "unmanaged" packages when installing
PJ Eby
2005-07-10
1
-19
/
+19
*
Changed --tag-svn-revision to include an "r" in front of the revision
PJ Eby
2005-07-09
1
-1
/
+1
*
The "egg_info" command now always sets the distribution metadata to "safe"
PJ Eby
2005-07-08
1
-9
/
+9
*
Slightly changed the format of the generated version when you use
PJ Eby
2005-07-07
1
-1
/
+1
*
Added ``egg_info`` command to ``setuptools``-based packages. This command
PJ Eby
2005-07-06
1
-0
/
+164