1. 25 Mar, 2010 5 commits
  2. 24 Mar, 2010 5 commits
  3. 23 Mar, 2010 8 commits
  4. 22 Mar, 2010 13 commits
  5. 21 Mar, 2010 9 commits
    • Benjamin Peterson's avatar
      Recorded merge of revisions 79047 via svnmerge from · a6884fc0
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79047 | senthil.kumaran | 2010-03-18 07:14:15 -0500 (Thu, 18 Mar 2010) | 3 lines
      
        Fix for Issue8135 - urllib.unquote to support mixed percent escapes
      ........
      a6884fc0
    • Benjamin Peterson's avatar
      Merged revisions 79138-79139 via svnmerge from · e90f54e3
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79138 | benjamin.peterson | 2010-03-20 11:16:44 -0500 (Sat, 20 Mar 2010) | 1 line
      
        document exitfunc fixer
      ........
        r79139 | benjamin.peterson | 2010-03-20 11:17:37 -0500 (Sat, 20 Mar 2010) | 1 line
      
        wrap
      ........
      e90f54e3
    • Benjamin Peterson's avatar
      Merged revisions... · 886af966
      Benjamin Peterson authored
      Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78966 | florent.xicluna | 2010-03-14 10:20:59 -0500 (Sun, 14 Mar 2010) | 2 lines
      
        Do not hardcode Expat version.  It's possible to build Python with --with-system-expat option.
      ........
        r78970 | benjamin.peterson | 2010-03-14 21:58:24 -0500 (Sun, 14 Mar 2010) | 1 line
      
        this little exception dance is pointless
      ........
        r79018 | collin.winter | 2010-03-16 22:04:01 -0500 (Tue, 16 Mar 2010) | 1 line
      
        Delete unused import.
      ........
        r79026 | vinay.sajip | 2010-03-17 10:05:57 -0500 (Wed, 17 Mar 2010) | 1 line
      
        Issue #8162: logging: Clarified docstring and documentation for disable function.
      ........
        r79027 | collin.winter | 2010-03-17 12:36:16 -0500 (Wed, 17 Mar 2010) | 1 line
      
        Avoid hardcoding refcounts in tests.
      ........
        r79055 | benjamin.peterson | 2010-03-18 16:30:48 -0500 (Thu, 18 Mar 2010) | 1 line
      
        remove installation of deleted test/output dir
      ........
        r79156 | florent.xicluna | 2010-03-20 17:21:02 -0500 (Sat, 20 Mar 2010) | 2 lines
      
        Cleanup test_struct using check_warnings.
      ........
        r79159 | florent.xicluna | 2010-03-20 17:26:42 -0500 (Sat, 20 Mar 2010) | 2 lines
      
        Cleanup test_tarfile, and use check_warnings.
      ........
        r79163 | michael.foord | 2010-03-20 19:53:39 -0500 (Sat, 20 Mar 2010) | 1 line
      
        A faulty load_tests in a test module no longer halts test discovery. A placeholder test, that reports the failure, is created instead.
      ........
        r79164 | michael.foord | 2010-03-20 19:55:58 -0500 (Sat, 20 Mar 2010) | 1 line
      
        Change order of arguments in a unittest function.
      ........
        r79173 | georg.brandl | 2010-03-21 04:09:38 -0500 (Sun, 21 Mar 2010) | 1 line
      
        Document that GzipFile supports iteration.
      ........
        r79176 | georg.brandl | 2010-03-21 04:17:41 -0500 (Sun, 21 Mar 2010) | 1 line
      
        Introduce copy by slicing, used in later chapters.
      ........
        r79194 | florent.xicluna | 2010-03-21 06:58:11 -0500 (Sun, 21 Mar 2010) | 2 lines
      
        Use assertRaises and add a specific warning filter.
      ........
        r79208 | andrew.kuchling | 2010-03-21 13:47:12 -0500 (Sun, 21 Mar 2010) | 1 line
      
        Add items
      ........
        r79212 | georg.brandl | 2010-03-21 14:01:38 -0500 (Sun, 21 Mar 2010) | 1 line
      
        Fix plural.
      ........
      886af966
    • Benjamin Peterson's avatar
      Merged revisions 78417 via svnmerge from · 11dbfd41
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78417 | dirkjan.ochtman | 2010-02-23 22:49:00 -0600 (Tue, 23 Feb 2010) | 1 line
      
        Issue #7427: improve the representation of httplib.BadStatusLine exceptions.
      ........
      11dbfd41
    • Benjamin Peterson's avatar
      Blocked revisions 78722 via svnmerge · f61ff6d7
      Benjamin Peterson authored
      ........
        r78722 | florent.xicluna | 2010-03-06 05:01:08 -0600 (Sat, 06 Mar 2010) | 2 lines
      
        #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded.
      ........
      f61ff6d7
    • Benjamin Peterson's avatar
      Merged revisions 78779 via svnmerge from · 9c6bd77e
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line
      
        remove svn:executable from scripts without a shebang line
      ........
      9c6bd77e
    • Benjamin Peterson's avatar
      Merged revisions... · 2614cda2
      Benjamin Peterson authored
      Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78338 | andrew.kuchling | 2010-02-22 15:04:02 -0600 (Mon, 22 Feb 2010) | 4 lines
      
        Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.
        (I asked the BDFL first, and he approved removing it.  The last actual bugfix
        to Tools/modulator was in 2001; since then all changes have been search-and-replace:
        string methods, whitespace fixes, etc.)
      ........
        r78345 | andrew.kuchling | 2010-02-22 17:10:52 -0600 (Mon, 22 Feb 2010) | 1 line
      
        #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819).
      ........
        r78346 | andrew.kuchling | 2010-02-22 17:12:00 -0600 (Mon, 22 Feb 2010) | 1 line
      
        #7706: add include guards where they're missing; required for Windows CE
      ........
        r78561 | andrew.kuchling | 2010-03-01 13:51:43 -0600 (Mon, 01 Mar 2010) | 1 line
      
        #7191: describe more details of wbits parameter
      ........
        r78562 | andrew.kuchling | 2010-03-01 14:11:57 -0600 (Mon, 01 Mar 2010) | 1 line
      
        #7637: avoid repeated-concatenation antipattern in example
      ........
        r78566 | barry.warsaw | 2010-03-01 15:46:51 -0600 (Mon, 01 Mar 2010) | 4 lines
      
        Manually copy patch for bug 7250 from the release26-maint branch.  I suck
        because I did this in the wrong order and couldn't smack svnmerge into
        submission.
      ........
        r78574 | benjamin.peterson | 2010-03-01 17:25:13 -0600 (Mon, 01 Mar 2010) | 1 line
      
        remove CVS id
      ........
        r78581 | michael.foord | 2010-03-02 08:22:15 -0600 (Tue, 02 Mar 2010) | 1 line
      
        Link correction in documentation.
      ........
        r78634 | benjamin.peterson | 2010-03-03 15:28:25 -0600 (Wed, 03 Mar 2010) | 1 line
      
        rephrase
      ........
        r78660 | dirkjan.ochtman | 2010-03-04 13:21:53 -0600 (Thu, 04 Mar 2010) | 4 lines
      
        Try to fix buildbot breakage from r78384.
      
        Thanks bitdancer and briancurtin for the help.
      ........
        r78675 | florent.xicluna | 2010-03-04 19:12:14 -0600 (Thu, 04 Mar 2010) | 2 lines
      
        These line should not be there.
      ........
      2614cda2
    • Benjamin Peterson's avatar
      Blocked revisions... · b5023a14
      Benjamin Peterson authored
      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.
      ........
      b5023a14
    • Benjamin Peterson's avatar
      sync 2.7.rst with trunk · 9895f91a
      Benjamin Peterson authored
      9895f91a