1. 14 Nis, 2015 1 kayıt (commit)
  2. 18 Kas, 2014 1 kayıt (commit)
  3. 09 Şub, 2014 1 kayıt (commit)
  4. 04 Şub, 2014 1 kayıt (commit)
  5. 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
  6. 26 Ock, 2014 1 kayıt (commit)
  7. 24 Ock, 2014 1 kayıt (commit)
  8. 03 Ock, 2014 1 kayıt (commit)
  9. 01 Ara, 2013 2 kayıt (commit)
  10. 20 Kas, 2013 1 kayıt (commit)
  11. 07 Kas, 2013 1 kayıt (commit)
  12. 06 Kas, 2013 2 kayıt (commit)
  13. 01 Eki, 2013 1 kayıt (commit)
  14. 24 Agu, 2013 1 kayıt (commit)
  15. 30 Tem, 2013 1 kayıt (commit)
  16. 27 May, 2013 1 kayıt (commit)
  17. 19 Kas, 2012 1 kayıt (commit)
  18. 30 Eki, 2012 1 kayıt (commit)
  19. 05 Eyl, 2012 3 kayıt (commit)
    • Antoine Pitrou's avatar
      Issue #13992: The trashcan mechanism is now thread-safe. This eliminates · 58098a77
      Antoine Pitrou yazdı
      sporadic crashes in multi-thread programs when several long deallocator
      chains ran concurrently and involved subclasses of built-in container
      types.
      
      Because of this change, a couple extension modules compiled for 2.7.4
      (those which use the trashcan mechanism, despite it being undocumented)
      will not be loadable by 2.7.3 and earlier. However, extension modules
      compiled for 2.7.3 and earlier will be loadable by 2.7.4.
      58098a77
    • Antoine Pitrou's avatar
      Issue #13992: The trashcan mechanism is now thread-safe. This eliminates · 56cd62c0
      Antoine Pitrou yazdı
      sporadic crashes in multi-thread programs when several long deallocator
      chains ran concurrently and involved subclasses of built-in container
      types.
      
      Because of this change, a couple extension modules compiled for 3.2.4
      (those which use the trashcan mechanism, despite it being undocumented)
      will not be loadable by 3.2.3 and earlier. However, extension modules
      compiled for 3.2.3 and earlier will be loadable by 3.2.4.
      56cd62c0
    • Antoine Pitrou's avatar
      Issue #13992: The trashcan mechanism is now thread-safe. This eliminates · 2b0218a2
      Antoine Pitrou yazdı
      sporadic crashes in multi-thread programs when several long deallocator
      chains ran concurrently and involved subclasses of built-in container
      types.
      
      Because of this change, a couple extension modules compiled for 3.2.4
      (those which use the trashcan mechanism, despite it being undocumented)
      will not be loadable by 3.2.3 and earlier. However, extension modules
      compiled for 3.2.3 and earlier will be loadable by 3.2.4.
      2b0218a2
  20. 23 Haz, 2012 1 kayıt (commit)
  21. 22 Haz, 2012 1 kayıt (commit)
  22. 23 Nis, 2012 1 kayıt (commit)
  23. 04 Nis, 2012 1 kayıt (commit)
  24. 25 Şub, 2012 1 kayıt (commit)
    • Stefan Krah's avatar
      - Issue #10181: New memoryview implementation fixes multiple ownership · 9a2d99e2
      Stefan Krah yazdı
        and lifetime issues of dynamically allocated Py_buffer members (#9990)
        as well as crashes (#8305, #7433). Many new features have been added
        (See whatsnew/3.3), and the documentation has been updated extensively.
        The ndarray test object from _testbuffer.c implements all aspects of
        PEP-3118, so further development towards the complete implementation
        of the PEP can proceed in a test-driven manner.
      
        Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review
        and many ideas.
      
      - Issue #12834: Fix incorrect results of memoryview.tobytes() for
        non-contiguous arrays.
      
      - Issue #5231: Introduce memoryview.cast() method that allows changing
        format and shape without making a copy of the underlying memory.
      9a2d99e2
  25. 21 Şub, 2012 3 kayıt (commit)
  26. 20 Şub, 2012 2 kayıt (commit)
  27. 22 Ock, 2012 1 kayıt (commit)
  28. 15 Ara, 2011 1 kayıt (commit)
  29. 25 Kas, 2011 1 kayıt (commit)
  30. 21 Kas, 2011 1 kayıt (commit)
  31. 23 Eki, 2011 1 kayıt (commit)
  32. 09 Eki, 2011 1 kayıt (commit)
  33. 11 Agu, 2011 1 kayıt (commit)