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

bpo-39264: Fix UserDict.get() to account for __missing__() #17910

Merged
merged 11 commits into from
May 10, 2022

Commits on May 7, 2019

  1. Merge pull request #1 from python/master

    Merge
    bharel authored May 7, 2019
    Configuration menu
    Copy the full SHA
    9d2e344 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    e249b30 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    66e9813 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    2c43f53 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    736b0f4 View commit details
    Browse the repository at this point in the history
  2. fix UserDict

    bharel committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    9e9d911 View commit details
    Browse the repository at this point in the history
  3. added tests

    bharel committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6215e52 View commit details
    Browse the repository at this point in the history
  4. added news entry

    bharel committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    0b68385 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Retry ubuntu tests

    bharel committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    26ea94a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Update Misc/NEWS.d/next/Library/2020-01-09-01-57-12.bpo-39264.GsBL9-.rst

    Co-authored-by: Rémi Lapeyre <[email protected]>
    bharel and Rémi Lapeyre authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c892800 View commit details
    Browse the repository at this point in the history
  2. Update Lib/test/test_collections.py

    Co-authored-by: Rémi Lapeyre <[email protected]>
    bharel and Rémi Lapeyre authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    909170f View commit details
    Browse the repository at this point in the history