[Python-checkins] r79477 - python/branches/release31-maint

florent.xicluna python-checkins at python.org
Sun Mar 28 13:38:06 CEST 2010


Author: florent.xicluna
Date: Sun Mar 28 13:38:06 2010
New Revision: 79477

Log:
Blocked revisions 78510,78583,78607,78654-78655,78663,78672,78674,78676,78702,78705,78723-78725,78727,78733,78792,78795-78797,78801,78829,78831,78834,78929,78942,78945,78961,79033,79050,79062,79065,79083,79088,79093-79094,79102,79128,79145,79209,79473 via svnmerge

................
  r78510 | florent.xicluna | 2010-02-27 23:12:37 +0100 (sam, 27 fév 2010) | 13 lines
  
  Recorded merge of revisions 78508-78509 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78508 | florent.xicluna | 2010-02-27 20:20:50 +0100 (sam, 27 fév 2010) | 2 lines
    
    Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual.
  ........
    r78509 | florent.xicluna | 2010-02-27 22:15:27 +0100 (sam, 27 fév 2010) | 2 lines
    
    Fix an oversight in r78508: p.wait() should be compared to 0
  ........
................
  r78583 | florent.xicluna | 2010-03-02 17:06:24 +0100 (mar, 02 mar 2010) | 9 lines
  
  Recorded merge of revisions 78582 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78582 | florent.xicluna | 2010-03-02 17:00:00 +0100 (mar, 02 mar 2010) | 2 lines
    
    Refactor test_dict using assertRaises.
  ........
................
  r78607 | florent.xicluna | 2010-03-03 01:06:37 +0100 (mer, 03 mar 2010) | 17 lines
  
  Merged revisions 78585,78594,78606 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78585 | florent.xicluna | 2010-03-02 22:34:45 +0100 (mar, 02 mar 2010) | 2 lines
    
    Tentatively enable test_pep277 on all platforms.
  ........
    r78594 | florent.xicluna | 2010-03-02 23:34:11 +0100 (mar, 02 mar 2010) | 2 lines
    
    Test test_pep277 is only relevant for Unicode-friendly filesystems.
  ........
    r78606 | florent.xicluna | 2010-03-03 00:56:38 +0100 (mer, 03 mar 2010) | 2 lines
    
    Fix wording.
  ........
................
  r78654 | florent.xicluna | 2010-03-04 17:10:10 +0100 (jeu, 04 mar 2010) | 9 lines
  
  Merged revisions 78653 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78653 | florent.xicluna | 2010-03-04 16:58:54 +0100 (jeu, 04 mar 2010) | 2 lines
    
    #7805: wait until all workers are started before collecting their PIDs
  ........
................
  r78655 | florent.xicluna | 2010-03-04 17:10:55 +0100 (jeu, 04 mar 2010) | 2 lines
  
  Missing part from r78654
................
  r78663 | florent.xicluna | 2010-03-04 22:50:56 +0100 (jeu, 04 mar 2010) | 16 lines
  
  Merged revisions 78661-78662 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78661 | florent.xicluna | 2010-03-04 20:40:48 +0100 (jeu, 04 mar 2010) | 2 lines
    
    Cleanup.
  ........
    r78662 | florent.xicluna | 2010-03-04 22:31:58 +0100 (jeu, 04 mar 2010) | 2 lines
    
    #2777: Enable test_send_signal, test_kill and test_terminate on all platforms.
  ........
  
  
  And fix an oversight of changeset 78510.
................
  r78672 | florent.xicluna | 2010-03-05 01:52:00 +0100 (ven, 05 mar 2010) | 10 lines
  
  Merged revisions 78671 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78671 | florent.xicluna | 2010-03-05 01:47:40 +0100 (ven, 05 mar 2010) | 3 lines
    
    Workaround #3137: Retry SIGINT if it is not received the first time.
    test_send_signal should not hang anymore on various Linux distributions.
  ........
