1. 20 Apr, 2010 16 commits
  2. 19 Apr, 2010 4 commits
  3. 18 Apr, 2010 12 commits
  4. 17 Apr, 2010 1 commit
  5. 16 Apr, 2010 7 commits
    • Victor Stinner's avatar
      Blocked revisions 80135 via svnmerge · 46cace42
      Victor Stinner authored
      ........
        r80135 | victor.stinner | 2010-04-17 01:49:32 +0200 (sam., 17 avril 2010) | 5 lines
      
        Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
        the current working directory.
      
        Remove also a trailing space, and replace tabulation indentation by spaces.
      ........
      46cace42
    • Benjamin Peterson's avatar
      Merged revisions 79957 via svnmerge from · 69b0ae6f
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r79957 | benjamin.peterson | 2010-04-11 11:13:23 -0500 (Sun, 11 Apr 2010) | 1 line
      
        add 3.1.2
      ........
      69b0ae6f
    • Benjamin Peterson's avatar
      Merged revisions 80125,80128,80130 via svnmerge from · 756281da
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r80125 | benjamin.peterson | 2010-04-16 17:35:32 -0500 (Fri, 16 Apr 2010) | 13 lines
      
        Merged revisions 80123-80124 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80123 | benjamin.peterson | 2010-04-16 17:24:16 -0500 (Fri, 16 Apr 2010) | 1 line
      
          bytearray -> type2test
        ........
          r80124 | benjamin.peterson | 2010-04-16 17:25:57 -0500 (Fri, 16 Apr 2010) | 1 line
      
          fix typo
        ........
      ................
        r80128 | benjamin.peterson | 2010-04-16 17:51:37 -0500 (Fri, 16 Apr 2010) | 9 lines
      
        Merged revisions 80126 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80126 | benjamin.peterson | 2010-04-16 17:35:38 -0500 (Fri, 16 Apr 2010) | 1 line
      
          have a clear error when passing something > sys.maxsize to bytearray
        ........
      ................
        r80130 | benjamin.peterson | 2010-04-16 18:00:53 -0500 (Fri, 16 Apr 2010) | 9 lines
      
        Merged revisions 80129 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80129 | benjamin.peterson | 2010-04-16 17:52:44 -0500 (Fri, 16 Apr 2010) | 1 line
      
          tiny simplification
        ........
      ................
      756281da
    • Mark Dickinson's avatar
      Merged revisions 80108,80111,80114-80115 via svnmerge from · 6395b5b0
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r80108 | victor.stinner | 2010-04-16 13:23:43 +0100 (Fri, 16 Apr 2010) | 4 lines
      
        Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(),
        and disable test_execvpe_with_bad_program() of test_os if the libc uses
        linuxthreads to avoid the "unknown signal 32" bug (see issue #4970).
      ........
        r80111 | mark.dickinson | 2010-04-16 13:47:52 +0100 (Fri, 16 Apr 2010) | 1 line
      
        Keep confstr entries in alphabetical order.
      ........
        r80114 | mark.dickinson | 2010-04-16 14:45:35 +0100 (Fri, 16 Apr 2010) | 1 line
      
        Issue #4970:  move linuxthreads check outside the affected test, and use skipIf
      ........
        r80115 | mark.dickinson | 2010-04-16 14:51:27 +0100 (Fri, 16 Apr 2010) | 1 line
      
        Don't assume that os.confstr_names exists.
      ........
      6395b5b0
    • Victor Stinner's avatar
      Merged revisions 80112 via svnmerge from · 43aef5ec
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r80112 | victor.stinner | 2010-04-16 15:28:05 +0200 (ven., 16 avril 2010) | 3 lines
      
        Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII
        using backslashreplace error handler.
      ........
      43aef5ec
    • Victor Stinner's avatar
      Merged revisions 80116 via svnmerge from · 0de0c389
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r80116 | victor.stinner | 2010-04-16 17:10:27 +0200 (ven., 16 avril 2010) | 2 lines
      
        Issue #7605: Fix test_cmd_line if the current working directory is not ASCII
      ........
      0de0c389
    • R. David Murray's avatar
      Merged revisions 75538,75542,77012,77928,79113,79999,80109 via svnmerge from · 0431fb72
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r75538 | kurt.kaiser | 2009-10-19 15:39:00 -0400 (Mon, 19 Oct 2009) | 2 lines
      
        add myself to idlelib
      ........
        r75542 | raymond.hettinger | 2009-10-19 15:52:20 -0400 (Mon, 19 Oct 2009) | 1 line
      
        Add maintainers.
      ........
        r77012 | ezio.melotti | 2009-12-23 15:56:09 -0500 (Wed, 23 Dec 2009) | 1 line
      
        Rephrased the introduction, added missing commas and my name for Unicode
      ........
        r77928 | tarek.ziade | 2010-02-02 18:31:01 -0500 (Tue, 02 Feb 2010) | 1 line
      
        added myself as the maintainer for sysconfig and shutil
      ........
        r79113 | benjamin.peterson | 2010-03-19 17:01:27 -0400 (Fri, 19 Mar 2010) | 1 line
      
        make maintainers.rst have correct eol
      ........
        r79999 | r.david.murray | 2010-04-12 11:19:03 -0400 (Mon, 12 Apr 2010) | 4 lines
      
        Kurt's roundup id is kbk, use that in maintainers.rst instead of
        his checkin id, since maintainers is for finding people to make
        nosy in the tracker.
      ........
        r80109 | r.david.murray | 2010-04-16 08:34:45 -0400 (Fri, 16 Apr 2010) | 5 lines
      
        maintainers.rst additions.
      
        Add Giampaolo Rodola as an expert for ftplib, and Victor Stinner
        to the 'unicode' interest area.
      ........
      0431fb72