[Python-checkins] r74744 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Fri Sep 11 23:30:06 CEST 2009


Author: benjamin.peterson
Date: Fri Sep 11 23:30:05 2009
New Revision: 74744

Log:
Blocked revisions 74300,74490,74519,74631,74635-74637,74684,74721 via svnmerge

........
  r74300 | raymond.hettinger | 2009-08-04 14:08:05 -0500 (Tue, 04 Aug 2009) | 1 line
  
  Issue 6637: defaultdict.copy() failed with an empty factory.
........
  r74490 | benjamin.peterson | 2009-08-17 08:39:41 -0500 (Mon, 17 Aug 2009) | 1 line
  
  typos
........
  r74519 | guilherme.polo | 2009-08-18 11:39:36 -0500 (Tue, 18 Aug 2009) | 1 line
  
  Added missing static option for OptionMenu. Issue #5961.
........
  r74631 | georg.brandl | 2009-09-02 15:37:16 -0500 (Wed, 02 Sep 2009) | 1 line
  
  #6821: fix signature of PyBuffer_Release().
........
  r74635 | armin.rigo | 2009-09-03 14:40:07 -0500 (Thu, 03 Sep 2009) | 2 lines
  
  Found the next crasher by thinking about this logic in PyPy.
........
  r74636 | armin.rigo | 2009-09-03 14:42:03 -0500 (Thu, 03 Sep 2009) | 3 lines
  
  Does not terminate: consume all memory without responding to Ctrl-C.
  I am not too sure why, but you can surely find out by gdb'ing a bit...
........
  r74637 | armin.rigo | 2009-09-03 14:45:27 -0500 (Thu, 03 Sep 2009) | 4 lines
  
  Sorry, sorry!  Ignore my previous two commits.  I mixed up the version
  of python with which I tried running the crashers.  They don't crash
  the current HEAD.
........
  r74684 | ronald.oussoren | 2009-09-06 07:23:18 -0500 (Sun, 06 Sep 2009) | 2 lines
  
  Fix for issue 4937
........
  r74721 | thomas.heller | 2009-09-08 14:24:36 -0500 (Tue, 08 Sep 2009) | 1 line
  
  Make ctypes compile again with older Python versions.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list