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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use tmpdir in test_local_index for brevity and isolation.
Jason R. Coombs
2015-01-02
1
-9
/
+6
*
Remove dependence on unittest in favor of pytest for test_packgeindex
Jason R. Coombs
2015-01-02
1
-27
/
+36
*
Reorganize imports
Jason R. Coombs
2015-01-02
1
-4
/
+4
*
Extend contexts environment patching logic based on context manager in test_m...
Jason R. Coombs
2015-01-02
2
-35
/
+26
*
Use simple assertions and pytest runner for test_markerlib.
Jason R. Coombs
2015-01-02
1
-26
/
+25
*
Remove expected failure from pbr package as it appears to be working now.
Jason R. Coombs
2015-01-02
1
-1
/
+0
*
Add omitted module.
Jason R. Coombs
2015-01-02
1
-0
/
+8
*
Resave with excess whitespace removed
Jason R. Coombs
2015-01-02
1
-1
/
+1
*
Update test_find_packages to use pytest
Jason R. Coombs
2015-01-02
1
-10
/
+9
*
Extract fixture for the environment.
Jason R. Coombs
2015-01-02
1
-37
/
+47
*
Use update to set the home environment variable.
Jason R. Coombs
2015-01-02
1
-2
/
+3
*
Extract method for _find_egg_info_files.
Jason R. Coombs
2015-01-02
1
-5
/
+13
*
Use trailing comma for consistency.
Jason R. Coombs
2015-01-02
1
-1
/
+2
*
Rewrite command construction for clarity.
Jason R. Coombs
2015-01-02
1
-5
/
+8
*
Rewrite config generation
Jason R. Coombs
2015-01-02
1
-2
/
+5
*
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
*
Remove unused entries in manifest, fixing spurious warnings.
Jason R. Coombs
2015-01-02
1
-4
/
+3
*
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
3
-15
/
+17
*
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
[next]