1. 28 Haz, 2017 1 kayıt (commit)
  2. 09 Mar, 2017 1 kayıt (commit)
  3. 15 Ara, 2016 1 kayıt (commit)
  4. 19 Kas, 2016 1 kayıt (commit)
  5. 10 Eyl, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      Fix check_force_ascii() · 54de2b1e
      Victor Stinner yazdı
      Issue #27938: Normalize aliases of the ASCII encoding, because
      _Py_normalize_encoding() now correctly normalize encoding names.
      54de2b1e
  6. 08 Eyl, 2016 1 kayıt (commit)
  7. 26 May, 2016 1 kayıt (commit)
  8. 19 May, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      Fix os.set_inheritable() on Android · 3116cc44
      Victor Stinner yazdı
      Issue #27057: Fix os.set_inheritable() on Android, ioctl() is blocked by
      SELinux and fails with EACCESS. The function now falls back to fcntl().
      
      Patch written by Michał Bednarski.
      3116cc44
  9. 17 Nis, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      Avoid fcntl() if possible in set_inheritable() · a858bbde
      Victor Stinner yazdı
      Issue #26770: set_inheritable() avoids calling fcntl() twice if the FD_CLOEXEC
      is already set/cleared. This change only impacts platforms using the fcntl()
      implementation of set_inheritable() (not Linux nor Windows).
      a858bbde
  10. 14 Mar, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      Add more checks on the GIL · 8a1be618
      Victor Stinner yazdı
      Issue #10915, #15751, #26558:
      
      * PyGILState_Check() now returns 1 (success) before the creation of the GIL and
        after the destruction of the GIL. It allows to use the function early in
        Python initialization and late in Python finalization.
      * Add a flag to disable PyGILState_Check(). Disable PyGILState_Check() when
        Py_NewInterpreter() is called
      * Add assert(PyGILState_Check()) to: _Py_dup(), _Py_fstat(), _Py_read()
        and _Py_write()
      8a1be618
  11. 17 Ara, 2015 1 kayıt (commit)
  12. 11 Eki, 2015 2 kayıt (commit)
  13. 12 Nis, 2015 1 kayıt (commit)
  14. 01 Nis, 2015 2 kayıt (commit)
  15. 30 Mar, 2015 1 kayıt (commit)
  16. 24 Mar, 2015 2 kayıt (commit)
  17. 20 Mar, 2015 2 kayıt (commit)
  18. 19 Mar, 2015 2 kayıt (commit)
  19. 18 Mar, 2015 2 kayıt (commit)
  20. 17 Mar, 2015 1 kayıt (commit)
  21. 14 Mar, 2015 1 kayıt (commit)
  22. 08 Mar, 2015 1 kayıt (commit)
  23. 06 Mar, 2015 1 kayıt (commit)
  24. 21 Şub, 2015 3 kayıt (commit)
  25. 04 Ock, 2015 1 kayıt (commit)
  26. 02 Eyl, 2014 1 kayıt (commit)
  27. 01 Agu, 2014 1 kayıt (commit)
  28. 29 Tem, 2014 1 kayıt (commit)
  29. 20 Ock, 2014 1 kayıt (commit)
  30. 15 Kas, 2013 1 kayıt (commit)
  31. 14 Kas, 2013 1 kayıt (commit)
  32. 12 Eki, 2013 1 kayıt (commit)