1. 18 Aug, 2017 10 commits
  2. 17 Aug, 2017 6 commits
  3. 16 Aug, 2017 3 commits
  4. 15 Aug, 2017 6 commits
  5. 14 Aug, 2017 5 commits
  6. 12 Aug, 2017 2 commits
    • Allen W. Smith, Ph.D's avatar
      bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/managers.py (#3078) · 48d9823a
      Allen W. Smith, Ph.D authored
      * Make error message more informative
      
      Replace assertions in error-reporting code with more-informative version that doesn't cause confusion over where and what the error is.
      
      * Additional clarification + get travis to check
      
      * Change from SystemError to TypeError
      
      As suggested in PR comment by @pitrou, changing from SystemError; TypeError appears appropriate.
      
      * NEWS file installation; ACKS addition (will do my best to justify it by additional work)
      48d9823a
    • Pär Björklund's avatar
      bpo-30747: Attempt to fix atomic load/store (#2383) · e664d7f8
      Pär Björklund authored
      _Py_atomic_* are currently not implemented as atomic operations
      when building with MSVC. This patch attempts to implement parts
      of the functionality required.
      e664d7f8
  7. 11 Aug, 2017 1 commit
  8. 10 Aug, 2017 7 commits