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
/
test_easy_install.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Combine DALS implementations in textwrap module.
Jason R. Coombs
2015-01-02
1
-8
/
+3
*
Convert remaining tests in test_easy_install to pytest.
Jason R. Coombs
2015-01-02
1
-16
/
+15
*
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
*
Convert select tests to pytest model.
Jason R. Coombs
2015-01-01
1
-6
/
+6
*
Move contexts to their own module
Jason R. Coombs
2015-01-01
1
-59
/
+10
*
Add test capturing failure. Ref #319.
Jason R. Coombs
2014-12-30
1
-0
/
+17
*
Merge with master
Jason R. Coombs
2014-12-30
1
-86
/
+70
|
\
|
*
Please don't feign a monkey patch when one isn't used.
Jason R. Coombs
2014-12-30
1
-6
/
+2
|
*
Slice the iterable rather than converting to a list and slicing that.
Jason R. Coombs
2014-12-30
1
-1
/
+3
|
*
Reindent for clarity
Jason R. Coombs
2014-12-30
1
-3
/
+6
|
*
Remove unused import
Jason R. Coombs
2014-12-30
1
-1
/
+0
|
*
Remove reset_setup_stop_context and reindent.
Jason R. Coombs
2014-12-30
1
-27
/
+12
|
*
reset_setup_stop_context is apparently no longer needed.
Jason R. Coombs
2014-12-30
1
-4
/
+3
|
*
Reindent
Jason R. Coombs
2014-12-30
1
-10
/
+7
|
*
Extract script variable for clarity
Jason R. Coombs
2014-12-30
1
-4
/
+6
|
*
Extract common operation of dedent and left strip
Jason R. Coombs
2014-12-30
1
-8
/
+16
|
*
Add compatibility shim for tarfile.open
Jason R. Coombs
2014-12-30
1
-1
/
+3
|
*
Rewrite file operations using context managers.
Jason R. Coombs
2014-12-30
1
-17
/
+9
|
*
Rewrite test to remove Windows-specific handling and instead capture the unde...
Jason R. Coombs
2014-12-30
1
-4
/
+3
|
*
Indent script for clarity
Jason R. Coombs
2014-12-30
1
-18
/
+18
*
|
Reindent
Jason R. Coombs
2014-12-29
1
-2
/
+2
*
|
Make sure to monkey-patch the easy_install module in the setup context. Fixes...
Jason R. Coombs
2014-12-29
1
-0
/
+24
|
/
*
Use pytest to capture exception
Jason R. Coombs
2014-12-29
1
-2
/
+4
*
Rename variable for clarity.
Jason R. Coombs
2014-12-29
1
-2
/
+2
*
Remove unused import
Jason R. Coombs
2014-12-29
1
-1
/
+0
*
next compatibility is no longer required
Jason R. Coombs
2014-07-05
1
-1
/
+1
*
Just suppress the spurious IndexError when it happens. Rely on the environmen...
Jason R. Coombs
2014-05-05
1
-3
/
+4
*
Skip this test because it now fails under Python 3.3 and earlier apparently d...
Jason R. Coombs
2014-03-30
1
-0
/
+4
*
Fix failing test on Windows
3.2
Jason R. Coombs
2014-03-14
1
-2
/
+3
*
Use readlines on StringIO. Ensure quiet_context returns rewound buffers.
Jason R. Coombs
2014-02-05
1
-1
/
+3
*
Rewrite merged tests to use context managers
Jason R. Coombs
2014-02-05
1
-19
/
+16
*
Remove unused variable
Jason R. Coombs
2014-02-05
1
-1
/
+0
*
Reindent according to TODO (indent was reserved to minimize the diff)
Jason R. Coombs
2014-02-05
1
-15
/
+14
*
Update global reference.
Jason R. Coombs
2014-02-05
1
-2
/
+2
*
Backed out changeset: ef949e6e6de1, which was itself a backout of the fix for...
Jason R. Coombs
2014-01-27
1
-38
/
+103
*
Move the global import logic for test_multiproc_atexit into the test where it...
Jason R. Coombs
2013-11-27
1
-13
/
+9
*
Reindent long line
Jason R. Coombs
2013-11-27
1
-1
/
+2
*
Remove redundant imports
Jason R. Coombs
2013-11-27
1
-2
/
+0
*
Remove unused variable and clean whitespace
Jason R. Coombs
2013-11-27
1
-2
/
+1
*
backout 983513e397f3 now that contextlib and with statements are available
Jason R. Coombs
2013-11-27
1
-52
/
+30
*
Remove Python 2.5 compatibility in easy_install test setup.
Jason R. Coombs
2013-11-27
1
-19
/
+15
*
Remove easy_install.HAS_USER_SITE and just defer to site.ENABLE_USER_SITE.
Jason R. Coombs
2013-11-27
1
-4
/
+4
*
Fixed script header generation in easy_install tests. Fixes #37.
Jason R. Coombs
2013-08-09
1
-2
/
+2
*
Merge fix for #21
Jason R. Coombs
2013-06-19
1
-5
/
+6
|
\
|
*
Restore Python 2.4 compatibility in test_easy_install. Fixes #21
Jason R. Coombs
2013-06-19
1
-5
/
+6
*
|
Merged upstream changes.
Vinay Sajip
2013-06-19
1
-0
/
+2
|
\
\
|
*
\
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
1
-10
/
+9
|
|
\
\
|
|
|
/
|
|
/
|
[next]