1. 03 May, 2017 3 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30255: Clip step in _PySlice_Unpack() (#1429) · f6a31339
      Victor Stinner yazdı
      In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX,
      PY_SSIZE_T_MAX] rather than [PY_SSIZE_T_MIN, PY_SSIZE_T_MAX].
      
      (cherry picked from commit e6fc7401)
      f6a31339
    • Victor Stinner's avatar
      regrtest: always show before/after of modified env (#1407) (#1409) · 0d493795
      Victor Stinner yazdı
      Buildbots don't run tests with -vv and so only log "xxx was modified
      by test_xxx" which is not enough to debug such random issue. In many
      cases, I'm unable to reproduce the warning and so unable to fix it.
      
      Always logging the value before and value after should help to debug
      such warning on buildbots.
      (cherry picked from commit ec4b1723)
      (cherry picked from commit 22982350)
      0d493795
    • Victor Stinner's avatar
      bpo-30199: test_ssl closes all asyncore channels (#1381) (#1408) · d1c862ff
      Victor Stinner yazdı
      AsyncoreEchoServer of test_ssl now calls
      asyncore.close_all(ignore_all=True) to ensure that
      asyncore.socket_map is cleared once the test completes, even if
      ConnectionHandler was not correctly unregistered.
      
      Fix the following warning:
      
      Warning -- asyncore.socket_map was modified by test_ssl
        Before: {}
        After:  {6: <test.test_ssl.AsyncoreEchoServer.EchoServer.ConnectionHandler>}
      (cherry picked from commit 1dae7450)
      d1c862ff
  2. 02 May, 2017 6 kayıt (commit)
  3. 01 May, 2017 1 kayıt (commit)
  4. 30 Nis, 2017 2 kayıt (commit)
  5. 28 Nis, 2017 3 kayıt (commit)
  6. 27 Nis, 2017 1 kayıt (commit)
  7. 26 Nis, 2017 1 kayıt (commit)
  8. 23 Nis, 2017 1 kayıt (commit)
  9. 21 Nis, 2017 1 kayıt (commit)
  10. 20 Nis, 2017 2 kayıt (commit)
  11. 19 Nis, 2017 3 kayıt (commit)
  12. 16 Nis, 2017 1 kayıt (commit)
  13. 15 Nis, 2017 5 kayıt (commit)
  14. 13 Nis, 2017 1 kayıt (commit)
  15. 12 Nis, 2017 1 kayıt (commit)
  16. 10 Nis, 2017 1 kayıt (commit)
  17. 09 Nis, 2017 3 kayıt (commit)
  18. 08 Nis, 2017 2 kayıt (commit)
  19. 06 Nis, 2017 1 kayıt (commit)
  20. 04 Nis, 2017 1 kayıt (commit)