1. 06 Eyl, 2016 1 kayıt (commit)
  2. 05 Eyl, 2016 1 kayıt (commit)
  3. 17 Agu, 2016 1 kayıt (commit)
  4. 05 Agu, 2016 1 kayıt (commit)
  5. 28 Tem, 2016 1 kayıt (commit)
  6. 14 Tem, 2016 1 kayıt (commit)
  7. 18 Haz, 2016 1 kayıt (commit)
  8. 14 Haz, 2016 1 kayıt (commit)
    • Martin Panter's avatar
      Issue #22636: avoid using a shell in the ctypes.util module · bfb15ab7
      Martin Panter yazdı
      Replace os.popen() with subprocess.Popen. Based on patch by Victor Stinner.
      
      If the "gcc", "cc" or "objdump" command is not available, the code was
      supposed to raise an OSError exception. But there was a bug in the code. The
      shell code returns the exit code 10 if the required command is missing, and the
      code tries to check for the status 10. The problem is that os.popen() doesn't
      return the exit code directly, but a status which should be processed by
      os.WIFEXITED() and os.WEXITSTATUS(). In practice, the exception was never
      raised. The OSError exception was not documented and ctypes.util.find_library()
      is expected to return None if the library is not found.
      bfb15ab7
  9. 04 Haz, 2016 1 kayıt (commit)
  10. 24 May, 2016 1 kayıt (commit)
  11. 15 May, 2016 1 kayıt (commit)
  12. 14 May, 2016 1 kayıt (commit)
  13. 24 Nis, 2016 3 kayıt (commit)
  14. 17 Mar, 2016 1 kayıt (commit)
  15. 10 Mar, 2016 1 kayıt (commit)
  16. 29 Ock, 2016 1 kayıt (commit)
  17. 26 Kas, 2015 3 kayıt (commit)
  18. 13 Kas, 2015 2 kayıt (commit)
  19. 09 Kas, 2015 1 kayıt (commit)
  20. 02 Kas, 2015 1 kayıt (commit)
  21. 29 Tem, 2015 1 kayıt (commit)
  22. 03 Tem, 2015 1 kayıt (commit)
  23. 13 May, 2015 1 kayıt (commit)
  24. 03 May, 2015 1 kayıt (commit)
  25. 28 Mar, 2015 1 kayıt (commit)
  26. 14 Mar, 2015 1 kayıt (commit)
  27. 02 Şub, 2015 1 kayıt (commit)
  28. 17 Ock, 2015 1 kayıt (commit)
  29. 15 Ara, 2014 1 kayıt (commit)
  30. 05 Kas, 2014 1 kayıt (commit)
  31. 01 Kas, 2014 1 kayıt (commit)
  32. 12 Eki, 2014 1 kayıt (commit)
  33. 29 Agu, 2014 1 kayıt (commit)
  34. 09 Agu, 2014 1 kayıt (commit)
  35. 08 Agu, 2014 1 kayıt (commit)