1. 03 Dec, 2009 2 commits
  2. 02 Dec, 2009 1 commit
  3. 01 Dec, 2009 1 commit
  4. 30 Nov, 2009 3 commits
  5. 29 Nov, 2009 2 commits
  6. 28 Nov, 2009 4 commits
    • Mark Dickinson's avatar
      Merged revisions 76577 via svnmerge from · e4fe6594
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76577 | mark.dickinson | 2009-11-28 16:38:16 +0000 (Sat, 28 Nov 2009) | 12 lines
      
        Merged revisions 76575 via svnmerge from
        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.
        ........
      ................
      e4fe6594
    • Antoine Pitrou's avatar
      Merged revisions 76573 via svnmerge from · d4399abb
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r76573 | antoine.pitrou | 2009-11-28 17:12:28 +0100 (sam., 28 nov. 2009) | 3 lines
      
        Issue #4486: When an exception has an explicit cause, do not print its implicit context too.
      ........
      d4399abb
    • Mark Dickinson's avatar
      Merged revisions 76566 via svnmerge from · 4de4e75c
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76566 | mark.dickinson | 2009-11-28 12:48:43 +0000 (Sat, 28 Nov 2009) | 18 lines
      
        Merged revisions 76432,76558 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          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.
        ........
      ................
      4de4e75c
    • Mark Dickinson's avatar
      Blocked revisions 76563 via svnmerge · c2ca58c7
      Mark Dickinson authored
      ................
        r76563 | mark.dickinson | 2009-11-28 12:35:42 +0000 (Sat, 28 Nov 2009) | 12 lines
      
        Merged revisions 76561 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          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.
        ........
      ................
      c2ca58c7
  7. 25 Nov, 2009 2 commits
    • Barry Warsaw's avatar
    • Benjamin Peterson's avatar
      Merged revisions 76518 via svnmerge from · 8ec461cb
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76518 | benjamin.peterson | 2009-11-25 12:34:42 -0600 (Wed, 25 Nov 2009) | 60 lines
      
        Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ................
          r76259 | georg.brandl | 2009-11-14 05:50:51 -0600 (Sat, 14 Nov 2009) | 1 line
      
          Fix terminology.
        ................
          r76326 | georg.brandl | 2009-11-16 10:44:05 -0600 (Mon, 16 Nov 2009) | 1 line
      
          #7302: fix link.
        ................
          r76376 | georg.brandl | 2009-11-18 13:39:14 -0600 (Wed, 18 Nov 2009) | 1 line
      
          upcase Python
        ................
          r76377 | georg.brandl | 2009-11-18 14:05:15 -0600 (Wed, 18 Nov 2009) | 1 line
      
          Fix markup.
        ................
          r76430 | r.david.murray | 2009-11-20 07:29:43 -0600 (Fri, 20 Nov 2009) | 2 lines
      
          Issue 7363: fix indentation in socketserver udpserver example.
        ................
          r76471 | georg.brandl | 2009-11-23 13:53:19 -0600 (Mon, 23 Nov 2009) | 1 line
      
          #7345: fix arguments of formatyear().
        ................
          r76517 | benjamin.peterson | 2009-11-25 12:16:46 -0600 (Wed, 25 Nov 2009) | 29 lines
      
          Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from
          svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
          ........
            r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line
      
            undeprecate the -p option; it's useful for converting python3 sources
          ........
            r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line
      
            simplify condition
          ........
            r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line
      
            fix handling of a utf-8 bom #7313
          ........
            r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line
      
            remove pdb turd
          ........
            r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line
      
            #7375 fix nested transformations in fix_urllib
          ........
            r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line
      
            use generator expressions in any()
          ........
        ................
      ................
      8ec461cb
  8. 24 Nov, 2009 5 commits
  9. 23 Nov, 2009 5 commits
  10. 22 Nov, 2009 1 commit
    • Lars Gustäbel's avatar
      Blocked revisions 76444 via svnmerge · 7ed1824d
      Lars Gustäbel authored
      ................
        r76444 | lars.gustaebel | 2009-11-22 19:48:49 +0100 (Sun, 22 Nov 2009) | 30 lines
      
        Merged revisions 76443 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76443 | lars.gustaebel | 2009-11-22 19:30:53 +0100 (Sun, 22 Nov 2009) | 24 lines
      
          Issue #6123: Fix opening empty archives and files.
      
          (Note that an empty archive is not the same as an empty file. An
          empty archive contains no members and is correctly terminated with an
          EOF block full of zeros. An empty file contains no data at all.)
      
          The problem was that although tarfile was able to create empty
          archives, it failed to open them raising a ReadError. On the other
          hand, tarfile opened empty files without error in most read modes and
          presented them as empty archives. (However, some modes still raised
          errors: "r|gz" raised ReadError, but "r:gz" worked, "r:bz2" even
          raised EOFError.)
      
          In order to get a more fine-grained control over the various internal
          error conditions I now split up the HeaderError exception into a
          number of meaningful sub-exceptions. This makes it easier in the
          TarFile.next() method to react to the different conditions in the
          correct way.
      
          The visible change in its behaviour now is that tarfile will open
          empty archives correctly and raise ReadError consistently for empty
          files.
        ........
      ................
      7ed1824d
  11. 21 Nov, 2009 2 commits
  12. 20 Nov, 2009 1 commit
  13. 19 Nov, 2009 8 commits
  14. 18 Nov, 2009 3 commits