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

Cache parse_links() by --find-links html page url #7729

Merged
merged 1 commit into from
Apr 8, 2020

Commits on Apr 7, 2020

  1. add failing test ; apply the fix ; add template NEWS entry

    add failing test
    
    apply the fix
    
    add template NEWS entry according to https://pip.pypa.io/en/latest/development/contributing/#news-entries (wrong PR #)
    
    rename news entry to the current PR #
    
    respond to review comments
    
    fix test failures
    
    fix tests by adding uuid salt in urls
    
    cache html page fetching by link
    
    make CI pass (?)
    
    make the types much better
    
    finally listen to the maintainer and cache parse_links() by url :)
    
    avoid caching parse_links() when the url is an index url
    
    cleanup
    
    add testing for uncachable marking
    
    only conditionally vendor _lru_cache for py2
    
    bugfix => feature
    
    python 2 does not cache!
    
    Do away with type: ignore with getattr()
    
    respond to review comments
    cosmicexplorer committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    6e7b16c View commit details
    Browse the repository at this point in the history