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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused UTC implementation
Jason R. Coombs
2014-03-24
1
-13
/
+0
*
Use mktime for Python 3.2 compatibility
Jason R. Coombs
2014-03-24
1
-1
/
+12
*
Update test to use local timestamps, so the tests pass in any timezone.
Jason R. Coombs
2014-03-24
1
-4
/
+23
*
Just remove test_ez_setup, as the last remaining test, test_install, only bar...
Jason R. Coombs
2014-03-24
1
-44
/
+0
*
Remove test for use_setuptools, as it fails when running under pytest because...
Jason R. Coombs
2014-03-24
1
-4
/
+1
*
Update test_install to actually patch the hidden _python_cmd.
Jason R. Coombs
2014-03-24
1
-1
/
+1
*
Remove test_do_download, which also no longer works due to complexities aroun...
Jason R. Coombs
2014-03-23
1
-8
/
+1
*
Remove test_build_egg. The test doesn't work and it's difficult to test _buil...
Jason R. Coombs
2014-03-23
1
-9
/
+0
*
Force sdist zip format (preferred for _build_egg)
Jason R. Coombs
2014-03-23
1
-5
/
+5
*
Fix build of setuptools on Windows (do not create empty tag)
Jason R. Coombs
2014-03-23
1
-1
/
+1
*
Allow the test to fail on its own merits rather than failing with a not-so-us...
Jason R. Coombs
2013-08-11
1
-19
/
+4
*
Replaced overly-specific error messages with more general ones for improved c...
Jason R. Coombs
2013-08-09
1
-2
/
+2
*
Issue 50: Removed filename and line number from SyntaxErrors returned by inva...
Jason R. Coombs
2013-08-09
1
-4
/
+4
*
Fix test failure
Jason R. Coombs
2013-07-02
1
-1
/
+1
*
Merge
Jason R. Coombs
2013-07-02
1
-0
/
+8
|
\
|
*
Patched test so it can be run on Python 3
0.7.7
Jason R. Coombs
2013-07-02
1
-0
/
+5
|
*
Issue #30: Added test for get_cache_path (but it doesn't yet get run)
Jason R. Coombs
2013-07-02
1
-0
/
+8
*
|
Merged upstream changes.
Vinay Sajip
2013-06-19
1
-6
/
+3
|
\
\
|
*
\
Merge Python 3 native support from distribute
Jason R. Coombs
2013-06-18
3
-7
/
+7
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge Vinay Sajip's unified Python 2/3 support from distribute 3
Jason R. Coombs
2013-06-18
1
-0
/
+61
|
|
|
\
|
|
*
\
Merge with upstream
Jason R. Coombs
2013-06-18
1
-3
/
+3
|
|
|
\
\
|
|
*
|
|
Fixed some bugs, tests now also all pass on 2.7 and 3.2.
Vinay Sajip
2011-06-21
1
-1
/
+1
|
|
*
|
|
Fixed some bugs - tests now all pass under Python 3.3.
Vinay Sajip
2011-06-21
1
-4
/
+4
|
|
*
|
|
Changes to support 2.x and 3.x in the same codebase.
Vinay Sajip
2011-06-20
3
-13
/
+13
*
|
|
|
|
Misc. updates following 2to3 checks.
Vinay Sajip
2013-06-17
2
-52
/
+60
*
|
|
|
|
Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ate...
Vinay Sajip
2013-06-15
2
-4
/
+4
|
/
/
/
/
*
|
|
|
Add support for Python 3.3 in environment marker tests
Jason R. Coombs
2013-05-28
1
-4
/
+4
*
|
|
|
Fix typo
Jason R. Coombs
2013-05-19
1
-1
/
+1
*
|
|
|
Update doctest to use syntax suitable for Python 2 and Python 3. Credit to Le...
Jason R. Coombs
2013-05-19
1
-5
/
+8
*
|
|
|
Try doctest with full exception name
Jason R. Coombs
2013-05-19
1
-14
/
+14
*
|
|
|
Merged latest changes from setuptools-0.6 branch
Jason R. Coombs
2013-05-13
1
-8
/
+99
|
\
\
\
\
*
\
\
\
\
Merge with Distribute 0.6.39
Jason R. Coombs
2013-05-13
1
-0
/
+61
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Adding test that captures the new requirement.
Jason R. Coombs
2013-05-12
1
-0
/
+61
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Update test_distribute_setup to reference ez_setup.py
Jason R. Coombs
2013-03-19
1
-14
/
+4
*
|
|
|
Updated manual test to test against setuptools
Jason R. Coombs
2013-03-19
1
-15
/
+13
*
|
|
|
Removing install_test altogether (the only thing it tests is the presence of ...
Jason R. Coombs
2013-03-19
1
-81
/
+0
*
|
|
|
Updated install_test to reference the new bootstrap script
Jason R. Coombs
2013-03-19
1
-10
/
+16
|
/
/
/
*
|
|
Delete redundant tests.
Arfrever Frehtes Taifersar Arahesis
2012-08-22
3
-32
/
+0
*
|
|
Got rid of deprecated assert_ and assertEquals.
Lennart Regebro
2012-08-22
1
-3
/
+3
*
|
|
Remove unnecessary stuff from test_python33_bdist_egg.py
Marc Abramowitz
2012-07-07
1
-7
/
+1
*
|
|
test_python33_bdist_egg.py: Check return value of bdist_egg command
Marc Abramowitz
2012-07-07
1
-1
/
+1
*
|
|
Add a test for Python 3.3 bdist_egg issue
Marc Abramowitz
2012-07-07
1
-0
/
+25
*
|
|
Add tests and fix for marshal.load of pyc files on Python 3.3
Marc Abramowitz
2012-06-26
2
-0
/
+13
|
|
/
|
/
|
*
|
make sure manual_test can be used under 2.3
tarek
2009-12-30
1
-4
/
+16
*
|
now using subprocess.call
tarek
2009-12-21
1
-9
/
+13
*
|
disable Py3
tarek
2009-12-21
1
-9
/
+8
*
|
uses distutils install schemes now
tarek
2009-12-21
1
-4
/
+16
*
|
Modified test script to be py3k compatible
agronholm
2009-12-20
1
-2
/
+6
*
|
Changed interpreter line to the recommended form
agronholm
2009-12-20
1
-1
/
+1
*
|
added test_full to main
tarek
2009-12-20
1
-1
/
+1
[next]