1. 22 Apr, 2009 4 commits
    • Nick Coghlan's avatar
      Merged revisions 71799 via svnmerge from · 47384704
      Nick Coghlan authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71799 | nick.coghlan | 2009-04-23 01:26:04 +1000 (Thu, 23 Apr 2009) | 1 line
      
        Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation)
      ........
      47384704
    • Eric Smith's avatar
      Blocked revisions 71796 via svnmerge · ae9b6ad9
      Eric Smith authored
      ........
        r71796 | eric.smith | 2009-04-22 09:29:05 -0400 (Wed, 22 Apr 2009) | 20 lines
      
        Backport of some of the work in r71665 to trunk. This reworks much of
        int, long, and float __format__(), and it keeps their implementation
        in sync with py3k.
      
        Also added PyOS_double_to_string. This is the "fallback" version
        that's also available in trunk, and should be kept in sync with that
        code. I'll add an issue to document PyOS_double_to_string in the C
        API.
      
        There are many internal cleanups. Externally visible changes include:
      
        - Implement PEP 378, Format Specifier for Thousands Separator, for
          floats, ints, and longs.
      
        - Issue #5515: 'n' formatting for ints, longs, and floats handles
          leading zero formatting poorly.
      
        - Issue #5772: For float.__format__, don't add a trailing ".0" if
          we're using no type code and we have an exponent.
      ........
      ae9b6ad9
    • R. David Murray's avatar
      Merged revisions 71785 via svnmerge from · eb3615d9
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71785 | r.david.murray | 2009-04-21 09:06:04 -0400 (Tue, 21 Apr 2009) | 4 lines
      
        Restore skips of posix and pty tests on Windows by calling the
        test_support.import_module on the appropriate modules
        before any other imports.
      ........
      eb3615d9
    • Eric Smith's avatar
      Merged revisions 71788 via svnmerge from · c4cae326
      Eric Smith authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71788 | eric.smith | 2009-04-21 20:47:00 -0400 (Tue, 21 Apr 2009) | 1 line
      
        Documentation for issue 5237, auto-numbered format fields. Contributed by Terry J. Reedy.
      ........
      c4cae326
  2. 21 Apr, 2009 4 commits
  3. 20 Apr, 2009 6 commits
  4. 19 Apr, 2009 8 commits
  5. 18 Apr, 2009 18 commits