index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
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/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setuptools
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup fixture using tmp and monkeypatch
Matthew Iversen
2014-06-19
1
-28
/
+20
*
Mark failing tests as xfail
Jason R. Coombs
2014-06-15
1
-0
/
+3
*
Remove unused variable and import
Jason R. Coombs
2014-06-15
1
-2
/
+0
*
Activate more of the integration tests.
Doug Hellmann
2014-06-02
1
-9
/
+9
*
Add integration tests.
Doug Hellmann
2014-06-02
1
-0
/
+87
*
Perform actual symlink detection; alternate approach to answer Pull Request #53.
Jason R. Coombs
2014-06-01
1
-1
/
+15
*
Add whitespace for readability.
Jason R. Coombs
2014-05-17
1
-1
/
+1
*
Must create files for tests, else they are remoed from manifests
Jason R. Coombs
2014-05-17
1
-0
/
+3
*
Must create files for tests, else they are remoed from manifests
Philip Thiem
2014-05-17
1
-6
/
+9
*
est_manifest_is_written_with_utf8_encoding should use the filelist's append, ...
Philip Thiem
2014-05-17
1
-1
/
+1
*
Remove unused import
Jason R. Coombs
2014-05-17
1
-1
/
+0
*
Convert quiet to a context manager, so its comment is no longer complaining a...
Jason R. Coombs
2014-05-17
1
-45
/
+16
*
Use PY3 and PY2 throughout
Jason R. Coombs
2014-05-17
3
-17
/
+16
*
Merge in test changes from previous try
Philip Thiem
2014-05-17
1
-8
/
+16
*
Test should use the same high-level interface for appending filenames as the ...
Jason R. Coombs
2014-05-15
1
-1
/
+1
*
Extend docstring for test_write_manifest_skips_non_utf8_filenames
Jason R. Coombs
2014-05-15
1
-1
/
+6
*
Just suppress the spurious IndexError when it happens. Rely on the environmen...
Jason R. Coombs
2014-05-05
1
-3
/
+4
*
Add test capturing failure when find_packages no longer follows symlinks. Ref...
Jason R. Coombs
2014-05-03
1
-0
/
+25
*
Add test capturing overmatching in new find_packages. Ref #184.
Jason R. Coombs
2014-04-07
1
-0
/
+11
*
Skip this test because it now fails under Python 3.3 and earlier apparently d...
Jason R. Coombs
2014-03-30
1
-0
/
+4
*
Add test for exclude
Jason R. Coombs
2014-03-22
1
-0
/
+5
*
Created PEP420PackageFinder, whose .find method can be used to find any suita...
Jason R. Coombs
2014-03-22
1
-16
/
+7
*
Check packages without deference to order
Jason R. Coombs
2014-03-16
1
-5
/
+8
*
Use py26compat for skipIf
Jason R. Coombs
2014-03-16
1
-6
/
+7
*
Add support for PEP 420 namespace packages to find_packages()
Wyatt Lee Baldwin
2014-02-12
1
-0
/
+38
*
Update test for Python 2.6 compatibility
Jason R. Coombs
2014-03-16
1
-1
/
+1
*
Add test for find_packages(include=)
Jason R. Coombs
2014-03-16
1
-0
/
+10
*
Add unit tests for find_packages
Wyatt Lee Baldwin
2014-02-12
1
-0
/
+72
*
Fix failing test on Windows
3.2
Jason R. Coombs
2014-03-14
1
-2
/
+3
*
Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 an...
Jason R. Coombs
2014-03-08
1
-0
/
+84
*
Clean some imports.
Arfrever Frehtes Taifersar Arahesis
2014-02-15
4
-8
/
+14
*
Remove import (missed in parent commit).
Jason R. Coombs
2014-02-09
1
-1
/
+0
*
Removed Features functionality. Fixes #65.
Jason R. Coombs
2014-02-09
1
-83
/
+0
*
Use io.open() instead of codecs.open().
Arfrever Frehtes Taifersar Arahesis
2014-02-07
1
-4
/
+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
*
Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassed
Philip Thiem
2013-12-07
4
-13
/
+53
*
Merge with 1.4.2
Jason R. Coombs
2013-12-01
1
-1
/
+17
|
\
|
*
Moved imports to the top, made them compatible with Python 2, and added a doc...
Jason R. Coombs
2013-12-01
1
-4
/
+6
|
*
Adding test capturing #116
Jason R. Coombs
2013-12-01
1
-0
/
+14
*
|
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
[next]