aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_sdist.py
Commit message (Expand)AuthorAgeFilesLines
...
| * 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