1. 31 Mar, 2009 11 kayıt (commit)
  2. 30 Mar, 2009 12 kayıt (commit)
  3. 29 Mar, 2009 3 kayıt (commit)
  4. 28 Mar, 2009 1 kayıt (commit)
    • Guilherme Polo's avatar
      Blocked revisions 70641,70651 via svnmerge · 94cc409a
      Guilherme Polo yazdı
      ........
        r70641 | guilherme.polo | 2009-03-27 18:43:08 -0300 (Fri, 27 Mar 2009) | 3 lines
      
        Adjusted _tkinter to compile without warnings when WITH_THREAD is not
        defined (part of issue #5035)
      ........
        r70651 | guilherme.polo | 2009-03-28 16:17:16 -0300 (Sat, 28 Mar 2009) | 1 line
      
        Typo fix
      ........
      94cc409a
  5. 25 Mar, 2009 1 kayıt (commit)
    • Marc-André Lemburg's avatar
      Merged revisions 70594-70595 via svnmerge from · 152f2227
      Marc-André Lemburg yazdı
      svn+pythonssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70594 | marc-andre.lemburg | 2009-03-25 20:44:58 +0100 (Wed, 25 Mar 2009) | 9 lines
      
        Remove the sys.version_info shortcut, since they cause the APIs
        to return different information than the _sys_version() output
        used in previous Python versions.
      
        This also fixes issue5561: platform.python_version_tuple returns tuple of ints, should be strings
      
        Added more tests for the various platform functions.
      ........
        r70595 | marc-andre.lemburg | 2009-03-25 20:45:33 +0100 (Wed, 25 Mar 2009) | 3 lines
      
        News item for the platform.py fix (r70594).
      ........
      152f2227
  6. 24 Mar, 2009 1 kayıt (commit)
  7. 23 Mar, 2009 1 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 70542 via svnmerge · 2761cd30
      Mark Dickinson yazdı
      ........
        r70542 | mark.dickinson | 2009-03-23 18:25:13 +0000 (Mon, 23 Mar 2009) | 14 lines
      
        Issue #5512: speed up the long division algorithm for Python longs.
        The basic algorithm remains the same; the most significant speedups
        come from the following three changes:
      
          (1) normalize by shifting instead of multiplying and dividing
          (2) the old algorithm usually did an unnecessary extra iteration of
              the outer loop; remove this.  As a special case, this means that
              long divisions with a single-digit result run twice as fast as
              before.
          (3) make inner loop much tighter.
      
        Various benchmarks show speedups of between 50% and 150% for long
        integer divisions and modulo operations.
      ........
      2761cd30
  8. 22 Mar, 2009 4 kayıt (commit)
  9. 21 Mar, 2009 1 kayıt (commit)
  10. 20 Mar, 2009 4 kayıt (commit)
  11. 18 Mar, 2009 1 kayıt (commit)