aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merged latest changes from setuptools-0.6 branchJason R. Coombs2013-05-131-2/+2
|\ | | | | | | | | --HG-- rename : doc/formats.txt => docs/formats.txt
| * Fix spurious test breakage on 2.7pje2013-04-251-4/+4
| | | | | | | | | | | | | | | | (grafted from aeb004b22c9472066322f4b0319588cddf63f699) --HG-- branch : setuptools-0.6 extra : source : aeb004b22c9472066322f4b0319588cddf63f699
* | Merge with Distribute 0.6.39Jason R. Coombs2013-05-131-3/+3
|\ \ | | | | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | Updated tests of win_script_wrapper to use 32-bit wrappersJason R. Coombs2013-05-111-3/+3
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 26421e9ba211b7e14171673c46c45692b6c8501d
* | | easy_install once again honors setup.cfg if found in the current directoryJason R. Coombs2013-05-031-36/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 422fc7e84eb2a22aa13df44dea6f138d7c840e83
* | | Updated a couple more references from Distribute to SetuptoolsJason R. Coombs2013-03-191-2/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : rebase_source : ad9f8f344d7e705ddc354757fbe741b34b576b1b
* | | Removed tests relevant to the co-existence of distribute and setuptools; ↵Jason R. Coombs2013-03-191-37/+6
| | | | | | | | | | | | | | | | | | | | | | | | retained some tests that are still relevant --HG-- branch : Setuptools-Distribute merge extra : rebase_source : c87a0b28f0bcd679ae5a34770b0f4fb908f2aee3
* | | Updated references in tests to refer to setuptools in favor of distributeJason R. Coombs2013-03-192-7/+7
|/ / | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : rebase_source : 1ffe834b5ecad0e5fd0ae44cb63e6541d9006004
* | Backed out changeset: d0a8d1a83053Jason R. Coombs2013-02-161-17/+3
| | | | | | | | | | | | | | | | In the discussion in #278, it became clear that the deviance in behavior from setuptools is problemmatic. For compatibility, defer to the setuptools version scheme as specifically intended. --HG-- branch : distribute extra : rebase_source : 1d5cc8c216f974b247e2dc84d8d40c868d6d3639
* | Fix some ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-12-293-11/+33
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 31ac3f0135d8cfe0fabc274f1649d1c99eba2868
* | Disable workaround for Jython scripts on Linux systems.Arfrever Frehtes Taifersar Arahesis2012-11-271-0/+10
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 289980b084c335029d93732feb8e02da94472795
* | Fix 1 failure with Jython 2.5 and 2.7.Arfrever Frehtes Taifersar Arahesis2012-11-271-2/+2
| | | | | | | | | | | | | | | | (Now there remain 0 failures and 2 errors with Jython 2.5 and 0 failures and 5 errors with Jython 2.7.) --HG-- branch : distribute extra : rebase_source : 319071404608c4f34616df74bfeaa28d590edd0c
* | Backed out changeset: 98a9f9dcce0e; Fixes #335.Jason R. Coombs2012-11-261-104/+38
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3f4ff1c880688e6dd72d2fa8fab3c07e7f486a7e
* | Fix some DeprecationWarnings and ResourceWarnings.Arfrever Frehtes Taifersar Arahesis2012-11-262-11/+11
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1293f856181d35c735670b021e8745208103f640
* | Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.Arfrever Frehtes Taifersar Arahesis2012-11-261-1/+1
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b0d3166887c9a287fd885e19f804e9d254b8dbc8
* | MergeJason R. Coombs2012-11-241-40/+105
|\ \ | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c0f43d4688762927683ef5f0d4a3e879190dae72
| * | Fixes and adds a regression test for #323; required adding some new keyword ↵Erik Bray2012-09-111-38/+104
| | | | | | | | | | | | | | | | | | | | | | | | arguments to existing pkg_resources methods. Also had to update how __path__ is handled for namespace packages to ensure that when a new egg distribution containing a namespace package is placed on sys.path, the entries in __path__ are in the same order they would have been in had that egg been on the path when pkg_resources was first imported --HG-- branch : distribute extra : rebase_source : 63a120c9397f6619d2768ec982e5c6b664c97e40
* | | 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
* | | Issue #329: Properly close files created by tests for compatibility with Jython.Arfrever Frehtes Taifersar Arahesis2012-10-241-2/+6
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 09c503106ef73b7694e13443ae899666652922a4
* | | 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
* | | Fix failing test case on Windows (can't rmtree if a file is open in that tree)Jason R. Coombs2012-10-211-0/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 99e78b88c18007b410c0be28237db8341413e334
* | | Fix a test broken by 984cedb.Stefan H. Holek2012-10-191-5/+10
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : f9fe65a5b00a1a64f812aa99716cc913a4b39188
* | | 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
* | | Fix Python 2.4 incompatibility in test_easy_install.py.Stefan H. Holek2012-10-161-5/+6
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : ba9360ee8ff6c69f2ef589ef7c920fc0c8219b61
* | | 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
* | | mergeDaniel Holth2012-09-173-23/+167
|\| | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : e10714ab6506fa313a8bfb3f88f0620d3ab1707d
| * | Make this test less chattyErik Bray2012-09-111-0/+7
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : da18973713f46ff00931ea79f0fcd39a13fb8349
| * | mergeErik Bray2012-09-111-0/+79
| |\ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 97f4cdbb2d0c9367836c8675e58b99699cfb50a7
| | * \ Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-051-0/+79
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : edfbe310b187502d98f3fb19e7aa405238a143be
| | | * | adds a test for pr #4Erik Bray2012-09-051-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 347b39fb279b7168490a2c62562b4223b6c419e2
| * | | | Adds a fix for issue #318, including a regression test. This also fixes ↵Erik Bray2012-09-062-23/+81
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | another test that was passing trivially due to *bug* in yet another test, ugh --HG-- branch : distribute extra : rebase_source : 476550766b7b756dced040ad4356b7685d6f062a
* / / / skip markerlib tests on Python < 2.6 (no ast compilation)Daniel Holth2012-09-172-40/+6
|/ / / | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 2044b531becb5ca6882bfb3b59ab53aac2c8ae2e
* | | move _markerlib test into setuptools/testDaniel Holth2012-08-251-0/+98
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b2d7118f3a3cdf931ba1e56090a35442bc70fd2a
* | | add markerlib as _markerlibDaniel Holth2012-08-251-5/+7
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : b9d8fa81db6c6fc3d89db54a70778eb3e8396e17
* | | Oups.Lennart Regebro2012-08-241-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 515bd00c3028ba0d58e57fd51d524a798b9b898d
* | | Merge.Lennart Regebro2012-08-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 0102b3983fb3f3201c8d2819b5a1120da2cc0047
| * | | Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2012-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 779baf947b6989f1275d99cff2044adad3dd7997
* | | | Issue #310: Non-ascii characters in a namespace __init__.py causes errors.Lennart Regebro2012-08-221-6/+15
|/ / / | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 668e1c79a2bcc314bcf1f7213b317766bb8511ab
* | | Issue 315:Lennart Regebro2012-08-221-0/+4
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c7ad76794ac6db2a4bc1abc88e646ddcd14550db
* | | Issue #314: test_local_index() would fail an OS X.Lennart Regebro2012-08-221-1/+2
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 8d91abdbed53300e6ec80bd535e00bca17767206
* | | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-226-78/+78
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 9d7032bac7db98e445ab6a46b2610c278c691c2d
* | | The error message changed in Python 3.3.Lennart Regebro2012-08-221-1/+1
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 107ac0ce6d98f4b17f31a6f4c006b1ae2e21381b