8000 Tags · sholsapp/pex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: sholsapp/pex

Tags

0.8.4

Toggle 0.8.4's commit message
Merge pull request pex-tool#37 from ugodiggi/fully_cached_performance…

…_improv

Speed up the best-case scenario of dependency resolution.

v0.8.1

Toggle v0.8.1's commit message
Only get mtime on local links. Fixes pex-tool#29

Under certain circumstances it is possible for a remote link to have
os.path.getmtime called on it during resolve when using caching.  Instead,
consider all remote links as cache hits, and only filter local links using
mtime.

v0.8.0

Toggle v0.8.0's commit message
Mint 0.8.0 release.

0