1. 30 Tem, 2013 1 kayıt (commit)
  2. 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
  3. 13 Nis, 2013 3 kayıt (commit)
  4. 31 Eki, 2012 2 kayıt (commit)
  5. 01 May, 2012 2 kayıt (commit)
  6. 24 Nis, 2012 2 kayıt (commit)
  7. 15 Nis, 2012 1 kayıt (commit)
  8. 21 Mar, 2012 1 kayıt (commit)
  9. 17 Mar, 2012 1 kayıt (commit)
  10. 16 Mar, 2012 2 kayıt (commit)
  11. 08 Mar, 2012 2 kayıt (commit)
  12. 25 Şub, 2012 1 kayıt (commit)
  13. 20 Şub, 2012 2 kayıt (commit)
  14. 19 Şub, 2012 2 kayıt (commit)
  15. 08 Mar, 2012 1 kayıt (commit)
  16. 12 Ara, 2011 1 kayıt (commit)
  17. 25 Kas, 2011 1 kayıt (commit)
  18. 23 Eki, 2011 1 kayıt (commit)
  19. 17 Agu, 2011 2 kayıt (commit)
  20. 16 Agu, 2011 1 kayıt (commit)
  21. 28 Tem, 2011 1 kayıt (commit)
  22. 15 Tem, 2011 2 kayıt (commit)
  23. 29 Haz, 2011 1 kayıt (commit)
  24. 25 May, 2011 1 kayıt (commit)
  25. 23 May, 2011 2 kayıt (commit)
  26. 01 May, 2011 2 kayıt (commit)
  27. 16 Mar, 2011 1 kayıt (commit)