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

georg.brandl python-checkins at python.org
Tue Oct 27 16:48:57 CET 2009


Author: georg.brandl
Date: Tue Oct 27 16:48:57 2009
New Revision: 75802

Log:
Blocked revisions 68964,69014,69023,69070,69080,69085,69087,69227,69237,69242,69466,69525,69528,69530,69743,69748,69751,69770,69837-69838,69937,70016,70149,70293,70296,70623,74448 via svnmerge

........
  r68964 | raymond.hettinger | 2009-01-26 17:52:22 +0100 (Mo, 26 Jan 2009) | 1 line
  
  Fix signed/unsigned mismatch.
........
  r69014 | raymond.hettinger | 2009-01-27 11:03:04 +0100 (Di, 27 Jan 2009) | 1 line
  
  Issue 5021: doctest.testfile should set __name__
........
  r69023 | raymond.hettinger | 2009-01-27 14:26:35 +0100 (Di, 27 Jan 2009) | 1 line
  
  Add more tests for the powerset() recipe.
........
  r69070 | raymond.hettinger | 2009-01-29 00:02:26 +0100 (Do, 29 Jan 2009) | 6 lines
  
  Issue 4920:  Fixed next() vs __next__() issues in the ABCs
  for Iterator and MutableSet.  Also added thorough test for
  required abstractmethods.
........
  r69080 | brett.cannon | 2009-01-29 01:55:33 +0100 (Do, 29 Jan 2009) | 2 lines
  
  Ignore .pyc and .pyo files.
........
  r69085 | raymond.hettinger | 2009-01-29 04:21:42 +0100 (Do, 29 Jan 2009) | 1 line
  
  Update itertools.__doc__ to include all tools.
........
  r69087 | raymond.hettinger | 2009-01-29 04:43:44 +0100 (Do, 29 Jan 2009) | 1 line
  
  Fix typo.
........
  r69227 | raymond.hettinger | 2009-02-02 22:50:13 +0100 (Mo, 02 Feb 2009) | 1 line
  
  Issue 1242657: list(obj) can swallow KeyboardInterrupt.
........
  r69237 | raymond.hettinger | 2009-02-03 03:23:19 +0100 (Di, 03 Feb 2009) | 1 line
  
  Validate that __length_hint__ returns a usable result.
........
  r69242 | raymond.hettinger | 2009-02-03 04:37:03 +0100 (Di, 03 Feb 2009) | 1 line
  
  Register decimals as numbers.Number
........
  r69466 | raymond.hettinger | 2009-02-09 19:39:41 +0100 (Mo, 09 Feb 2009) | 3 lines
  
  Issue 5171: itertools.product docstring missing 'repeat' argument
........
  r69525 | raymond.hettinger | 2009-02-12 11:16:19 +0100 (Do, 12 Feb 2009) | 1 line
  
  Fix spaces/tabs in example.
........
  r69528 | raymond.hettinger | 2009-02-12 13:04:26 +0100 (Do, 12 Feb 2009) | 1 line
  
  Add an extra testcase.
........
  r69530 | raymond.hettinger | 2009-02-12 13:43:01 +0100 (Do, 12 Feb 2009) | 1 line
  
  One more test.
........
  r69743 | raymond.hettinger | 2009-02-19 00:10:19 +0100 (Do, 19 Feb 2009) | 1 line
  
  Py3k warnings now automatically include -Qwarn for division.
........
  r69748 | raymond.hettinger | 2009-02-19 03:15:14 +0100 (Do, 19 Feb 2009) | 1 line
  
  Add keyword arg support to itertools.compress().
........
  r69751 | raymond.hettinger | 2009-02-19 03:38:25 +0100 (Do, 19 Feb 2009) | 1 line
  
  Add keyword arg support to itertools.repeat().
........
  r69770 | raymond.hettinger | 2009-02-19 10:50:24 +0100 (Do, 19 Feb 2009) | 1 line
  
  Inline coefficients in gamma().  Add reflection formula.  Add comments.
........
  r69837 | raymond.hettinger | 2009-02-21 08:17:22 +0100 (Sa, 21 Feb 2009) | 4 lines
  
  Fix keyword arguments for itertools.count().
  Step arg without a start arg was ignored.
........
  r69838 | raymond.hettinger | 2009-02-21 09:58:42 +0100 (Sa, 21 Feb 2009) | 1 line
  
  Speedup and simplify negative counter using count's new step argument.
........
  r69937 | raymond.hettinger | 2009-02-24 13:23:23 +0100 (Di, 24 Feb 2009) | 3 lines
  
  Backport 69934:  Register xrange() as a Sequence.
........
  r70016 | raymond.hettinger | 2009-02-27 09:09:47 +0100 (Fr, 27 Feb 2009) | 1 line
  
  Give mapping views a usable repr.
........
  r70149 | raymond.hettinger | 2009-03-03 23:59:25 +0100 (Di, 03 Mär 2009) | 5 lines
  
  Backport 70140, 70141, 70143, and 70144.
  Adds tests, switches from list to deque, fixes __reduce__
  which was unnecessarily copying __keys.
........
  r70293 | raymond.hettinger | 2009-03-10 05:49:21 +0100 (Di, 10 Mär 2009) | 1 line
  
  Add a version tag to the decimal module.
........
  r70296 | raymond.hettinger | 2009-03-10 10:31:48 +0100 (Di, 10 Mär 2009) | 1 line
  
  Small optimization for corner case where maxlen==0.
........
  r70623 | benjamin.peterson | 2009-03-26 22:30:10 +0100 (Do, 26 Mär 2009) | 1 line
  
  add missing import
........
  r74448 | guilherme.polo | 2009-08-14 16:36:45 +0200 (Fr, 14 Aug 2009) | 3 lines
  
  Issue #1135: Add the XView and YView mix-ins to avoid duplicating
  the xview* and yview* methods.
........


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


More information about the Python-checkins mailing list