1. 25 Eki, 2015 1 kayıt (commit)
  2. 19 Mar, 2015 1 kayıt (commit)
    • Ethan Furman's avatar
      issue23673 · 482fe047
      Ethan Furman yazdı
      add private method to enum to support replacing global constants with Enum members:
      - search for candidate constants via supplied filter
      - create new enum class and members
      - insert enum class and replace constants with members via supplied module name
      - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle
      modify IntEnum classes to use new method
      482fe047
  3. 13 Ock, 2015 1 kayıt (commit)
  4. 19 Kas, 2014 1 kayıt (commit)
  5. 18 Eki, 2014 1 kayıt (commit)
  6. 15 Eki, 2014 1 kayıt (commit)
  7. 03 Eki, 2013 1 kayıt (commit)
  8. 31 Agu, 2013 1 kayıt (commit)
  9. 27 Agu, 2013 1 kayıt (commit)
  10. 04 Tem, 2013 1 kayıt (commit)
  11. 14 Haz, 2013 1 kayıt (commit)
  12. 10 Nis, 2013 1 kayıt (commit)
  13. 25 Ara, 2012 2 kayıt (commit)
  14. 14 Eyl, 2012 1 kayıt (commit)
  15. 07 Nis, 2012 1 kayıt (commit)
  16. 31 Mar, 2012 1 kayıt (commit)
  17. 23 Eki, 2011 1 kayıt (commit)
  18. 20 Mar, 2011 1 kayıt (commit)
  19. 25 Şub, 2011 2 kayıt (commit)
  20. 05 Ock, 2011 1 kayıt (commit)
  21. 04 Ock, 2011 1 kayıt (commit)
  22. 29 Eki, 2010 1 kayıt (commit)
  23. 13 Eki, 2010 2 kayıt (commit)
  24. 18 Eyl, 2010 1 kayıt (commit)
  25. 15 Eyl, 2010 4 kayıt (commit)
  26. 14 Eyl, 2010 1 kayıt (commit)
  27. 08 Eyl, 2010 1 kayıt (commit)
  28. 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
  29. 31 Agu, 2010 3 kayıt (commit)
  30. 12 Agu, 2010 1 kayıt (commit)