1. 08 Jan, 2018 1 commit
    • Nick Coghlan's avatar
      bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) · 9b997473
      Nick Coghlan authored
      - primary change is to add a new default filter entry for
        'default::DeprecationWarning:__main__'
      - secondary change is an internal one to cope with plain
        strings in the warning module's internal filter list
        (this avoids the need to create a compiled regex object
        early on during interpreter startup)
      - assorted documentation updates, including many more
        examples of configuring the warnings settings
      - additional tests to ensure that both the pure Python and
        the C accelerated warnings modules have the expected
        default configuration
      9b997473
  2. 07 Jan, 2018 7 commits
  3. 06 Jan, 2018 7 commits
  4. 05 Jan, 2018 3 commits
  5. 04 Jan, 2018 6 commits
  6. 03 Jan, 2018 1 commit
  7. 02 Jan, 2018 2 commits
  8. 01 Jan, 2018 1 commit
  9. 31 Dec, 2017 2 commits
  10. 30 Dec, 2017 9 commits
  11. 29 Dec, 2017 1 commit