summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge with Distribute 0.6.39Jason R. Coombs2013-05-131-3/+3
|\
| * Updated tests of win_script_wrapper to use 32-bit wrappersJason R. Coombs2013-05-111-3/+3
* | easy_install once again honors setup.cfg if found in the current directoryJason R. Coombs2013-05-031-36/+1
* | Updated a couple more references from Distribute to SetuptoolsJason R. Coombs2013-03-191-2/+2
* | Removed tests relevant to the co-existence of distribute and setuptools; reta...Jason R. Coombs2013-03-191-37/+6
* | Updated references in tests to refer to setuptools in favor of distributeJason R. Coombs2013-03-192-7/+7
|/
* Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-161-17/+3
* Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-293-11/+33
* Disable workaround for Jython scripts on Linux systems.Arfrever Frehtes Taifersar Arahesis2012-11-271-0/+10
* Fix 1 failure with Jython 2.5 and 2.7.Arfrever Frehtes Taifersar Arahesis2012-11-271-2/+2
* Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-261-104/+38
* Fix some DeprecationWarnings and ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-11-262-11/+11
* Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.Arfrever Frehtes Taifersar Arahesis2012-11-261-1/+1
* MergeJason R. Coombs2012-11-241-40/+105
|\
| * Fixes and adds a regression test for #323; required adding some new keyword a...Erik Bray2012-09-111-38/+104
* | 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
* | Issue #329: Properly close files created by tests for compatibility with Jython.Arfrever Frehtes Taifersar Arahesis2012-10-241-2/+6
* | Fix two failing tests on Windows (paths separated by backslash didn't match m...0.6.29Jason R. Coombs2012-10-211-2/+3
* | Fix failing test case on Windows (can't rmtree if a file is open in that tree)Jason R. Coombs2012-10-211-0/+2
* | Fix a test broken by 984cedb.Stefan H. Holek2012-10-191-5/+10
* | 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