1. 28 Tem, 2013 1 kayıt (commit)
  2. 04 Tem, 2013 1 kayıt (commit)
  3. 16 Haz, 2013 1 kayıt (commit)
  4. 14 Haz, 2013 1 kayıt (commit)
  5. 04 May, 2013 1 kayıt (commit)
    • Brett Cannon's avatar
      #17115,17116: Have modules initialize the __package__ and __loader__ · 4c14b5de
      Brett Cannon yazdı
      attributes to None.
      
      The long-term goal is for people to be able to rely on these
      attributes existing and checking for None to see if they have been
      set. Since import itself sets these attributes when a loader does not
      the only instances when the attributes are None are from someone
      overloading __import__() and not using a loader or someone creating a
      module from scratch.
      
      This patch also unifies module initialization. Before you could have
      different attributes with default values depending on how the module
      object was created. Now the only way to not get the same default set
      of attributes is to circumvent initialization by calling
      ModuleType.__new__() directly.
      4c14b5de
  6. 30 Mar, 2013 2 kayıt (commit)
  7. 29 Ock, 2013 1 kayıt (commit)
  8. 25 Ara, 2012 1 kayıt (commit)
  9. 20 Tem, 2012 1 kayıt (commit)
  10. 18 Tem, 2012 1 kayıt (commit)
  11. 23 Haz, 2012 2 kayıt (commit)
  12. 22 Haz, 2012 1 kayıt (commit)
  13. 03 Haz, 2012 1 kayıt (commit)
  14. 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
  15. 18 Ock, 2012 1 kayıt (commit)
  16. 22 Ara, 2011 1 kayıt (commit)
  17. 21 Ara, 2011 2 kayıt (commit)
  18. 18 Ara, 2011 1 kayıt (commit)
  19. 29 Kas, 2011 1 kayıt (commit)
  20. 28 Haz, 2011 1 kayıt (commit)
  21. 24 Haz, 2011 1 kayıt (commit)
  22. 11 Haz, 2011 2 kayıt (commit)
  23. 06 Haz, 2011 1 kayıt (commit)
  24. 28 Mar, 2011 2 kayıt (commit)
  25. 15 Mar, 2011 1 kayıt (commit)
  26. 30 Kas, 2010 1 kayıt (commit)
  27. 26 Kas, 2010 1 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
  28. 21 Kas, 2010 1 kayıt (commit)
  29. 20 Kas, 2010 4 kayıt (commit)
  30. 04 Kas, 2010 1 kayıt (commit)
  31. 15 Eki, 2010 2 kayıt (commit)