1. 14 Haz, 2013 1 kayıt (commit)
  2. 14 Nis, 2013 1 kayıt (commit)
  3. 13 Nis, 2013 2 kayıt (commit)
  4. 02 Nis, 2013 1 kayıt (commit)
  5. 21 Mar, 2013 1 kayıt (commit)
  6. 17 Ara, 2012 2 kayıt (commit)
  7. 18 Eki, 2011 1 kayıt (commit)
  8. 27 Agu, 2011 2 kayıt (commit)
  9. 31 Tem, 2011 1 kayıt (commit)
  10. 30 Tem, 2011 1 kayıt (commit)
  11. 19 Tem, 2011 2 kayıt (commit)
  12. 03 Tem, 2011 1 kayıt (commit)
  13. 19 Tem, 2011 1 kayıt (commit)
  14. 09 Haz, 2011 1 kayıt (commit)
  15. 06 Haz, 2011 1 kayıt (commit)
  16. 18 May, 2011 1 kayıt (commit)
  17. 07 May, 2011 2 kayıt (commit)
  18. 15 Mar, 2011 1 kayıt (commit)
  19. 24 Şub, 2011 2 kayıt (commit)
  20. 22 Şub, 2011 1 kayıt (commit)
  21. 08 Kas, 2010 1 kayıt (commit)
  22. 05 Agu, 2010 1 kayıt (commit)
  23. 11 Mar, 2010 1 kayıt (commit)
  24. 25 Eyl, 2009 2 kayıt (commit)
  25. 04 Haz, 2009 1 kayıt (commit)
  26. 28 May, 2009 1 kayıt (commit)
  27. 23 May, 2009 4 kayıt (commit)
  28. 18 Ock, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from · e1cdfd78
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68547 | kristjan.jonsson | 2009-01-12 12:09:27 -0600 (Mon, 12 Jan 2009) | 1 line
      
        Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module.
      ........
        r68607 | kristjan.jonsson | 2009-01-14 04:50:57 -0600 (Wed, 14 Jan 2009) | 2 lines
      
        Re-enable all tests for windows platforms.
        Also, explicitly connect to the IPV4 address.  On windows platforms supporting AF_INET6, the SocketProxy would connect using socket.create_connection('localhost', port) which would cycle through all address families and try to connect.  It would try connecting using AF_INET6 first and this would cause a delay of up to a second.
      ........
        r68610 | kristjan.jonsson | 2009-01-15 03:09:13 -0600 (Thu, 15 Jan 2009) | 3 lines
      
        Fix recently introduced test cases.
        For datetime, gentoo didn't seem to mind the %e format for strftime.  So, we just excercise those instead making sure that we don't crash.
        For test_os, two cases were incorrect.
      ........
        r68618 | kristjan.jonsson | 2009-01-15 11:20:21 -0600 (Thu, 15 Jan 2009) | 1 line
      
        Issue 4929:  Handle socket errors when receiving
      ........
        r68621 | kristjan.jonsson | 2009-01-15 16:40:03 -0600 (Thu, 15 Jan 2009) | 1 line
      
        Fix two test cases in test_os.  ftruncate raises IOError unlike all the others which raise OSError.  And close() on some platforms doesn't complain when given an invalid file descriptor.
      ........
        r68622 | kristjan.jonsson | 2009-01-15 16:46:26 -0600 (Thu, 15 Jan 2009) | 1 line
      
        Make all the invalid fd tests for os subject to the function being available.
      ........
        r68649 | benjamin.peterson | 2009-01-16 22:39:05 -0600 (Fri, 16 Jan 2009) | 1 line
      
        trying to find some fpathconf() settings that all unixs support...
      ........
        r68722 | kristjan.jonsson | 2009-01-18 04:58:44 -0600 (Sun, 18 Jan 2009) | 1 line
      
        issue 4293:  make test_capi.py more robutst, it times out on some platforms, presumably waiting for threads.  Lower the thread count to 16.
      ........
      e1cdfd78
  29. 15 Ock, 2009 1 kayıt (commit)
  30. 10 Ara, 2008 1 kayıt (commit)