1. 27 Feb, 2007 4 commits
  2. 26 Feb, 2007 11 commits
  3. 25 Feb, 2007 7 commits
  4. 23 Feb, 2007 2 commits
  5. 21 Feb, 2007 2 commits
  6. 19 Feb, 2007 10 commits
  7. 16 Feb, 2007 2 commits
  8. 15 Feb, 2007 2 commits
    • Brett Cannon's avatar
      Update the encoding package's search function to use absolute imports when · 971a012c
      Brett Cannon authored
      calling __import__.  This helps make the expected search locations for encoding
      modules be more explicit.
      
      One could use an explicit value for __path__ when making the call to __import__
      to force the exact location searched for encodings.  This would give the most
      strict search path possible if one is worried about malicious code being
      imported.  The unfortunate side-effect of that is that if __path__ was modified
      on 'encodings' on purpose in a safe way it would not be picked up in future
      __import__ calls.
      971a012c
    • Georg Brandl's avatar
      Add missing \versionadded. · 9cb37fc5
      Georg Brandl authored
      9cb37fc5