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
/
dist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
In test command, add installed eggs to PYTHONPATH when invoking tests so that...
Jason R. Coombs
2016-09-17
1
-0
/
+1
*
Add Deprecation warning for _get_unpatched.
Jason R. Coombs
2016-09-09
1
-0
/
+5
*
Remove unused import
Jason R. Coombs
2016-09-09
1
-1
/
+0
*
Move (much of?) the rest of the monkey patching into the monkey module
Jason R. Coombs
2016-09-04
1
-78
/
+51
*
Remove private prefix from monkey as monkey module explicitly declares that a...
Jason R. Coombs
2016-09-04
1
-2
/
+2
*
Introduce a new monkey module to encapsulate the monkeypatching.
Jason R. Coombs
2016-09-04
1
-17
/
+2
*
Merge pull request #663 from stepshal/unaligned
Jason R. Coombs
2016-07-21
1
-3
/
+3
|
\
|
*
Fix continuation line unaligned for hanging indent.
stepshal
2016-07-22
1
-3
/
+3
*
|
Remove unused variable
Jason R. Coombs
2016-07-21
1
-1
/
+0
*
|
Also update the Metadata-Version when adding Requires-Python
Xavier Fernandez
2016-07-21
1
-1
/
+37
|
/
*
Add missing blank lines after class or function definition.
stepshal
2016-07-21
1
-0
/
+6
*
Merge pull request #631 from xavfernandez/xfernandez/python_requires
Jason R. Coombs
2016-07-20
1
-0
/
+28
|
\
|
*
Drop external_requires keyword
Xavier Fernandez
2016-07-14
1
-4
/
+0
|
*
Add python/external_requires keywords to setup
Xavier Fernandez
2016-07-14
1
-0
/
+32
*
|
Put colon-separated compound statement on separate lines.
stepshal
2016-07-21
1
-3
/
+6
*
|
Fix missing whitespace around operator.
stepshal
2016-07-14
1
-24
/
+24
|
/
*
Add missing whitespace.
stepshal
2016-07-14
1
-68
/
+68
*
Fix quantity of blank lines after code object.
stepshal
2016-07-13
1
-3
/
+10
*
Update most bitbucket references to point to Github now. Fixes #422.
Jason R. Coombs
2016-03-29
1
-2
/
+2
*
Always use Python 3 version of map
Jason R. Coombs
2016-01-16
1
-0
/
+1
*
Use the same technique in pkg_resources, relying on an 'extern' module to res...
Jason R. Coombs
2015-12-31
1
-2
/
+1
*
Modeling after Astropy's technique for bundling libraries, the imports are no...
Jason R. Coombs
2015-12-31
1
-6
/
+1
*
Update vendoring technique to match that used for packaging. Ref #229.
Jason R. Coombs
2015-12-31
1
-1
/
+6
*
Merge with master. Ref #229.
Jason R. Coombs
2015-12-31
1
-17
/
+25
|
\
|
*
Merged in viraptor/setuptools (pull request #162)
Jason R. Coombs
2015-12-25
1
-2
/
+2
|
|
\
|
|
*
Fix multiline strings with missing spaces
Stanislaw Pitucha
2015-12-07
1
-2
/
+2
|
*
|
Merged in nakatoio/setuptools/get_command_list (pull request #163)
Jason R. Coombs
2015-12-25
1
-0
/
+8
|
|
\
\
|
|
*
|
Add get_command_list to dist and process distutils.commands entry points
Sachi King
2015-12-07
1
-0
/
+8
|
|
|
/
|
*
/
Prefer setdefault to hasattr/setattr
Jason R. Coombs
2015-12-14
1
-2
/
+1
|
|
/
|
*
Use new string formatting
Jason R. Coombs
2015-05-03
1
-7
/
+8
|
*
Render the error message as a single line without a period (for consistency w...
Jason R. Coombs
2015-05-03
1
-5
/
+3
|
*
Let the exception render itself.
Jason R. Coombs
2015-05-03
1
-2
/
+2
|
*
Nicer error when problem in install_requires
Marc Abramowitz
2015-05-01
1
-2
/
+6
|
*
soften normalized version warning
MinRK
2015-02-05
1
-0
/
+6
|
*
remove warning on normalization
Min RK
2015-01-20
1
-7
/
+0
|
*
Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...
11.3
Jason R. Coombs
2015-01-05
1
-1
/
+1
|
*
Use except/as, now supported by Python 2.6
Jason R. Coombs
2015-01-04
1
-2
/
+1
*
|
Merge with 10.2.1
Jason R. Coombs
2015-01-02
1
-1
/
+26
|
\
|
|
*
Use underlying invocation of ._load directly
Jason R. Coombs
2014-12-31
1
-1
/
+2
|
*
Setuptools now uses the 'packaging' package from pkg_resources, unifying the ...
Jason R. Coombs
2014-12-24
1
-7
/
+2
|
*
Move vendored packaging module into pkg_resources._vendor, restoring independ...
Jason R. Coombs
2014-12-24
1
-2
/
+2
|
*
Merge branch 'master' into use-packaging
Donald Stufft
2014-11-19
1
-1
/
+18
|
|
\
|
*
|
Prefer packaging library if available.
Jason R. Coombs
2014-09-27
1
-3
/
+11
|
*
|
Implement PEP 440 by using the packaging library
Donald Stufft
2014-09-25
1
-0
/
+21
*
|
|
Merge with master
Jason R. Coombs
2014-11-16
1
-1
/
+18
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Declare argtypes and restype on SetFileAttributesW so that it will cast Pytho...
Jason R. Coombs
2014-10-19
1
-2
/
+2
|
*
|
The name win32 is a misnomer. Use 'windows_support' instead.
Jason R. Coombs
2014-10-19
1
-2
/
+2
|
*
|
Cache eggs required for building in .eggs dir
Marc Abramowitz
2014-10-13
1
-2
/
+19
|
|
/
*
|
Merge with 6.0.2
Jason R. Coombs
2014-09-29
1
-1
/
+1
|
\
|
|
*
Include setup_requires directive in Distribution attributes and metadata. Fix...
Jason R. Coombs
2014-08-10
1
-1
/
+1
[next]