1. 20 Mar, 2009 1 commit
    • Mark Dickinson's avatar
      Blocked revisions 70479 via svnmerge · 0ef2cf61
      Mark Dickinson authored
      ........
        r70479 | mark.dickinson | 2009-03-20 15:51:55 +0000 (Fri, 20 Mar 2009) | 3 lines
      
        Issue #4258:  Use 30-bit digits for Python longs, on 64-bit platforms.
        Backport of r70459.
      ........
      0ef2cf61
  2. 19 Mar, 2009 3 commits
  3. 18 Mar, 2009 6 commits
  4. 17 Mar, 2009 3 commits
  5. 16 Mar, 2009 1 commit
  6. 15 Mar, 2009 7 commits
  7. 14 Mar, 2009 3 commits
    • Eric Smith's avatar
      Blocked revisions 70368 via svnmerge · 22b13319
      Eric Smith authored
      ........
        r70368 | eric.smith | 2009-03-14 10:37:38 -0400 (Sat, 14 Mar 2009) | 1 line
      
        Unicode format tests weren't actually testing unicode. This was probably due to the original backport from py3k.
      ........
      22b13319
    • Eric Smith's avatar
      Merged revisions 70364 via svnmerge from · 8ec90443
      Eric Smith authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70364 | eric.smith | 2009-03-14 07:57:26 -0400 (Sat, 14 Mar 2009) | 17 lines
      
        Issue 5237, Allow auto-numbered replacement fields in str.format() strings.
      
        For simple uses for str.format(), this makes the typing easier. Hopfully this
        will help in the adoption of str.format().
      
        For example:
        'The {} is {}'.format('sky', 'blue')
      
        You can mix and matcth auto-numbering and named replacement fields:
        'The {} is {color}'.format('sky', color='blue')
      
        But you can't mix and match auto-numbering and specified numbering:
        'The {0} is {}'.format('sky', 'blue')
        ValueError: cannot switch from manual field specification to automatic field numbering
      
        Will port to 3.1.
      ........
      8ec90443
    • Antoine Pitrou's avatar
      Merged revisions 70356 via svnmerge from · 350370c2
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70356 | antoine.pitrou | 2009-03-14 01:07:21 +0100 (sam., 14 mars 2009) | 3 lines
      
        Issue #1222: locale.format() bug when the thousands separator is a space character.
      ........
      350370c2
  8. 13 Mar, 2009 4 commits
  9. 12 Mar, 2009 7 commits
  10. 11 Mar, 2009 3 commits
  11. 10 Mar, 2009 2 commits