summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Bumped to 18.1 in preparation for next release.18.1Jason R. Coombs2015-08-022-2/+2
| | | | | | | | | |
| * | | | | | | | | Update changelogJason R. Coombs2015-08-021-0/+6
| | | | | | | | | |
| * | | | | | | | | MergeJason R. Coombs2015-08-024-4/+26
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge pull request #27 from dstufft/upgrade-packagingJason R. Coombs2015-08-024-4/+26
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade packaging to 15.3
| | | * | | | | | | | | Upgrade packaging to 15.3Donald Stufft2015-08-014-4/+26
| | |/ / / / / / / / /
* | | | | | | | | | | Big performance fix for find_packages by ignoring hidden dirs earlierLuke Plant2015-07-201-2/+12
|/ / / / / / / / / /
* | | | | | | | | | fix typo: "a a"vrutsky2015-07-021-1/+1
|/ / / / / / / / /
* | | | | | | | | Bumped to 18.0.2 in preparation for next release.Jason R. Coombs2015-06-242-2/+2
| | | | | | | | |
* | | | | | | | | Added tag 18.0.1 for changeset e364795c1b09Jason R. Coombs2015-06-240-0/+0
| | | | | | | | |
* | | | | | | | | Bumped to 18.0.1 in preparation for next release.18.0.1Jason R. Coombs2015-06-242-2/+2
| | | | | | | | |
* | | | | | | | | Update changelog. Along with f44e81f2f62f, fixes #401.Jason R. Coombs2015-06-241-0/+6
| | | | | | | | |
* | | | | | | | | Conditionally remove __PYVENV_LAUNCHER__Jason R. Coombs2015-06-231-1/+1
| | | | | | | | |
* | | | | | | | | Bumped to 18.1 in preparation for next release.Jason R. Coombs2015-06-232-2/+2
| | | | | | | | |
* | | | | | | | | Added tag 18.0 for changeset 0a49ee524b0aJason R. Coombs2015-06-230-0/+0
| | | | | | | | |
* | | | | | | | | Update changelog18.0Jason R. Coombs2015-06-131-1/+3
| | | | | | | | |
* | | | | | | | | Merge fixJason R. Coombs2015-06-131-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix test failure when __PYVENV_LAUNCHER__ is set. Fixes #396.Jason R. Coombs2015-06-131-2/+4
| | | | | | | | | |
* | | | | | | | | | Don't quote executable name twice in script headersStephen Drake2015-06-111-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 PyrexJason R. Coombs2015-06-101-8/+7
| | | | | | | | | |
* | | | | | | | | | Added tag 18.0b1 for changeset fac98a49bd98Jason R. Coombs2015-06-100-0/+0
| | | | | | | | | |
* | | | | | | | | | Bumped to 18.0 in preparation for next release.18.0b1Jason R. Coombs2015-06-102-2/+2
| | | | | | | | | |
* | | | | | | | | | Detect Cython later in the build process, allowing the library to be ↵Jason R. Coombs2015-06-103-23/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified in setup_requires. Fixes #288.
* | | | | | | | | | Bumped to 17.1.2 in preparation for next release.Jason R. Coombs2015-06-082-2/+2
| | | | | | | | | |
* | | | | | | | | | Added tag 17.1.1 for changeset 4a0d01d690ffJason R. Coombs2015-06-080-0/+0
|/ / / / / / / / /
* | | | | | | | | Bumped to 17.1.1 in preparation for next release.17.1.1Jason R. Coombs2015-06-082-2/+2
| | | | | | | | |
* | | | | | | | | Update changelogJason R. Coombs2015-06-081-0/+8
| | | | | | | | |
* | | | | | | | | Merge fixJason R. Coombs2015-06-081-6/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Backed out unintended changes made in f572ec9, restoring use of 'imp' module ↵Jason R. Coombs2015-06-081-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for dynamic module creation originally committed in 06ac3674 and 4c121bd24f.
* | | | | | | | | | Bumped to 17.2 in preparation for next release.Jason R. Coombs2015-06-072-2/+2
| | | | | | | | | |
* | | | | | | | | | Added tag 17.1 for changeset a37bcaaeab36Jason R. Coombs2015-06-070-0/+0
| | | | | | | | | |
* | | | | | | | | | Update changelog17.1Jason R. Coombs2015-06-071-0/+7
| | | | | | | | | |
* | | | | | | | | | Add test capturing possible violation in expectation due to new Python ↵Jason R. Coombs2015-06-071-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.7.10 release. Ref #380.
* | | | | | | | | | Remove now deprecated test capturing failure of range comparison operators ↵Jason R. Coombs2015-06-071-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Ref #380).
* | | | | | | | | | Merged in jamezpolley/setuptools (pull request #134)Jason R. Coombs2015-06-071-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand the range of valid operators to include comparators
| * | | | | | | | | | Expand the range of valid operators to include comparatorsJames Polley2015-05-221-0/+4
| | | | | | | | | | |
* | | | | | | | | | | Add tests capturing expectation for range comparison operators (Ref #380).Jason R. Coombs2015-06-071-0/+6
| | | | | | | | | | |
* | | | | | | | | | | Bumped to 17.1 in preparation for next release.Jason R. Coombs2015-05-282-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Added tag 17.0 for changeset 8e5624096101Jason R. Coombs2015-05-280-0/+0
| | | | | | | | | | |
* | | | | | | | | | | Bumped to 17.0 in preparation for next release.17.0Jason R. Coombs2015-05-282-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Correct typoJason R. Coombs2015-05-281-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Issue #378: Do not use internal importlib._bootstrap module.Arfrever Frehtes Taifersar Arahesis2015-05-282-8/+9
| | | | | | | | | | |
* | | | | | | | | | | Update changelogJason R. Coombs2015-05-271-0/+8
| | | | | | | | | | |
* | | | | | | | | | | Disallow path separators in script names. Fixes #390Jason R. Coombs2015-05-271-0/+10
| | | | | | | | | | |
* | | | | | | | | | | Update docstring to include the actual entry point names (for hits when ↵Jason R. Coombs2015-05-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grepping).
* | | | | | | | | | | extract variable for nicer indentationJason R. Coombs2015-05-271-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Bumped to 16.1 in preparation for next release.Jason R. Coombs2015-05-182-2/+2
| | | | | | | | | |
* | | | | | | | | | Added tag 16.0 for changeset e0825f0c7d59Jason R. Coombs2015-05-180-0/+0
| | | | | | | | | |
* | | | | | | | | | Bumped to 16.0 in preparation for next release.16.0Jason R. Coombs2015-05-182-2/+2
| | | | | | | | | |
* | | | | | | | | | Update changelogJason R. Coombs2015-05-181-1/+3
| | | | | | | | | |
* | | | | | | | | | Don't install tests in site-packagesAlex Gr?nholm2015-05-161-1/+1
| | | | | | | | | |