1. 21 Dec, 2009 2 commits
  2. 20 Dec, 2009 7 commits
  3. 19 Dec, 2009 5 commits
  4. 18 Dec, 2009 1 commit
  5. 17 Dec, 2009 1 commit
  6. 16 Dec, 2009 2 commits
  7. 14 Dec, 2009 4 commits
  8. 13 Dec, 2009 12 commits
    • Tarek Ziadé's avatar
      Blocked revisions 76828 via svnmerge · 2952193a
      Tarek Ziadé authored
      ................
        r76828 | tarek.ziade | 2009-12-14 00:26:18 +0100 (Mon, 14 Dec 2009) | 9 lines
      
        Merged revisions 76826 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76826 | tarek.ziade | 2009-12-14 00:24:13 +0100 (Mon, 14 Dec 2009) | 1 line
      
          reorganized the distutils doc a bit : the MANIFEST.in template system has its own section now. This is easier to find and follow
        ........
      ................
      2952193a
    • Mark Dickinson's avatar
      Merged revisions 76815 via svnmerge from · 6e4d0f03
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76815 | mark.dickinson | 2009-12-13 21:10:57 +0000 (Sun, 13 Dec 2009) | 10 lines
      
        Merged revisions 76813 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76813 | mark.dickinson | 2009-12-13 21:06:06 +0000 (Sun, 13 Dec 2009) | 3 lines
      
          Issue #7492: Autoconf tests were leaving semaphore files behind.  Add
          sem_unlink calls to delete those semaphore files.
        ........
      ................
      6e4d0f03
    • Mark Dickinson's avatar
      Unblocked revisions 76815 via svnmerge · 9e281d0e
      Mark Dickinson authored
      ................
        r76815 | mark.dickinson | 2009-12-13 21:10:57 +0000 (Sun, 13 Dec 2009) | 10 lines
      
        Merged revisions 76813 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76813 | mark.dickinson | 2009-12-13 21:06:06 +0000 (Sun, 13 Dec 2009) | 3 lines
      
          Issue #7492: Autoconf tests were leaving semaphore files behind.  Add
          sem_unlink calls to delete those semaphore files.
        ........
      ................
      9e281d0e
    • Mark Dickinson's avatar
      Blocked revisions 76815 via svnmerge · 6484c9ec
      Mark Dickinson authored
      ................
        r76815 | mark.dickinson | 2009-12-13 21:10:57 +0000 (Sun, 13 Dec 2009) | 10 lines
      
        Merged revisions 76813 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76813 | mark.dickinson | 2009-12-13 21:06:06 +0000 (Sun, 13 Dec 2009) | 3 lines
      
          Issue #7492: Autoconf tests were leaving semaphore files behind.  Add
          sem_unlink calls to delete those semaphore files.
        ........
      ................
      6484c9ec
    • Benjamin Peterson's avatar
      Merged revisions 76812 via svnmerge from · 86f6d93a
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r76812 | benjamin.peterson | 2009-12-13 15:04:16 -0600 (Sun, 13 Dec 2009) | 1 line
      
        remove references to cPickle
      ........
      86f6d93a
    • Mark Dickinson's avatar
      Merged revisions 76810 via svnmerge from · 66d07107
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r76810 | mark.dickinson | 2009-12-13 20:03:21 +0000 (Sun, 13 Dec 2009) | 4 lines
      
        Make sure that test_capsule always returns NULL on error; this may
        help diagnose the sporadic test_capi failures on Solaris.
      ........
      66d07107
    • Benjamin Peterson's avatar
      Merged revisions 76806,76808 via svnmerge from · b49d394c
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76806 | benjamin.peterson | 2009-12-13 13:25:34 -0600 (Sun, 13 Dec 2009) | 14 lines
      
        Merged revisions 76805 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76805 | benjamin.peterson | 2009-12-13 13:19:07 -0600 (Sun, 13 Dec 2009) | 7 lines
      
          accept None as the same as having passed no argument in file types #7349
      
          This is for consistency with imitation file objects like StringIO and BytesIO.
      
          This commit also adds a few tests, where they were lacking for concerned
          methods.
        ........
      ................
        r76808 | benjamin.peterson | 2009-12-13 13:28:09 -0600 (Sun, 13 Dec 2009) | 9 lines
      
        Merged revisions 76807 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76807 | benjamin.peterson | 2009-12-13 13:27:02 -0600 (Sun, 13 Dec 2009) | 1 line
      
          remove unused variable
        ........
      ................
      b49d394c
    • R. David Murray's avatar
      Blocked revisions 73742,73820,73845,73878,73987,74099,74101 via svnmerge · ce106597
      R. David Murray authored
      Note: All of these are descendants of the issue 6267 patch, which was an
      enhancement and thus not a backport candidate, even though it may have
      also contained a couple bug fixes.
      
      ........
        r73742 | kristjan.jonsson | 2009-07-01 06:01:31 -0400 (Wed, 01 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6267
        porting revision 73638 to py3k
      ........
        r73820 | kristjan.jonsson | 2009-07-03 19:23:50 -0400 (Fri, 03 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6267
        Incorrect exception handling for xmlrpclient retry
      ........
        r73845 | kristjan.jonsson | 2009-07-04 11:18:00 -0400 (Sat, 04 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6381
        merging revision 73819 from trunk
      ........
        r73878 | kristjan.jonsson | 2009-07-07 05:09:10 -0400 (Tue, 07 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6382
        added the shutdown_request() which can perform shutdown before calling close.  This is needed for the ForkingMixIn because different close semantics are required for child and parent process.  shutdown_request(), for TCP servers, calls socket.shutdown() and then calls close_request().  Therefore, this is not an backwards incompatible change, since subclasses that continue to override close_request() continue to work.
      ........
        r73987 | kristjan.jonsson | 2009-07-12 18:45:18 -0400 (Sun, 12 Jul 2009) | 3 lines
      
        merging revision 73986 from trunk:
        http://bugs.python.org/issue6267
        Add more tests for the xlmrpc.ServerProxy
      ........
        r74099 | kristjan.jonsson | 2009-07-19 18:29:24 -0400 (Sun, 19 Jul 2009) | 4 lines
      
        porting revision 74098 from trunk:
        http://bugs.python.org/issue6499
        zlib/gzip may not be present for all builds.  Make xmlrpclib gracefully not supporg gzip encoding in this case
      ........
        r74101 | kristjan.jonsson | 2009-07-19 18:38:38 -0400 (Sun, 19 Jul 2009) | 3 lines
      
        merging revision 74100 from trunk:
        http://bugs.python.org/issue6499
        gzip.GzipFile may not exist as a parent class
      ........
      ce106597
    • Benjamin Peterson's avatar
      Merged revisions 76787-76789 via svnmerge from · aeb48d48
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76787 | benjamin.peterson | 2009-12-13 08:21:46 -0600 (Sun, 13 Dec 2009) | 9 lines
      
        Merged revisions 76785 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76785 | benjamin.peterson | 2009-12-13 08:18:08 -0600 (Sun, 13 Dec 2009) | 1 line
      
          add 2.6.x point releases
        ........
      ................
        r76788 | benjamin.peterson | 2009-12-13 08:23:30 -0600 (Sun, 13 Dec 2009) | 1 line
      
        fix markup
      ................
        r76789 | benjamin.peterson | 2009-12-13 08:26:42 -0600 (Sun, 13 Dec 2009) | 1 line
      
        update 3.x versions
      ................
      aeb48d48
    • Lars Gustäbel's avatar
      Blocked revisions 76782 via svnmerge · b50488c9
      Lars Gustäbel authored
      ................
        r76782 | lars.gustaebel | 2009-12-13 12:42:29 +0100 (Sun, 13 Dec 2009) | 28 lines
      
        Merged revisions 76780 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76780 | lars.gustaebel | 2009-12-13 12:32:27 +0100 (Sun, 13 Dec 2009) | 21 lines
      
          Issue #7357: No longer suppress fatal extraction errors by
          default.
      
          TarFile's errorlevel argument controls how errors are
          handled that occur during extraction. There are three
          possible levels 0, 1 and 2. If errorlevel is set to 1 or 2
          fatal errors (e.g. a full filesystem) are raised as
          exceptions. If it is set to 0, which is the default value,
          extraction errors are suppressed, and error messages are
          written to the debug log instead. But, if the debug log is
          not activated, which is the default as well, all these
          errors go unnoticed.
      
          The original intention was to imitate GNU tar which tries
          to extract as many members as possible instead of stopping
          on the first error. It turns out that this is no good
          default behaviour for a tar library. This patch simply
          changes the default value for the errorlevel argument from
          0 to 1, so that fatal extraction errors are raised as
          EnvironmentError exceptions.
        ........
      ................
      b50488c9
    • Benjamin Peterson's avatar
      Merged revisions 76776 via svnmerge from · 97829ffa
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76776 | benjamin.peterson | 2009-12-12 19:23:39 -0600 (Sat, 12 Dec 2009) | 25 lines
      
        Merged revisions 76534,76538,76628,76701,76774 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76534 | martin.v.loewis | 2009-11-26 02:42:05 -0600 (Thu, 26 Nov 2009) | 2 lines
      
          Fix typo.
        ........
          r76538 | georg.brandl | 2009-11-26 14:48:25 -0600 (Thu, 26 Nov 2009) | 1 line
      
          #7400: typo.
        ........
          r76628 | andrew.kuchling | 2009-12-02 08:27:11 -0600 (Wed, 02 Dec 2009) | 1 line
      
          Markup fixes
        ........
          r76701 | andrew.kuchling | 2009-12-07 20:37:05 -0600 (Mon, 07 Dec 2009) | 1 line
      
          Typo fix; grammar fix
        ........
          r76774 | benjamin.peterson | 2009-12-12 18:54:15 -0600 (Sat, 12 Dec 2009) | 1 line
      
          account for PyObject_IsInstance's new ability to fail
        ........
      ................
      97829ffa
    • Benjamin Peterson's avatar
      Merged revisions 76771 via svnmerge from · 53b03d95
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r76771 | benjamin.peterson | 2009-12-12 18:32:14 -0600 (Sat, 12 Dec 2009) | 1 line
      
        death to exec statement
      ........
      53b03d95
  9. 12 Dec, 2009 2 commits
    • Antoine Pitrou's avatar
      Merged revisions 76764 via svnmerge from · f4f5d477
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76764 | antoine.pitrou | 2009-12-12 20:18:27 +0100 (sam., 12 déc. 2009) | 12 lines
      
        Merged revisions 76763 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76763 | antoine.pitrou | 2009-12-12 20:13:08 +0100 (sam., 12 déc. 2009) | 7 lines
      
          Issue #7466: segmentation fault when the garbage collector is called
          in the middle of populating a tuple.  Patch by Florent Xicluna.
      
          (note: no NEWS entry for trunk since the bug was introduced in 2.7/3.1)
        ........
      ................
      f4f5d477
    • R. David Murray's avatar
      Merged revisions 76730 via svnmerge from · 3e04afb4
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76730 | r.david.murray | 2009-12-09 21:08:06 -0500 (Wed, 09 Dec 2009) | 20 lines
      
        Merged revisions 76726-76727 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        The merge adds a test with an invalid rather than a missing line end, since
        the py3K code passed the original issue 5949 test.  New test also by Scott
        Dial.
      
        ........
          r76726 | r.david.murray | 2009-12-09 10:15:31 -0500 (Wed, 09 Dec 2009) | 6 lines
      
          Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is
          missing proper end-of-line termination.  Patch and tests by
          Scott Dial.  The new tests include a test harness which will
          make it easier to add additional tests.
        ........
          r76727 | r.david.murray | 2009-12-09 11:41:39 -0500 (Wed, 09 Dec 2009) | 2 lines
      
          Skip new imaplib SSL tests if ssl is not available.
        ........
      ................
      3e04afb4
  10. 11 Dec, 2009 1 commit
  11. 10 Dec, 2009 3 commits
    • Tarek Ziadé's avatar
      Blocked revisions 76752 via svnmerge · cb978933
      Tarek Ziadé authored
      ................
        r76752 | tarek.ziade | 2009-12-10 20:37:05 +0100 (Thu, 10 Dec 2009) | 9 lines
      
        Merged revisions 76750 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76750 | tarek.ziade | 2009-12-10 20:29:53 +0100 (Thu, 10 Dec 2009) | 1 line
      
          using an existing file to avoid dealing with a sleep to test file ages
        ........
      ................
      cb978933
    • Tarek Ziadé's avatar
      Blocked revisions 76748 via svnmerge · 8e79bd47
      Tarek Ziadé authored
      ................
        r76748 | tarek.ziade | 2009-12-10 16:35:35 +0100 (Thu, 10 Dec 2009) | 9 lines
      
        Merged revisions 76746 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76746 | tarek.ziade | 2009-12-10 16:29:03 +0100 (Thu, 10 Dec 2009) | 1 line
      
          added test coverage for distutils.dep_util, and cleaned up the module
        ........
      ................
      8e79bd47
    • Mark Dickinson's avatar
      Blocked revisions 76741 via svnmerge · d8ec0676
      Mark Dickinson authored
      ................
        r76741 | mark.dickinson | 2009-12-10 10:39:08 +0000 (Thu, 10 Dec 2009) | 14 lines
      
        Merged revisions 76740 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76740 | mark.dickinson | 2009-12-10 10:36:32 +0000 (Thu, 10 Dec 2009) | 8 lines
      
          Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almost
          equivalent[*] check that doesn't produce compiler warnings about a 'x < 0'
          check on an unsigned type.
      
          [*] it's equivalent for inputs of type size_t or Py_ssize_t, or any smaller
          unsigned or signed integer type.
        ........
      ................
      d8ec0676