1. 28 Dec, 2012 3 commits
  2. 25 Dec, 2012 1 commit
  3. 18 Dec, 2012 6 commits
  4. 09 Dec, 2012 5 commits
  5. 08 Dec, 2012 3 commits
    • Éric Araujo's avatar
      Create ~/.pypirc securely (#13512). · 0bca979e
      Éric Araujo authored
      There was a window between the write and the chmod where the user’s
      password would be exposed, depending on default permissions.  Philip
      Jenvey’s patch fixes it.
      0bca979e
    • Éric Araujo's avatar
      Remove code unneeded after f833e7ec4de1 · 6b0394e3
      Éric Araujo authored
      6b0394e3
    • Éric Araujo's avatar
      Ignore .nfs* files in distutils (#7719). · 993d7914
      Éric Araujo authored
      These files are created by some NFS clients a file is edited and removed
      concurrently (see added link in doc for more info).  If such a file is
      removed between distutils calls listdir and copy, it will get confused.
      Other special files are ignored in sdist (namely VCS directories), but
      this has to be filtered out earlier.
      993d7914
  6. 23 Oct, 2012 2 commits
  7. 10 Oct, 2012 1 commit
  8. 29 Sep, 2012 2 commits
  9. 23 Sep, 2012 1 commit
  10. 09 Sep, 2012 1 commit
  11. 25 Aug, 2012 1 commit
  12. 11 Aug, 2012 2 commits
  13. 28 Jul, 2012 1 commit
  14. 27 Jul, 2012 1 commit
  15. 22 Jul, 2012 1 commit
    • Ned Deily's avatar
      Issue #15184: Some config variables in test_sysconfig_module · a0418246
      Ned Deily authored
      may differ between sysconfig and distutils.sysconfig due to
      compiler customizations on OS X.  For now, move those vars
      into a separate test and skip if the customization has taken
      place in distutils.  The long-term solution is to eliminate
      having two sysconfig modules.
      a0418246
  16. 21 Jul, 2012 1 commit
    • Ned Deily's avatar
      Issue #15184: Ensure consistent results of OS X configuration · 1f77c7dd
      Ned Deily authored
      tailoring for universal builds by factoring out common OS X-specific
      customizations from sysconfig, distutils.sysconfig, distutils.util,
      and distutils.unixccompiler into a new module _osx_support that can
      eventually also be used by packaging.
      1f77c7dd
  17. 16 Jul, 2012 3 commits
  18. 10 Jul, 2012 1 commit
  19. 03 Jul, 2012 2 commits
    • Éric Araujo's avatar
      Create ~/.pypirc securely (#13512). · 3facc550
      Éric Araujo authored
      There was a window between the write and the chmod where the user’s
      password would be exposed, depending on default permissions.  Philip
      Jenvey’s patch fixes it.
      3facc550
    • Éric Araujo's avatar
      Ignore .nfs* files in distutils (#7719). · 885b0922
      Éric Araujo authored
      These files are created by some NFS clients a file is edited and removed
      concurrently (see added link in doc for more info).  If such a file is
      removed between distutils calls listdir and copy, it will get confused.
      Other special files are ignored in sdist (namely VCS directories), but
      this has to be filtered out earlier.
      885b0922
  20. 30 Jun, 2012 1 commit
  21. 28 Jun, 2012 1 commit