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
/
command
/
test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract the resolution of loader/runner classes. Allows None value to pass-th...
Jason R. Coombs
2014-03-30
1
-6
/
+13
*
Reformat to add the conventional whitespace and shorter lines.
Jason R. Coombs
2014-03-30
1
-11
/
+13
*
Apply patch based on patch in 2008 by Klaus Zimmerman. Fixes #176.
Jason R. Coombs
2014-03-28
1
-2
/
+8
*
Remove import *
Jason R. Coombs
2014-02-09
1
-2
/
+3
*
Remove unused import and excess whitespace.
Jason R. Coombs
2014-02-09
1
-39
/
+1
*
Misc. updates following 2to3 checks.
Vinay Sajip
2013-06-17
1
-1
/
+1
*
Purge modules under test from sys.modules prior to running tests. Fixes #301.
Stefan H. Holek
2012-10-08
1
-0
/
+17
*
Issue #306: Even if 2to3 is used, we build in-place under Python 2.
Lennart Regebro
2012-08-22
1
-1
/
+1
*
Add failing test for #301.
Lennart Regebro
2012-08-21
1
-1
/
+2
*
Name changes of the parameters.
Lennart Regebro
2009-09-22
1
-2
/
+2
*
Works with zope.interface now.
Lennart Regebro
2009-09-18
1
-6
/
+22
*
Fix interactions between the various "require" options,
PJ Eby
2008-01-19
1
-2
/
+2
*
Fix problem activating dependencies for tests (backport from trunk)
PJ Eby
2007-03-02
1
-1
/
+1
*
Fix ``test`` command possibly failing if an older version of the project
PJ Eby
2007-02-24
1
-12
/
+53
*
Added ``test_loader`` keyword to support custom test loaders.
PJ Eby
2006-03-29
1
-10
/
+10
*
Fix a problem with the test loader finding the bundled doctest's
PJ Eby
2006-03-29
1
-4
/
+4
*
Enhanced test loader to scan packages as well as modules, and call
PJ Eby
2006-03-28
1
-4
/
+45
*
Added ``tests_require`` keyword to ``setup()``, so that e.g. packages
PJ Eby
2005-11-19
1
-4
/
+4
*
Make 'test' command work correctly with the 0.6 WorkingSet class.
PJ Eby
2005-07-21
1
-12
/
+12
*
Added ``develop`` command to ``setuptools``-based packages. This command
PJ Eby
2005-07-06
1
-2
/
+2
*
Enhanced the ``test`` command so that it doesn't install the package, but
PJ Eby
2005-07-06
1
-22
/
+22
*
Initial checkin of setuptools 0.0.1.
PJ Eby
2004-03-19
1
-0
/
+82