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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...
11.3
Jason R. Coombs
2015-01-05
3
-3
/
+3
*
Bumped to 11.3 in preparation for next release.
Jason R. Coombs
2015-01-05
1
-1
/
+1
*
Bumped to 11.2 in preparation for next release.
Jason R. Coombs
2015-01-04
1
-1
/
+1
*
Test the report method
Jason R. Coombs
2015-01-04
1
-4
/
+1
*
Remove try/except/fail - Exceptions are failures by default.
Jason R. Coombs
2015-01-04
3
-29
/
+9
*
Skip integration tests when one of the packages under test is already install...
Jason R. Coombs
2015-01-04
1
-0
/
+11
*
Use except/as, now supported by Python 2.6
Jason R. Coombs
2015-01-04
9
-43
/
+23
*
It appears as if Python 2.6 gets its warnings on a different pipe.
Jason R. Coombs
2015-01-03
1
-2
/
+6
*
Remove dependence of the script on its own file, but instead generate the nec...
Jason R. Coombs
2015-01-03
1
-6
/
+12
*
Rewrite comment
Jason R. Coombs
2015-01-03
1
-3
/
+2
*
Extract variable for clearer assertion.
Jason R. Coombs
2015-01-03
1
-5
/
+2
*
Pull logic out of the context
Jason R. Coombs
2015-01-03
1
-7
/
+8
*
Use contexts.quiet for stdout/stderr trapping
Jason R. Coombs
2015-01-03
1
-8
/
+5
*
Use mock to patch sys.platform
Jason R. Coombs
2015-01-03
1
-3
/
+1
*
Use mock to patch sys.modules
Jason R. Coombs
2015-01-03
1
-9
/
+2
*
Test is passing when LC_CTYPE isn't present. According to the original ticket...
Jason R. Coombs
2015-01-03
1
-1
/
+1
*
Rewrite skip/xfail
Jason R. Coombs
2015-01-03
1
-17
/
+19
*
Restore missing import
Jason R. Coombs
2015-01-03
1
-1
/
+1
*
Moved test_resources and test_pkg_resources to pkg_resources package.
Jason R. Coombs
2015-01-03
1
-608
/
+0
*
Remove remaining reference to setuptools from test_resources
Jason R. Coombs
2015-01-03
1
-2
/
+1
*
Moved TestScriptHeader tests to more appropriate module.
Jason R. Coombs
2015-01-03
2
-69
/
+70
*
Bumped to 11.1 in preparation for next release.
Jason R. Coombs
2015-01-02
1
-1
/
+1
*
Bumped to 11.0 in preparation for next release.
11.0
Jason R. Coombs
2015-01-02
1
-1
/
+1
*
Bumped to 10.2.2 in preparation for next release.
Jason R. Coombs
2015-01-02
1
-1
/
+1
*
Bumped to 10.2.1 in preparation for next release.
10.2.1
Jason R. Coombs
2015-01-02
1
-1
/
+1
*
Move tests to be adjacent with other parsing tests.
Jason R. Coombs
2015-01-02
1
-0
/
+5
*
Bumped to 10.3 in preparation for next release.
Jason R. Coombs
2015-01-02
1
-1
/
+1
*
Move docstring to test class.
Jason R. Coombs
2015-01-02
1
-5
/
+7
*
Extract three more tests, using fixtures to unify the common aspects.
Jason R. Coombs
2015-01-02
1
-41
/
+83
*
Split the first test into two more tests.
Jason R. Coombs
2015-01-02
1
-4
/
+8
*
Split test into two
Jason R. Coombs
2015-01-02
1
-0
/
+2
*
Use mock to patch msvc9compiler.Reg.
Jason R. Coombs
2015-01-02
1
-46
/
+44
*
Remove unittest dependency from test_msvc9compiler.
Jason R. Coombs
2015-01-02
1
-6
/
+5
*
Use closing for Python 2.6 compatibility
Jason R. Coombs
2015-01-02
1
-1
/
+2
*
Open zip file in context
Jason R. Coombs
2015-01-02
1
-5
/
+2
*
woh what?
Jason R. Coombs
2015-01-02
1
-1
/
+1
*
Use tempdir context
Jason R. Coombs
2015-01-02
1
-8
/
+3
*
Replace comment with clearer docstring.
Jason R. Coombs
2015-01-02
1
-2
/
+4
*
Leverage fixtures for sample project and user_overrides.
Jason R. Coombs
2015-01-02
1
-35
/
+18
*
Remove copy pasta
Jason R. Coombs
2015-01-02
1
-2
/
+0
*
Remove dependence on unittest in test_upload_docs
Jason R. Coombs
2015-01-02
1
-4
/
+3
*
Use DALS
Jason R. Coombs
2015-01-02
1
-4
/
+9
*
Normalize imports
Jason R. Coombs
2015-01-02
1
-1
/
+8
*
Update comment to reflect issue was reported in Distribute.
Jason R. Coombs
2015-01-02
1
-1
/
+1
*
Use unicode literals to define files as text, and encode specifically when sa...
Jason R. Coombs
2015-01-02
1
-9
/
+3
*
Extract var
Jason R. Coombs
2015-01-02
1
-2
/
+3
*
Suppress exceptions in a context for clarity, brevity, and reuse.
Jason R. Coombs
2015-01-02
2
-5
/
+10
*
Use quiet context
Jason R. Coombs
2015-01-02
1
-9
/
+6
*
Replace setup/teardown with a shorter, more elegant fixture.
Jason R. Coombs
2015-01-02
1
-37
/
+23
*
Use useroverride fixture
Jason R. Coombs
2015-01-02
1
-8
/
+1
[next]