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
...
*
|
Once the test is correctly setup, the problem actually goes away.
Lennart Regebro
2012-08-21
1
-5
/
+9
*
|
Add failing test for #301.
Lennart Regebro
2012-08-21
1
-0
/
+112
*
|
Don't raise when exception is caught
Jason R. Coombs
2012-07-22
1
-0
/
+1
*
|
Merge
Jason R. Coombs
2012-07-22
1
-7
/
+6
|
\
\
|
*
|
Update this test again to ensure it's trapping the expected exception (Distut...
Jason R. Coombs
2012-07-22
1
-5
/
+6
*
|
|
Expand error message to help detect why this test fails on travis
Jason R. Coombs
2012-07-22
1
-4
/
+4
*
|
|
Fix compatibility skipIf
Jason R. Coombs
2012-07-22
1
-0
/
+1
*
|
|
Use compatible skipIf
Jason R. Coombs
2012-07-22
1
-2
/
+2
*
|
|
Added python 2.4-2.6 support for skipIf
Jason R. Coombs
2012-07-22
2
-0
/
+15
*
|
|
Use DALS to avoid breaking indentation in test setup. Removed flag indicating...
Jason R. Coombs
2012-07-22
1
-22
/
+26
*
|
|
Updated imports, removed excess whitespace
Jason R. Coombs
2012-07-22
1
-14
/
+17
*
|
|
Merge pull request #12
Jason R. Coombs
2012-07-21
1
-0
/
+69
|
\
\
\
|
*
|
|
Issue #283 bdist_egg issues with python 3.3.0aX
Jim Fulton
2012-07-14
1
-0
/
+69
*
|
|
|
improve .dist-info test
Daniel Holth
2012-07-07
1
-3
/
+13
*
|
|
|
test .dist-info distributions
Daniel Holth
2012-07-07
1
-0
/
+55
|
/
/
/
*
|
|
Merge
Jason R. Coombs
2012-05-18
1
-2
/
+8
|
\
|
|
|
*
|
Fixed failing test on Python 2.7.3 (and probably other recent patch releases)
Jason R. Coombs
2012-05-18
1
-2
/
+8
*
|
|
Allow for three requests (fixes test on Python 3.3).
Jason R. Coombs
2012-04-15
1
-1
/
+3
*
|
|
Skip another test that fails on Jython due to port 0 binding behavior.
Jason R. Coombs
2012-04-15
1
-0
/
+4
|
/
/
*
|
Split one test 'bad urls' into several different tests (for clarity).
Jason R. Coombs
2012-04-15
1
-4
/
+18
*
|
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
*
|
Merge fix for doctest failures on Python 3. Fixes #277.
Jason R. Coombs
2012-04-14
1
-2
/
+2
|
\
\
|
*
|
Fixed test failures in the doctests on Python 3.
Jason R. Coombs
2012-04-14
1
-2
/
+2
*
|
|
Merge fixes for depends module imports. Fixes in part #277.
Jason R. Coombs
2012-04-14
1
-14
/
+22
|
\
\
\
|
*
|
|
Fixed issue where some functions are excluded from the depends module on cert...
Jason R. Coombs
2012-04-14
1
-14
/
+22
|
|
/
/
*
|
|
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
2
-2
/
+3
*
|
|
Removed bind_and_activate parameters (not compatible with Python 2.4
Jason R. Coombs
2012-04-08
1
-8
/
+4
*
|
|
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
*
|
|
Add requests to the instance, so it's always available even if no requests we...
Jason R. Coombs
2012-04-07
1
-0
/
+1
*
|
|
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
2
-9
/
+11
*
|
|
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
2
-0
/
+60
*
|
|
Started work on a Mock server that doesn't require a file system to back it.
Jason R. Coombs
2012-04-01
1
-0
/
+17
*
|
|
Cleaned up simulated index server, expanding documentation.
Jason R. Coombs
2012-04-01
1
-11
/
+18
*
|
|
Reorganized imports and cleaned up whitespace
Jason R. Coombs
2012-04-01
1
-7
/
+10
*
|
|
Cleaned up excess whitespace
Jason R. Coombs
2012-04-01
1
-34
/
+3
|
/
/
*
/
Reorganized imports
Jason R. Coombs
2012-04-01
1
-14
/
+16
|
/
*
fixing regression -- generator syntax on python3
guyroz
2011-09-20
1
-1
/
+1
*
fixing tests
guyroz
2011-09-19
1
-6
/
+15
|
\
|
*
Fixing regression tests on Windows: #241, #240, #239
guyroz
2011-09-19
1
-6
/
+15
*
|
Issue #208: fixing parse_version and post-release tags
guyroz
2011-09-17
1
-3
/
+17
|
/
[prev]
[next]