| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -2/+28 |
| |\ | |||||
| | * | Update docstring and test to match long-standing expectation in behavior. | Jason R. Coombs | 2015-09-06 | 2 | -2/+4 |
| | | | |||||
| | * | Add tests capturing expected behavior, including failure to match ↵ | Jason R. Coombs | 2015-09-06 | 1 | -0/+24 |
| | | | | | | | | | expectation indicated in docstring. | ||||
| * | | 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 version | Ankur Dedania | 2015-08-31 | 1 | -1/+3 |
| | | | | | | | | | | | --HG-- branch : AbsoluteMSTR/adds-257-pip-style-version-1441051798003 | ||||
| * | | 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 |
| |/ | |||||
| * | 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 | -2/+12 |
| |\ | | | | | | | Big performance fix for find_packages by ignoring hidden dirs earlier | ||||
| | * | Big performance fix for find_packages by ignoring hidden dirs earlier | Luke Plant | 2015-07-20 | 1 | -2/+12 |
| | | | |||||
| * | | 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 |
| |/ | |||||
| * | 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 |
| | | |||||
| * | Merge fix | Jason R. Coombs | 2015-06-13 | 1 | -2/+4 |
| |\ | |||||
| | * | Fix test failure when __PYVENV_LAUNCHER__ is set. Fixes #396. | Jason R. Coombs | 2015-06-13 | 1 | -2/+4 |
| | | | |||||
| * | | Don't quote executable name twice in script headers | Stephen Drake | 2015-06-11 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | Don't quote the executable name in JythonCommandSpec.from_environment() since it is quoted if necessary in CommandSpec._render(). With the executable quoted on initialisation of JythonCommandSpec, the quotes get escaped in the resulting header, eg: #!/usr/bin/env \"/path/to/jython\" | ||||
| * | | Remove loop, made unnecessary by removal of support for Pyrex | Jason R. Coombs | 2015-06-10 | 1 | -8/+7 |
| | | | |||||
| * | | Bumped to 18.0 in preparation for next release.18.0b1 | Jason R. Coombs | 2015-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | Detect Cython later in the build process, allowing the library to be ↵ | Jason R. Coombs | 2015-06-10 | 2 | -23/+13 |
| | | | | | | | | | specified in setup_requires. Fixes #288. | ||||
| * | | Bumped to 17.1.2 in preparation for next release. | Jason R. Coombs | 2015-06-08 | 1 | -1/+1 |
| |/ | |||||
| * | Bumped to 17.1.1 in preparation for next release.17.1.1 | Jason R. Coombs | 2015-06-08 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 17.2 in preparation for next release. | Jason R. Coombs | 2015-06-07 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 17.1 in preparation for next release. | Jason R. Coombs | 2015-05-28 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 17.0 in preparation for next release.17.0 | Jason R. Coombs | 2015-05-28 | 1 | -1/+1 |
| | | |||||
| * | Disallow path separators in script names. Fixes #390 | Jason R. Coombs | 2015-05-27 | 1 | -0/+10 |
| | | |||||
| * | Update docstring to include the actual entry point names (for hits when ↵ | Jason R. Coombs | 2015-05-27 | 1 | -1/+2 |
| | | | | | grepping). | ||||
| * | extract variable for nicer indentation | Jason R. Coombs | 2015-05-27 | 1 | -2/+2 |
| | | |||||
| * | Bumped to 16.1 in preparation for next release. | Jason R. Coombs | 2015-05-18 | 1 | -1/+1 |
| | | |||||
| * | Bumped to 16.0 in preparation for next release.16.0 | Jason R. Coombs | 2015-05-18 | 1 | -1/+1 |
| | | |||||
| * | Use new string formatting | Jason R. Coombs | 2015-05-03 | 1 | -7/+8 |
| | | |||||