................
  r78674 | florent.xicluna | 2010-03-05 02:07:40 +0100 (ven, 05 mar 2010) | 2 lines
  
  Remove some debug line...
................
  r78676 | florent.xicluna | 2010-03-05 02:18:04 +0100 (ven, 05 mar 2010) | 9 lines
  
  Merged revisions 78673 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78673 | florent.xicluna | 2010-03-05 02:05:55 +0100 (ven, 05 mar 2010) | 2 lines
    
    Let's use assertIsNone / assertIsNotNone. It's hype.
  ........
................
  r78702 | florent.xicluna | 2010-03-05 21:26:54 +0100 (ven, 05 mar 2010) | 9 lines
  
  Merged revisions 78701 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78701 | florent.xicluna | 2010-03-05 20:31:21 +0100 (ven, 05 mar 2010) | 2 lines
    
    #2777: Handle fds more carefully to try to fix some x86-Linux failures (namely, neal bot and twisted bot).
  ........
................
  r78705 | florent.xicluna | 2010-03-06 01:19:38 +0100 (sam, 06 mar 2010) | 9 lines
  
  Merged revisions 78704 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78704 | florent.xicluna | 2010-03-06 01:16:57 +0100 (sam, 06 mar 2010) | 2 lines
    
    #2777: Apply same recipe for test_terminate and test_kill, i.e. close or redirect fds.
  ........
................
  r78723 | florent.xicluna | 2010-03-06 12:43:55 +0100 (sam, 06 mar 2010) | 14 lines
  
  Merged revisions 78719-78720 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78719 | florent.xicluna | 2010-03-06 09:07:44 +0100 (sam, 06 mar 2010) | 3 lines
    
    Keep the test files in the ./build/ subdirectory, if Python is not installed.
    Remove two hacks which are no longer needed after #7712, because all __file__ attributes are absolute.
  ........
    r78720 | florent.xicluna | 2010-03-06 10:11:55 +0100 (sam, 06 mar 2010) | 2 lines
    
    Print platform information to stdout, to help troubleshooting platform-specific failures.
  ........
................
  r78724 | florent.xicluna | 2010-03-06 12:52:51 +0100 (sam, 06 mar 2010) | 9 lines
  
  Merged revisions 78721 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78721 | florent.xicluna | 2010-03-06 10:54:14 +0100 (sam, 06 mar 2010) | 2 lines
    
    #2777: Apply same recipe on win32, i.e. do not inherit file handles.
  ........
................
  r78725 | florent.xicluna | 2010-03-06 15:04:16 +0100 (sam, 06 mar 2010) | 2 lines
  
  Fix test_pydoc when sys.modules["test"] is first imported using importlib.import_module.
................
  r78727 | florent.xicluna | 2010-03-06 15:43:34 +0100 (sam, 06 mar 2010) | 2 lines
  
  Fix TypeError on usage() when using regrtest switches which are not compatible.
................
  r78733 | florent.xicluna | 2010-03-06 18:34:48 +0100 (sam, 06 mar 2010) | 9 lines
  
  Merged revisions 78732 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78732 | florent.xicluna | 2010-03-06 18:24:36 +0100 (sam, 06 mar 2010) | 2 lines
    
    Do not print the header lines when running a single test.
  ........
................
  r78792 | florent.xicluna | 2010-03-08 13:24:53 +0100 (lun, 08 mar 2010) | 13 lines
  
  Merged revisions 78734-78735 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78734 | florent.xicluna | 2010-03-06 19:07:18 +0100 (sam, 06 mar 2010) | 2 lines
    
    Create test_genericpath.CommonTest and reuse it to test other path modules.
  ........
    r78735 | florent.xicluna | 2010-03-06 19:52:52 +0100 (sam, 06 mar 2010) | 2 lines
    
    Minor tweaking of previous r78734, and add a NEWS entry.
  ........
