1. 12 Ock, 2019 1 kayıt (commit)
  2. 11 Eyl, 2018 1 kayıt (commit)
  3. 07 Eyl, 2018 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080) · 886483e2
      Victor Stinner yazdı
      * Add %T format to PyUnicode_FromFormatV(), and so to
        PyUnicode_FromFormat() and PyErr_Format(), to format an object type
        name: equivalent to "%s" with Py_TYPE(obj)->tp_name.
      * Replace Py_TYPE(obj)->tp_name with %T format in unicodeobject.c.
      * Add unit test on %T format.
      * Rename unicode_fromformat_write_cstr() to
        unicode_fromformat_write_utf8(), to make the intent more explicit.
      886483e2
  4. 19 Agu, 2018 1 kayıt (commit)
  5. 27 Ock, 2018 1 kayıt (commit)
  6. 13 Kas, 2017 1 kayıt (commit)
  7. 03 Agu, 2017 1 kayıt (commit)
  8. 27 Mar, 2017 1 kayıt (commit)
  9. 23 Şub, 2017 1 kayıt (commit)
  10. 12 Ock, 2017 1 kayıt (commit)
  11. 21 Ara, 2016 1 kayıt (commit)
  12. 20 Ara, 2016 1 kayıt (commit)
  13. 18 Ara, 2016 1 kayıt (commit)
  14. 31 Eki, 2016 2 kayıt (commit)
  15. 08 Eki, 2016 1 kayıt (commit)
  16. 02 Eki, 2016 3 kayıt (commit)
  17. 08 Eyl, 2016 2 kayıt (commit)
  18. 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
  19. 15 Nis, 2016 1 kayıt (commit)
  20. 10 Nis, 2016 1 kayıt (commit)
  21. 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
  22. 30 Mar, 2016 1 kayıt (commit)
  23. 01 Mar, 2016 2 kayıt (commit)
  24. 02 Ara, 2015 3 kayıt (commit)
  25. 25 Kas, 2015 1 kayıt (commit)
  26. 07 Kas, 2015 1 kayıt (commit)
  27. 02 Eki, 2015 1 kayıt (commit)
  28. 12 May, 2015 2 kayıt (commit)
  29. 29 Mar, 2015 1 kayıt (commit)
  30. 24 Mar, 2015 1 kayıt (commit)
  31. 12 Mar, 2015 1 kayıt (commit)
  32. 27 Ock, 2015 1 kayıt (commit)