1. 10 Ara, 2009 1 kayıt (commit)
  2. 09 Ara, 2009 1 kayıt (commit)
  3. 08 Ara, 2009 3 kayıt (commit)
  4. 07 Ara, 2009 1 kayıt (commit)
    • Mark Dickinson's avatar
      Blocked revisions 76698 via svnmerge · f0d3aa1b
      Mark Dickinson yazdı
      ........
        r76698 | mark.dickinson | 2009-12-07 19:34:59 +0000 (Mon, 07 Dec 2009) | 1 line
      
        Fix error message, for consistency with messages for % and //, and for consistency with trunk
      ........
      f0d3aa1b
  5. 06 Ara, 2009 1 kayıt (commit)
  6. 05 Ara, 2009 2 kayıt (commit)
  7. 04 Ara, 2009 3 kayıt (commit)
  8. 03 Ara, 2009 4 kayıt (commit)
  9. 02 Ara, 2009 1 kayıt (commit)
  10. 01 Ara, 2009 1 kayıt (commit)
  11. 30 Kas, 2009 3 kayıt (commit)
  12. 29 Kas, 2009 2 kayıt (commit)
  13. 28 Kas, 2009 4 kayıt (commit)
    • Mark Dickinson's avatar
      Merged revisions 76577 via svnmerge from · 192ce619
      Mark Dickinson yazdı
      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.
        ........
      ................
      192ce619
    • Antoine Pitrou's avatar
      Merged revisions 76573 via svnmerge from · bcc63a86
      Antoine Pitrou yazdı
      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.
      ........
      bcc63a86
    • Mark Dickinson's avatar
      Merged revisions 76566 via svnmerge from · 875ada4b
      Mark Dickinson yazdı
      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.
        ........
      ................
      875ada4b
    • Mark Dickinson's avatar
      Blocked revisions 76563 via svnmerge · 7f40573c
      Mark Dickinson yazdı
      ................
        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.
        ........
      ................
      7f40573c
  14. 25 Kas, 2009 2 kayıt (commit)
    • Barry Warsaw's avatar
    • Benjamin Peterson's avatar
      Merged revisions 76518 via svnmerge from · 39778f6b
      Benjamin Peterson yazdı
      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()
          ........
        ................
      ................
      39778f6b
  15. 24 Kas, 2009 5 kayıt (commit)
  16. 23 Kas, 2009 5 kayıt (commit)
  17. 22 Kas, 2009 1 kayıt (commit)
    • Lars Gustäbel's avatar
      Blocked revisions 76444 via svnmerge · 7344863c
      Lars Gustäbel yazdı
      ................
        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.
        ........
      ................
      7344863c