pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.

APACHE-2.0 License

Downloads
2.5M
Stars
2.4K

Bot releases are hidden (Show)

pex - pex 1.1.20

Published by kwlzn over 7 years ago

1.1.20

  • Add dummy flush method for clean interpreter exit with python3.6 (#343)
pex - pex 1.1.19

Published by kwlzn almost 8 years ago

1.1.19

  • Implement --constraints in pex (#335)
  • Make sure namespace packages (e.g. virtualenvwrapper) don't break pex (#338)
pex - pex 1.1.18

Published by kwlzn almost 8 years ago

1.1.18

  • Expose a PEX instance's path. (#332)
  • Check for scripts directory in get_script_from_egg (#328)
pex - pex 1.1.17

Published by kwlzn almost 8 years ago

1.1.17

  • Make PEX_PATH unify pex sources, as well as requirements. (#329)
pex - Release 1.1.16

Published by kwlzn almost 8 years ago

1.1.15

  • Adjust FileFinder import to work with Python 3.6. (#318)
  • Kill zipmanifest monkeypatching. (#322)
  • Bump setuptools range to latest. (#323)
pex - Release 1.1.15

Published by kwlzn almost 8 years ago

1.1.15

  • Fix #309 by deduplicating output of the distribution finder. (#310)
  • Update wheel dependency to >0.26.0. (#304)
pex - Release 1.1.14

Published by kwlzn about 8 years ago

1.1.14

  • Repair Executor error handling for other classes of IOError/OSError. (#292)
  • Fix bdist_pex --pex-args. (#285)
  • Inherit user site with --inherit-path. (#284)
pex - Release 1.1.13

Published by kwlzn over 8 years ago

1.1.13

  • Repair passing of stdio kwargs to PEX.run(). (#288)
pex - Release 1.1.12

Published by kwlzn over 8 years ago

1.1.12

  • Fix bdist_pex interpreter cache directory. (#286)
  • Normalize and edify subprocess execution. (#255)
  • Don't ignore exit codes when using setuptools entry points. (#280 fixes #137)
pex - Release 1.1.11

Published by kwlzn over 8 years ago

1.1.11

  • Update cache dir when bdist_pex.run called directly (#278 fixes #274).
pex - Release 1.1.10

Published by kwlzn over 8 years ago

1.1.10

  • Improve failure modes for os.rename() as used in distribution caching. (#271 fixes #265).
pex - Release 1.1.9

Published by kwlzn over 8 years ago

1.1.9

  • Bugfix: Open setup.py in binary mode. (#264 fixes #263)
pex - pex 1.1.8

Published by kwlzn over 8 years ago

1.1.8

  • Bugfix: Repair a regression in --disable-cache. (#261 fixes #260).
pex - pex 1.1.7

Published by kwlzn over 8 years ago

1.1.7

  • Add README and supported python versions to PyPI description. (#258)
  • Use open with utf-8 support. (#231)
  • Add --pex-root option. (#206)
pex - pex 1.1.6

Published by jsirois over 8 years ago


1.1.6

This release is a quick fix for a regression that inadvertently went out in 1.1.5 (Issue #243).

  • Fix the bdist_pex setuptools command to work for python2: #246 fixed #243
  • Upgrade pex dependencies on setuptools and wheel: #244 fixed #238
pex - pex 1.1.5

Published by jsirois over 8 years ago


1.1.5

  • Fix PEXBuilder.clone and thus bdist_pex --pex-args for --python and --python-shebang: #234 fixed #233
  • Fix old pkg_resources egg version normalization: #227 fixed #226
  • Fix the inherit_path handling: #224
  • Fix handling of bad distribution script names when used as the pex entrypoint: #221 fixed #220
pex - pex 1.1.4

Published by kwlzn over 8 years ago


1.1.4

This release provides a quick fix for a regression that inadvertently went out in 1.1.3 (Issue #216).

  • Add a test for the regression in FixedEggMetadata._zipinfo_name and revert the breaking commit. Fixes #216
pex - pex 1.1.3

Published by kwlzn over 8 years ago


1.1.3

This release includes an initial body of work towards Windows support, ABI tag support for CPython 2.x and a fix for version number normalization.

  • Add python 2.x abi tag support. #214
  • Add .idea to .gitignore. #205
  • Don't normalize version numbers as names. #204
  • More fixes for windows. #202
  • Fixes to get pex to work on windows. #198
pex - pex 1.1.2

Published by kwlzn almost 9 years ago


1.1.2

  • Bump setuptools & wheel version pinning. #194
  • Unescape html in PageParser.href_match_to_url. #191
  • Memoize calls to Crawler.crawl() for performance win in find-links based resolution. #187
pex - pex 1.1.1

Published by jsirois almost 9 years ago


1.1.1

  • Fix infinite recursion when PEX_PYTHON points at a symlink. #182
  • Add /etc/pexrc to the list of pexrc locations to check. #183
  • Improve error messaging for platform constrained Untranslateable errors. #179