1. 16 Eki, 2012 1 kayıt (commit)
  2. 06 Eki, 2012 1 kayıt (commit)
  3. 05 Eki, 2012 1 kayıt (commit)
  4. 30 Eyl, 2012 2 kayıt (commit)
  5. 21 Eyl, 2012 1 kayıt (commit)
  6. 06 Eyl, 2012 1 kayıt (commit)
  7. 01 Eyl, 2012 2 kayıt (commit)
  8. 08 Agu, 2012 1 kayıt (commit)
  9. 05 Agu, 2012 2 kayıt (commit)
  10. 30 Tem, 2012 2 kayıt (commit)
  11. 01 Tem, 2012 1 kayıt (commit)
  12. 30 Haz, 2012 8 kayıt (commit)
  13. 24 Haz, 2012 1 kayıt (commit)
  14. 21 Haz, 2012 1 kayıt (commit)
  15. 17 Haz, 2012 1 kayıt (commit)
  16. 26 May, 2012 1 kayıt (commit)
  17. 16 May, 2012 1 kayıt (commit)
  18. 18 Nis, 2012 1 kayıt (commit)
  19. 15 Nis, 2012 1 kayıt (commit)
  20. 12 Nis, 2012 1 kayıt (commit)
  21. 01 Nis, 2012 1 kayıt (commit)
  22. 23 Mar, 2012 1 kayıt (commit)
  23. 21 Mar, 2012 1 kayıt (commit)
  24. 13 Mar, 2012 1 kayıt (commit)
    • Victor Stinner's avatar
      Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec · 5d272cc6
      Victor Stinner yazdı
      time.ctime(), gmtime(), time.localtime(), datetime.date.fromtimestamp(),
      datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now
      raises an OverflowError, instead of a ValueError, if the timestamp does not fit
      in time_t.
      
      datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now
      round microseconds towards zero instead of rounding to nearest with ties going
      away from zero.
      5d272cc6
  25. 29 Şub, 2012 1 kayıt (commit)
  26. 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
  27. 29 Kas, 2011 1 kayıt (commit)
  28. 28 Kas, 2011 1 kayıt (commit)
  29. 26 Kas, 2011 1 kayıt (commit)