summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Use surrogateescape error handler when reading and writing the manifest. Refs...Stefan H. Holek2012-10-171-44/+212
* Fix Python 2.4 incompatibility in test_easy_install.py.Stefan H. Holek2012-10-161-5/+6
* 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
* mergeDaniel Holth2012-09-173-23/+167
|\
| * Make this test less chattyErik Bray2012-09-111-0/+7
| * mergeErik Bray2012-09-111-0/+79
| |\
| | * Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-051-0/+79
| | |\
| | | * adds a test for pr #4Erik Bray2012-09-051-0/+79
| * | | Adds a fix for issue #318, including a regression test. This also fixes anot...Erik Bray2012-09-062-23/+81
| |/ /
* | | skip markerlib tests on Python < 2.6 (no ast compilation)Daniel Holth2012-09-172-40/+6
|/ /
* | move _markerlib test into setuptools/testDaniel Holth2012-08-251-0/+98
* | add markerlib as _markerlibDaniel Holth2012-08-251-5/+7
* | Oups.Lennart Regebro2012-08-241-1/+1
* | Merge.Lennart Regebro2012-08-241-1/+1
|\ \
| * | Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2012-08-221-1/+1
* | | Issue #310: Non-ascii characters in a namespace __init__.py causes errors.Lennart Regebro2012-08-221-6/+15
|/ /
* | Issue 315:Lennart Regebro2012-08-221-0/+4
* | Issue #314: test_local_index() would fail an OS X.Lennart Regebro2012-08-221-1/+2
* | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-226-78/+78
* | The error message changed in Python 3.3.Lennart Regebro2012-08-221-1/+1
* | Added fix for the develop command, #299.Lennart Regebro2012-08-212-8/+15
* | Added failing test for #299.Lennart Regebro2012-08-212-13/+37
* | Once the test is correctly setup, the problem actually goes away.Lennart Regebro2012-08-211-5/+9
* | Add failing test for #301.Lennart Regebro2012-08-211-0/+112
* | Don't raise when exception is caughtJason R. Coombs2012-07-221-0/+1
* | MergeJason R. Coombs2012-07-221-7/+6
|\ \
| * | Update this test again to ensure it's trapping the expected exception (Distut...Jason R. Coombs2012-07-221-5/+6
* | | Expand error message to help detect why this test fails on travisJason R. Coombs2012-07-221-4/+4
* | | Fix compatibility skipIfJason R. Coombs2012-07-221-0/+1
* | | Use compatible skipIfJason R. Coombs2012-07-221-2/+2
* | | Added python 2.4-2.6 support for skipIfJason R. Coombs2012-07-222-0/+15
* | | Use DALS to avoid breaking indentation in test setup. Removed flag indicating...Jason R. Coombs2012-07-221-22/+26
* | | Updated imports, removed excess whitespaceJason R. Coombs2012-07-221-14/+17
* | | Merge pull request #12Jason R. Coombs2012-07-211-0/+69
|\ \ \
| * | | Issue #283 bdist_egg issues with python 3.3.0aXJim Fulton2012-07-141-0/+69
* | | | improve .dist-info testDaniel Holth2012-07-071-3/+13
* | | | test .dist-info distributionsDaniel Holth2012-07-071-0/+55
|/ / /
* | | MergeJason R. Coombs2012-05-181-2/+8
|\ \ \ | |/ /
| * | Fixed failing test on Python 2.7.3 (and probably other recent patch releases)Jason R. Coombs2012-05-181-2/+8
* | | Allow for three requests (fixes test on Python 3.3).Jason R. Coombs2012-04-151-1/+3
* | | Skip another test that fails on Jython due to port 0 binding behavior.Jason R. Coombs2012-04-151-0/+4
|/ /
* | Split one test 'bad urls' into several different tests (for clarity).Jason R. Coombs2012-04-151-4/+18
* | Skip test when MockServer can't detect the port to which it bound.Jason R. Coombs2012-04-151-0/+4
* | Ensure that the setup.py is generated as bytes on Python 2 and 3 so that the ...Jason R. Coombs2012-04-141-2/+7
* | Merge fix for doctest failures on Python 3. Fixes #277.Jason R. Coombs2012-04-141-2/+2
|\ \
| * | Fixed test failures in the doctests on Python 3.Jason R. Coombs2012-04-141-2/+2
* | | Merge fixes for depends module imports. Fixes in part #277.Jason R. Coombs2012-04-141-14/+22
|\ \ \
| * | | Fixed issue where some functions are excluded from the depends module on cert...Jason R. Coombs2012-04-141-14/+22
| |/ /