1. 27 Mar, 2017 1 kayıt (commit)
  2. 06 Mar, 2017 1 kayıt (commit)
  3. 06 Ock, 2017 1 kayıt (commit)
  4. 19 Ara, 2016 1 kayıt (commit)
  5. 30 Eki, 2016 1 kayıt (commit)
  6. 08 Eyl, 2016 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      Remove old typo. · c49a516a
      Serhiy Storchaka yazdı
      Initially (e0b7e34b5971) it should be \udef0, but after 52a77ef069cd
      (issue #3672) lone surrogates are not accepted and should be removed.
      c49a516a
  7. 27 Agu, 2016 1 kayıt (commit)
  8. 18 Agu, 2016 1 kayıt (commit)
    • Guido van Rossum's avatar
      Anti-registration of various ABC methods. · 97c1adf3
      Guido van Rossum yazdı
      - Issue #25958: Support "anti-registration" of special methods from
        various ABCs, like __hash__, __iter__ or __len__.  All these (and
        several more) can be set to None in an implementation class and the
        behavior will be as if the method is not defined at all.
        (Previously, this mechanism existed only for __hash__, to make
        mutable classes unhashable.)  Code contributed by Andrew Barnert and
        Ivan Levkivskyi.
      97c1adf3
  9. 10 Tem, 2016 1 kayıt (commit)
  10. 03 Tem, 2016 1 kayıt (commit)
  11. 01 Tem, 2016 1 kayıt (commit)
  12. 16 May, 2016 1 kayıt (commit)
  13. 12 May, 2016 1 kayıt (commit)
  14. 15 Nis, 2016 3 kayıt (commit)
  15. 10 Nis, 2016 1 kayıt (commit)
  16. 06 Nis, 2016 1 kayıt (commit)
    • Martin Panter's avatar
      Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest · 152a19c6
      Martin Panter yazdı
      ByteArrayAsStringTest.fixtype() was converting test data to bytes, not byte-
      array, therefore many of the test cases inherited in this class were not
      actually being run on the bytearray type.
      
      The tests in buffer_tests.py were redundant with methods in string_tests
      .MixinStrUnicodeUserStringTest and string_tests.CommonTest. These methods are
      now moved into string_tests.BaseTest, where they will also get run for bytes
      and bytearray.
      
      This change also moves test_additional_split(), test_additional_rsplit(), and
      test_strip() from CommonTest to BaseTest, meaning these tests are now run for
      bytes and bytearray. I plan to eliminate redundancies with existing tests in
      test_bytes.py soon.
      152a19c6
  17. 30 Mar, 2016 2 kayıt (commit)
  18. 06 Mar, 2016 1 kayıt (commit)
  19. 02 Şub, 2016 1 kayıt (commit)
    • Martin Panter's avatar
      Issue #19587: Remove masked and redundant tests in test_bytes · 275bd96a
      Martin Panter yazdı
      * test_contains() did not override anything
      * test_expandtabs/upper/lower() in FixedStringTest were masking usable tests
        in string_tests. These tests now get run for bytearray() and bytes().
      * test_expandtabs/upper/lower() in buffer_tests were only run on bytearray()
        and are redundant with string_tests
      275bd96a
  20. 20 Ara, 2015 1 kayıt (commit)
  21. 25 Kas, 2015 1 kayıt (commit)
  22. 14 Eki, 2015 3 kayıt (commit)
  23. 13 Eki, 2015 1 kayıt (commit)
    • Victor Stinner's avatar
      Rewrite PyBytes_FromFormatV() using _PyBytesWriter API · 03dab786
      Victor Stinner yazdı
      * Add much more unit tests on PyBytes_FromFormatV()
      * Remove the first loop to compute the length of the output string
      * Use _PyBytesWriter to handle the bytes buffer, use overallocation
      * Cleanup the code to make simpler and easier to review
      03dab786
  24. 29 Haz, 2015 1 kayıt (commit)
  25. 19 May, 2015 1 kayıt (commit)
  26. 26 Nis, 2015 1 kayıt (commit)
  27. 25 Nis, 2015 1 kayıt (commit)
  28. 20 Mar, 2015 1 kayıt (commit)
  29. 03 Şub, 2015 1 kayıt (commit)
  30. 26 Ock, 2015 1 kayıt (commit)
  31. 24 Ock, 2015 1 kayıt (commit)
  32. 15 Ara, 2014 1 kayıt (commit)
  33. 02 Ara, 2014 1 kayıt (commit)
  34. 02 Kas, 2014 1 kayıt (commit)
  35. 28 Eyl, 2014 1 kayıt (commit)