1. 03 Oct, 2012 2 commits
  2. 13 Sep, 2012 1 commit
  3. 10 Sep, 2012 1 commit
  4. 05 Sep, 2012 1 commit
  5. 01 Sep, 2012 1 commit
    • R David Murray's avatar
      #12776,#11839: call argparse type function only once. · 20101871
      R David Murray authored
      Before, the type function was called twice in the case where the default
      was specified and the argument was given as well.  This was especially
      problematic for the FileType type, as a default file would always be
      opened, even if a file argument was specified on the command line.
      
      Patch by Arnaud Fontaine, with additional test by Mike Meyer.
      20101871
  6. 20 Aug, 2012 1 commit
  7. 18 Aug, 2012 1 commit
  8. 15 Aug, 2012 1 commit
  9. 11 Aug, 2012 1 commit
  10. 09 Aug, 2012 1 commit
  11. 02 Aug, 2012 1 commit
  12. 30 Jul, 2012 1 commit
  13. 27 Jul, 2012 1 commit
  14. 22 Jul, 2012 1 commit
  15. 16 Jul, 2012 1 commit
  16. 03 Jul, 2012 2 commits
    • Éric Araujo's avatar
      Create ~/.pypirc securely (#13512). · e5567ccc
      É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.
      e5567ccc
    • Éric Araujo's avatar
      Ignore .nfs* files in distutils (#7719). · 3cf202e9
      É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.
      3cf202e9
  17. 17 Jun, 2012 1 commit
  18. 28 May, 2012 1 commit
  19. 20 May, 2012 1 commit
  20. 19 May, 2012 1 commit
  21. 18 May, 2012 1 commit
  22. 10 May, 2012 2 commits
  23. 09 May, 2012 1 commit
  24. 06 May, 2012 1 commit
  25. 23 Apr, 2012 1 commit
  26. 12 Apr, 2012 2 commits
  27. 08 Apr, 2012 1 commit
  28. 12 Mar, 2012 1 commit
  29. 22 Feb, 2012 1 commit
  30. 21 Feb, 2012 1 commit
  31. 17 Feb, 2012 1 commit
  32. 12 Feb, 2012 2 commits
  33. 31 Jan, 2012 1 commit
  34. 17 Jan, 2012 1 commit
  35. 01 Mar, 2012 1 commit