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

georg.brandl python-checkins at python.org
Fri Nov 7 09:57:11 CET 2008


Author: georg.brandl
Date: Fri Nov  7 09:57:11 2008
New Revision: 67147

Log:
Blocked revisions 66822-66823,66832,66836,66852,66868,66878,66894,66902,66912,66989,66994,67013,67015,67049,67065 via svnmerge

........
  r66822 | skip.montanaro | 2008-10-07 03:55:20 +0200 (Tue, 07 Oct 2008) | 2 lines
  
  Simplify individual tests by defining setUp and tearDown methods.
........
  r66823 | skip.montanaro | 2008-10-07 04:02:00 +0200 (Tue, 07 Oct 2008) | 2 lines
  
  Pay attention to -R entries in LDFLAGS.
........
  r66832 | skip.montanaro | 2008-10-07 17:03:40 +0200 (Tue, 07 Oct 2008) | 1 line
  
  save/restore stdout/stderr instead of relying on __*__ versions
........
  r66836 | amaury.forgeotdarc | 2008-10-07 22:32:10 +0200 (Tue, 07 Oct 2008) | 5 lines
  
  #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key.
  Now it correctly refers to the initial otherset.
  
  Reviewed by Raymond. Will backport to 2.6.
........
  r66852 | andrew.kuchling | 2008-10-08 15:21:27 +0200 (Wed, 08 Oct 2008) | 1 line
  
  Note how bytes alias is expected to be used
........
  r66868 | matthias.klose | 2008-10-10 09:24:20 +0200 (Fri, 10 Oct 2008) | 2 lines
  
  - Makefile.pre.in(PROFILE_TASK): search files in srcdir
........
  r66878 | benjamin.peterson | 2008-10-11 19:25:36 +0200 (Sat, 11 Oct 2008) | 4 lines
  
  give poplib a real test suite
  
  #4088 from Giampaolo Rodola'x
........
  r66894 | benjamin.peterson | 2008-10-15 00:37:18 +0200 (Wed, 15 Oct 2008) | 1 line
  
  remove set compat cruft
........
  r66902 | skip.montanaro | 2008-10-15 13:49:10 +0200 (Wed, 15 Oct 2008) | 1 line
  
  easter egg
........
  r66912 | hirokazu.yamamoto | 2008-10-16 08:25:25 +0200 (Thu, 16 Oct 2008) | 2 lines
  
  removed unused _PyUnicode_FromFileSystemEncodedObject.
  made win32_chdir, win32_wchdir static.
........
  r66989 | matthias.klose | 2008-10-21 11:12:25 +0200 (Tue, 21 Oct 2008) | 2 lines
  
  - install versioned manpage
........
  r66994 | amaury.forgeotdarc | 2008-10-22 00:01:38 +0200 (Wed, 22 Oct 2008) | 6 lines
  
  #4157 move two test functions out of platform.py.
  
  Turn them into unit tests, and correct an obvious typo:
      (("a", "b") ("c", "d") ("e", "f"))
  compiles even with the missing commas, but does not execute very well...
........
  r67013 | benjamin.peterson | 2008-10-25 04:53:28 +0200 (Sat, 25 Oct 2008) | 1 line
  
  give a py3k warning when 'nonlocal' is used as a variable name
........
  r67015 | georg.brandl | 2008-10-25 09:00:52 +0200 (Sat, 25 Oct 2008) | 2 lines
  
  Typo fix.
........
  r67049 | amaury.forgeotdarc | 2008-10-30 22:18:34 +0100 (Thu, 30 Oct 2008) | 8 lines
  
  Issue #4176: Pickle would crash the interpreter when a __reduce__ function
  does not return an iterator for the 4th and 5th items.
  (sequence-like and mapping-like state)
  
  A list is not an iterator...
  
  Will backport to 2.6 and 2.5.
........
  r67065 | benjamin.peterson | 2008-10-31 00:59:18 +0100 (Fri, 31 Oct 2008) | 1 line
  
  move unprefixed error into .c file
........


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


More information about the Python-checkins mailing list