Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add whitespace for readability. | Jason R. Coombs | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Must create files for tests, else they are remoed from manifests | Jason R. Coombs | 2014-05-17 | 1 | -0/+3 |
| | |||||
* | Must create files for tests, else they are remoed from manifests | Philip Thiem | 2014-05-17 | 1 | -6/+9 |
| | | | | | --HG-- extra : rebase_source : c22b55cde69bbf7fc6a075bcd8797017797c6225 | ||||
* | est_manifest_is_written_with_utf8_encoding should use the filelist's append, ↵ | Philip Thiem | 2014-05-17 | 1 | -1/+1 |
| | | | | | | | NOT filelist.files.append --HG-- extra : rebase_source : cdf0df0a11b96a60c29c10483579e6e043a7fcd1 | ||||
* | Remove unused import | Jason R. Coombs | 2014-05-17 | 1 | -1/+0 |
| | |||||
* | Convert quiet to a context manager, so its comment is no longer complaining ↵ | Jason R. Coombs | 2014-05-17 | 1 | -45/+16 |
| | | | | and to simplify the code. | ||||
* | Use PY3 and PY2 throughout | Jason R. Coombs | 2014-05-17 | 3 | -17/+16 |
| | |||||
* | Merge in test changes from previous try | Philip Thiem | 2014-05-17 | 1 | -8/+16 |
| | | | | | --HG-- extra : rebase_source : 0dba3308549833dc7fc5b242e8ae3a4ec9f3c119 | ||||
* | Test should use the same high-level interface for appending filenames as the ↵ | Jason R. Coombs | 2014-05-15 | 1 | -1/+1 |
| | | | | object itself will use when building the filelist. Ideally, FileList wouldn't expose this attribute at all. | ||||
* | Extend docstring for test_write_manifest_skips_non_utf8_filenames | Jason R. Coombs | 2014-05-15 | 1 | -1/+6 |
| | |||||
* | Just suppress the spurious IndexError when it happens. Rely on the ↵ | Jason R. Coombs | 2014-05-05 | 1 | -3/+4 |
| | | | | environments where the behavior doesn't fail until the upstream issue can be resolved. Fixes #201. | ||||
* | Add test capturing failure when find_packages no longer follows symlinks. ↵ | Jason R. Coombs | 2014-05-03 | 1 | -0/+25 |
| | | | | | | | Ref #195 --HG-- extra : amend_source : 4efa6b87d3acaefebdfcc953e78a452ffc1f160d | ||||
* | Add test capturing overmatching in new find_packages. Ref #184. | Jason R. Coombs | 2014-04-07 | 1 | -0/+11 |
| | |||||
* | Skip this test because it now fails under Python 3.3 and earlier apparently ↵ | Jason R. Coombs | 2014-03-30 | 1 | -0/+4 |
| | | | | due to a bug in the inspect module. Since the test passes under Python 3.4 and later, that should still serve as a suitable regression test. | ||||
* | Add test for exclude | Jason R. Coombs | 2014-03-22 | 1 | -0/+5 |
| | |||||
* | Created PEP420PackageFinder, whose .find method can be used to find any ↵ | Jason R. Coombs | 2014-03-22 | 1 | -16/+7 |
| | | | | suitable directory. | ||||
* | Check packages without deference to order | Jason R. Coombs | 2014-03-16 | 1 | -5/+8 |
| | |||||
* | Use py26compat for skipIf | Jason R. Coombs | 2014-03-16 | 1 | -6/+7 |
| | |||||
* | Add support for PEP 420 namespace packages to find_packages() | Wyatt Lee Baldwin | 2014-02-12 | 1 | -0/+38 |
| | | | | | | | | | | | On Python 3.3+, `find_packages()` now considers any subdirectory of the start directory that's not a regular package (i.e., that doesn't have an `__init__.py`) to be a namespace package. The other way this supports PEP 420 is by making sure `__pycache__` directories are never added to the list of packages. Fixes issue #97 | ||||
* | Update test for Python 2.6 compatibility | Jason R. Coombs | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | Add test for find_packages(include=) | Jason R. Coombs | 2014-03-16 | 1 | -0/+10 |
| | | | | | --HG-- extra : rebase_source : bee4238f4cd00fa8bd3104017f4caf234dcf0729 | ||||
* | Add unit tests for find_packages | Wyatt Lee Baldwin | 2014-02-12 | 1 | -0/+72 |
| | | | | | --HG-- extra : rebase_source : 75f5ce4d2fb9d0ccd7168739c23d9ea1eeeb9112 | ||||
* | Fix failing test on Windows3.2 | Jason R. Coombs | 2014-03-14 | 1 | -2/+3 |
| | |||||
* | Backout b17e9a0ea116 and 50725de303ef, restoring Feature model. Fixes #161 ↵ | Jason R. Coombs | 2014-03-08 | 1 | -0/+84 |
| | | | | | | | and re-opens #65. --HG-- extra : amend_source : f14bc0bf6c9f04e16d30ce0abf7bcb944f41ebea | ||||
* | Clean some imports. | Arfrever Frehtes Taifersar Arahesis | 2014-02-15 | 4 | -8/+14 |
| | |||||
* | Remove import (missed in parent commit). | Jason R. Coombs | 2014-02-09 | 1 | -1/+0 |
| | |||||
* | Removed Features functionality. Fixes #65. | Jason R. Coombs | 2014-02-09 | 1 | -83/+0 |
| | |||||
* | Use io.open() instead of codecs.open(). | Arfrever Frehtes Taifersar Arahesis | 2014-02-07 | 1 | -4/+3 |
| | | | | (builtins.open() is io.open() in Python 3.) | ||||
* | Use readlines on StringIO. Ensure quiet_context returns rewound buffers. | Jason R. Coombs | 2014-02-05 | 1 | -1/+3 |
| | |||||
* | Rewrite merged tests to use context managers | Jason R. Coombs | 2014-02-05 | 1 | -19/+16 |
| | |||||
* | Remove unused variable | Jason R. Coombs | 2014-02-05 | 1 | -1/+0 |
| | |||||
* | Reindent according to TODO (indent was reserved to minimize the diff) | Jason R. Coombs | 2014-02-05 | 1 | -15/+14 |
| | |||||
* | Update global reference. | Jason R. Coombs | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | Backed out changeset: ef949e6e6de1, which was itself a backout of the fix ↵ | Jason R. Coombs | 2014-01-27 | 1 | -38/+103 |
| | | | | for Distribute #323, so this backout restores that fix and also Fixes #141. | ||||
* | Modified setuptools.test.environment.ZipEnvironment to not choke on a bypassed | Philip Thiem | 2013-12-07 | 4 | -13/+53 |
| | | | | | | | | setUp. test_egg_info, test_sdist, and test_svn all had tests that needed to be bypassed when svn was not present. tests.py26compat contains a SkipIf decorator for skipping. This worked after ironing a few wrinkles. The conditions is evaluated and stored in test_svn._svn_check. | ||||
* | Merge with 1.4.2 | Jason R. Coombs | 2013-12-01 | 1 | -1/+17 |
|\ | |||||
| * | Moved imports to the top, made them compatible with Python 2, and added a ↵ | Jason R. Coombs | 2013-12-01 | 1 | -4/+6 |
| | | | | | | | | docstring. | ||||
| * | Adding test capturing #116 | Jason R. Coombs | 2013-12-01 | 1 | -0/+14 |
| | | |||||
* | | Move the global import logic for test_multiproc_atexit into the test where ↵ | Jason R. Coombs | 2013-11-27 | 1 | -13/+9 |
| | | | | | | | | it is used. | ||||
* | | Reindent long line | Jason R. Coombs | 2013-11-27 | 1 | -1/+2 |
| | | |||||
* | | Remove redundant imports | Jason R. Coombs | 2013-11-27 | 1 | -2/+0 |
| | | |||||
* | | Remove unused variable and clean whitespace | Jason R. Coombs | 2013-11-27 | 1 | -2/+1 |
| | | |||||
* | | backout 983513e397f3 now that contextlib and with statements are available | Jason R. Coombs | 2013-11-27 | 1 | -52/+30 |
| | | |||||
* | | Remove Python 2.5 compatibility in easy_install test setup. | Jason R. Coombs | 2013-11-27 | 1 | -19/+15 |
| | | |||||
* | | Remove easy_install.HAS_USER_SITE and just defer to site.ENABLE_USER_SITE. | Jason R. Coombs | 2013-11-27 | 1 | -4/+4 |
| | | |||||
* | | Remove stray import of exec_ | Jason R. Coombs | 2013-11-24 | 1 | -1/+1 |
| | | |||||
* | | Drop compatibility function exec_, required for Python 2.5 and earlier. | Jason R. Coombs | 2013-11-24 | 1 | -1/+1 |
|/ | |||||
* | Earlier Versions of python used gzip and tar directly. So I need to | Philip Thiem | 2013-11-11 | 1 | -12/+18 |
| | | | | | make sure they are in the paths for the legacy tests (why did it work before). Let us hope that svn is not in that directory... | ||||
* | For .svn legacy fallback, look for the files in the .svn not the directory. | Philip Thiem | 2013-11-11 | 4 | -81/+214 |
| | | | | | | | | | | | | | | | | (Fixed unexpected deprecation warning from prombredanne) Also removed the warning from fallback, only a deprecation warning is issued. Environment.py whitespacing Created a specialized command executor for tests in Environment.py Legacy Test in test_egg_info now supresses the deprecation warning. PythonPath is now explicitly controlled to allow setup.py test on clean python installations. *Fixes Issue #101* Moved some dummy svn tests from test_sdist to test_egg_info since they are egg_info tests. Downgraded a with statement in a test since we haven't offically dropped 2.4 support, however, maybe it is time. Added a test case to ensure no extranuous output on sdist with a simple dummy package without rev ctrl. | ||||
* | Merged pypa/setuptools into default | philip_thiem | 2013-11-07 | 2 | -18/+2 |
|\ |