1. 14 Nis, 2013 1 kayıt (commit)
    • Meador Inge's avatar
      Issue #16804: Fix 'python -S -m site' failure. · 9a7a8119
      Meador Inge yazdı
      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 Nis, 2013 8 kayıt (commit)
  3. 12 Nis, 2013 9 kayıt (commit)
  4. 11 Nis, 2013 5 kayıt (commit)
  5. 10 Nis, 2013 3 kayıt (commit)
  6. 09 Nis, 2013 3 kayıt (commit)
  7. 08 Nis, 2013 2 kayıt (commit)
  8. 07 Nis, 2013 7 kayıt (commit)
  9. 06 Nis, 2013 2 kayıt (commit)