aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add test capturing failure on Python 3 in egg_info.get_svn_revision (#20). ↵Jason R. Coombs2013-06-192-0/+655
| |/ | | | | | | egg_info.get_svn_revision is now a staticmethod.
* | Merge Python 3 native support from distributeJason R. Coombs2013-06-1812-160/+149
|\ \ | |/ |/| | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py
| * Use unicode from compat moduleJason R. Coombs2013-06-171-2/+2
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : c4dd03dba58146eed2f620cd6d6b7ab52ee9d109 extra : histedit_source : 02c194ea1c97e8aea64fd23d77efc1bade185c0a
| * Re-save test modules with UTF-8 encodingJason R. Coombs2013-06-171-6/+6
| | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 6728580b2f2f10026fe0f196db7ea5510acac704 extra : histedit_source : f4fbf02bbe3e4e39caf1aa2f5a354c99d9249e65
| * Update exceptions for Python 3 compatibilityJason R. Coombs2013-06-171-4/+8
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 354795c0a0b8a864583f2549ce869e719be265d2
| * Remove unused importJason R. Coombs2013-06-181-4/+4
| | | | | | | | | | --HG-- branch : distribute
| * Merge Vinay Sajip's unified Python 2/3 support from distribute 3Jason R. Coombs2013-06-189-114/+350
| |\ | | | | | | | | | | | | --HG-- branch : distribute
| * | Fixed some resource leaks.Vinay Sajip2012-10-104-24/+39
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 98c929e25fee11a99eb125dd9a13521321d68dd3
| * | Updated win_script_wrapper to run on Python 2 and Python 3Jason R. Coombs2013-06-181-31/+46
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Minor fix previously fixed in a mergeJason R. Coombs2013-06-181-2/+2
| | | | | | | | | | | | | | | --HG-- branch : distribute
| * | Post-merge fixes for Python 3.Vinay Sajip2012-10-104-6/+5
| | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : source : 6b9041dea7b9197f6ea1fb993d7a05dd4f7c580d
| * | Merge with upstreamJason R. Coombs2013-06-1812-186/+1018
| |\ \ | | | | | | | | | | | | | | | | --HG-- branch : distribute
| * | | Fixed some bugs - tests now all pass under Python 3.3.Vinay Sajip2011-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 3498bfdc0d4c15e4276673b52e924c461ca353f0
| * | | Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-207-60/+66
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071
* | | | Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-111-1/+1
| | | |
* | | | Merge changes from distribute 0.6.41Jason R. Coombs2013-05-242-32/+74
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | --HG-- rename : distribute_setup.py => ez_setup.py
| * | | don't decode in python 2.x. that's my oopsPhilip Thiem2013-02-161-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 4b981d54c6a171d7a6500c6c62838d8c368ae0b1
| * | | old win wrapper script not expecting return values from write()Philip Thiem2013-02-161-18/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python 3 no longer has popen4 had some issue with ^M on end on line. --HG-- branch : distribute extra : rebase_source : 5b2c834e9a8dfd4027791cacef7c2bfe03652f31
| * | | There were some failing tests on windows. I assume this is a NTFS vs FAT orPhilip Thiem2013-02-161-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NT versus 9x things... Seemed odd. In any case. My filesystem is deifnitely NOT cp1252. --HG-- branch : distribute extra : rebase_source : c4d64aff6b811ba36bbf33cd4cf2a12f563a6880
| * | | Backout the pkg_resources.py fixPhilip Thiem2013-02-161-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : d144d2afc763c9ed6420d32bad3015075d265226
| * | | A few non-python 3 print statementsPhilip Thiem2013-02-041-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 75f0b0e993a44ccfef8292717af58943e187d4cd
* | | | Update test to work with latest SSL-enabled URL opening technique.Jason R. Coombs2013-05-191-10/+6
| | | |
* | | | 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