1. 29 May, 2014 1 kayıt (commit)
  2. 12 May, 2014 1 kayıt (commit)
  3. 04 Nis, 2014 1 kayıt (commit)
  4. 10 Şub, 2014 4 kayıt (commit)
  5. 09 Şub, 2014 2 kayıt (commit)
  6. 01 Şub, 2014 1 kayıt (commit)
  7. 28 Ock, 2014 1 kayıt (commit)
    • Larry Hastings's avatar
      Issue #20326: Argument Clinic now uses a simple, unique signature to · 581ee361
      Larry Hastings yazdı
      annotate text signatures in docstrings, resulting in fewer false
      positives.  "self" parameters are also explicitly marked, allowing
      inspect.Signature() to authoritatively detect (and skip) said parameters.
      
      Issue #20326: Argument Clinic now generates separate checksums for the
      input and output sections of the block, allowing external tools to verify
      that the input has not changed (and thus the output is not out-of-date).
      581ee361
  8. 24 Ock, 2014 1 kayıt (commit)
  9. 18 Ock, 2014 1 kayıt (commit)
  10. 10 Ock, 2014 2 kayıt (commit)
  11. 22 Kas, 2013 1 kayıt (commit)
  12. 14 Kas, 2013 1 kayıt (commit)
  13. 13 Kas, 2013 1 kayıt (commit)
  14. 07 Kas, 2013 1 kayıt (commit)
  15. 06 Kas, 2013 1 kayıt (commit)
  16. 19 Eki, 2013 1 kayıt (commit)
  17. 27 Agu, 2013 1 kayıt (commit)
  18. 22 Agu, 2013 1 kayıt (commit)
  19. 10 Agu, 2013 1 kayıt (commit)
  20. 06 Agu, 2013 1 kayıt (commit)
  21. 02 Agu, 2013 1 kayıt (commit)
  22. 01 Agu, 2013 1 kayıt (commit)
  23. 31 Tem, 2013 1 kayıt (commit)
  24. 20 Tem, 2013 1 kayıt (commit)
  25. 16 Tem, 2013 1 kayıt (commit)
  26. 04 Tem, 2013 1 kayıt (commit)
  27. 23 Haz, 2013 1 kayıt (commit)
  28. 13 Haz, 2013 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #15767: Touch up ModuleNotFoundError usage by import. · 8f5ac510
      Brett Cannon yazdı
      Forgot to raise ModuleNotFoundError when None is found in sys.modules.
      This led to introducing the C function PyErr_SetImportErrorSubclass()
      to make setting ModuleNotFoundError easier.
      
      Also updated the reference docs to mention ModuleNotFoundError
      appropriately. Updated the docs for ModuleNotFoundError to mention the
      None in sys.modules case.
      
      Lastly, it was noticed that PyErr_SetImportError() was not setting an
      exception when returning None in one case. That issue is now fixed.
      8f5ac510
  29. 01 Haz, 2013 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #18065: For frozen packages set __path__ to []. · 3e0651b5
      Brett Cannon yazdı
      Previously __path__ was set to [__name__], but that could lead to bad
      results if someone managed to circumvent the frozen importer and
      somehow ended up with a finder that thought __name__ was a legit
      directory/location.
      3e0651b5
  30. 18 May, 2013 1 kayıt (commit)
  31. 08 May, 2013 1 kayıt (commit)
  32. 06 May, 2013 1 kayıt (commit)
  33. 02 May, 2013 1 kayıt (commit)
  34. 29 Nis, 2013 1 kayıt (commit)
  35. 19 Mar, 2013 1 kayıt (commit)