aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_sdist.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep 'surrogateescape' when reading the manifest, to avoid breaking on bad in...Stefan H. Holek2012-10-261-3/+6
* Make sdist tests pass on Windows.Stefan H. Holek2012-10-261-8/+19
* Update tests.Stefan H. Holek2012-10-251-99/+121
* Fix two failing tests on Windows (paths separated by backslash didn't match m...0.6.29Jason R. Coombs2012-10-211-2/+3
* Use surrogateescape error handler when reading and writing the manifest. Refs...Stefan H. Holek2012-10-171-44/+212
* Revert 86d7748 drive-by commit because of unclear BBB consequences.Stefan H. Holek2012-10-151-26/+12
* Read and write manifest in UTF-8 under Python 3. Fixes #303.Stefan H. Holek2012-10-081-0/+60
* Make sure the manifest never contains decomposed UTF-8.Stefan H. Holek2012-10-081-3/+34
* adds a test for pr #4Erik Bray2012-09-051-0/+79