................
  r78795 | florent.xicluna | 2010-03-08 13:42:20 +0100 (lun, 08 mar 2010) | 2 lines
  
  Merge other tests from test_*path.py into test_genericpath.CommonTest, and do some cleanup.
................
  r78796 | florent.xicluna | 2010-03-08 13:47:44 +0100 (lun, 08 mar 2010) | 2 lines
  
  Fix string-> bytes conversion on backport from 2.x.
................
  r78797 | florent.xicluna | 2010-03-08 14:27:26 +0100 (lun, 08 mar 2010) | 30 lines
  
  Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78736 | florent.xicluna | 2010-03-06 20:43:41 +0100 (sam, 06 mar 2010) | 2 lines
    
    Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a4 release.
  ........
    r78759 | florent.xicluna | 2010-03-07 13:21:36 +0100 (dim, 07 mar 2010) | 2 lines
    
    #2777: Enable test_send_signal, test_terminate and test_kill on win32 platforms.
  ........
    r78761 | florent.xicluna | 2010-03-07 16:27:39 +0100 (dim, 07 mar 2010) | 4 lines
    
    Do not fail if returncode is 0 on send_signal/kill/terminate, for win32 platforms.
    Do not hide the KeyboardInterrupt on POSIX platforms.
  ........
    r78767 | florent.xicluna | 2010-03-07 18:12:23 +0100 (dim, 07 mar 2010) | 2 lines
    
    #2777: Try hard to make Win7 buildbot happy...
  ........
    r78788 | florent.xicluna | 2010-03-08 11:58:12 +0100 (lun, 08 mar 2010) | 2 lines
    
    Fix syntax: "rc != None" -> "rc is not None"
  ........
    r78789 | florent.xicluna | 2010-03-08 11:59:33 +0100 (lun, 08 mar 2010) | 2 lines
    
    Replace the stderr logging with assertNotEqual(returncode, 0).
  ........
................
  r78801 | florent.xicluna | 2010-03-08 16:34:35 +0100 (lun, 08 mar 2010) | 11 lines
  
  Backport the tests only.
  
  Merged revisions 78800 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78800 | florent.xicluna | 2010-03-08 16:20:28 +0100 (lun, 08 mar 2010) | 2 lines
    
    #7624: Fix isinstance(foo(), collections.Callable) for old-style classes.
  ........
................
  r78829 | florent.xicluna | 2010-03-11 01:05:17 +0100 (jeu, 11 mar 2010) | 9 lines
  
  Merged revisions 78828 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78828 | florent.xicluna | 2010-03-11 00:58:42 +0100 (jeu, 11 mar 2010) | 2 lines
    
    Issue #7880: Fix sysconfig when the python executable is a symbolic link.
  ........
................
  r78831 | florent.xicluna | 2010-03-11 02:00:26 +0100 (jeu, 11 mar 2010) | 10 lines
  
  Merged revisions 78830 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78830 | florent.xicluna | 2010-03-11 01:56:59 +0100 (jeu, 11 mar 2010) | 3 lines
    
    Fix the test_subprocess failure when sys.executable is meaningless: '' or a directory.
    It does not fix #7774.
  ........
................
  r78834 | florent.xicluna | 2010-03-11 02:53:10 +0100 (jeu, 11 mar 2010) | 9 lines
  
  Merged revisions 78833 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78833 | florent.xicluna | 2010-03-11 02:50:48 +0100 (jeu, 11 mar 2010) | 2 lines
    
    Revert r78830: realpath() should really be applied to sys.executable.
  ........
