1. 01 May, 2019 3 kayıt (commit)
    • Victor Stinner's avatar
      bpo-36763: Rework _PyInitError API (GH-13031) · db719754
      Victor Stinner yazdı
      * Remove _PyInitError.user_err field and _Py_INIT_USER_ERR() macro:
        use _Py_INIT_ERR() instead. _Py_ExitInitError() now longer calls
        abort() on error: exit with exit code 1 instead.
      * Add _PyInitError._type private field.
      * exitcode field type is now unsigned int on Windows.
      * Rename prefix field to _func.
      * Rename msg field to err_msg.
      db719754
    • Gregory P. Smith's avatar
      bpo-30458: Disallow control chars in http URLs. (GH-12755) · c4e671ee
      Gregory P. Smith yazdı
      Disallow control chars in http URLs in urllib.urlopen.  This addresses a potential security problem for applications that do not sanity check their URLs where http request headers could be injected.
      c4e671ee
    • Victor Stinner's avatar
      bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) · 5f38b840
      Victor Stinner yazdı
      * Add 2 new config methods:
      
        * _PyCoreConfig_SetArgv()
        * _PyCoreConfig_SetWideArgv()
      
      * Add also an internal _PyCoreConfig_SetPyArgv() method.
      * Remove 'args' parameter from _PyCoreConfig_Read().
      5f38b840
  2. 30 Nis, 2019 8 kayıt (commit)
  3. 29 Nis, 2019 16 kayıt (commit)
  4. 28 Nis, 2019 3 kayıt (commit)
  5. 27 Nis, 2019 4 kayıt (commit)
  6. 26 Nis, 2019 6 kayıt (commit)