1. 09 Eki, 2012 1 kayıt (commit)
  2. 20 Tem, 2012 1 kayıt (commit)
  3. 19 Tem, 2012 1 kayıt (commit)
  4. 24 Haz, 2012 1 kayıt (commit)
  5. 28 May, 2012 1 kayıt (commit)
  6. 11 May, 2012 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #13959: Deprecate imp.get_suffixes() for new attributes on · cb66eb0d
      Brett Cannon yazdı
      importlib.machinery that provide the suffix details for import.
      The attributes were not put on imp so as to compartmentalize
      everything importlib needs for setting up imports in
      importlib.machinery.
      
      This also led to an indirect deprecation of inspect.getmoduleinfo() as
      it directly returned imp.get_suffix's returned tuple which no longer
      makes sense.
      cb66eb0d
  7. 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
  8. 14 Şub, 2012 1 kayıt (commit)
  9. 05 Şub, 2012 1 kayıt (commit)
  10. 26 Kas, 2011 1 kayıt (commit)
  11. 04 Eki, 2011 1 kayıt (commit)
  12. 28 Eyl, 2011 1 kayıt (commit)
  13. 12 Eyl, 2011 2 kayıt (commit)
  14. 02 Eyl, 2011 1 kayıt (commit)
  15. 30 Agu, 2011 2 kayıt (commit)
  16. 20 Agu, 2011 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #12326: refactor usage of sys.platform · e6747472
      Victor Stinner yazdı
       * Use str.startswith(tuple): I didn't know this Python feature, Python rocks!
       * Replace sometimes sys.platform.startswith('linux') with
         sys.platform == 'linux'
       * sys.platform doesn't contain the major version on Cygwin on Mac OS X
         (it's just 'cygwin' and 'darwin')
      e6747472
  17. 30 Agu, 2011 1 kayıt (commit)
  18. 14 Tem, 2011 1 kayıt (commit)
  19. 13 Tem, 2011 1 kayıt (commit)
  20. 25 May, 2011 1 kayıt (commit)
  21. 23 Nis, 2011 2 kayıt (commit)
  22. 26 Mar, 2011 1 kayıt (commit)
  23. 16 Mar, 2011 1 kayıt (commit)
  24. 15 Mar, 2011 1 kayıt (commit)
  25. 26 Şub, 2011 2 kayıt (commit)
  26. 22 Şub, 2011 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #10992: make tests pass when run under coverage. · 7a54073a
      Brett Cannon yazdı
      Various tests fail when run under coverage. A primary culprit is refcount tests
      which fail as the counts are thrown off by the coverage code. A new decorator
      -- test.support.refcount_test -- is used to decorate tests which test refcounts
      and to skip them when running under coverage. Other tests simply fail because
      of changes in the system (e.g., __local__ suddenly appearing).
      
      Thanks to Kristian Vlaardingerbroek for helping to diagnose the test failures.
      7a54073a
  27. 31 Ock, 2011 2 kayıt (commit)
  28. 21 Kas, 2010 1 kayıt (commit)
  29. 20 Kas, 2010 1 kayıt (commit)
  30. 02 Eki, 2010 1 kayıt (commit)
  31. 28 Eyl, 2010 1 kayıt (commit)
  32. 15 Eyl, 2010 2 kayıt (commit)
  33. 31 Agu, 2010 1 kayıt (commit)
  34. 25 Agu, 2010 1 kayıt (commit)