1. 27 12月, 2020 2 次提交
  2. 26 12月, 2020 2 次提交
    • J
      Use f-strings for simple string formatting · cdcf74fb
      Jon Dufresne 提交于
      Use pyupgrade to convert simple string formatting to use f-string
      syntax. pyupgrade is intentionally timid and will not create an f-string
      if it would make the expression longer or if the substitution parameters
      are anything but simple names or dotted names.
      cdcf74fb
    • J
      Remove object from class definitions · 09b3d3a5
      Jon Dufresne 提交于
      Unnecessary since dropping Python 2 support. In Python 3, all classes
      are new style classes.
      09b3d3a5
  3. 25 12月, 2020 5 次提交
  4. 23 12月, 2020 1 次提交
  5. 22 12月, 2020 2 次提交
  6. 31 10月, 2020 1 次提交
  7. 23 9月, 2020 1 次提交
  8. 25 7月, 2020 2 次提交
  9. 09 7月, 2020 1 次提交
  10. 08 7月, 2020 1 次提交
  11. 07 7月, 2020 1 次提交
  12. 02 7月, 2020 1 次提交
  13. 26 6月, 2020 2 次提交
  14. 16 6月, 2020 1 次提交
  15. 05 6月, 2020 1 次提交
  16. 29 5月, 2020 1 次提交
  17. 22 5月, 2020 1 次提交
  18. 19 5月, 2020 1 次提交
  19. 13 5月, 2020 1 次提交
  20. 29 4月, 2020 1 次提交
  21. 25 4月, 2020 1 次提交
  22. 17 4月, 2020 1 次提交
  23. 12 4月, 2020 1 次提交
  24. 03 4月, 2020 1 次提交
  25. 02 4月, 2020 2 次提交
  26. 01 4月, 2020 1 次提交
  27. 31 3月, 2020 1 次提交
  28. 30 3月, 2020 1 次提交
    • T
      Rewrite tests.lib.create_basic_wheel_for_package · 2c8a0bff
      Tzu-ping Chung 提交于
      This implementation uses tests.lib.make_wheel, which allows more
      flexible wheel configuration in a more structured way.
      
      Output-wise this should be almost identical to the previous
      implementation, with the following exceptions:
      
      * Metadata-Version is bumped from 2.0 (previous implementation) to 2.1
        (from make_wheel).
      * Fields previously supplied as UNKNOWN are now omitted since they are
        not significant to tests.
      * The DESCRIPTION file is omitted (since the description field is now
        missing, see previous point).
      2c8a0bff
  29. 29 3月, 2020 1 次提交
  30. 10 3月, 2020 1 次提交