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-41384: fix .keys()[0] in tkinter #21601

Merged
merged 5 commits into from
Jul 27, 2020
Merged

bpo-41384: fix .keys()[0] in tkinter #21601

merged 5 commits into from
Jul 27, 2020

Commits on Jul 23, 2020

  1. fix .keys()[0] in tkinter

    Akuli committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    3c0fc7b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. delete unnecessary .keys()

    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    Akuli and serhiy-storchaka committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    b24f881 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. delete unnecessary values of OptionMenu

    Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
    Akuli and terryjreedy committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    038919a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

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

    terryjreedy committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    fcae5de View commit details
    Browse the repository at this point in the history