1. 25 Mar, 2019 1 kayıt (commit)
  2. 03 Mar, 2019 1 kayıt (commit)
  3. 24 Ock, 2019 1 kayıt (commit)
  4. 19 Eki, 2018 1 kayıt (commit)
  5. 06 Eki, 2018 1 kayıt (commit)
  6. 22 Eyl, 2018 1 kayıt (commit)
  7. 12 Eyl, 2018 2 kayıt (commit)
  8. 10 Eyl, 2018 1 kayıt (commit)
  9. 22 Ock, 2018 1 kayıt (commit)
    • Ethan Furman's avatar
      bpo-31801: Enum: add _ignore_ as class option (#5237) · a4b1bb48
      Ethan Furman yazdı
      * bpo-31801:  Enum:  add _ignore_ as class option
      
      _ignore_ is a list, or white-space seperated str, of names that will not
      be candidates for members; these names, and _ignore_ itself, are removed
      from the final class.
      
      * bpo-31801:  Enum:  add documentation for _ignore_
      
      * bpo-31801: Enum: remove trailing whitespace
      
      * bpo-31801: Enum: fix bulleted list format
      
      * bpo-31801: add version added for _ignore_
      a4b1bb48
  10. 07 Eyl, 2017 1 kayıt (commit)
  11. 21 Haz, 2017 1 kayıt (commit)
  12. 24 Ock, 2017 2 kayıt (commit)
  13. 21 Kas, 2016 1 kayıt (commit)
  14. 18 Eyl, 2016 1 kayıt (commit)
  15. 11 Eyl, 2016 1 kayıt (commit)
  16. 04 Eyl, 2016 1 kayıt (commit)
  17. 02 Eyl, 2016 2 kayıt (commit)
  18. 31 Agu, 2016 1 kayıt (commit)
  19. 20 Agu, 2016 2 kayıt (commit)
  20. 05 Agu, 2016 1 kayıt (commit)
  21. 28 Tem, 2016 1 kayıt (commit)
  22. 03 Haz, 2016 1 kayıt (commit)
  23. 12 May, 2016 1 kayıt (commit)
  24. 01 May, 2016 1 kayıt (commit)
  25. 14 Nis, 2016 1 kayıt (commit)
  26. 15 Ock, 2016 1 kayıt (commit)
  27. 14 Kas, 2015 1 kayıt (commit)
  28. 18 Eyl, 2015 1 kayıt (commit)
  29. 12 Nis, 2015 1 kayıt (commit)
  30. 11 Nis, 2015 1 kayıt (commit)
  31. 04 Nis, 2015 1 kayıt (commit)
  32. 31 Mar, 2015 1 kayıt (commit)
  33. 19 Mar, 2015 2 kayıt (commit)
    • Ethan Furman's avatar
      issue23673 · 482fe047
      Ethan Furman yazdı
      add private method to enum to support replacing global constants with Enum members:
      - search for candidate constants via supplied filter
      - create new enum class and members
      - insert enum class and replace constants with members via supplied module name
      - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle
      modify IntEnum classes to use new method
      482fe047
    • Ethan Furman's avatar
      issue23673 · 24e837f2
      Ethan Furman yazdı
      add private method to enum to support replacing global constants with Enum members:
      - search for candidate constants via supplied filter
      - create new enum class and members
      - insert enum class and replace constants with members via supplied module name
      - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle
      modify IntEnum classes to use new method
      24e837f2
  34. 14 Eki, 2014 1 kayıt (commit)
  35. 17 Eyl, 2014 1 kayıt (commit)