1. 06 Mar, 2017 7 kayıt (commit)
  2. 05 Mar, 2017 6 kayıt (commit)
  3. 04 Mar, 2017 8 kayıt (commit)
  4. 03 Mar, 2017 17 kayıt (commit)
  5. 02 Mar, 2017 2 kayıt (commit)
    • Donald Stufft's avatar
      Don't require the Python org to mention someone (GH-393) · cdf037c2
      Donald Stufft yazdı
      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 yazdı
      * 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