aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_sdist.py
Commit message (Expand)AuthorAgeFilesLines
* Skip test when file system encoding is not suitable. Fixes #55 and Distribute...1.1.7Toshio Kuratomi2013-04-111-1/+4
* 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
| * 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
* | Post-merge fixes for Python 3.Vinay Sajip2012-10-101-2/+1
|/
* 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