Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make --platform/--interpreter multi-options #201

Closed
wants to merge 51 commits into from
Closed
Changes from 40 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
d948fa9
First pass at making --platform/--interpreter multi-options.
jjjake Jan 14, 2016
f37568a
Added tests for ``resolver.resolve_multi()``.
jjjake Jan 15, 2016
9f03cbe
Added docstring and defaults to ``resolve_multi()``.
jjjake Jan 15, 2016
914fe4c
Removed ``resolover_kwargs`` from ``build_pex()``.
jjjake Jan 15, 2016
e284e72
First pass at making --platform/--interpreter multi-options.
jjjake Jan 14, 2016
f925c0c
Added tests for ``resolver.resolve_multi()``.
jjjake Jan 15, 2016
4a68e42
Added docstring and defaults to ``resolve_multi()``.
jjjake Jan 15, 2016
b8a10ba
Removed ``resolover_kwargs`` from ``build_pex()``.
jjjake Jan 15, 2016
bfd467d
gh #68: Make --platform/--interpreter multi-options pass python2 and …
mzdaniel May 22, 2016
572f7f1
gh #68: Make --platform/--interpreter multi-options pass style tests
mzdaniel May 22, 2016
0712aa4
First pass at making --platform/--interpreter multi-options.
jjjake Jan 14, 2016
649f7aa
Added tests for ``resolver.resolve_multi()``.
jjjake Jan 15, 2016
f97190c
Added docstring and defaults to ``resolve_multi()``.
jjjake Jan 15, 2016
c839e53
Removed ``resolover_kwargs`` from ``build_pex()``.
jjjake Jan 15, 2016
a05b7fb
Merge branch 'resolve_multi' of github.com:jjjake/pex into resolve_multi
jjjake Aug 3, 2016
dba9997
Release 1.1.7
kwlzn May 23, 2016
0b8b87a
Fix disable cache (Bug: #260) (#261).
digwanderlust May 23, 2016
b895aff
Release 1.1.8
kwlzn May 23, 2016
d38021c
Open setup.py in binary mode (#264)
saj May 24, 2016
9b4da59
Release 1.1.9
kwlzn May 24, 2016
3fd884c
* Document the release process.
kwlzn May 25, 2016
c1aa6cd
Improve failure modes for os.rename() as used in distribution caching…
kwlzn May 27, 2016
ce7088f
Release 1.1.10.
kwlzn May 27, 2016
aa3c591
Convert readthedocs link for their .org -> .io migration for hosted p…
adamchainz Jun 2, 2016
0cf6c39
Update cache dir when bdist_pex.run called directly (#278 fixes #274).
digwanderlust Jun 9, 2016
a035db2
Release 1.1.11
kwlzn Jul 7, 2016
f1ee822
Don't ignore exit codes when using setuptools entry points (#280)
rouge8 Jul 7, 2016
e98b706
Normalize and edify subprocess execution. (#255)
kwlzn Jul 13, 2016
5671db5
Fix bdist_pex interpreter cache directory (#286)
brbsix Jul 13, 2016
b0ce9a9
Release 1.1.12
kwlzn Jul 13, 2016
8bf4feb
Fixup references to pex34 in release docs. (#287)
kwlzn Jul 13, 2016
6fc0a84
Repair passing of stdio kwargs to PEX.run() (#288)
kwlzn Jul 15, 2016
ffe3b11
Release 1.1.13
kwlzn Jul 15, 2016
09c8f78
Fix bdist_pex --pex-args (#285)
brbsix Jul 18, 2016
041efd0
Inherit user site with --inherit-path (#284)
brbsix Jul 18, 2016
083d3ed
Repair the `py27-coverage-simple` tox env. (#257)
kwlzn Jul 19, 2016
72dcb9f
Repair Executor error handling for other classes of IOError/OSError. …
kwlzn Jul 19, 2016
84d3afa
Release 1.1.14
kwlzn Jul 20, 2016
b66bdac
Merge branch 'resolve_multi' of github.com:jjjake/pex into resolve_multi
jjjake Aug 3, 2016
caf1595
First pass at making --platform/--interpreter multi-options.
jjjake Jan 14, 2016
30609f9
Added tests for ``resolver.resolve_multi()``.
jjjake Jan 15, 2016
8da157b
Added docstring and defaults to ``resolve_multi()``.
jjjake Jan 15, 2016
1e82ad1
Removed ``resolover_kwargs`` from ``build_pex()``.
jjjake Jan 15, 2016
f46e233
First pass at making --platform/--interpreter multi-options.
jjjake Jan 14, 2016
83723a5
Removed ``resolover_kwargs`` from ``build_pex()``.
jjjake Jan 15, 2016
4b36489
gh #68: Make --platform/--interpreter multi-options pass python2 and …
mzdaniel May 22, 2016
9e47712
gh #68: Make --platform/--interpreter multi-options pass style tests
mzdaniel May 22, 2016
22118a2
First pass at making --platform/--interpreter multi-options.
jjjake Jan 14, 2016
bae293f
Added tests for ``resolver.resolve_multi()``.
jjjake Jan 15, 2016
53eb368
Removed ``resolover_kwargs`` from ``build_pex()``.
jjjake Jan 15, 2016
d970279
Merge branch 'resolve_multi' of github.com:jjjake/pex into resolve_multi
jjjake Aug 3, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.