1. 21 Nov, 2017 1 commit
    • Victor Stinner's avatar
      bpo-32089: Fix warnings filters in dev mode (#4482) · 09f3a8a1
      Victor Stinner authored
      The developer mode (-X dev) now creates all default warnings filters
      to order filters in the correct order to always show ResourceWarning
      and make BytesWarning depend on the -b option.
      
      Write a functional test to make sure that ResourceWarning is logged
      twice at the same location in the developer mode.
      
      Add a new 'dev_mode' field to _PyCoreConfig.
      09f3a8a1
  2. 20 Nov, 2017 6 commits
  3. 19 Nov, 2017 3 commits
  4. 18 Nov, 2017 5 commits
  5. 17 Nov, 2017 2 commits
  6. 16 Nov, 2017 8 commits
  7. 15 Nov, 2017 12 commits
  8. 14 Nov, 2017 3 commits