1. 24 May, 2017 12 commits
  2. 23 May, 2017 14 commits
  3. 22 May, 2017 10 commits
  4. 21 May, 2017 2 commits
  5. 20 May, 2017 2 commits
    • Giampaolo Rodola's avatar
      #30014: refactor poll-related classes (#1035) · 62c7d90b
      Giampaolo Rodola authored
      * #30014: refactor poll-related classes so that poll(), epoll() and devpoll() share the same methods for register(), unregister(), close() and select()
      
      * remove unused attribute
      
      * use specific class attributes instead of select.* constants
      
      * have all classes except SelectSelector a _selector attribute
      
      * BaseException -> Exception
      
      * be explicit in defining a close() method only for selectors which have it
      
      * fix AttributeError
      62c7d90b
    • Serhiy Storchaka's avatar
      bpo-27945: Fixed various segfaults with dict. (#1657) · 753bca39
      Serhiy Storchaka authored
      Based on patches by Duane Griffin and Tim Mitchell.
      753bca39