1. 11 Ara, 2010 1 kayıt (commit)
  2. 28 Kas, 2010 1 kayıt (commit)
  3. 27 Kas, 2010 1 kayıt (commit)
  4. 26 Kas, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from · b727650e
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86561 | georg.brandl | 2010-11-20 12:47:10 +0100 (Sa, 20 Nov 2010) | 1 line
      
        #10460: Update indent.pro to match PEP 7 better.
      ........
        r86562 | georg.brandl | 2010-11-20 14:44:41 +0100 (Sa, 20 Nov 2010) | 1 line
      
        #10439: document PyCodec C APIs.
      ........
        r86564 | georg.brandl | 2010-11-20 15:08:53 +0100 (Sa, 20 Nov 2010) | 1 line
      
        #10460: an even better indent.pro.
      ........
        r86565 | georg.brandl | 2010-11-20 15:16:17 +0100 (Sa, 20 Nov 2010) | 1 line
      
        socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case.
      ........
        r86705 | georg.brandl | 2010-11-23 08:54:19 +0100 (Di, 23 Nov 2010) | 1 line
      
        #10468: document Unicode exception creation and access functions.
      ........
        r86708 | georg.brandl | 2010-11-23 09:37:54 +0100 (Di, 23 Nov 2010) | 2 lines
      
        #10511: clarification of what heaps are; suggested by Johannes Hoff.
      ........
        r86713 | georg.brandl | 2010-11-23 19:14:57 +0100 (Di, 23 Nov 2010) | 1 line
      
        assert.h is also included. Thanks to Savio Sena.
      ........
      b727650e
  5. 13 Kas, 2010 2 kayıt (commit)
  6. 18 Eki, 2010 1 kayıt (commit)
  7. 14 Eyl, 2010 1 kayıt (commit)
  8. 01 Eyl, 2010 1 kayıt (commit)
  9. 28 Agu, 2010 1 kayıt (commit)
  10. 19 Tem, 2010 1 kayıt (commit)
    • Stefan Krah's avatar
      Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide · a1775944
      Stefan Krah yazdı
      signed/unsigned chars or on integers directly derived from those. In all
      cases, it could be replaced by a simple cast to (unsigned char). Reasons
      for the change:
      
        a) Make the comment more explicit.
      
        b) If char is unsigned, the cast is optimized away.
      
        c) If char is unsigned, gcc emits spurious "array subscript
           has type 'char'" warnings.
      a1775944
  11. 04 Tem, 2010 1 kayıt (commit)
  12. 03 Tem, 2010 2 kayıt (commit)
  13. 24 Haz, 2010 1 kayıt (commit)
  14. 21 Haz, 2010 2 kayıt (commit)
  15. 06 Haz, 2010 2 kayıt (commit)
  16. 21 May, 2010 1 kayıt (commit)
  17. 09 May, 2010 1 kayıt (commit)
  18. 08 May, 2010 2 kayıt (commit)
  19. 18 Nis, 2010 1 kayıt (commit)
  20. 10 Nis, 2010 2 kayıt (commit)
  21. 02 Nis, 2010 1 kayıt (commit)
    • Larry Hastings's avatar
      Capsule-related changes: · 5ac006df
      Larry Hastings yazdı
      * PyCObject_AsVoidPtr() can now open capsules.  This addresses
        most of the remaining backwards-compatibility concerns about
        the conversion of Python 2.7 from CObjects to capsules.
      * CObjects were marked Pending Deprecation.
      * Documentation about this pending deprecation was added to
        cobject.h.
      * The capsule source files were added to the legacy PC build
        processes.
      5ac006df
  22. 01 Nis, 2010 1 kayıt (commit)
  23. 31 Mar, 2010 1 kayıt (commit)
  24. 25 Mar, 2010 2 kayıt (commit)
  25. 18 Mar, 2010 1 kayıt (commit)
  26. 06 Mar, 2010 2 kayıt (commit)
  27. 03 Mar, 2010 1 kayıt (commit)
  28. 23 Şub, 2010 1 kayıt (commit)
  29. 14 Şub, 2010 1 kayıt (commit)
  30. 06 Şub, 2010 2 kayıt (commit)
  31. 05 Şub, 2010 1 kayıt (commit)