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_sdist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move filename fixtures to a 'text' module so they can use unicode literals.
Jason R. Coombs
2017-10-11
1
-15
/
+8
*
Expect failure on macOS 10.13 and other operating systems where writing latin...
Jason R. Coombs
2017-10-11
1
-0
/
+18
*
Feed the hobgoblins (delint).
Jason R. Coombs
2017-10-11
1
-3
/
+5
*
Collapse encoding detection
Jason R. Coombs
2017-10-11
1
-4
/
+3
*
Use natural byte literals in test_sdist
Jason R. Coombs
2017-10-11
1
-17
/
+11
*
Remove meaningless commend
Jason R. Coombs
2017-10-11
1
-1
/
+0
*
Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"
Jason R. Coombs
2017-02-24
1
-2
/
+2
*
Strip out vendored packages and require them instead. Ref #581.
Jason R. Coombs
2017-01-01
1
-2
/
+2
*
Change _add_defaults_data_files override and add unittest
Thiebaud Weksteen
2016-11-21
1
-2
/
+7
*
Fix quantity of blank lines.
stepshal
2016-10-18
1
-5
/
+0
*
Fix quantity of blank lines after code object.
stepshal
2016-07-13
1
-1
/
+0
*
Always use Python 3 version of map
Jason R. Coombs
2016-01-16
1
-0
/
+1
*
Modeling after Astropy's technique for bundling libraries, the imports are no...
Jason R. Coombs
2015-12-31
1
-6
/
+1
*
Update vendoring technique to match that used for packaging. Ref #229.
Jason R. Coombs
2015-12-31
1
-1
/
+7
*
Merge with master. Ref #229.
Jason R. Coombs
2015-12-31
1
-128
/
+114
|
\
|
*
Use io.open for future compatibility and consistency
Jason R. Coombs
2015-12-09
1
-9
/
+9
|
*
Expect fail when LC_ALL=C
Jason R. Coombs
2015-12-01
1
-0
/
+1
|
*
Expect failure running Python 3 only tests on Python 2
Jason R. Coombs
2015-12-01
1
-104
/
+106
|
*
Try setting LC_CTYPE also
Jason R. Coombs
2015-12-01
1
-6
/
+2
|
*
WTF
Jason R. Coombs
2015-12-01
1
-0
/
+1
|
*
Try inlining the xfail marker.
Jason R. Coombs
2015-12-01
1
-2
/
+2
|
*
Expect failures on these tests due to ASCII
Jason R. Coombs
2015-12-01
1
-3
/
+5
|
*
Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...
11.3
Jason R. Coombs
2015-01-05
1
-1
/
+1
|
*
Remove try/except/fail - Exceptions are failures by default.
Jason R. Coombs
2015-01-04
1
-16
/
+4
|
*
Use except/as, now supported by Python 2.6
Jason R. Coombs
2015-01-04
1
-8
/
+4
*
|
Merge with 10.2.1
Jason R. Coombs
2015-01-02
1
-166
/
+48
|
\
|
|
*
Converted sdist tests to pytest
Jason R. Coombs
2015-01-02
1
-30
/
+25
|
*
Use pytest for skips
Jason R. Coombs
2015-01-01
1
-3
/
+5
|
*
Use underlying invocation of ._load directly
Jason R. Coombs
2014-12-31
1
-1
/
+1
|
*
Add test capturing requirement. Ref #320.
Jason R. Coombs
2014-12-31
1
-0
/
+18
|
*
Removed svn support from setuptools. Ref #313.
Jason R. Coombs
2014-12-24
1
-133
/
+1
*
|
Merge with 6.0.2
Jason R. Coombs
2014-09-29
1
-0
/
+28
|
\
|
|
*
sdist command: fix case insensitivity when adding some files to filelist
Randy Syring
2014-09-20
1
-0
/
+28
*
|
Use six for Python 2 compatibility
Jason R. Coombs
2014-07-05
1
-14
/
+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
1
-12
/
+12
*
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
*
Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassed
Philip Thiem
2013-12-07
1
-1
/
+6
*
For .svn legacy fallback, look for the files in the .svn not the directory.
Philip Thiem
2013-11-11
1
-79
/
+70
*
Fixed the various tests that depended on fsencode.
Philip Thiem
2013-11-07
1
-3
/
+79
*
Merge with default
Jason R. Coombs
2013-10-30
1
-1
/
+4
|
\
|
*
Skip test when file system encoding is not suitable. Fixes #55 and Distribute...
1.1.7
Toshio Kuratomi
2013-04-11
1
-1
/
+4
*
|
Additional Tests, Various fixes, and encoding dealings
Philip Thiem
2013-07-20
1
-2
/
+62
|
/
[next]