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

ezio.melotti python-checkins at python.org
Tue Mar 23 14:14:24 CET 2010


Author: ezio.melotti
Date: Tue Mar 23 14:14:23 2010
New Revision: 79339

Log:
Blocked revisions 73841,73931,74011,74754,77136,77178,77180,77715,77727,77749,77755,77841,77871,77910,77912-77913,77942,78109,78136,78211,78249,78319,78486,78954,79023 via svnmerge

........
  r73841 | ezio.melotti | 2009-07-04 17:58:27 +0300 (Sat, 04 Jul 2009) | 1 line
  
  if zlib -> skipUnless(zlib) and minor cleanups
........
  r73931 | ezio.melotti | 2009-07-10 23:25:56 +0300 (Fri, 10 Jul 2009) | 1 line
  
  more cleanups and if zlib -> skipUnless(zlib)
........
  r74011 | ezio.melotti | 2009-07-15 20:07:04 +0300 (Wed, 15 Jul 2009) | 1 line
  
  methods' names pep8ification
........
  r74754 | ezio.melotti | 2009-09-12 17:43:43 +0300 (Sat, 12 Sep 2009) | 1 line
  
  #6026 - fix tests that failed without zlib
........
  r77136 | ezio.melotti | 2009-12-30 08:14:51 +0200 (Wed, 30 Dec 2009) | 1 line
  
  #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin.
........
  r77178 | ezio.melotti | 2009-12-31 15:00:43 +0200 (Thu, 31 Dec 2009) | 1 line
  
  cleanup and refactoring
........
  r77180 | ezio.melotti | 2009-12-31 15:27:41 +0200 (Thu, 31 Dec 2009) | 1 line
  
  indentation and further alignment with py3k
........
  r77715 | ezio.melotti | 2010-01-24 01:04:36 +0200 (Sun, 24 Jan 2010) | 1 line
  
  use assert[Not]In where appropriate
........
  r77727 | ezio.melotti | 2010-01-24 18:58:36 +0200 (Sun, 24 Jan 2010) | 1 line
  
  use assert[Not]IsInstance where appropriate
........
  r77749 | ezio.melotti | 2010-01-25 14:37:02 +0200 (Mon, 25 Jan 2010) | 1 line
  
  Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731
........
  r77755 | ezio.melotti | 2010-01-26 17:57:21 +0200 (Tue, 26 Jan 2010) | 1 line
  
  #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
........
  r77841 | ezio.melotti | 2010-01-30 09:22:54 +0200 (Sat, 30 Jan 2010) | 1 line
  
  #7092: silence py3k warnings for deprecated modules
........
  r77871 | ezio.melotti | 2010-01-31 13:46:54 +0200 (Sun, 31 Jan 2010) | 1 line
  
  #7092: silence more -3 and -Wd warnings
........
  r77910 | ezio.melotti | 2010-02-02 10:37:35 +0200 (Tue, 02 Feb 2010) | 1 line
  
  #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna.
........
  r77912 | ezio.melotti | 2010-02-02 17:57:45 +0200 (Tue, 02 Feb 2010) | 1 line
  
  Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.
........
  r77913 | ezio.melotti | 2010-02-02 19:34:37 +0200 (Tue, 02 Feb 2010) | 1 line
  
  #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Florent Xicluna.
........
  r77942 | ezio.melotti | 2010-02-03 07:37:26 +0200 (Wed, 03 Feb 2010) | 1 line
  
  #7092: Silence more py3k warnings. Patch by Florent Xicluna.
........
  r78109 | ezio.melotti | 2010-02-08 23:52:08 +0200 (Mon, 08 Feb 2010) | 1 line
  
  Fix exc_value -> exception in docstring
........
  r78136 | ezio.melotti | 2010-02-10 23:40:33 +0200 (Wed, 10 Feb 2010) | 1 line
  
  #7712: add a temp_cwd context manager to test_support and use it in regrtest to run all the tests in a temporary directory, saving the original CWD in test_support.SAVEDCWD. Thanks to Florent Xicluna who helped with the patch.
........
  r78211 | ezio.melotti | 2010-02-17 01:58:49 +0200 (Wed, 17 Feb 2010) | 1 line
  
  #7941: fix error message
........
  r78249 | ezio.melotti | 2010-02-20 11:40:07 +0200 (Sat, 20 Feb 2010) | 1 line
  
  Remove e assertIs definitions and use correct assert* methods.
........
  r78319 | ezio.melotti | 2010-02-22 18:30:58 +0200 (Mon, 22 Feb 2010) | 1 line
  
  #7482: clarify error message in case of division by zero of float and complex numbers.
........
  r78486 | ezio.melotti | 2010-02-27 14:42:52 +0200 (Sat, 27 Feb 2010) | 1 line
  
  Add a test for normpath to test_macpath.
........
  r78954 | ezio.melotti | 2010-03-14 12:13:49 +0200 (Sun, 14 Mar 2010) | 1 line
  
  Add a link about the Public Review Issue #29
........
  r79023 | ezio.melotti | 2010-03-17 15:52:48 +0200 (Wed, 17 Mar 2010) | 1 line
  
  #7092: silence some more py3k warnings.
........


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


More information about the Python-checkins mailing list