[Python-checkins] r86774 - python/branches/release27-maint

georg.brandl python-checkins at python.org
Fri Nov 26 09:12:40 CET 2010


Author: georg.brandl
Date: Fri Nov 26 09:12:40 2010
New Revision: 86774

Log:
Blocked revisions 85807,85820,85822,85824,85828,85840,85844-85845,85851,85855-85856,85874 via svnmerge

........
  r85807 | georg.brandl | 2010-10-23 19:31:52 +0200 (Sa, 23 Okt 2010) | 1 line
  
  #6518: enable context manager protocol for ossaudiodev types.
........
  r85820 | georg.brandl | 2010-10-24 16:20:22 +0200 (So, 24 Okt 2010) | 1 line
  
  Remove usage of exception indexing.
........
  r85822 | georg.brandl | 2010-10-24 16:21:42 +0200 (So, 24 Okt 2010) | 1 line
  
  Add casts (one needed, one for consistency).
........
  r85824 | georg.brandl | 2010-10-24 17:11:22 +0200 (So, 24 Okt 2010) | 6 lines
  
  Add a new warning gategory, ResourceWarning, as discussed on python-dev.  It is silent by default,
  except when configured --with-pydebug.
  
  Emit this warning from the GC shutdown procedure, rather than just printing to stderr.
........
  r85828 | georg.brandl | 2010-10-24 22:47:32 +0200 (So, 24 Okt 2010) | 1 line
  
  These are true PyCFunctions, after adding the second argument to oss_self, no need to cast.
........
  r85840 | georg.brandl | 2010-10-25 19:50:20 +0200 (Mo, 25 Okt 2010) | 1 line
  
  #3018: tkinter demo fixes for py3k.
........
  r85844 | georg.brandl | 2010-10-26 12:39:14 +0200 (Di, 26 Okt 2010) | 1 line
  
  Work a bit more on tkinter demos.
........
  r85845 | georg.brandl | 2010-10-26 12:42:16 +0200 (Di, 26 Okt 2010) | 1 line
  
  faqwiz is removed.
........
  r85851 | georg.brandl | 2010-10-26 22:12:37 +0200 (Di, 26 Okt 2010) | 1 line
  
  Fix import.
........
  r85855 | georg.brandl | 2010-10-27 09:21:54 +0200 (Mi, 27 Okt 2010) | 1 line
  
  Encoding fix.
........
  r85856 | georg.brandl | 2010-10-27 09:27:06 +0200 (Mi, 27 Okt 2010) | 1 line
  
  #5975: add unix_dialect to csv module.
........
  r85874 | georg.brandl | 2010-10-28 08:42:33 +0200 (Do, 28 Okt 2010) | 1 line
  
  #7351: add more consistent exception name alias.
........


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


More information about the Python-checkins mailing list