1. 25 Eyl, 2017 1 kayıt (commit)
  2. 20 Eyl, 2017 1 kayıt (commit)
  3. 07 Eyl, 2017 1 kayıt (commit)
  4. 22 Ock, 2017 1 kayıt (commit)
  5. 23 Agu, 2016 1 kayıt (commit)
  6. 18 Agu, 2016 1 kayıt (commit)
  7. 05 Mar, 2016 1 kayıt (commit)
  8. 29 Tem, 2015 1 kayıt (commit)
  9. 13 Şub, 2015 1 kayıt (commit)
  10. 31 Ock, 2015 1 kayıt (commit)
  11. 20 Eki, 2014 1 kayıt (commit)
  12. 17 Eki, 2014 1 kayıt (commit)
  13. 26 May, 2014 1 kayıt (commit)
  14. 09 Ock, 2014 1 kayıt (commit)
  15. 06 Eyl, 2013 1 kayıt (commit)
  16. 11 Mar, 2013 1 kayıt (commit)
  17. 12 Şub, 2013 1 kayıt (commit)
  18. 25 Ara, 2012 1 kayıt (commit)
  19. 15 Ara, 2012 1 kayıt (commit)
  20. 01 Eki, 2012 1 kayıt (commit)
  21. 12 Eyl, 2012 5 kayıt (commit)
  22. 08 Eyl, 2012 2 kayıt (commit)
    • R David Murray's avatar
      #15847: allow args to be a tuple in parse_args · a99c7ded
      R David Murray yazdı
      This fixes a regression introduced by the fix for issue #13922.  Although args
      is not documented as being allowed to be a tuple, previously this worked and
      so naturally there are programs in the field that depend on it.
      
      Patch by Zbyszek Jędrzejewski-Szmek.
      a99c7ded
    • R David Murray's avatar
      #15847: allow args to be a tuple in parse_args · b522828d
      R David Murray yazdı
      This fixes a regression introduced by the fix for issue #13922.  Although args
      is not documented as being allowed to be a tuple, previously this worked and
      so naturally there are programs in the field that depend on it.
      
      Patch by Zbyszek Jędrzejewski-Szmek.
      b522828d
  23. 02 Eyl, 2012 1 kayıt (commit)
  24. 01 Eyl, 2012 2 kayıt (commit)
    • R David Murray's avatar
      #12776,#11839: call argparse type function only once. · 20101871
      R David Murray yazdı
      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
    • R David Murray's avatar
      #12776,#11839: call argparse type function only once. · 6fb8fb17
      R David Murray yazdı
      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
  25. 22 Tem, 2012 4 kayıt (commit)
  26. 21 Tem, 2012 2 kayıt (commit)
  27. 07 Tem, 2012 1 kayıt (commit)
  28. 28 Eki, 2011 1 kayıt (commit)
  29. 28 Eyl, 2011 1 kayıt (commit)
  30. 09 Haz, 2011 1 kayıt (commit)