1. 14 Apr, 2013 1 commit
    • Meador Inge's avatar
      Issue #16804: Fix 'python -S -m site' failure. · 9a7a8119
      Meador Inge authored
      This commit fixes a bug in the 'site' module that was causing an exception
      to incorrectly be thrown when running 'python -S -m site'.  The problem was
      that 'USER_BASE' and 'USER_SITE' were being accessed before they were properly
      initialized.  The code has been changed to use 'getuserbase' and
      'getusersitepackages' instead so that the initialization always happens.
      9a7a8119
  2. 13 Apr, 2013 8 commits
  3. 12 Apr, 2013 9 commits
  4. 11 Apr, 2013 5 commits
  5. 10 Apr, 2013 3 commits
  6. 09 Apr, 2013 3 commits
  7. 08 Apr, 2013 2 commits
  8. 07 Apr, 2013 7 commits
  9. 06 Apr, 2013 2 commits