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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rewrite paths construction as generator expression.
Jason R. Coombs
2015-01-02
1
-4
/
+6
*
Use contexts for tempdir generation
Jason R. Coombs
2015-01-02
2
-9
/
+5
*
Replace cluttered script generation with multiline strings
Jason R. Coombs
2015-01-02
1
-10
/
+18
*
Combine DALS implementations in textwrap module.
Jason R. Coombs
2015-01-02
3
-12
/
+6
*
Rewrite test using pytest.
Jason R. Coombs
2015-01-02
2
-26
/
+20
*
Convert remaining tests in test_easy_install to pytest.
Jason R. Coombs
2015-01-02
1
-16
/
+15
*
Remove unused import
Jason R. Coombs
2015-01-02
1
-1
/
+0
*
Replace remaining setup/teardown with a simple mock.
Jason R. Coombs
2015-01-02
1
-7
/
+1
*
Replace much of setup/teardown with another fixture.
Jason R. Coombs
2015-01-02
1
-11
/
+10
*
Normalize whitespace
Jason R. Coombs
2015-01-01
1
-2
/
+0
*
Replace some setup/teardown code with the fixture.
Jason R. Coombs
2015-01-01
1
-10
/
+2
*
Also save the ENABLE_USER_SITE setting in the user_override.
Jason R. Coombs
2015-01-01
2
-1
/
+12
*
Convert select tests to pytest model.
Jason R. Coombs
2015-01-01
1
-6
/
+6
*
Move fixture to a fixtures module and make that fixture available globally.
Jason R. Coombs
2015-01-01
2
-15
/
+16
*
Remove apparently unused method.
Jason R. Coombs
2015-01-01
1
-17
/
+0
*
Remove consideration for older Pythons
Jason R. Coombs
2015-01-01
1
-3
/
+3
*
Convert test_develop to use pytest
Jason R. Coombs
2015-01-01
1
-7
/
+6
*
Remove superfluous comment
Jason R. Coombs
2015-01-01
1
-3
/
+0
*
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
[prev]
[next]