1. 17 Eki, 2014 1 kayıt (commit)
  2. 05 Eki, 2013 1 kayıt (commit)
  3. 31 Eki, 2012 2 kayıt (commit)
  4. 13 May, 2012 1 kayıt (commit)
  5. 24 Nis, 2012 1 kayıt (commit)
  6. 23 Nis, 2012 2 kayıt (commit)
  7. 03 Nis, 2012 1 kayıt (commit)
  8. 09 Mar, 2012 1 kayıt (commit)
  9. 06 Mar, 2012 1 kayıt (commit)
  10. 26 Şub, 2012 2 kayıt (commit)
  11. 21 Kas, 2010 1 kayıt (commit)
  12. 17 Kas, 2010 1 kayıt (commit)
  13. 01 Kas, 2010 2 kayıt (commit)
  14. 02 Agu, 2010 2 kayıt (commit)
  15. 27 Haz, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from · 3e5cd1d0
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81465 | georg.brandl | 2010-05-22 06:29:19 -0500 (Sat, 22 May 2010) | 2 lines
      
        Issue #3924: Ignore cookies with invalid "version" field in cookielib.
      ........
        r81466 | georg.brandl | 2010-05-22 06:31:16 -0500 (Sat, 22 May 2010) | 1 line
      
        Underscore the name of an internal utility function.
      ........
        r81468 | georg.brandl | 2010-05-22 06:43:25 -0500 (Sat, 22 May 2010) | 1 line
      
        #8635: document enumerate() start parameter in docstring.
      ........
        r81679 | benjamin.peterson | 2010-06-03 16:21:03 -0500 (Thu, 03 Jun 2010) | 1 line
      
        use a set for membership testing
      ........
        r81735 | michael.foord | 2010-06-05 06:46:59 -0500 (Sat, 05 Jun 2010) | 1 line
      
        Extract error message truncating into a method (unittest.TestCase._truncateMessage).
      ........
        r81760 | michael.foord | 2010-06-05 14:38:42 -0500 (Sat, 05 Jun 2010) | 1 line
      
        Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error.
      ........
        r81868 | benjamin.peterson | 2010-06-09 14:45:04 -0500 (Wed, 09 Jun 2010) | 1 line
      
        fix code formatting
      ........
        r82183 | benjamin.peterson | 2010-06-23 15:29:26 -0500 (Wed, 23 Jun 2010) | 1 line
      
        cpython only gc tests
      ........
      3e5cd1d0
  16. 23 Haz, 2010 1 kayıt (commit)
  17. 24 Nis, 2010 1 kayıt (commit)
  18. 17 Mar, 2010 1 kayıt (commit)
  19. 02 Mar, 2010 2 kayıt (commit)
  20. 24 Ock, 2010 2 kayıt (commit)
  21. 23 Ock, 2010 2 kayıt (commit)
  22. 19 Ock, 2010 1 kayıt (commit)
  23. 08 Ock, 2010 2 kayıt (commit)
  24. 05 Ara, 2009 1 kayıt (commit)
  25. 13 Agu, 2009 1 kayıt (commit)
  26. 30 Haz, 2009 2 kayıt (commit)
  27. 23 Mar, 2009 2 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 70546 via svnmerge from · 3a652b1d
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70546 | antoine.pitrou | 2009-03-23 19:41:45 +0100 (lun., 23 mars 2009) | 9 lines
      
        Issue #4688: Add a heuristic so that tuples and dicts containing only
        untrackable objects are not tracked by the garbage collector. This can
        reduce the size of collections and therefore the garbage collection overhead
        on long-running programs, depending on their particular use of datatypes.
      
        (trivia: this makes the "binary_trees" benchmark from the Computer Language
        Shootout 40% faster)
      ........
      3a652b1d
    • Antoine Pitrou's avatar
      Issue #4688: Add a heuristic so that tuples and dicts containing only · f8387af2
      Antoine Pitrou yazdı
      untrackable objects are not tracked by the garbage collector. This can
      reduce the size of collections and therefore the garbage collection overhead
      on long-running programs, depending on their particular use of datatypes.
      
      (trivia: this makes the "binary_trees" benchmark from the Computer Language
      Shootout 40% faster)
      f8387af2
  28. 03 Mar, 2009 1 kayıt (commit)
  29. 27 Ock, 2009 1 kayıt (commit)