aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_sdist.py
Commit message (Collapse)AuthorAgeFilesLines
* Warn if filenames cannot be added to the filelist.stefan@epy2012-11-051-0/+2
| | | | | | --HG-- branch : distribute extra : rebase_source : 9fdc3c28b097e191db384cd81319c7a4edccf52b
* No longer decompose filename for comparison.Stefan H. Holek2012-11-051-2/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : 02265fdf50dbe58c41b98e575f1d0d71c95e4bcf
* Rewrite tests for read_manifest.stefan@epy2012-11-051-20/+38
| | | | | | --HG-- branch : distribute extra : rebase_source : 8e52687fae6a06e1421c51ddec62870ef7499676
* Skip undecodable filenames in read_manifest as well.Stefan H. Holek2012-11-011-2/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : 2dda494b1a4758e84dde81cc61170acd0e55d2f2
* Keep 'surrogateescape' when reading the manifest, to avoid breaking on bad ↵Stefan H. Holek2012-10-261-3/+6
| | | | | | | | input. --HG-- branch : distribute extra : rebase_source : 6f894cd508e73fae0ad02860654df5181055ba4d
* Make sdist tests pass on Windows.Stefan H. Holek2012-10-261-8/+19
| | | | | | --HG-- branch : distribute extra : rebase_source : 9fb51372737224be8d5c50265b04a36f19543572
* Update tests.Stefan H. Holek2012-10-251-99/+121
| | | | | | --HG-- branch : distribute extra : rebase_source : 831e694725e5db1bc360298fbc4b7b58db836bdd
* Fix two failing tests on Windows (paths separated by backslash didn't match ↵0.6.29Jason R. Coombs2012-10-211-2/+3
| | | | | | | | manifest paths separated by slash). --HG-- branch : distribute extra : rebase_source : f8cd5491fcfe18f687a67423bb8ccc43d3d76672
* Use surrogateescape error handler when reading and writing the manifest. ↵Stefan H. Holek2012-10-171-44/+212
| | | | | | | | Refs #303. --HG-- branch : distribute extra : rebase_source : f0231cf87e2478f988f798dfe579f28e7561aeff
* Revert 86d7748 drive-by commit because of unclear BBB consequences.Stefan H. Holek2012-10-151-26/+12
| | | | | | --HG-- branch : distribute extra : rebase_source : 2fb9a6ec09184e238551be4d0ea908e719badd27
* Read and write manifest in UTF-8 under Python 3. Fixes #303.Stefan H. Holek2012-10-081-0/+60
| | | | | | --HG-- branch : distribute extra : rebase_source : 609c654effd2711aa803f6a0e84013294026608f
* Make sure the manifest never contains decomposed UTF-8.Stefan H. Holek2012-10-081-3/+34
| | | | | | --HG-- branch : distribute extra : rebase_source : 0e0fb3beac56f66f12670ec69ebfd3996d12d912
* adds a test for pr #4Erik Bray2012-09-051-0/+79
--HG-- branch : distribute extra : rebase_source : 347b39fb279b7168490a2c62562b4223b6c419e2