1. 27 Ock, 2014 2 kayıt (commit)
  2. 24 Ock, 2014 1 kayıt (commit)
  3. 02 Ock, 2014 1 kayıt (commit)
  4. 26 Eki, 2013 1 kayıt (commit)
    • Nick Coghlan's avatar
      Assorted 3.4 What's New updates · 367df120
      Nick Coghlan yazdı
      - cross-references and attributions for inspect changes
      - note improvements to inspect and pydoc handling of
        metaclasses and dynamic attributes (courtesy of the
        enum PEP)
      - group all CPython implementation specific changes
        into a common section
      - add see also links for most of the PEPs
      - fix the see also link for the release PEP
      - add suitable caveats on Argument Clinic inclusion
      - clarify the change to __wrapped__ handling
      367df120
  5. 18 Eki, 2013 1 kayıt (commit)
    • Ethan Furman's avatar
      Close #19030: inspect.getmembers and inspect.classify_class_attrs · 63c141ca
      Ethan Furman yazdı
      Order of search is now:
        1. Try getattr
        2. If that throws an exception, check __dict__ directly
        3. If still not found, walk the mro looking for the eldest class that has
           the attribute (e.g. things returned by __getattr__)
        4. If none of that works (e.g. due to a buggy __dir__, __getattr__, etc.
           method or missing __slot__ attribute), ignore the attribute entirely.
      63c141ca
  6. 13 Eki, 2013 1 kayıt (commit)
  7. 22 Eyl, 2013 1 kayıt (commit)
  8. 15 Eyl, 2013 1 kayıt (commit)
  9. 05 Agu, 2013 1 kayıt (commit)
  10. 28 Tem, 2013 1 kayıt (commit)
  11. 28 Mar, 2013 1 kayıt (commit)
  12. 26 Eki, 2012 1 kayıt (commit)
  13. 21 Eyl, 2012 2 kayıt (commit)
  14. 14 Agu, 2012 1 kayıt (commit)
  15. 13 Agu, 2012 2 kayıt (commit)
  16. 09 Agu, 2012 1 kayıt (commit)
  17. 18 Tem, 2012 1 kayıt (commit)
  18. 23 Haz, 2012 2 kayıt (commit)
  19. 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
  20. 21 Nis, 2012 1 kayıt (commit)
  21. 14 Ock, 2012 1 kayıt (commit)
  22. 12 Eki, 2011 1 kayıt (commit)
  23. 01 Eyl, 2011 1 kayıt (commit)
  24. 19 Agu, 2011 1 kayıt (commit)
  25. 15 Mar, 2011 1 kayıt (commit)
  26. 27 Ock, 2011 1 kayıt (commit)
  27. 20 Ock, 2011 1 kayıt (commit)
  28. 09 Ock, 2011 2 kayıt (commit)
  29. 06 Ock, 2011 1 kayıt (commit)
  30. 16 Ara, 2010 1 kayıt (commit)
  31. 26 Kas, 2010 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from · c524cff3
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85530 | georg.brandl | 2010-10-15 17:32:05 +0200 (Fr, 15 Okt 2010) | 1 line
      
        Refrain from using inline suites.
      ........
        r85532 | georg.brandl | 2010-10-15 18:03:02 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7771: reference to documentation of dictview methods and operations.
      ........
        r85533 | georg.brandl | 2010-10-15 18:07:41 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly.
      ........
        r85534 | georg.brandl | 2010-10-15 18:19:43 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items.
      ........
        r85538 | georg.brandl | 2010-10-15 18:35:46 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7303: add documentation for useful pkgutil functions and classes.
      ........
        r85539 | georg.brandl | 2010-10-15 18:42:14 +0200 (Fr, 15 Okt 2010) | 1 line
      
        Fix issue references.
      ........
        r85540 | georg.brandl | 2010-10-15 18:42:37 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #6798: fix wrong docs for the arguments to several trace events.
      ........
        r85541 | georg.brandl | 2010-10-15 18:53:24 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #4968: updates to inspect.is* function docs.
      ........
        r85542 | georg.brandl | 2010-10-15 19:01:15 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7790: move table of struct_time members to the actual description of struct_time.
      ........
        r85543 | georg.brandl | 2010-10-15 19:03:02 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings.
      ........
        r85546 | georg.brandl | 2010-10-15 19:58:45 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml().
      ........
        r85547 | georg.brandl | 2010-10-15 20:00:35 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #6098: Refrain from claiming DOM level 3 conformance in minidom.
      ........
        r85548 | georg.brandl | 2010-10-15 21:46:19 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs.
      ........
      c524cff3
    • Georg Brandl's avatar
      Merged revisions 85530,85534,85538,85540-85542 via svnmerge from · 78f11edf
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85530 | georg.brandl | 2010-10-15 17:32:05 +0200 (Fr, 15 Okt 2010) | 1 line
      
        Refrain from using inline suites.
      ........
        r85534 | georg.brandl | 2010-10-15 18:19:43 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items.
      ........
        r85538 | georg.brandl | 2010-10-15 18:35:46 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7303: add documentation for useful pkgutil functions and classes.
      ........
        r85540 | georg.brandl | 2010-10-15 18:42:37 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #6798: fix wrong docs for the arguments to several trace events.
      ........
        r85541 | georg.brandl | 2010-10-15 18:53:24 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #4968: updates to inspect.is* function docs.
      ........
        r85542 | georg.brandl | 2010-10-15 19:01:15 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7790: move table of struct_time members to the actual description of struct_time.
      ........
      78f11edf
  32. 22 Kas, 2010 1 kayıt (commit)
  33. 21 Kas, 2010 2 kayıt (commit)