[Python-checkins] r79253 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Sun Mar 21 23:21:53 CET 2010


Author: benjamin.peterson
Date: Sun Mar 21 23:21:53 2010
New Revision: 79253

Log:
Blocked revisions 78272,78580,78707,78709-78710,78712-78713,78811,78974,79096,79105,79123,79125,79165,79187-79189,79191 via svnmerge

........
  r78272 | ezio.melotti | 2010-02-20 16:34:21 -0600 (Sat, 20 Feb 2010) | 1 line
  
  skip tests with a non-ascii cwd when the file system encoding is ascii
........
  r78580 | andrew.kuchling | 2010-03-02 07:55:33 -0600 (Tue, 02 Mar 2010) | 1 line
  
  Add an item
........
  r78707 | tarek.ziade | 2010-03-05 19:18:27 -0600 (Fri, 05 Mar 2010) | 1 line
  
  provide a fallback for xxmodule.c in case the buildir is not present
........
  r78709 | tarek.ziade | 2010-03-05 19:23:21 -0600 (Fri, 05 Mar 2010) | 1 line
  
  simplified the fallback case
........
  r78710 | tarek.ziade | 2010-03-05 19:27:09 -0600 (Fri, 05 Mar 2010) | 1 line
  
  files used by win32 tests
........
  r78712 | tarek.ziade | 2010-03-05 20:11:14 -0600 (Fri, 05 Mar 2010) | 1 line
  
  fixed various failures and environment alterations in distutils.test_build_ext
........
  r78713 | tarek.ziade | 2010-03-05 20:17:28 -0600 (Fri, 05 Mar 2010) | 1 line
  
  search in the alternative location for VCExpress
........
  r78811 | raymond.hettinger | 2010-03-09 03:01:46 -0600 (Tue, 09 Mar 2010) | 4 lines
  
  Add nicer docstrings to namedtuples().
  Provides better tooltips and looks better in help().
........
  r78974 | matthias.klose | 2010-03-15 07:46:18 -0500 (Mon, 15 Mar 2010) | 2 lines
  
  - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.
........
  r79096 | matthias.klose | 2010-03-19 09:45:06 -0500 (Fri, 19 Mar 2010) | 2 lines
  
  - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
........
  r79105 | thomas.heller | 2010-03-19 14:59:30 -0500 (Fri, 19 Mar 2010) | 3 lines
  
  Initialized merge tracking via "svnmerge" with revisions "1-79104" from 
  svn+ssh://pythondev@svn.python.org/python/branches/branch_libffi-3_0_10-win
........
  r79123 | sean.reifschneider | 2010-03-19 18:19:55 -0500 (Fri, 19 Mar 2010) | 2 lines
  
  Adding an example of reproducing the rfc822.Message() parsing.
........
  r79125 | sean.reifschneider | 2010-03-19 19:05:42 -0500 (Fri, 19 Mar 2010) | 2 lines
  
  Fixing the file call in the rfc822.Message replacement example.
........
  r79165 | florent.xicluna | 2010-03-20 20:14:24 -0500 (Sat, 20 Mar 2010) | 2 lines
  
  #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
........
  r79187 | florent.xicluna | 2010-03-21 05:50:44 -0500 (Sun, 21 Mar 2010) | 2 lines
  
  Silence more py3k warnings in unittest.case.
........
  r79188 | florent.xicluna | 2010-03-21 05:51:40 -0500 (Sun, 21 Mar 2010) | 2 lines
  
  Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.
........
  r79189 | florent.xicluna | 2010-03-21 06:03:21 -0500 (Sun, 21 Mar 2010) | 2 lines
  
  Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements.
........
  r79191 | florent.xicluna | 2010-03-21 06:50:17 -0500 (Sun, 21 Mar 2010) | 3 lines
  
  No more deprecation warnings for distutils.sysconfig, following r78666.
  But when the "dl" module is available, it gives a py3k deprecation warning.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list