1. 05 Dec, 2015 2 commits
    • Zachary Ware's avatar
      6d8a2608
    • R David Murray's avatar
      #24903: Remove misleading error message to fix regression. · ced699b4
      R David Murray authored
      Before the argparse conversion, compileall would (sometimes) accept multiple
      paths when -d was specified.  Afterward, it does not.  The corresponding check
      in the original code claimed to prevent multiple *directories* from being
      specified...but it didn't really work even to do that.  So this patch fixes
      the regression by invoking the consenting adults rule: if you specify a
      combination of arguments to compileall that produces files with inconsistent
      destdirs (which you could do before), it is on you.
      
      Patch by Jake Garver.
      ced699b4
  2. 30 Nov, 2015 1 commit
  3. 03 Dec, 2015 1 commit
  4. 02 Dec, 2015 1 commit
  5. 01 Dec, 2015 3 commits
  6. 30 Nov, 2015 3 commits
  7. 29 Nov, 2015 1 commit
  8. 26 Nov, 2015 3 commits
  9. 25 Nov, 2015 6 commits
  10. 24 Nov, 2015 2 commits
  11. 23 Nov, 2015 5 commits
  12. 22 Nov, 2015 2 commits
  13. 21 Nov, 2015 6 commits
  14. 20 Nov, 2015 4 commits