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

georg.brandl python-checkins at python.org
Wed May 19 01:26:18 CEST 2010


Author: georg.brandl
Date: Wed May 19 01:26:18 2010
New Revision: 81307

Log:
Blocked revisions 78586-78594,78600-78601,78604,78606,78613-78614,78623,78634,78749,79385 via svnmerge

........
  r78586 | benjamin.peterson | 2010-03-02 22:03:03 +0000 (Di, 02 Mär 2010) | 1 line
  
  remove coding cookie as mandated by PEP 8
........
  r78587 | benjamin.peterson | 2010-03-02 22:05:59 +0000 (Di, 02 Mär 2010) | 1 line
  
  set svn:eol-style
........
  r78588 | benjamin.peterson | 2010-03-02 22:08:40 +0000 (Di, 02 Mär 2010) | 1 line
  
  remove another coding cookie
........
  r78589 | georg.brandl | 2010-03-02 22:17:38 +0000 (Di, 02 Mär 2010) | 1 line
  
  Add some x-refs.
........
  r78590 | benjamin.peterson | 2010-03-02 22:20:10 +0000 (Di, 02 Mär 2010) | 1 line
  
  enable running of argparse tests and fix two that failed in the new environment
........
  r78591 | benjamin.peterson | 2010-03-02 22:23:33 +0000 (Di, 02 Mär 2010) | 1 line
  
  prevent warning filter adjustment from altering other tests
........
  r78592 | benjamin.peterson | 2010-03-02 22:24:30 +0000 (Di, 02 Mär 2010) | 1 line
  
  use test_main() in __main__ section
........
  r78593 | benjamin.peterson | 2010-03-02 22:26:25 +0000 (Di, 02 Mär 2010) | 1 line
  
  convert deprecated fail* methods to assert* variants
........
  r78594 | florent.xicluna | 2010-03-02 22:34:11 +0000 (Di, 02 Mär 2010) | 2 lines
  
  Test test_pep277 is only relevant for Unicode-friendly filesystems.
........
  r78600 | benjamin.peterson | 2010-03-02 22:58:01 +0000 (Di, 02 Mär 2010) | 1 line
  
  remove code to avoid BaseException.message bug
........
  r78601 | benjamin.peterson | 2010-03-02 23:02:02 +0000 (Di, 02 Mär 2010) | 1 line
  
  remove cross-version compatibility code
........
  r78604 | benjamin.peterson | 2010-03-02 23:43:47 +0000 (Di, 02 Mär 2010) | 1 line
  
  plug ref leaks
........
  r78606 | florent.xicluna | 2010-03-02 23:56:38 +0000 (Di, 02 Mär 2010) | 2 lines
  
  Fix wording.
........
  r78613 | benjamin.peterson | 2010-03-03 01:55:09 +0000 (Mi, 03 Mär 2010) | 1 line
  
  edit for style
........
  r78614 | benjamin.peterson | 2010-03-03 02:04:24 +0000 (Mi, 03 Mär 2010) | 1 line
  
  fix Sphinx warnings
........
  r78623 | lars.gustaebel | 2010-03-03 11:55:48 +0000 (Mi, 03 Mär 2010) | 3 lines
  
  Issue #7232: Add support for the context manager protocol
  to the TarFile class.
........
  r78634 | benjamin.peterson | 2010-03-03 21:28:25 +0000 (Mi, 03 Mär 2010) | 1 line
  
  rephrase
........
  r78749 | benjamin.peterson | 2010-03-07 00:29:44 +0000 (So, 07 Mär 2010) | 1 line
  
  eliminate py3k warnings in argparse
........
  r79385 | benjamin.peterson | 2010-03-24 22:03:09 +0000 (Mi, 24 Mär 2010) | 1 line
  
  replace copy right notice with simple attribution
........


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


More information about the Python-checkins mailing list