1. 09 Dec, 2014 1 commit
  2. 07 Dec, 2014 3 commits
  3. 06 Dec, 2014 9 commits
  4. 05 Dec, 2014 4 commits
  5. 03 Dec, 2014 1 commit
    • Kevin Modzelewski's avatar
      Raise this as an ImportError instead of SystemError · 6fc7a17d
      Kevin Modzelewski authored
      With the recent package import support, we broke importing optparse.
      This is because we now can import "encodings" (a package), which imports
      codecs, which raises a SystemError when trying to import _codecs which
      we don't support yet.
      
      This was getting ignored before since optparse wrapped this process
      (which happens via "import gettext") in a try-except and catches the
      ImportError.
      6fc7a17d
  6. 02 Dec, 2014 2 commits
  7. 26 Nov, 2014 1 commit
  8. 24 Nov, 2014 2 commits
  9. 23 Nov, 2014 2 commits
  10. 22 Nov, 2014 1 commit
  11. 21 Nov, 2014 10 commits
  12. 20 Nov, 2014 4 commits