1. 24 Mar, 2017 1 kayıt (commit)
  2. 20 Şub, 2017 1 kayıt (commit)
  3. 24 Eyl, 2016 1 kayıt (commit)
  4. 09 Eyl, 2016 1 kayıt (commit)
  5. 10 Eki, 2014 1 kayıt (commit)
  6. 07 Kas, 2013 1 kayıt (commit)
  7. 29 Eyl, 2013 1 kayıt (commit)
  8. 14 Kas, 2012 1 kayıt (commit)
  9. 04 Ara, 2010 4 kayıt (commit)
  10. 25 Kas, 2010 1 kayıt (commit)
  11. 21 Kas, 2010 2 kayıt (commit)
  12. 20 Kas, 2010 1 kayıt (commit)
  13. 02 Agu, 2010 1 kayıt (commit)
  14. 01 Agu, 2010 3 kayıt (commit)
  15. 30 Haz, 2010 2 kayıt (commit)
  16. 30 May, 2010 2 kayıt (commit)
  17. 21 May, 2010 1 kayıt (commit)
    • Mark Dickinson's avatar
      Issue #8748: Fix two issues with comparisons between complex and integer · cc6a982d
      Mark Dickinson yazdı
      objects.  (1) The comparison could incorrectly return True in some cases
      (2**53+1 == complex(2**53) == 2**53), breaking transivity of equality.
      (2) The comparison raised an OverflowError for large integers, leading
      to unpredictable exceptions when combining integers and complex objects
      in sets or dicts.
      
      Patch by Meador Inge.
      cc6a982d
  18. 02 Nis, 2010 1 kayıt (commit)
    • Florent Xicluna's avatar
      (partially) · 41fe6155
      Florent Xicluna yazdı
      Merged revisions 79534,79537,79539,79558,79606 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79534 | florent.xicluna | 2010-03-31 23:21:54 +0200 (mer, 31 mar 2010) | 2 lines
      
        Fix test for xml.etree when using a non-ascii path.  And use check_warnings instead of catch_warnings.
      ........
        r79537 | florent.xicluna | 2010-03-31 23:40:32 +0200 (mer, 31 mar 2010) | 2 lines
      
        Fix typo
      ........
        r79539 | florent.xicluna | 2010-04-01 00:01:03 +0200 (jeu, 01 avr 2010) | 2 lines
      
        Replace catch_warnings with check_warnings when it makes sense.  Use assertRaises context manager to simplify some tests.
      ........
        r79558 | florent.xicluna | 2010-04-01 20:17:09 +0200 (jeu, 01 avr 2010) | 2 lines
      
        #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote.
      ........
        r79606 | florent.xicluna | 2010-04-02 19:26:42 +0200 (ven, 02 avr 2010) | 2 lines
      
        Backport some robotparser test and skip the test if the external resource is not available.
      ........
      41fe6155
  19. 31 Mar, 2010 1 kayıt (commit)
  20. 13 Mar, 2010 1 kayıt (commit)
  21. 22 Şub, 2010 3 kayıt (commit)
  22. 21 Şub, 2010 1 kayıt (commit)
  23. 20 Şub, 2010 2 kayıt (commit)
  24. 29 Kas, 2009 1 kayıt (commit)
  25. 26 Eki, 2009 2 kayıt (commit)
  26. 13 Agu, 2009 1 kayıt (commit)
  27. 30 Haz, 2009 2 kayıt (commit)