aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_sdist.py
Commit message (Expand)AuthorAgeFilesLines
* Fix quantity of blank lines after code object.stepshal2016-07-131-1/+0
* Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+1
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-6/+1
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+7
* Merge with master. Ref #229.Jason R. Coombs2015-12-311-128/+114
|\
| * Use io.open for future compatibility and consistencyJason R. Coombs2015-12-091-9/+9
| * Expect fail when LC_ALL=CJason R. Coombs2015-12-011-0/+1
| * Expect failure running Python 3 only tests on Python 2Jason R. Coombs2015-12-011-104/+106
| * Try setting LC_CTYPE alsoJason R. Coombs2015-12-011-6/+2
| * WTFJason R. Coombs2015-12-011-0/+1
| * Try inlining the xfail marker.Jason R. Coombs2015-12-011-2/+2
| * Expect failures on these tests due to ASCIIJason R. Coombs2015-12-011-3/+5
| * Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed E...11.3Jason R. Coombs2015-01-051-1/+1
| * Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-041-16/+4
| * Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-041-8/+4
* | Merge with 10.2.1Jason R. Coombs2015-01-021-166/+48
|\|
| * Converted sdist tests to pytestJason R. Coombs2015-01-021-30/+25
| * Use pytest for skipsJason R. Coombs2015-01-011-3/+5
| * Use underlying invocation of ._load directlyJason R. Coombs2014-12-311-1/+1
| * Add test capturing requirement. Ref #320.Jason R. Coombs2014-12-311-0/+18
| * Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-241-133/+1
* | Merge with 6.0.2Jason R. Coombs2014-09-291-0/+28
|\|
| * sdist command: fix case insensitivity when adding some files to filelistRandy Syring2014-09-201-0/+28
* | Use six for Python 2 compatibilityJason R. Coombs2014-07-051-14/+15
|/
* Add whitespace for readability.Jason R. Coombs2014-05-171-1/+1
* Must create files for tests, else they are remoed from manifestsJason R. Coombs2014-05-171-0/+3
* Must create files for tests, else they are remoed from manifestsPhilip Thiem2014-05-171-6/+9
* est_manifest_is_written_with_utf8_encoding should use the filelist's append, ...Philip Thiem2014-05-171-1/+1
* Remove unused importJason R. Coombs2014-05-171-1/+0
* Convert quiet to a context manager, so its comment is no longer complaining a...Jason R. Coombs2014-05-171-45/+16
* Use PY3 and PY2 throughoutJason R. Coombs2014-05-171-12/+12
* Merge in test changes from previous tryPhilip Thiem2014-05-171-8/+16
* Test should use the same high-level interface for appending filenames as the ...Jason R. Coombs2014-05-151-1/+1
* Extend docstring for test_write_manifest_skips_non_utf8_filenamesJason R. Coombs2014-05-151-1/+6
* Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassedPhilip Thiem2013-12-071-1/+6
* For .svn legacy fallback, look for the files in the .svn not the directory.Philip Thiem2013-11-111-79/+70
* Fixed the various tests that depended on fsencode.Philip Thiem2013-11-071-3/+79
* Merge with defaultJason R. Coombs2013-10-301-1/+4
|\
| * Skip test when file system encoding is not suitable. Fixes #55 and Distribute...1.1.7Toshio Kuratomi2013-04-111-1/+4
* | Additional Tests, Various fixes, and encoding dealingsPhilip Thiem2013-07-201-2/+62
|/
* Use unicode from compat moduleJason R. Coombs2013-06-171-2/+2
* Update exceptions for Python 3 compatibilityJason R. Coombs2013-06-171-4/+8
* Remove unused importJason R. Coombs2013-06-181-4/+4
* Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-181-60/+287
|\
| * don't decode in python 2.x. that's my oopsPhilip Thiem2013-02-161-4/+1
| * There were some failing tests on windows. I assume this is a NTFS vs FAT orPhilip Thiem2013-02-161-6/+24
| * Warn if filenames cannot be added to the filelist.stefan@epy2012-11-051-0/+2
| * No longer decompose filename for comparison.Stefan H. Holek2012-11-051-2/+0
| * Rewrite tests for read_manifest.stefan@epy2012-11-051-20/+38
| * Skip undecodable filenames in read_manifest as well.Stefan H. Holek2012-11-011-2/+6