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-1612262: IDLE: Class Browser shows nested functions and classes #2573

Merged
merged 21 commits into from
Sep 22, 2017

Commits on Sep 12, 2017

  1. Configuration menu
    Copy the full SHA
    a7b6411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f4c547 View commit details
    Browse the repository at this point in the history
  3. More complete unit tests.

    csabella committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    6763dfc View commit details
    Browse the repository at this point in the history
  4. News blurb.

    terryjreedy authored and csabella committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    7d8b4a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2992dfb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

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

    terryjreedy committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    40f0e0d View commit details
    Browse the repository at this point in the history
  3. Make pathbrowser htest work with changed class browser.

    _utest is accessed in init().
    terryjreedy committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    742bef5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. copy GetSublist and part of listChildren from Module to Child

    BrowswerTreeItem.  Now both call and use _traverse_node the same way.
    Failing unittests need re-writing.  Htest passes.
    terryjreedy committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    4f98250 View commit details
    Browse the repository at this point in the history
  2. Remove debugging prints.

    terryjreedy committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    02a09ca View commit details
    Browse the repository at this point in the history
  3. Delete replaced functions. Change ChildBrowserTreeItem API.

    Initialize from pyclbr information Object.
    terryjreedy committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    fa67c45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6599b0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46245b4 View commit details
    Browse the repository at this point in the history
  6. Change _traverse_(node, name) to transform_children(child_dict, modna…

    …me).
    
    Also rewrite doc string.  Change calls.
    terryjreedy committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    2c3bab0 View commit details
    Browse the repository at this point in the history
  7. Rewrite transform_children to new docstring, including restoring

    addition of bases and sorting before return.  Eliminate sorting
    after return and eliminate CBTI.listchildren.
    terryjreedy committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    49a670c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    694e942 View commit details
    Browse the repository at this point in the history
  9. Whitespace

    terryjreedy committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    778f77d View commit details
    Browse the repository at this point in the history
  10. whitespace

    terryjreedy committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    32f573f View commit details
    Browse the repository at this point in the history
  11. Add coverage.

    terryjreedy committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    a1d4574 View commit details
    Browse the repository at this point in the history
  12. Tweak blurb.

    terryjreedy committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    e40bf5d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    096944c View commit details
    Browse the repository at this point in the history