1. 10 Oct, 2019 3 commits
  2. 09 Oct, 2019 4 commits
  3. 08 Oct, 2019 13 commits
  4. 07 Oct, 2019 15 commits
  5. 06 Oct, 2019 2 commits
  6. 05 Oct, 2019 2 commits
  7. 04 Oct, 2019 1 commit
    • Victor Stinner's avatar
      bpo-38353: getpath.c: allocates strings on the heap (GH-16585) · c02b41b1
      Victor Stinner authored
      * _Py_FindEnvConfigValue() now returns a string allocated
        by PyMem_RawMalloc().
      * calculate_init() now decodes VPATH macro.
      * Add calculate_open_pyenv() function.
      * Add substring() and joinpath2() functions.
      
      * Fix add_exe_suffix()
      
      And a few cleanup changes.
      c02b41b1