1. 06 Mar, 2017 7 commits
  2. 05 Mar, 2017 6 commits
  3. 04 Mar, 2017 8 commits
  4. 03 Mar, 2017 17 commits
  5. 02 Mar, 2017 2 commits
    • Donald Stufft's avatar
      Don't require the Python org to mention someone (GH-393) · cdf037c2
      Donald Stufft authored
      Previously we configured the mention-bot to only mention people who are members of the Python organization. However, this doesn't currently work
      if members don't have their membership public. Instead we will configure mention-bot to poke anyone, even non-members.
      cdf037c2
    • orenmn's avatar
      bpo-28129: fix ctypes crashes (#386) · 1bea762d
      orenmn authored
      * init commit, with initial tests for from_param and fields __set__ and __get__, and some additions to from_buffer and from_buffer_copy
      
      * added the rest of tests and patches. probably only a first draft.
      
      * removed trailing spaces
      
      * replace ctype with ctypes in error messages
      
      * change back from ctypes instance to ctype instance
      1bea762d