[Python-checkins] r75401 - python/branches/release31-maint

georg.brandl python-checkins at python.org
Wed Oct 14 17:51:35 CEST 2009


Author: georg.brandl
Date: Wed Oct 14 17:51:35 2009
New Revision: 75401

Log:
Blocked revisions 74628-74630,74646,74648-74649,74654,74661,74744,74834,74875,75078-75079 via svnmerge

................
  r74628 | georg.brandl | 2009-09-02 22:33:30 +0200 (Mi, 02 Sep 2009) | 1 line
  
  Use true kwonly arg instead of **kwds hackaround.
................
  r74629 | georg.brandl | 2009-09-02 22:34:14 +0200 (Mi, 02 Sep 2009) | 1 line
  
  Use true booleans and a bit more PEP8.
................
  r74630 | georg.brandl | 2009-09-02 22:34:52 +0200 (Mi, 02 Sep 2009) | 1 line
  
  Switch more function arguments docs to new-style.
................
  r74646 | georg.brandl | 2009-09-04 10:09:32 +0200 (Fr, 04 Sep 2009) | 1 line
  
  Remove backwards compatibility stuff from profile/cProfile.
................
  r74648 | georg.brandl | 2009-09-04 10:22:00 +0200 (Fr, 04 Sep 2009) | 1 line
  
  Remove pseudo-end markers from http.cookies.
................
  r74649 | georg.brandl | 2009-09-04 10:28:01 +0200 (Fr, 04 Sep 2009) | 1 line
  
  Turn some comments into docstrings.
................
  r74654 | georg.brandl | 2009-09-04 17:41:40 +0200 (Fr, 04 Sep 2009) | 8 lines
  
  Blocked revisions 74653 via svnmerge
  
  ........
    r74653 | georg.brandl | 2009-09-04 13:32:18 +0200 (Fr, 04 Sep 2009) | 1 line
    
    #6777: dont discourage usage of Exception.args or promote usage of Exception.message.
  ........
................
  r74661 | georg.brandl | 2009-09-04 19:15:16 +0200 (Fr, 04 Sep 2009) | 1 line
  
  Remove the just-removed "help" from __all__.
................
  r74744 | benjamin.peterson | 2009-09-11 23:30:05 +0200 (Fr, 11 Sep 2009) | 43 lines
  
  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.
  ........
................
  r74834 | georg.brandl | 2009-09-16 17:58:51 +0200 (Mi, 16 Sep 2009) | 8 lines
  
  Blocked revisions 74832 via svnmerge
  
  ........
    r74832 | georg.brandl | 2009-09-16 17:57:46 +0200 (Mi, 16 Sep 2009) | 1 line
    
    Rewrap long lines.
  ........
................
  r74875 | georg.brandl | 2009-09-17 13:50:17 +0200 (Do, 17 Sep 2009) | 8 lines
  
  Blocked revisions 74873 via svnmerge
  
  ........
    r74873 | georg.brandl | 2009-09-17 13:48:31 +0200 (Do, 17 Sep 2009) | 1 line
    
    #6844 followup: the warning when setting Exception.message was removed, do not test for it.
  ........
................
  r75078 | georg.brandl | 2009-09-26 22:52:12 +0200 (Sa, 26 Sep 2009) | 1 line
  
  use new style optional args
................
  r75079 | georg.brandl | 2009-09-26 22:59:11 +0200 (Sa, 26 Sep 2009) | 1 line
  
  fix default value
................


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list