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
*
Make import unconditional
Ofekmeister
2016-08-20
1
-1
/
+1
*
Fix issue #459
Ofekmeister
2016-08-16
1
-0
/
+2
*
Try only applying one xfail.
Jason R. Coombs
2016-08-02
1
-2
/
+3
*
Change order of xfail, giving the unfiltered one precedence.
Jason R. Coombs
2016-08-02
1
-1
/
+1
*
Mark tests as xfail. Ref #704 Ref #709 Ref #710.
Jason R. Coombs
2016-08-02
1
-0
/
+1
*
Use the logic already vetted for determining ascii context.
Jason R. Coombs
2016-07-30
1
-1
/
+1
*
Move import to top
Jason R. Coombs
2016-07-30
1
-1
/
+1
*
Mark test as xfail. Ref #706.
Jason R. Coombs
2016-07-30
1
-0
/
+2
*
Add test capturing undesirable behavior when unicode characters appear in the...
Jason R. Coombs
2016-07-30
1
-0
/
+51
*
Merge pull request #616 from fkrull/issue398
Jason R. Coombs
2016-07-22
1
-16
/
+11
|
\
|
*
Split up single TestScriptHeader test into multiple tests.
Felix Krull
2016-06-26
1
-4
/
+7
|
*
Remove CommandSpec.from_param test using sys.executable.
Felix Krull
2016-06-26
1
-9
/
+0
|
*
Fix test_all_site_dirs on Windows.
Felix Krull
2016-06-26
1
-3
/
+4
*
|
Add missing blank lines after class or function definition.
stepshal
2016-07-21
1
-0
/
+1
*
|
Merge pull request #655 from stepshal/imorts_in_same_block
Jason R. Coombs
2016-07-20
1
-1
/
+1
|
\
\
|
*
|
Put imports in same block alphabeticaly.
stepshal
2016-07-14
1
-1
/
+1
*
|
|
Fix missing whitespace around operator.
stepshal
2016-07-14
1
-2
/
+2
|
/
/
*
/
Fix quantity of blank lines after code object.
stepshal
2016-07-13
1
-0
/
+6
|
/
*
getsitepackages may not be present
v21.2.0
Jason R. Coombs
2016-05-21
1
-1
/
+1
*
Prefer the amazing monkeypatch fixture from pytest to bespoke inline implemen...
Jason R. Coombs
2016-05-21
1
-33
/
+10
*
Remove unused import
Jason R. Coombs
2016-05-21
1
-1
/
+0
*
Replace contextlib with decorator
Last G
2016-05-19
1
-8
/
+13
*
Fix tests for working in environment without site.getsitepakages
Last G
2016-05-19
1
-1
/
+28
*
Get site-packages dirs from site.py too
Last G
2016-05-19
1
-0
/
+4
*
Remove unused imports
Jason R. Coombs
2016-02-19
1
-2
/
+1
*
Use pytest tmpdir fixture for simplicity and clarity.
Jason R. Coombs
2016-02-19
1
-8
/
+4
*
Merged in darjus/setuptools (pull request #169)
Jason R. Coombs
2016-01-23
1
-45
/
+0
|
\
|
*
Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no...
Darjus Loktevic
2016-01-11
1
-45
/
+0
*
|
Get VersionConflict from pkg_resources.
19.4
Jason R. Coombs
2016-01-16
1
-1
/
+1
*
|
Re-use tarfile_open for Python 2.6 compatibilty.
Jason R. Coombs
2016-01-16
1
-6
/
+2
*
|
Just use BytesIO
Jason R. Coombs
2016-01-16
1
-7
/
+1
*
|
Adds the regression test for distribute issue 323 that I attached to #207. T...
Erik Bray
2015-12-31
1
-29
/
+160
|
/
*
Modeling after Astropy's technique for bundling libraries, the imports are no...
Jason R. Coombs
2015-12-31
1
-8
/
+2
*
Update vendoring technique to match that used for packaging. Ref #229.
Jason R. Coombs
2015-12-31
1
-2
/
+9
*
Merge with master. Ref #229.
Jason R. Coombs
2015-12-31
1
-132
/
+182
|
\
|
*
Fix failing test on Windows due to path formatting bugs
Erik Bray
2015-12-24
1
-3
/
+8
|
*
Expect failures on these tests due to ASCII
Jason R. Coombs
2015-12-01
1
-3
/
+1
|
*
Expect failure on LC_ALL=C also
Jason R. Coombs
2015-12-01
1
-1
/
+3
|
*
Conditionally remove __PYVENV_LAUNCHER__
Jason R. Coombs
2015-06-23
1
-1
/
+1
|
*
Fix test failure when __PYVENV_LAUNCHER__ is set. Fixes #396.
Jason R. Coombs
2015-06-13
1
-2
/
+4
|
*
Bypass the checking of site-packages when asserting not user install in site-...
Jason R. Coombs
2015-03-14
1
-0
/
+10
|
*
Remove regression test for Distribute issue #318. The continuing relevance of...
Jason R. Coombs
2015-03-14
1
-20
/
+0
|
*
Remove unnecessary block
Jason R. Coombs
2015-03-06
1
-14
/
+11
|
*
Extract sys.path and os.environ patching into install_target fixture
Jason R. Coombs
2015-03-06
1
-10
/
+7
|
*
Extract install_target as fixture
Jason R. Coombs
2015-03-06
1
-12
/
+8
|
*
Extract fixture for foo_package.
Jason R. Coombs
2015-03-06
1
-9
/
+11
|
*
Replace comment with docstring assertion.
Jason R. Coombs
2015-03-06
1
-3
/
+4
|
*
Move patching into the patch methods.
Jason R. Coombs
2015-03-06
1
-8
/
+4
|
*
Extract method for common behavior.
Jason R. Coombs
2015-03-06
1
-9
/
+7
|
*
Functions now mirror each other.
Jason R. Coombs
2015-03-06
1
-4
/
+6
[next]