index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
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/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setuptools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement PyPI screenscraping for EasyInstall. Fix a bug in requirement
PJ Eby
2005-06-05
1
-6
/
+13
*
Add "safe_name" and "safe_version" functions to allow sanitizing of
PJ Eby
2005-06-05
2
-19
/
+19
*
Make ``AvailableDistributions`` keep track of the desired platform/python.
PJ Eby
2005-06-05
1
-1
/
+1
*
Ensure that the distribution name written to PKG-INFO is the same as the
PJ Eby
2005-05-30
1
-2
/
+2
*
Reorganize bdist_egg's handling of 'install_data' to better deal with the
PJ Eby
2005-05-30
1
-10
/
+51
*
Added options to alter eggs' version number by tagging with the subversion
PJ Eby
2005-05-29
1
-48
/
+48
*
Handle distributions with ' ' in their names
PJ Eby
2005-05-29
1
-1
/
+1
*
Add experimental 'install_data' support to 'bdist_egg'. The most common
PJ Eby
2005-05-28
1
-26
/
+26
*
Add tests for AvailableDistributions().resolve(). This effectively
PJ Eby
2005-05-23
1
-0
/
+41
*
Added support for specifying options on requirements, so that a package's
PJ Eby
2005-05-22
1
-3
/
+44
*
Distribution metadata parsing: distribution objects can now extract their
PJ Eby
2005-05-22
1
-67
/
+108
*
Refine dependency resolution algorithm so it won't take exponential time,
PJ Eby
2005-05-22
1
-10
/
+51
*
Add basic "Requirement" class that can tell whether a distribution or
PJ Eby
2005-05-21
1
-3
/
+44
*
Added "AvailableDistributions" class that finds and indexes usable
PJ Eby
2005-04-03
2
-10
/
+51
*
Fix handling of -/_ so that they are canonicalized to '-' when doing name
PJ Eby
2005-04-03
1
-2
/
+2
*
Add a "Distribution" object that wraps a sys.path entry with metadata, and
PJ Eby
2005-04-03
1
-5
/
+78
*
Add a simple version parser that combines the pre-release smarts of
PJ Eby
2005-04-02
1
-0
/
+58
*
Rough draft of version requirement parser. Make bdist_egg look for a
PJ Eby
2005-04-02
3
-44
/
+118
*
Back out the addition of bogus 'if __name__=="__main__"' block; the One
PJ Eby
2005-04-01
1
-79
/
+174
*
Fix bootstrap loader so extracted files don't have to be on sys.path.
PJ Eby
2005-03-22
1
-2
/
+2
*
Create stub loaders for C extensions, so that the actual dynamic library
PJ Eby
2005-03-22
1
-5
/
+49
*
Allow user-supplied metadata from EGG-INFO.in directory (directory name can
PJ Eby
2005-03-21
1
-1
/
+17
*
Add python version to egg filename.
PJ Eby
2005-03-21
1
-2
/
+3
*
Add 'bdist_egg' command/format to allow creating "Python Eggs" (see
PJ Eby
2005-03-21
2
-1
/
+153
*
remove blank line pollution
Fred Drake
2004-06-17
1
-33
/
+0
*
fix to make things continue to work when we're *not* running under
Fred Drake
2004-06-15
1
-2
/
+4
*
Deal with the distutils on the head; package_data may already be supported.
Fred Drake
2004-06-14
1
-3
/
+4
*
remove excess blank lines, and apply whitespace more in line with the Python
Fred Drake
2004-04-05
4
-249
/
+106
*
- remove trailing blank lines
Fred Drake
2004-04-05
1
-3
/
+1
*
remove trailing blank line
Fred Drake
2004-04-05
2
-2
/
+0
*
Compute command line that should be passed to child setup scripts.
PJ Eby
2004-03-22
3
-23
/
+146
*
Flesh out 'depends' command to display dependencies' status, and halt if
PJ Eby
2004-03-20
4
-46
/
+140
*
Initial checkin of setuptools 0.0.1.
PJ Eby
2004-03-19
12
-0
/
+1496