1. 12 Eki, 2018 1 kayıt (commit)
  2. 11 Eyl, 2018 1 kayıt (commit)
  3. 31 Tem, 2018 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) · f1d36d8e
      Serhiy Storchaka yazdı
      * help(hashlib) didn't work because of incorrect module name in blake2b and
        blake2s classes.
      * Constructors blake2*(), sha3_*(), shake_*() and keccak_*() incorrectly
        accepted keyword argument "string" for binary data, but documented as
        accepting the "data" keyword argument. Now this parameter is positional-only.
      * Keyword-only parameters in blake2b() and blake2s() were not documented as
        keyword-only.
      * Default value for some parameters of blake2b() and blake2s() was None,
        which is not acceptable value.
      * The length argument for shake_*.digest() was wrapped out to 32 bits.
      * The argument for shake_128.digest() and shake_128.hexdigest() was not
        positional-only as intended.
      * TypeError messages for incorrect arguments in all constructors sha3_*(),
        shake_*() and keccak_*() incorrectly referred to sha3_224.
      
      Also made the following enhancements:
      
      * More accurately specified input and result types for strings, bytes and
        bytes-like objects.
      * Unified positional parameter names for update() and constructors.
      * Improved formatting.
      f1d36d8e
  4. 18 Haz, 2018 1 kayıt (commit)
  5. 31 May, 2018 1 kayıt (commit)
  6. 20 Ock, 2018 1 kayıt (commit)
  7. 06 Ara, 2017 1 kayıt (commit)
  8. 08 Kas, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      Replace KB unit with KiB (#4293) · 8c663fd6
      Victor Stinner yazdı
      kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte")
      means 1024 bytes. KB was misused: replace kB or KB with KiB when
      appropriate.
      
      Same change for MB and GB which become MiB and GiB.
      
      Change the output of Tools/iobench/iobench.py.
      
      Round also the size of the documentation from 5.5 MB to 5 MiB.
      8c663fd6
  9. 23 Eyl, 2017 1 kayıt (commit)
  10. 14 Eyl, 2017 1 kayıt (commit)
    • sww's avatar
      Improve code examples in hashlib cookie signing (GH-3562) · 312ffead
      sww yazdı
      The `blake2b` function does not take the `data` keyword argument.
      The hex digest returned by sign was a string, whereas compare_digest expects bytes-like objects.
      Typo fix: compare_digesty -> compare_digest
      312ffead
  11. 13 Ock, 2017 1 kayıt (commit)
  12. 07 Eyl, 2016 1 kayıt (commit)
  13. 06 Eyl, 2016 2 kayıt (commit)
  14. 10 Agu, 2016 1 kayıt (commit)
  15. 12 Haz, 2016 2 kayıt (commit)
  16. 11 Haz, 2016 1 kayıt (commit)
  17. 18 May, 2016 1 kayıt (commit)
  18. 07 May, 2016 1 kayıt (commit)
  19. 22 Şub, 2016 1 kayıt (commit)
  20. 27 Eyl, 2015 2 kayıt (commit)
  21. 26 May, 2014 4 kayıt (commit)
  22. 16 Mar, 2014 1 kayıt (commit)
  23. 11 Mar, 2014 1 kayıt (commit)
  24. 03 Ock, 2014 1 kayıt (commit)
  25. 20 Ara, 2013 1 kayıt (commit)
  26. 19 Eki, 2013 2 kayıt (commit)
  27. 12 Eki, 2013 1 kayıt (commit)
  28. 06 Eki, 2013 1 kayıt (commit)
  29. 04 Eki, 2013 2 kayıt (commit)
  30. 03 Agu, 2013 1 kayıt (commit)
  31. 04 May, 2013 1 kayıt (commit)
  32. 21 Ara, 2012 1 kayıt (commit)