Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.15.4
Choose a base ref
...
head repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.5
Choose a head ref
  • 12 commits
  • 27 files changed
  • 7 contributors

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    7c1d13f View commit details
    Browse the repository at this point in the history
  2. Fix a false positive for simplify-boolean-expression when multiple …

    …values inferred (#7627)
    
    Add a keyword-only `compare_constants` argument to `safe_infer`.
    jacobtylerwalls authored and cdce8p committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    aeec30a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cbc5a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b051fab View commit details
    Browse the repository at this point in the history
  5. Swap plugin cache to pickle-able values when done (#7640)

    When the dictionary has served its purpose (making plugin loading
    pre-and-post init a consistent behaviour), we swap it for bools
    indicating whether or not a module was loaded.
    We don't currently use the bools, but it seemed a sensible choice.
    The main idea is to make the dictionary fully pickle-able, so that when
    dill pickles the linter for multiprocessing, it doesn't crash horribly.
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    3 people committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    e8dc9b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    c2d42ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1579c43 View commit details
    Browse the repository at this point in the history
  3. Sort --generate-rcfile output

    cdce8p committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    97ebe0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c239c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8def9a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc7dc5e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7660 from cdce8p/release-2.15.5

    Release 2.15.5
    cdce8p authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    bb17694 View commit details
    Browse the repository at this point in the history
Loading