1. 04 Mar, 2013 1 kayıt (commit)
  2. 26 Haz, 2012 1 kayıt (commit)
  3. 12 Mar, 2012 1 kayıt (commit)
  4. 04 Mar, 2012 1 kayıt (commit)
  5. 13 Ara, 2011 1 kayıt (commit)
  6. 06 Kas, 2011 1 kayıt (commit)
  7. 04 Eki, 2011 4 kayıt (commit)
  8. 30 Agu, 2011 1 kayıt (commit)
  9. 29 Agu, 2011 2 kayıt (commit)
  10. 13 Agu, 2011 2 kayıt (commit)
  11. 11 Agu, 2011 1 kayıt (commit)
  12. 11 Mar, 2011 1 kayıt (commit)
  13. 24 Şub, 2011 2 kayıt (commit)
  14. 21 Şub, 2011 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #10990: Prevent tests from clobbering a set trace function. · 31f5929c
      Brett Cannon yazdı
      Many tests simply didn't care if they unset a pre-existing trace function. This
      made test coverage impossible. This patch fixes various tests to put back any
      pre-existing trace function. It also introduces test.support.no_tracing as a
      decorator which will temporarily unset the trace function for tests which
      simply fail otherwise.
      
      Thanks to Kristian Vlaardingerbroek for helping to find the cause of various
      trace function unsets.
      31f5929c
  15. 21 Kas, 2010 1 kayıt (commit)
  16. 20 Kas, 2010 1 kayıt (commit)
  17. 22 Eki, 2010 2 kayıt (commit)
  18. 12 Eki, 2010 1 kayıt (commit)
  19. 09 Eyl, 2010 1 kayıt (commit)
  20. 17 Tem, 2010 2 kayıt (commit)
  21. 13 Nis, 2010 2 kayıt (commit)
  22. 24 Ock, 2010 1 kayıt (commit)
  23. 23 Ock, 2010 2 kayıt (commit)
  24. 07 Ock, 2010 4 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 77352-77354 via svnmerge from · 8dba727c
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77352 | antoine.pitrou | 2010-01-07 18:46:49 +0100 (jeu., 07 janv. 2010) | 5 lines
      
        Issue #7455: Fix possible crash in cPickle on invalid input.  Patch by
        Florent Xicluna.
      ........
        r77353 | antoine.pitrou | 2010-01-07 18:49:37 +0100 (jeu., 07 janv. 2010) | 3 lines
      
        Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!).
      ........
        r77354 | antoine.pitrou | 2010-01-07 18:54:10 +0100 (jeu., 07 janv. 2010) | 3 lines
      
        Fix reattribution mistake when fixing attribution mistake!
      ........
      8dba727c
    • Antoine Pitrou's avatar
      Merged revisions 77355 via svnmerge from · 901d81e6
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77355 | antoine.pitrou | 2010-01-07 18:57:31 +0100 (jeu., 07 janv. 2010) | 18 lines
      
        Merged revisions 77352-77354 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77352 | antoine.pitrou | 2010-01-07 18:46:49 +0100 (jeu., 07 janv. 2010) | 5 lines
      
          Issue #7455: Fix possible crash in cPickle on invalid input.  Patch by
          Florent Xicluna.
        ........
          r77353 | antoine.pitrou | 2010-01-07 18:49:37 +0100 (jeu., 07 janv. 2010) | 3 lines
      
          Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!).
        ........
          r77354 | antoine.pitrou | 2010-01-07 18:54:10 +0100 (jeu., 07 janv. 2010) | 3 lines
      
          Fix reattribution mistake when fixing attribution mistake!
        ........
      ................
      901d81e6
    • Antoine Pitrou's avatar
      Merged revisions 77352-77354 via svnmerge from · 01a15ea2
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77352 | antoine.pitrou | 2010-01-07 18:46:49 +0100 (jeu., 07 janv. 2010) | 5 lines
      
        Issue #7455: Fix possible crash in cPickle on invalid input.  Patch by
        Florent Xicluna.
      ........
        r77353 | antoine.pitrou | 2010-01-07 18:49:37 +0100 (jeu., 07 janv. 2010) | 3 lines
      
        Fix attribution. Florent actually repackaged and reviewed Victor's patch (sorry!).
      ........
        r77354 | antoine.pitrou | 2010-01-07 18:54:10 +0100 (jeu., 07 janv. 2010) | 3 lines
      
        Fix reattribution mistake when fixing attribution mistake!
      ........
      01a15ea2
    • Antoine Pitrou's avatar
      0d423b87
  25. 05 Ara, 2009 1 kayıt (commit)
  26. 24 Kas, 2009 2 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions 76499 via svnmerge from · 513c46e1
      Alexandre Vassalotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76499 | alexandre.vassalotti | 2009-11-24 12:53:23 -0500 (Tue, 24 Nov 2009) | 9 lines
      
        Issue 7128: Removed reference to the non-existent copyreg module.
      
        The reference to copyreg was a unnoticed leftover from the compatibility
        support for the grand renaming of the standard library in Python 3. The
        compatibility support was reverted in r63493, but not completely as this
        patch shows.
      
        Based on a patch by Amaury Forgeot d'Arc.
      ........
      513c46e1
    • Alexandre Vassalotti's avatar
      Issue 7128: Removed reference to the non-existent copyreg module. · 8b2d713d
      Alexandre Vassalotti yazdı
      The reference to copyreg was a unnoticed leftover from the compatibility
      support for the grand renaming of the standard library in Python 3. The
      compatibility support was reverted in r63493, but not completely as this
      patch shows.
      
      Based on a patch by Amaury Forgeot d'Arc.
      8b2d713d