1. 10 Dec, 2009 2 commits
  2. 09 Dec, 2009 1 commit
  3. 08 Dec, 2009 3 commits
  4. 07 Dec, 2009 1 commit
    • Mark Dickinson's avatar
      Blocked revisions 76698 via svnmerge · e03ffe60
      Mark Dickinson authored
      ........
        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
      ........
      e03ffe60
  5. 06 Dec, 2009 1 commit
  6. 05 Dec, 2009 2 commits
  7. 04 Dec, 2009 3 commits
  8. 03 Dec, 2009 4 commits
  9. 02 Dec, 2009 1 commit
  10. 01 Dec, 2009 1 commit
  11. 30 Nov, 2009 3 commits
  12. 29 Nov, 2009 2 commits
  13. 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
  14. 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
  15. 24 Nov, 2009 5 commits
  16. 23 Nov, 2009 5 commits