................
  r78929 | florent.xicluna | 2010-03-13 16:26:44 +0100 (sam, 13 mar 2010) | 24 lines
  
  Only the parts which are relevant for 3.x branch.
  
  Merged revisions 78757-78758,78769,78815 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78757 | florent.xicluna | 2010-03-07 13:14:25 +0100 (dim, 07 mar 2010) | 2 lines
    
    Fix some py3k warnings in the standard library.
  ........
    r78758 | florent.xicluna | 2010-03-07 13:18:33 +0100 (dim, 07 mar 2010) | 4 lines
    
    Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
    effectively raised.  A new utility ``check_py3k_warnings`` deals with py3k warnings.
  ........
    r78769 | florent.xicluna | 2010-03-07 20:14:12 +0100 (dim, 07 mar 2010) | 2 lines
    
    Refresh the documentation for the test.test_support module.
  ........
    r78815 | florent.xicluna | 2010-03-09 20:57:01 +0100 (mar, 09 mar 2010) | 2 lines
    
    #7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag.
  ........
................
  r78942 | florent.xicluna | 2010-03-14 00:24:31 +0100 (dim, 14 mar 2010) | 30 lines
  
  Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78838 | florent.xicluna | 2010-03-11 15:36:19 +0100 (jeu, 11 mar 2010) | 2 lines
    
    Issue #6472: The xml.etree package is updated to ElementTree 1.3.  The cElementTree module is updated too.
  ........
    r78839 | florent.xicluna | 2010-03-11 16:55:11 +0100 (jeu, 11 mar 2010) | 2 lines
    
    Fix repr of tree Element on windows.
  ........
    r78917 | florent.xicluna | 2010-03-13 12:18:49 +0100 (sam, 13 mar 2010) | 2 lines
    
    Move the xml test data to their own directory.
  ........
    r78919 | florent.xicluna | 2010-03-13 13:41:48 +0100 (sam, 13 mar 2010) | 2 lines
    
    Do not chdir when running test_xml_etree, and enhance the findfile helper.
  ........
    r78934 | florent.xicluna | 2010-03-13 18:56:19 +0100 (sam, 13 mar 2010) | 2 lines
    
    Update some parts of the xml.etree documentation.
  ........
    r78937 | florent.xicluna | 2010-03-13 21:30:15 +0100 (sam, 13 mar 2010) | 3 lines
    
    Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions.
    Update the function, class and method signatures, according to the new convention.
  ........
................
  r78945 | florent.xicluna | 2010-03-14 02:28:07 +0100 (dim, 14 mar 2010) | 9 lines
  
  Merged revisions 78944 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78944 | florent.xicluna | 2010-03-14 02:22:09 +0100 (dim, 14 mar 2010) | 2 lines
    
    Minor documentation updates for xml.etree.
  ........
................
  r78961 | florent.xicluna | 2010-03-14 13:31:06 +0100 (dim, 14 mar 2010) | 2 lines
  
  Fix an oversight in r78946 which causes failure in the subprocess module on Windows.
................
  r79033 | florent.xicluna | 2010-03-17 21:29:51 +0100 (mer, 17 mar 2010) | 17 lines
  
  Merged revisions 79030-79032 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79030 | florent.xicluna | 2010-03-17 20:05:04 +0100 (mer, 17 mar 2010) | 2 lines
    
    Cleanup in test_import and test_coding.
  ........
    r79031 | florent.xicluna | 2010-03-17 20:15:56 +0100 (mer, 17 mar 2010) | 2 lines
    
    Cleanup some test cases using check_warnings and check_py3k_warnings.
  ........
    r79032 | florent.xicluna | 2010-03-17 21:05:11 +0100 (mer, 17 mar 2010) | 2 lines
    
    Fix and check cgi module deprecation warnings.  Revert an unwanted rename in test_import.
  ........
................
  r79050 | florent.xicluna | 2010-03-18 21:00:57 +0100 (jeu, 18 mar 2010) | 9 lines
  
  Merged revisions 79049 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79049 | florent.xicluna | 2010-03-18 20:51:47 +0100 (jeu, 18 mar 2010) | 2 lines
    
    #8155: Preserve backward compatibility for test_support.check_warnings().  Add regression tests.
  ........
