1. 08 Nov, 2010 2 commits
  2. 07 Nov, 2010 4 commits
  3. 06 Nov, 2010 15 commits
  4. 05 Nov, 2010 16 commits
  5. 04 Nov, 2010 3 commits
    • Jesus Cea's avatar
    • Eric Smith's avatar
      Blocked revisions 86170 via svnmerge · db31a35a
      Eric Smith authored
      ........
        r86170 | eric.smith | 2010-11-04 13:06:58 -0400 (Thu, 04 Nov 2010) | 1 line
      
        Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict.
      ........
      db31a35a
    • Hirokazu Yamamoto's avatar
      Blocked revisions 85980,86116,86159,86163 via svnmerge · e20ef093
      Hirokazu Yamamoto authored
      ........
        r85980 | hirokazu.yamamoto | 2010-10-31 00:08:15 +0900 | 1 line
      
        Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah.
      ........
        r86116 | hirokazu.yamamoto | 2010-11-02 22:48:13 +0900 | 1 line
      
        Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp.
      ........
        r86159 | hirokazu.yamamoto | 2010-11-04 21:09:08 +0900 | 2 lines
      
        Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
        instead of signed value [-127, 128].
      ........
        r86163 | hirokazu.yamamoto | 2010-11-04 22:49:41 +0900 | 1 line
      
        Added svn:ignore.
      ........
      e20ef093