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_egg_info.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract fixture for the environment.
Jason R. Coombs
2015-01-02
1
-37
/
+47
*
Use update to set the home environment variable.
Jason R. Coombs
2015-01-02
1
-2
/
+3
*
Extract method for _find_egg_info_files.
Jason R. Coombs
2015-01-02
1
-5
/
+13
*
Use trailing comma for consistency.
Jason R. Coombs
2015-01-02
1
-1
/
+2
*
Rewrite command construction for clarity.
Jason R. Coombs
2015-01-02
1
-5
/
+8
*
Rewrite config generation
Jason R. Coombs
2015-01-02
1
-2
/
+5
*
Rewrite paths construction as generator expression.
Jason R. Coombs
2015-01-02
1
-4
/
+6
*
Use contexts for tempdir generation
Jason R. Coombs
2015-01-02
1
-7
/
+3
*
Replace cluttered script generation with multiline strings
Jason R. Coombs
2015-01-02
1
-10
/
+18
*
Rewrite test using pytest.
Jason R. Coombs
2015-01-02
1
-26
/
+13
*
Removed svn support from setuptools. Ref #313.
Jason R. Coombs
2014-12-24
1
-190
/
+1
*
Use os.pathsep. Fixes failure on Windows
8.1b1
Jason R. Coombs
2014-12-13
1
-1
/
+1
*
tests.egg_info: Test absolute egg-base install
"W. Trevor King"
2014-10-16
1
-0
/
+58
*
Implement PEP 440 by using the packaging library
Donald Stufft
2014-09-25
1
-3
/
+3
*
PY26 doesn't have assertIn
Philip Thiem
2014-05-17
1
-2
/
+2
*
Add Regression Tests for svn tagging.
Philip Thiem
2014-04-23
1
-0
/
+37
*
Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassed
Philip Thiem
2013-12-07
1
-8
/
+13
*
For .svn legacy fallback, look for the files in the .svn not the directory.
Philip Thiem
2013-11-11
1
-1
/
+95
*
Added a legacy fallback test
Philip Thiem
2013-09-28
1
-0
/
+21
*
Additional Tests, Various fixes, and encoding dealings
Philip Thiem
2013-07-20
1
-0
/
+13
*
Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). eg...
Jason R. Coombs
2013-06-19
1
-0
/
+40