1. 04 Ara, 2009 2 kayıt (commit)
  2. 03 Ara, 2009 7 kayıt (commit)
  3. 02 Ara, 2009 3 kayıt (commit)
  4. 01 Ara, 2009 2 kayıt (commit)
  5. 30 Kas, 2009 4 kayıt (commit)
  6. 29 Kas, 2009 3 kayıt (commit)
  7. 28 Kas, 2009 7 kayıt (commit)
  8. 27 Kas, 2009 5 kayıt (commit)
  9. 26 Kas, 2009 1 kayıt (commit)
  10. 25 Kas, 2009 6 kayıt (commit)
    • Antoine Pitrou's avatar
      Blocked revisions 76531 via svnmerge · 3b713b01
      Antoine Pitrou yazdı
      ........
        r76531 | antoine.pitrou | 2009-11-26 00:03:22 +0100 (jeu., 26 nov. 2009) | 3 lines
      
        Forgot to add a `versionadded` tag
      ........
      3b713b01
    • Antoine Pitrou's avatar
      Merged revisions 76529 via svnmerge from · be6859d8
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76529 | antoine.pitrou | 2009-11-25 23:59:36 +0100 (mer., 25 nov. 2009) | 4 lines
      
        Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning
        the total number of seconds in the duration.  Patch by Brian Quinlan.
      ........
      be6859d8
    • Antoine Pitrou's avatar
      Merged revisions 75529 via svnmerge from · 7d7aede5
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75529 | antoine.pitrou | 2009-10-19 19:59:07 +0200 (lun., 19 oct. 2009) | 5 lines
      
        Issue #7133: SSL objects now support the new buffer API.
      
        This fixes the test_ssl failure.
      ........
      7d7aede5
    • Barry Warsaw's avatar
    • Benjamin Peterson's avatar
      fix test checking for error message · e360795d
      Benjamin Peterson yazdı
      e360795d
    • Benjamin Peterson's avatar
      Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from · 2021100d
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r76259 | georg.brandl | 2009-11-14 05:50:51 -0600 (Sat, 14 Nov 2009) | 1 line
      
        Fix terminology.
      ................
        r76326 | georg.brandl | 2009-11-16 10:44:05 -0600 (Mon, 16 Nov 2009) | 1 line
      
        #7302: fix link.
      ................
        r76376 | georg.brandl | 2009-11-18 13:39:14 -0600 (Wed, 18 Nov 2009) | 1 line
      
        upcase Python
      ................
        r76377 | georg.brandl | 2009-11-18 14:05:15 -0600 (Wed, 18 Nov 2009) | 1 line
      
        Fix markup.
      ................
        r76430 | r.david.murray | 2009-11-20 07:29:43 -0600 (Fri, 20 Nov 2009) | 2 lines
      
        Issue 7363: fix indentation in socketserver udpserver example.
      ................
        r76471 | georg.brandl | 2009-11-23 13:53:19 -0600 (Mon, 23 Nov 2009) | 1 line
      
        #7345: fix arguments of formatyear().
      ................
        r76517 | benjamin.peterson | 2009-11-25 12:16:46 -0600 (Wed, 25 Nov 2009) | 29 lines
      
        Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line
      
          undeprecate the -p option; it's useful for converting python3 sources
        ........
          r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line
      
          simplify condition
        ........
          r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line
      
          fix handling of a utf-8 bom #7313
        ........
          r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line
      
          remove pdb turd
        ........
          r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line
      
          #7375 fix nested transformations in fix_urllib
        ........
          r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line
      
          use generator expressions in any()
        ........
      ................
      2021100d