Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Always execute tests, even if no test_suite is supplied. Fixes #446. | Jason R. Coombs | 2015-10-10 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Accept a pattern argument, supplied by later versions of unittest. | Jason R. Coombs | 2015-10-10 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Only include test_suite in args if one is specified. Ref #446. | Jason R. Coombs | 2015-10-10 | 1 | -2/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Re-use _argv for the announcement | Jason R. Coombs | 2015-10-10 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Extract _argv property. | Jason R. Coombs | 2015-10-10 | 1 | -1/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Just pass 'unittest' as argv[0] - the full path to the file shouldn't be ↵ | Jason R. Coombs | 2015-10-10 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | relevant | |||||
* | | | | | | | | | Resolve test_suite directly rather than referencing test_args | Jason R. Coombs | 2015-10-10 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Extract variable for nicer indentation | Jason R. Coombs | 2015-10-10 | 1 | -3/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Move value checking into its own block. | Jason R. Coombs | 2015-10-10 | 1 | -4/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Calculate test_args on demand rather than setting an attribute. | Jason R. Coombs | 2015-10-10 | 1 | -4/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Backed out changeset 38b415c244b8 | Jason R. Coombs | 2015-09-27 | 1 | -5/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Extract _requirement_spec method for rendering the requirement specification ↵ | Jason R. Coombs | 2015-09-27 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for scripts. Ref #439. | |||||
* | | | | | | | | | Bumped to 18.3.3 in preparation for next release. | Jason R. Coombs | 2015-09-19 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Bumped to 18.3.2 in preparation for next release.18.3.2 | Jason R. Coombs | 2015-09-19 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Only return results that are files. Fixes failing test and corrects ↵ | Jason R. Coombs | 2015-09-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | additional regression in 18.3. | |||||
* | | | | | | | | | Merge | Jason R. Coombs | 2015-09-19 | 4 | -37/+87 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Bumped to 18.3.1 in preparation for next release.18.3.1 | Jason R. Coombs | 2015-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Another refactor of findall, this time separating the simple walk / join ↵ | Jason R. Coombs | 2015-09-07 | 1 | -11/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operation from the conditional relative path. | |||||
| * | | | | | | | | | Restore old behavior for calculating the base. Fixes failing test and fixes ↵ | Jason R. Coombs | 2015-09-06 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #425. | |||||
| * | | | | | | | | | Merge | Jason R. Coombs | 2015-09-06 | 3 | -35/+74 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Bumped to 18.4 in preparation for next release. | Jason R. Coombs | 2015-09-06 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Extract version handling as a separate method | Jason R. Coombs | 2015-09-06 | 1 | -5/+12 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Adds #257, pip style versionAbsoluteMSTR/adds-257-pip-style-version-1441051798003 | Ankur Dedania | 2015-08-31 | 1 | -1/+3 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Use relpath to produce results relative to 'dir' | Jason R. Coombs | 2015-08-30 | 1 | -8/+3 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Replace initialize/inject loop with a list comprehension | Jason R. Coombs | 2015-08-30 | 1 | -9/+16 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Add reference to bug report | Jason R. Coombs | 2015-08-30 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Prefer preceding line comments | Jason R. Coombs | 2015-08-30 | 1 | -2/+4 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Allow dict.update to do the iteration | Jason R. Coombs | 2015-08-30 | 1 | -2/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Replace comment with docstring. Fixes #423 | Jason R. Coombs | 2015-08-30 | 1 | -1/+4 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Allow dict.update to do the iteration | Jason R. Coombs | 2015-08-30 | 1 | -3/+2 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Allow disabling of the sys.path rewrite technique using an environment variable. | Jason R. Coombs | 2015-08-19 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Extract a class for the behavior that rewrites the sys.path | Jason R. Coombs | 2015-08-19 | 1 | -20/+30 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Calculate prelude and postlude early | Jason R. Coombs | 2015-08-19 | 1 | -16/+17 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Open file in context manager | Jason R. Coombs | 2015-08-19 | 1 | -3/+2 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Extract method for wrapping lines | Jason R. Coombs | 2015-08-19 | 1 | -8/+22 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Do join late | Jason R. Coombs | 2015-08-19 | 1 | -4/+3 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Extract variable | Jason R. Coombs | 2015-08-19 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Bumped to 18.3 in preparation for next release. | Jason R. Coombs | 2015-08-19 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Update docstring and test to match long-standing expectation in behavior. | Jason R. Coombs | 2015-09-06 | 2 | -2/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Add another test capturing issue described in http://bugs.python.org/issue12885 | Jason R. Coombs | 2015-09-19 | 1 | -0/+23 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Add tests capturing expected behavior, including failure to match ↵ | Jason R. Coombs | 2015-09-06 | 1 | -0/+24 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | expectation indicated in docstring. | |||||
* | | | | | | | | | Remove unused _all_dirs. Prefer 'candidate' to 'suitable'. Update documentation. | Jason R. Coombs | 2015-08-07 | 1 | -15/+8 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merged in spookylukey/setuptools (pull request #140) | Jason R. Coombs | 2015-08-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Big performance fix for find_packages by ignoring hidden dirs earlier | |||||
| * | | | | | | | | | Bumped to 18.2 in preparation for next release. | Jason R. Coombs | 2015-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Bumped to 18.1 in preparation for next release.18.1 | Jason R. Coombs | 2015-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Big performance fix for find_packages by ignoring hidden dirs earlier | Luke Plant | 2015-07-20 | 1 | -2/+12 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Bumped to 18.0.2 in preparation for next release. | Jason R. Coombs | 2015-06-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Bumped to 18.0.1 in preparation for next release.18.0.1 | Jason R. Coombs | 2015-06-24 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Conditionally remove __PYVENV_LAUNCHER__ | Jason R. Coombs | 2015-06-23 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Bumped to 18.1 in preparation for next release. | Jason R. Coombs | 2015-06-23 | 1 | -1/+1 | |
| | | | | | | | | |