1. 26 Tem, 2018 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) · ecf411c5
      Victor Stinner yazdı
      * Inline cmdline_get_env_flags() into config_read_env_vars():
        _PyCoreConfig_Read() now reads much more environment variables like
        PYTHONVERBOSE.
      * Allow to override faulthandler and allocator even if dev_mode=1.
        PYTHONMALLOC is now the priority over PYTHONDEVMODE.
      * Fix _PyCoreConfig_Copy(): copy also install_signal_handlers,
        coerce_c_locale and coerce_c_locale_warn
      * _PyCoreConfig.install_signal_handlers default is now 1: install
        signals by default
      * Fix also a compiler warning: don't define _PyPathConfig type twice.
      ecf411c5
  2. 25 Tem, 2018 10 kayıt (commit)
  3. 24 Tem, 2018 8 kayıt (commit)
  4. 23 Tem, 2018 11 kayıt (commit)
  5. 22 Tem, 2018 3 kayıt (commit)
  6. 21 Tem, 2018 7 kayıt (commit)