1. 31 Jul, 2018 3 commits
  2. 30 Jul, 2018 6 commits
  3. 29 Jul, 2018 6 commits
  4. 28 Jul, 2018 9 commits
  5. 27 Jul, 2018 4 commits
  6. 26 Jul, 2018 10 commits
  7. 25 Jul, 2018 2 commits
    • chason's avatar
      bpo-32663 Make SMTPUTF8SimTests run (#5314) · 48ed88a9
      chason authored
      Enable and fix SMTPUTF8SimTests in test_smtplib.
      
      The tests for SMTPUTF8SimTests in test_smtplib.py were not actually
      being run because test_smtplib was still using the 'test_main' pattern,
      and the class was never added to test_main.
      
      Additionally, one of the tests needed to be moved to the non-UTF8 server
      class because it relies on the server not being UTF-8 compatible (and it
      had a bug in in).
      48ed88a9
    • Victor Stinner's avatar
      bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467) · 60b04c9f
      Victor Stinner authored
      PYTHONTRACEMALLOC=0 environment variable and -X tracemalloc=0 command
      line option are now allowed to disable explicitly tracemalloc at
      startup.
      60b04c9f