1. 21 Sep, 2018 9 commits
  2. 20 Sep, 2018 7 commits
  3. 19 Sep, 2018 9 commits
  4. 18 Sep, 2018 14 commits
  5. 17 Sep, 2018 1 commit
    • Victor Stinner's avatar
      bpo-34589: C locale coercion off by default (GH-9073) · 7a0791b6
      Victor Stinner authored
      Py_Initialize() and Py_Main() cannot enable the C locale coercion
      (PEP 538) anymore: it is always disabled. It can now only be enabled
      by the Python program ("python3).
      
      test_embed: get_filesystem_encoding() doesn't have to set PYTHONUTF8
      nor PYTHONCOERCECLOCALE, these variables are already set in the
      parent.
      7a0791b6