1. 06 May, 2019 1 kayıt (commit)
  2. 19 Şub, 2019 1 kayıt (commit)
  3. 25 Nis, 2018 1 kayıt (commit)
  4. 14 Ara, 2017 1 kayıt (commit)
  5. 08 Kas, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      Replace KB unit with KiB (#4293) · 8c663fd6
      Victor Stinner yazdı
      kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte")
      means 1024 bytes. KB was misused: replace kB or KB with KiB when
      appropriate.
      
      Same change for MB and GB which become MiB and GiB.
      
      Change the output of Tools/iobench/iobench.py.
      
      Round also the size of the documentation from 5.5 MB to 5 MiB.
      8c663fd6
  6. 11 Eyl, 2016 1 kayıt (commit)
  7. 04 May, 2016 1 kayıt (commit)
  8. 17 Nis, 2016 1 kayıt (commit)
  9. 25 Şub, 2016 1 kayıt (commit)
  10. 11 Şub, 2016 1 kayıt (commit)
  11. 20 Ock, 2016 1 kayıt (commit)
  12. 02 Kas, 2015 1 kayıt (commit)
  13. 10 Nis, 2015 1 kayıt (commit)
  14. 05 Nis, 2015 1 kayıt (commit)
    • R David Murray's avatar
      #3566: Clean up handling of remote server disconnects. · cae7bdb4
      R David Murray yazdı
      This changeset does two things: introduces a new RemoteDisconnected exception
      (that subclasses ConnectionResetError and BadStatusLine) so that a remote
      server disconnection can be detected by client code (and provides a better
      error message for debugging purposes), and ensures that the client socket is
      closed if a ConnectionError happens, so that the automatic re-connection code
      can work if the application handles the error and continues on.
      
      Tests are added that confirm that a connection is re-used or not re-used
      as appropriate to the various combinations of protocol version and headers.
      
      Patch by Martin Panter, reviewed by Demian Brecht.  (Tweaked only slightly by
      me.)
      cae7bdb4
  15. 04 Nis, 2015 1 kayıt (commit)
  16. 31 Ock, 2015 1 kayıt (commit)
  17. 06 Ara, 2014 1 kayıt (commit)
  18. 30 Kas, 2014 1 kayıt (commit)
  19. 25 Tem, 2014 1 kayıt (commit)
  20. 22 Tem, 2014 1 kayıt (commit)
  21. 21 Mar, 2014 1 kayıt (commit)
  22. 20 Mar, 2014 1 kayıt (commit)
  23. 13 Ock, 2014 1 kayıt (commit)
  24. 27 Agu, 2013 1 kayıt (commit)
  25. 04 Tem, 2013 1 kayıt (commit)
  26. 14 Haz, 2013 1 kayıt (commit)
  27. 25 Ara, 2012 1 kayıt (commit)
  28. 18 Ara, 2012 2 kayıt (commit)
  29. 24 Şub, 2012 1 kayıt (commit)
  30. 15 Kas, 2011 1 kayıt (commit)
  31. 30 Eki, 2011 3 kayıt (commit)
  32. 31 Eki, 2011 1 kayıt (commit)
  33. 30 Eki, 2011 2 kayıt (commit)
  34. 23 Eki, 2011 1 kayıt (commit)
  35. 08 Ara, 2010 1 kayıt (commit)
  36. 18 Kas, 2010 1 kayıt (commit)