1. 01 Sep, 2012 1 commit
    • R David Murray's avatar
      #12776,#11839: call argparse type function only once. · 6fb8fb17
      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.
      6fb8fb17
  2. 31 Aug, 2012 2 commits
  3. 30 Aug, 2012 1 commit
  4. 29 Aug, 2012 2 commits
  5. 28 Aug, 2012 4 commits
  6. 27 Aug, 2012 2 commits
  7. 25 Aug, 2012 2 commits
  8. 24 Aug, 2012 8 commits
  9. 23 Aug, 2012 1 commit
  10. 22 Aug, 2012 1 commit
  11. 21 Aug, 2012 4 commits
  12. 20 Aug, 2012 7 commits
  13. 19 Aug, 2012 3 commits
  14. 18 Aug, 2012 2 commits