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
*
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
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
1
-2
/
+2
|
|
|
\
|
|
*
|
Fixed some resource leaks.
Vinay Sajip
2012-10-10
1
-1
/
+1
|
|
*
|
Merge with upstream
Jason R. Coombs
2013-06-18
1
-23
/
+240
|
|
|
\
\
|
|
*
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
1
-4
/
+3
*
|
|
|
|
Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...
Vinay Sajip
2013-06-15
1
-10
/
+8
|
/
/
/
/
*
|
|
|
easy_install once again honors setup.cfg if found in the current directory
Jason R. Coombs
2013-05-03
1
-36
/
+1
*
|
|
|
Updated references in tests to refer to setuptools in favor of distribute
Jason R. Coombs
2013-03-19
1
-6
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
Fix 1 failure with Jython 2.5 and 2.7.
Arfrever Frehtes Taifersar Arahesis
2012-11-27
1
-2
/
+2
*
|
|
Backed out changeset: 98a9f9dcce0e; Fixes #335.
Jason R. Coombs
2012-11-26
1
-104
/
+38
*
|
|
Fix some DeprecationWarnings and ResourceWarnings.
Arfrever Frehtes Taifersar Arahesis
2012-11-26
1
-2
/
+2
*
|
|
Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.
Arfrever Frehtes Taifersar Arahesis
2012-11-26
1
-1
/
+1
*
|
|
Fixes and adds a regression test for #323; required adding some new keyword a...
Erik Bray
2012-09-11
1
-38
/
+104
|
|
/
|
/
|
*
|
Make this test less chatty
Erik Bray
2012-09-11
1
-0
/
+7
*
|
Adds a fix for issue #318, including a regression test. This also fixes anot...
Erik Bray
2012-09-06
1
-22
/
+80
*
|
Issue #314: test_local_index() would fail an OS X.
Lennart Regebro
2012-08-22
1
-1
/
+2
*
|
Got rid of deprecated assert_ and assertEquals.
Lennart Regebro
2012-08-22
1
-10
/
+10
*
|
Allow for three requests (fixes test on Python 3.3).
Jason R. Coombs
2012-04-15
1
-1
/
+3
*
|
Skip test when MockServer can't detect the port to which it bound.
Jason R. Coombs
2012-04-15
1
-0
/
+4
*
|
Ensure that the setup.py is generated as bytes on Python 2 and 3 so that the ...
Jason R. Coombs
2012-04-14
1
-2
/
+7
*
|
Fix one failing test per #277
Jason R. Coombs
2012-04-09
1
-1
/
+1
*
|
Fixed two issues for Python 2.4 compatibility. Tests now run again on Python 2.4
0.6.26
Jason R. Coombs
2012-04-08
1
-1
/
+2
*
|
Removed unused import
Jason R. Coombs
2012-04-08
1
-1
/
+0
*
|
Converted new tests in test_easy_install to use call-back functions instead o...
Jason R. Coombs
2012-04-08
1
-29
/
+54
*
|
Make sure to un-monkey-patch the Distribution class when running test_no_setu...
Jason R. Coombs
2012-04-07
1
-1
/
+2
*
|
Added another context to reset the _setup_stop_context
Jason R. Coombs
2012-04-07
1
-5
/
+20
*
|
Set the argv context so that easy_install.main invokes the command as if it h...
Jason R. Coombs
2012-04-07
1
-5
/
+12
*
|
Test now constructs the tarfile completely in memory (avoiding accidentally w...
Jason R. Coombs
2012-04-07
1
-10
/
+12
*
|
Improved the MockServer so it now more effectively handles multiple requests ...
Jason R. Coombs
2012-04-07
1
-4
/
+6
*
|
Create the sdist using tarfile and the code is much simpler
Jason R. Coombs
2012-04-07
1
-48
/
+8
*
|
We expect easy_install to raise a SystemExit
Jason R. Coombs
2012-04-07
1
-5
/
+3
*
|
Expanded TestSetupRequires so it actually stages the installation of an sdist...
Jason R. Coombs
2012-04-07
1
-14
/
+81
*
|
Add test to capture issue 227
Jason R. Coombs
2012-04-01
1
-0
/
+51
*
|
Reorganized imports and cleaned up whitespace
Jason R. Coombs
2012-04-01
1
-7
/
+10
*
|
fixing regression -- generator syntax on python3
guyroz
2011-09-20
1
-1
/
+1
*
|
Fixing regression tests on Windows: #241, #240, #239
guyroz
2011-09-19
1
-6
/
+15
|
/
*
added a test for #143 now that I understand it. fixes #143
Tarek Ziade
2010-07-03
1
-0
/
+36
*
make HAS_USER_SITE depend on site.ENABLE_USER_SITE
Ronny Pfannschmidt
2010-05-21
1
-4
/
+4
*
merge
Ronny Pfannschmidt
2010-05-19
1
-16
/
+20
|
\
|
*
merge & adapt --user implication tests
Ronny Pfannschmidt
2010-05-07
1
-16
/
+20
|
|
\
|
|
*
add a partial test for user install umplication if installed in user-site
Ronny Pfannschmidt
2010-05-02
1
-4
/
+8
*
|
|
added a test that is supposely breaking - refs #152
Tarek Ziade
2010-05-19
1
-0
/
+15
|
/
/
*
/
make sure all tests passes on all python versions fixes #149
Tarek Ziade
2010-05-06
1
-5
/
+5
|
/
*
merge with upstream
Ronny Pfannschmidt
2010-03-16
1
-1
/
+25
|
\
|
*
added the --no-find-links option
Tarek Ziade
2010-03-13
1
-0
/
+25
*
|
move the rest of the path handling code from develop to easy_install
Ronny Pfannschmidt
2010-02-11
1
-4
/
+8
[next]