You need to sign in or sign up before continuing.
  1. 02 Oct, 2016 1 commit
  2. 17 Sep, 2016 1 commit
  3. 11 Sep, 2016 3 commits
  4. 06 Sep, 2016 1 commit
  5. 05 Sep, 2016 3 commits
  6. 04 Aug, 2016 1 commit
  7. 18 Jun, 2016 1 commit
  8. 17 Jun, 2016 1 commit
  9. 02 Jun, 2016 1 commit
  10. 30 May, 2016 1 commit
  11. 26 May, 2016 1 commit
  12. 24 Apr, 2016 1 commit
  13. 11 Apr, 2016 1 commit
  14. 18 Feb, 2016 1 commit
  15. 29 Dec, 2015 2 commits
  16. 02 Nov, 2015 1 commit
  17. 25 Oct, 2015 1 commit
  18. 21 Sep, 2015 1 commit
  19. 02 Aug, 2015 1 commit
  20. 14 Apr, 2015 1 commit
  21. 20 Mar, 2015 1 commit
  22. 19 Mar, 2015 2 commits
    • Ethan Furman's avatar
      issue23673 · 482fe047
      Ethan Furman authored
      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 authored
      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
  23. 07 Feb, 2015 2 commits
  24. 19 Nov, 2014 1 commit
  25. 03 Nov, 2014 1 commit
  26. 15 Oct, 2014 1 commit
  27. 14 Oct, 2014 1 commit
  28. 05 Oct, 2014 1 commit
    • R David Murray's avatar
      #16518: Bring error messages in harmony with docs ("bytes-like object") · 861470c8
      R David Murray authored
      Some time ago we changed the docs to consistently use the term 'bytes-like
      object' in all the contexts where bytes, bytearray, memoryview, etc are used.
      This patch (by Ezio Melotti) completes that work by changing the error
      messages that previously reported that certain types did "not support the
      buffer interface" to instead say that a bytes-like object is required.  (The
      glossary entry for bytes-like object references the discussion of the buffer
      protocol in the docs.)
      861470c8
  29. 26 Jul, 2014 1 commit
  30. 25 Jul, 2014 1 commit
  31. 23 Jul, 2014 1 commit
  32. 13 Jun, 2014 1 commit
  33. 11 Jun, 2014 1 commit