[Python-checkins] r75791 - python/branches/release26-maint

georg.brandl python-checkins at python.org
Tue Oct 27 16:00:49 CET 2009


Author: georg.brandl
Date: Tue Oct 27 16:00:48 2009
New Revision: 75791

Log:
Blocked revisions 74929,75076,75098,75139,75180,75264,75267-75268,75272-75273,75310 via svnmerge

........
  r74929 | benjamin.peterson | 2009-09-18 23:14:55 +0200 (Fr, 18 Sep 2009) | 1 line
  
  add keyword arguments support to str/unicode encode and decode #6300
........
  r75076 | vinay.sajip | 2009-09-26 16:53:32 +0200 (Sa, 26 Sep 2009) | 1 line
  
  Tidied up name of parameter in StreamHandler
........
  r75098 | michael.foord | 2009-09-27 22:08:23 +0200 (So, 27 Sep 2009) | 1 line
  
  Documentation improvement for load_tests protocol in unittest. Issue 6515.
........
  r75139 | raymond.hettinger | 2009-09-29 20:53:24 +0200 (Di, 29 Sep 2009) | 3 lines
  
  Issue 7008: Better document str.title and show how to work around the apostrophe problem.
........
  r75180 | georg.brandl | 2009-10-01 22:59:31 +0200 (Do, 01 Okt 2009) | 1 line
  
  #7031: Add TestCase.assertIsInstance and negated method.
........
  r75264 | andrew.kuchling | 2009-10-06 00:30:22 +0200 (Di, 06 Okt 2009) | 1 line
  
  Add various items
........
  r75267 | andrew.kuchling | 2009-10-06 00:42:56 +0200 (Di, 06 Okt 2009) | 1 line
  
  Backport r73983: Document the thousands separator.
........
  r75268 | andrew.kuchling | 2009-10-06 00:45:39 +0200 (Di, 06 Okt 2009) | 1 line
  
  Remove two notes
........
  r75272 | amaury.forgeotdarc | 2009-10-06 21:56:32 +0200 (Di, 06 Okt 2009) | 5 lines
  
  #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, 
  _PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace.
  
  It now also parses the Unihan.txt for numeric values.
........
  r75273 | amaury.forgeotdarc | 2009-10-06 22:02:09 +0200 (Di, 06 Okt 2009) | 2 lines
  
  Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata.
........
  r75310 | vinay.sajip | 2009-10-10 22:32:36 +0200 (Sa, 10 Okt 2009) | 1 line
  
  Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code.
........


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


More information about the Python-checkins mailing list