1. 20 Sep, 2019 9 commits
  2. 19 Sep, 2019 7 commits
  3. 18 Sep, 2019 5 commits
  4. 17 Sep, 2019 17 commits
  5. 16 Sep, 2019 2 commits
    • Terry Jan Reedy's avatar
      bpo-38183: Test_idle ignores user config directory GH-16198) · 0048afc1
      Terry Jan Reedy authored
      It no longer tries to create or access .idlerc or any files within.
      Users must run IDLE to discover problems with saving settings.
      0048afc1
    • Ivan Levkivskyi's avatar
      bpo-28556: Update the opening note in typing docs (GH-16204) · 81528ba2
      Ivan Levkivskyi authored
      This PR replaces the old note mentioning that `typing` is a provisional module with a new one mentioning types are not enforced at runtime. I am not sure if there was any official announcement about making `typing` non-provisional, but _de-facto_ no new features were added during Python 3.7, and no backwards incompatible changes were made except for few small things that were considered bugs.
      81528ba2