1. 08 May, 2009 1 kayıt (commit)
  2. 07 May, 2009 7 kayıt (commit)
  3. 06 May, 2009 9 kayıt (commit)
  4. 05 May, 2009 6 kayıt (commit)
  5. 04 May, 2009 3 kayıt (commit)
  6. 03 May, 2009 5 kayıt (commit)
  7. 02 May, 2009 2 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 72202 via svnmerge · 1439ff69
      Mark Dickinson yazdı
      ........
        r72202 | mark.dickinson | 2009-05-02 18:55:01 +0100 (Sat, 02 May 2009) | 3 lines
      
        Remove unnecessary use of context for long getters.
        (Related to issue #5880).
      ........
      1439ff69
    • Eric Smith's avatar
      Blocked revisions 72189 via svnmerge · b29647bc
      Eric Smith yazdı
      ........
        r72189 | eric.smith | 2009-05-02 05:58:09 -0400 (Sat, 02 May 2009) | 1 line
      
        Keep py3k and trunk code in sync.
      ........
      b29647bc
  8. 01 May, 2009 2 kayıt (commit)
  9. 30 Nis, 2009 1 kayıt (commit)
  10. 29 Nis, 2009 4 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 72126-72127 via svnmerge · 2795c7de
      Mark Dickinson yazdı
      ........
        r72126 | mark.dickinson | 2009-04-29 22:56:53 +0100 (Wed, 29 Apr 2009) | 2 lines
      
        Remove format_float and use _PyOS_double_to_string instead.
      ........
        r72127 | mark.dickinson | 2009-04-29 22:57:15 +0100 (Wed, 29 Apr 2009) | 2 lines
      
        Backport some of the float formatting tests from py3k.
      ........
      2795c7de
    • Mark Dickinson's avatar
      Blocked revisions 72119 via svnmerge · 8603ed50
      Mark Dickinson yazdı
      ........
        r72119 | mark.dickinson | 2009-04-29 21:41:00 +0100 (Wed, 29 Apr 2009) | 3 lines
      
        Issue #5864: format(1234.5, '.4') gives misleading result
        (Backport of r72109 from py3k.)
      ........
      8603ed50
    • R. David Murray's avatar
      One of these tests uses a unittest method that wasn't backported. · d6bbe99d
      R. David Murray yazdı
      Blocked revisions 72115 via svnmerge
      
      ........
        r72115 | r.david.murray | 2009-04-29 16:15:18 -0400 (Wed, 29 Apr 2009) | 2 lines
      
        More aifc tests.
      ........
      d6bbe99d
    • R. David Murray's avatar
      Merged revisions 72100-72101 via svnmerge from · cecc3a00
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72100 | r.david.murray | 2009-04-29 09:17:37 -0400 (Wed, 29 Apr 2009) | 7 lines
      
        Fix issue 2245.  aifc now skips any chunk type it doesn't actually
        process instead of throwing errors for anything not in an explicit
        skip list.  This is per this spec: http://www.cnpbagwell.com/aiff-c.txt.
        Spec reference and test sound file provided by Santiago Peresón, fix
        based on patch by Hiroaki Kawai.
      ........
        r72101 | r.david.murray | 2009-04-29 09:51:44 -0400 (Wed, 29 Apr 2009) | 2 lines
      
        Now that we've got a test_aifc, add a few tests.
      ........
      cecc3a00