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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pytest for test discovery in build_ext
Jason R. Coombs
2015-01-01
1
-2
/
+1
*
Remodel comment as docstring.
Jason R. Coombs
2015-01-01
1
-3
/
+5
*
Use namespacing for easier reading
Jason R. Coombs
2015-01-01
1
-2
/
+3
*
Correct naming artifact.
Jason R. Coombs
2015-01-01
1
-1
/
+1
*
Replace setup and teardown with pytest fixtures.
Jason R. Coombs
2015-01-01
1
-33
/
+29
*
Python 2.6 is required
Jason R. Coombs
2015-01-01
1
-11
/
+8
*
Use quiet context instead of copy pasta.
Jason R. Coombs
2015-01-01
1
-6
/
+4
*
Move contexts to their own module
Jason R. Coombs
2015-01-01
2
-59
/
+69
*
Use context opener
Jason R. Coombs
2015-01-01
1
-6
/
+4
*
Remove unused imports
Jason R. Coombs
2015-01-01
1
-4
/
+1
*
Remove unused imports
Jason R. Coombs
2015-01-01
1
-3
/
+2
*
Use property
Jason R. Coombs
2015-01-01
1
-1
/
+1
*
Use serve_forever and shutdown, now available.
Jason R. Coombs
2015-01-01
1
-18
/
+2
*
Remove unused imports
Jason R. Coombs
2015-01-01
1
-1
/
+1
*
Use pytest for skips
Jason R. Coombs
2015-01-01
5
-42
/
+28
*
Build requires using map
Jason R. Coombs
2015-01-01
1
-2
/
+2
*
Build a dict in a generator expression.
Jason R. Coombs
2015-01-01
1
-3
/
+4
*
Extract variables to nicen indentation.
Jason R. Coombs
2015-01-01
1
-4
/
+4
*
I'm pretty sure this deviance was incidental.
Jason R. Coombs
2015-01-01
1
-1
/
+0
*
Extract commonality of metadata template.
Jason R. Coombs
2015-01-01
1
-17
/
+20
*
Use contexts for opening files
Jason R. Coombs
2015-01-01
1
-8
/
+2
*
Convert test_dist_info to pytest form
Jason R. Coombs
2015-01-01
1
-15
/
+8
*
Removed remainder of unittest dependence in setuptools/tests/__init__.py
Jason R. Coombs
2015-01-01
1
-96
/
+83
*
Unify detection of bytecode
Jason R. Coombs
2015-01-01
1
-8
/
+7
*
Convert DependsTests to pytest discovered tests.
Jason R. Coombs
2015-01-01
1
-39
/
+38
*
Remove additional tests, no longer relevant.
Jason R. Coombs
2015-01-01
1
-12
/
+0
*
Reindent for clarity
Jason R. Coombs
2015-01-01
1
-2
/
+8
*
Leverage LocalPath characteristics of tmpdir.
Jason R. Coombs
2015-01-01
1
-17
/
+13
*
Extract prep_script method
Jason R. Coombs
2015-01-01
1
-3
/
+8
*
Update docs
Jason R. Coombs
2015-01-01
1
-2
/
+2
*
More context managers
Jason R. Coombs
2015-01-01
1
-7
/
+7
*
Simplify script creation with context managers and leveraging local variables...
Jason R. Coombs
2015-01-01
1
-11
/
+7
*
Ported window wrapper tests from doctest to unit tests.
Jason R. Coombs
2015-01-01
2
-154
/
+178
*
Report skipped tests
Jason R. Coombs
2014-12-31
1
-1
/
+1
*
Use pytest importorskip for skip logic
Jason R. Coombs
2014-12-31
1
-4
/
+2
*
Rewrite assert
Jason R. Coombs
2014-12-31
1
-11
/
+7
*
Use simple context manager; don't bother deleting the variable.
Jason R. Coombs
2014-12-31
1
-5
/
+1
*
Use contextlib.closing on tarfile compat shim
Jason R. Coombs
2014-12-31
1
-4
/
+2
*
Normalize indentation and whitespace
Jason R. Coombs
2014-12-31
1
-14
/
+22
*
Officially deprecated EntryPoint.load(require=False).
Jason R. Coombs
2014-12-31
2
-0
/
+12
*
Use underlying invocation of ._load directly
Jason R. Coombs
2014-12-31
3
-3
/
+4
*
Don't allow imports relative to the pkg_resources module.
Jason R. Coombs
2014-12-31
1
-2
/
+1
*
Extract _load method which is the same as calling .load(False).
Jason R. Coombs
2014-12-31
1
-0
/
+3
*
Rename variable for clarity
Jason R. Coombs
2014-12-31
1
-2
/
+2
*
Return value directly
Jason R. Coombs
2014-12-31
1
-2
/
+1
*
Use reduce to retrieve attributes. Reuse error from AttributeError when trans...
Jason R. Coombs
2014-12-31
1
-5
/
+4
*
Correct implementation fixing failing tests
Jason R. Coombs
2014-12-31
1
-2
/
+3
*
Extract pattern and entry point parsing from EntryPoint.parse.
Jason R. Coombs
2014-12-31
1
-16
/
+23
*
Remove unnecessary branch
Jason R. Coombs
2014-12-31
1
-2
/
+1
*
Remove superfluous parentheses
Jason R. Coombs
2014-12-31
1
-1
/
+1
[next]