1. 03 Eki, 2013 1 kayıt (commit)
  2. 31 Agu, 2013 1 kayıt (commit)
  3. 27 Agu, 2013 1 kayıt (commit)
  4. 04 Tem, 2013 1 kayıt (commit)
  5. 14 Haz, 2013 1 kayıt (commit)
  6. 10 Nis, 2013 1 kayıt (commit)
  7. 25 Ara, 2012 2 kayıt (commit)
  8. 14 Eyl, 2012 1 kayıt (commit)
  9. 07 Nis, 2012 1 kayıt (commit)
  10. 31 Mar, 2012 1 kayıt (commit)
  11. 23 Eki, 2011 1 kayıt (commit)
  12. 20 Mar, 2011 1 kayıt (commit)
  13. 25 Şub, 2011 2 kayıt (commit)
  14. 05 Ock, 2011 1 kayıt (commit)
  15. 04 Ock, 2011 1 kayıt (commit)
  16. 29 Eki, 2010 1 kayıt (commit)
  17. 13 Eki, 2010 2 kayıt (commit)
  18. 18 Eyl, 2010 1 kayıt (commit)
  19. 15 Eyl, 2010 4 kayıt (commit)
  20. 14 Eyl, 2010 1 kayıt (commit)
  21. 08 Eyl, 2010 1 kayıt (commit)
  22. 07 Eyl, 2010 3 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 84597-84599 via svnmerge from · c818ed4d
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84597 | antoine.pitrou | 2010-09-07 22:42:19 +0200 (mar., 07 sept. 2010) | 5 lines
      
        Issue #8574: better implementation of test.support.transient_internet().
        Original patch by Victor.
      ........
        r84598 | antoine.pitrou | 2010-09-07 23:05:49 +0200 (mar., 07 sept. 2010) | 6 lines
      
        Issue #9792: In case of connection failure, socket.create_connection()
        would swallow the exception and raise a new one, making it impossible
        to fetch the original errno, or to filter timeout errors.  Now the
        original error is re-raised.
      ........
        r84599 | antoine.pitrou | 2010-09-07 23:09:09 +0200 (mar., 07 sept. 2010) | 4 lines
      
        Improve transient_internet() again to detect more network errors,
        and use it in test_robotparser. Fixes #8574.
      ........
      c818ed4d
    • Antoine Pitrou's avatar
      Merged revisions 84597-84599 via svnmerge from · 4d7979be
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84597 | antoine.pitrou | 2010-09-07 22:42:19 +0200 (mar., 07 sept. 2010) | 5 lines
      
        Issue #8574: better implementation of test.support.transient_internet().
        Original patch by Victor.
      ........
        r84598 | antoine.pitrou | 2010-09-07 23:05:49 +0200 (mar., 07 sept. 2010) | 6 lines
      
        Issue #9792: In case of connection failure, socket.create_connection()
        would swallow the exception and raise a new one, making it impossible
        to fetch the original errno, or to filter timeout errors.  Now the
        original error is re-raised.
      ........
        r84599 | antoine.pitrou | 2010-09-07 23:09:09 +0200 (mar., 07 sept. 2010) | 4 lines
      
        Improve transient_internet() again to detect more network errors,
        and use it in test_robotparser. Fixes #8574.
      ........
      4d7979be
    • Antoine Pitrou's avatar
      Issue #9792: In case of connection failure, socket.create_connection() · 4b92b5fa
      Antoine Pitrou yazdı
      would swallow the exception and raise a new one, making it impossible
      to fetch the original errno, or to filter timeout errors.  Now the
      original error is re-raised.
      4b92b5fa
  23. 31 Agu, 2010 3 kayıt (commit)
  24. 12 Agu, 2010 1 kayıt (commit)
  25. 03 Agu, 2010 1 kayıt (commit)
    • Ezio Melotti's avatar
      Merged revisions 75407,75409-75413,75415,75419-75421 via svnmerge from · 262a47d2
      Ezio Melotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75407 | antoine.pitrou | 2009-10-14 20:30:52 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the aifc module
      ........
        r75409 | antoine.pitrou | 2009-10-14 21:01:33 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in bsddb
      ........
        r75410 | antoine.pitrou | 2009-10-14 21:09:45 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence a py3k warning claiming to affect Lib/calendar.py
      ........
        r75411 | antoine.pitrou | 2009-10-14 21:12:54 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn)
      ........
        r75412 | antoine.pitrou | 2009-10-14 21:27:32 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the socket module
      ........
        r75413 | antoine.pitrou | 2009-10-14 21:31:05 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix a py3k warning in the sndhdr module (found with test_email)
      ........
        r75415 | antoine.pitrou | 2009-10-14 21:39:46 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence some py3k warnings claiming to affect _pyio
      ........
        r75419 | antoine.pitrou | 2009-10-14 21:56:11 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence py3k warning claiming to affect the random module
      ........
        r75420 | antoine.pitrou | 2009-10-14 22:04:48 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in httplib
      ........
        r75421 | antoine.pitrou | 2009-10-14 22:09:48 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the uuid module
      ........
      262a47d2
  26. 09 Tem, 2010 1 kayıt (commit)
  27. 23 May, 2010 1 kayıt (commit)
  28. 04 Ock, 2010 1 kayıt (commit)
  29. 03 Ock, 2010 2 kayıt (commit)