An error occurred fetching the project authors.
  1. 12 Mar, 2015 1 commit
  2. 06 Feb, 2015 1 commit
  3. 20 Jun, 2014 1 commit
  4. 17 Mar, 2014 2 commits
  5. 16 Feb, 2014 2 commits
  6. 07 Feb, 2014 1 commit
  7. 23 Nov, 2013 2 commits
  8. 22 Nov, 2013 1 commit
  9. 17 Nov, 2013 1 commit
  10. 20 Oct, 2013 1 commit
  11. 19 Oct, 2013 1 commit
  12. 30 Jul, 2013 1 commit
  13. 04 May, 2013 1 commit
    • Brett Cannon's avatar
      #17115,17116: Have modules initialize the __package__ and __loader__ · 4c14b5de
      Brett Cannon authored
      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
  14. 13 Apr, 2013 3 commits
  15. 31 Oct, 2012 2 commits
  16. 01 May, 2012 2 commits
  17. 24 Apr, 2012 2 commits
  18. 15 Apr, 2012 1 commit
  19. 21 Mar, 2012 1 commit
  20. 17 Mar, 2012 1 commit
  21. 16 Mar, 2012 2 commits
  22. 08 Mar, 2012 2 commits
  23. 25 Feb, 2012 1 commit
  24. 20 Feb, 2012 2 commits
  25. 19 Feb, 2012 2 commits
  26. 08 Mar, 2012 1 commit
  27. 12 Dec, 2011 1 commit
  28. 25 Nov, 2011 1 commit