1. 12 Dec, 2009 1 commit
    • R. David Murray's avatar
      Merged revisions 76726-76727 via svnmerge from · 07ca761f
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      This merge changes the test harness to manually do the socket
      shutdown that was made automatic in trunk by enhancement patch r73638
      (issue 6267).  Patch modification 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.
      ........
      07ca761f
  2. 11 Dec, 2009 3 commits
  3. 10 Dec, 2009 5 commits
  4. 08 Dec, 2009 4 commits
    • Ronald Oussoren's avatar
      Remove documentation for the no longer existing 'Python IDE' · 1dbfbab1
      Ronald Oussoren authored
      from the Python.app bundle on OSX.
      
      This fixes Issue7437, the documentation contained filenames that
      broke the installer on OSX 10.3.
      1dbfbab1
    • Antoine Pitrou's avatar
      Blocked revisions 76708 via svnmerge · 75763cb6
      Antoine Pitrou authored
      ........
        r76708 | antoine.pitrou | 2009-12-08 16:40:51 +0100 (mar., 08 déc. 2009) | 4 lines
      
        Issue #6986: Fix crash in the JSON C accelerator when called with the
        wrong parameter types.  Patch by Victor Stinner.
      ........
      75763cb6
    • Tarek Ziadé's avatar
      Blocked revisions 76704 via svnmerge · ef2b2cad
      Tarek Ziadé authored
      ........
        r76704 | tarek.ziade | 2009-12-08 10:39:51 +0100 (Tue, 08 Dec 2009) | 1 line
      
        removed the usage of rfc822 in favor of email.message.Message
      ........
      ef2b2cad
    • Tarek Ziadé's avatar
      Blocked revisions 76702 via svnmerge · 156a3787
      Tarek Ziadé authored
      ........
        r76702 | tarek.ziade | 2009-12-08 09:56:49 +0100 (Tue, 08 Dec 2009) | 1 line
      
        Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files
      ........
      156a3787
  5. 06 Dec, 2009 1 commit
  6. 04 Dec, 2009 3 commits
  7. 03 Dec, 2009 2 commits
  8. 02 Dec, 2009 2 commits
  9. 30 Nov, 2009 3 commits
  10. 29 Nov, 2009 2 commits
    • Tarek Ziadé's avatar
      Blocked revisions 76588 via svnmerge · af7d3bcc
      Tarek Ziadé authored
      ........
        r76588 | tarek.ziade | 2009-11-29 23:20:30 +0100 (Sun, 29 Nov 2009) | 1 line
      
        Fixed #7408: dropped group ownership checking because it relies on os-specific rules
      ........
      af7d3bcc
    • Eric Smith's avatar
      Blocked revisions 76583 via svnmerge · ad445cd0
      Eric Smith authored
      ........
        r76583 | eric.smith | 2009-11-29 12:40:57 -0500 (Sun, 29 Nov 2009) | 1 line
      
        Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson.
      ........
      ad445cd0
  11. 28 Nov, 2009 4 commits
    • Mark Dickinson's avatar
      Merged revisions 76575 via svnmerge from · 48a522de
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76575 | mark.dickinson | 2009-11-28 16:32:27 +0000 (Sat, 28 Nov 2009) | 5 lines
      
        Issue #1678380: When distinguishing between -0.0 and 0.0 in
        compiler_add_o, use copysign instead of examining the first and last
        bytes of the double.  The latter method fails for little-endian
        ARM, OABI, where doubles are little-endian but with the words swapped.
      ........
      48a522de
    • Mark Dickinson's avatar
      Blocked revisions 76568 via svnmerge · 22919aaa
      Mark Dickinson authored
      ........
        r76568 | mark.dickinson | 2009-11-28 13:13:13 +0000 (Sat, 28 Nov 2009) | 1 line
      
        Multiprocessing configure checks don't need LIBM
      ........
      22919aaa
    • Mark Dickinson's avatar
      Blocked revisions 76432,76558 via svnmerge · dbbc6603
      Mark Dickinson authored
      ........
        r76432 | mark.dickinson | 2009-11-20 19:30:22 +0000 (Fri, 20 Nov 2009) | 5 lines
      
        Issue #7272:  Add configure test to detect whether sem_open works
        properly, and use this to skip test_multiprocessing on platforms
        where sem_open raises a signal.  This should fix some FreeBSD buildbot
        failures for test_multiprocessing.
      ........
        r76558 | mark.dickinson | 2009-11-28 10:44:20 +0000 (Sat, 28 Nov 2009) | 4 lines
      
        Issue #7272, continued:  don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES
        to indicate that semaphores aren't available;  define a new variable
        POSIX_SEMAPHORES_NOT_ENABLED instead.
      ........
      dbbc6603
    • Mark Dickinson's avatar
      Blocked revisions 76561 via svnmerge · 47dd648d
      Mark Dickinson authored
      ........
        r76561 | mark.dickinson | 2009-11-28 12:30:36 +0000 (Sat, 28 Nov 2009) | 5 lines
      
        Include ieeefp.h (when available) in pyport.h instead of individually in
        Objects/floatobject.c and Objects/complexobject.c.  This should silence
        compiler warnings about implicit declaration of the 'finite' function
        on Solaris.
      ........
      47dd648d
  12. 27 Nov, 2009 1 commit
  13. 25 Nov, 2009 1 commit
  14. 24 Nov, 2009 5 commits
    • Mark Dickinson's avatar
      Blocked revisions 76502 via svnmerge · eac9d389
      Mark Dickinson authored
      ........
        r76502 | mark.dickinson | 2009-11-24 20:51:48 +0000 (Tue, 24 Nov 2009) | 3 lines
      
        Issue #7228:  Fix format mismatch when printing something of type off_t.
        (Should silence some compiler warnings.)
      ........
      eac9d389
    • Alexandre Vassalotti's avatar
      Merged revisions 76499 via svnmerge from · 513c46e1
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76499 | alexandre.vassalotti | 2009-11-24 12:53:23 -0500 (Tue, 24 Nov 2009) | 9 lines
      
        Issue 7128: Removed reference to the non-existent copyreg module.
      
        The reference to copyreg was a unnoticed leftover from the compatibility
        support for the grand renaming of the standard library in Python 3. The
        compatibility support was reverted in r63493, but not completely as this
        patch shows.
      
        Based on a patch by Amaury Forgeot d'Arc.
      ........
      513c46e1
    • Mark Dickinson's avatar
      Blocked revisions 76495 via svnmerge · cab1c661
      Mark Dickinson authored
      ........
        r76495 | mark.dickinson | 2009-11-24 15:12:20 +0000 (Tue, 24 Nov 2009) | 2 lines
      
        Issue #7117:  Update float formatting testcases to match those in py3k.
      ........
      cab1c661
    • Mark Dickinson's avatar
      Blocked revisions 76489 via svnmerge · 12de0bed
      Mark Dickinson authored
      ........
        r76489 | mark.dickinson | 2009-11-24 14:27:02 +0000 (Tue, 24 Nov 2009) | 1 line
      
        Fix some documentation examples involving the repr of a float.
      ........
      12de0bed
    • Mark Dickinson's avatar
      Blocked revisions 76483 via svnmerge · 4336f706
      Mark Dickinson authored
      ........
        r76483 | mark.dickinson | 2009-11-24 10:54:58 +0000 (Tue, 24 Nov 2009) | 2 lines
      
        round(0, "ermintrude") succeeded instead of producing a TypeError.  Fix this.
      ........
      4336f706
  15. 23 Nov, 2009 3 commits
    • Mark Dickinson's avatar
      Blocked revisions 76472 via svnmerge · c2fb7d1b
      Mark Dickinson authored
      ........
        r76472 | mark.dickinson | 2009-11-23 20:54:09 +0000 (Mon, 23 Nov 2009) | 4 lines
      
        Issue #7117, continued: Remove substitution of %g-style formatting for
        %f-style formatting, which used to occur at high precision.  Float formatting
        should now be consistent between 2.7 and 3.1.
      ........
      c2fb7d1b
    • Senthil Kumaran's avatar
      Merged revisions 76464 via svnmerge from · 4702aef1
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r76464 | senthil.kumaran | 2009-11-24 00:11:31 +0530 (Tue, 24 Nov 2009) | 4 lines
      
        Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab
        characters.
      ........
      4702aef1
    • Mark Dickinson's avatar
      Blocked revisions 76465 via svnmerge · 2002eeab
      Mark Dickinson authored
      ........
        r76465 | mark.dickinson | 2009-11-23 18:46:41 +0000 (Mon, 23 Nov 2009) | 4 lines
      
        Remove restriction on precision when formatting floats.  This is the
        first step towards removing the %f -> %g switch (see issues 7117,
        5859).
      ........
      2002eeab