................
  r79062 | florent.xicluna | 2010-03-18 23:11:01 +0100 (jeu, 18 mar 2010) | 9 lines
  
  Merged revisions 79059 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines
    
    Issue #8024: Update the Unicode database to 5.2
  ........
................
  r79065 | florent.xicluna | 2010-03-18 23:19:01 +0100 (jeu, 18 mar 2010) | 2 lines
  
  Missing update from previous changeset r79062.
................
  r79083 | florent.xicluna | 2010-03-19 01:03:01 +0100 (ven, 19 mar 2010) | 2 lines
  
  Fix bad unicodedata checksum merge from trunk in r79062
................
  r79088 | florent.xicluna | 2010-03-19 02:17:46 +0100 (ven, 19 mar 2010) | 2 lines
  
  Revert Unicode UCD 5.2 upgrade in 3.x.  It broke repr() for unicode objects, and gave failures in test_bigmem.  Revert 79062, 79065 and 79083.
................
  r79093 | florent.xicluna | 2010-03-19 14:37:08 +0100 (ven, 19 mar 2010) | 11 lines
  
  Fixed a failure in test_bigmem.
  
  Merged revision 79059 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines
    
    Issue #8024: Update the Unicode database to 5.2
  ........
................
  r79094 | florent.xicluna | 2010-03-19 15:25:03 +0100 (ven, 19 mar 2010) | 14 lines
  
  Merged revisions 78982,78986 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r78982 | florent.xicluna | 2010-03-15 15:00:58 +0100 (lun, 15 mar 2010) | 2 lines
    
    Remove py3k deprecation warnings from these Unicode tools.
  ........
    r78986 | florent.xicluna | 2010-03-15 19:08:58 +0100 (lun, 15 mar 2010) | 3 lines
    
    Issue #7783 and #7787: open_urlresource invalidates the outdated files from the local cache.
    Use this feature to fix test_normalization.
  ........
................
  r79102 | florent.xicluna | 2010-03-19 20:00:44 +0100 (ven, 19 mar 2010) | 9 lines
  
  Merged revisions 79100 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79100 | florent.xicluna | 2010-03-19 19:34:55 +0100 (ven, 19 mar 2010) | 2 lines
    
    Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown.
  ........
................
  r79128 | florent.xicluna | 2010-03-20 01:21:04 +0100 (sam, 20 mar 2010) | 9 lines
  
  Merged revisions 79127 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79127 | florent.xicluna | 2010-03-20 01:17:46 +0100 (sam, 20 mar 2010) | 2 lines
    
    #8178 Cleanup the threads after test_thread.TestForkInThread.
  ........
................
  r79145 | florent.xicluna | 2010-03-20 21:31:34 +0100 (sam, 20 mar 2010) | 2 lines
  
  Typo
................
  r79209 | florent.xicluna | 2010-03-21 19:49:50 +0100 (dim, 21 mar 2010) | 9 lines
  
  Merged revisions 79207 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79207 | florent.xicluna | 2010-03-21 19:00:38 +0100 (dim, 21 mar 2010) | 2 lines
    
    #8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases.
  ........
................
  r79473 | florent.xicluna | 2010-03-27 23:47:23 +0100 (sam, 27 mar 2010) | 17 lines
  
  Merged revisions 79344,79346,79350 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r79344 | florent.xicluna | 2010-03-23 15:36:45 +0100 (mar, 23 mar 2010) | 2 lines
    
    Silence test_subprocess.
  ........
    r79346 | florent.xicluna | 2010-03-23 16:05:30 +0100 (mar, 23 mar 2010) | 2 lines
    
    The standard error should be empty when the signal is killed, except on SIGINT.
  ........
    r79350 | florent.xicluna | 2010-03-23 20:19:16 +0100 (mar, 23 mar 2010) | 2 lines
    
    The SIGINT signal may happen earlier, during site.py initialization.
  ........
................


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


More information about the Python-checkins mailing list