1. 01 Agu, 2010 8 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 83393,83396,83398,83405,83408 via svnmerge from · 78e6957c
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83393 | georg.brandl | 2010-08-01 10:35:29 +0200 (So, 01 Aug 2010) | 1 line
      
        #1690103: fix initial namespace for code run with trace.main().
      ........
        r83396 | georg.brandl | 2010-08-01 10:52:32 +0200 (So, 01 Aug 2010) | 1 line
      
        #4810: document "--" option separator in timeit help.
      ........
        r83398 | georg.brandl | 2010-08-01 11:06:34 +0200 (So, 01 Aug 2010) | 1 line
      
        #8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes.  Handle that as a special case.
      ........
        r83405 | georg.brandl | 2010-08-01 16:38:17 +0200 (So, 01 Aug 2010) | 1 line
      
        #4943: do not try to include drive letters (and colons) when looking for a probably module name.
      ........
        r83408 | georg.brandl | 2010-08-01 17:30:56 +0200 (So, 01 Aug 2010) | 1 line
      
        #5551: symbolic links never can be mount points.  Fixes the fix for #1713.
      ........
      78e6957c
    • Georg Brandl's avatar
      Merged revisions 83417 via svnmerge from · 47befa5f
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83417 | georg.brandl | 2010-08-01 20:38:26 +0200 (So, 01 Aug 2010) | 1 line
      
        #5776: fix mistakes in python specfile.  (Nobody probably uses it anyway.)
      ........
      47befa5f
    • Georg Brandl's avatar
      Merged revisions 83395 via svnmerge from · 09f0d60f
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83395 | georg.brandl | 2010-08-01 10:49:18 +0200 (So, 01 Aug 2010) | 1 line
      
        #8821: do not rely on Unicode strings being terminated with a \u0000, rather explicitly check range before looking for a second surrogate character.
      ........
      09f0d60f
    • Antoine Pitrou's avatar
      Merged revisions 83411 via svnmerge from · 607951d4
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83411 | antoine.pitrou | 2010-08-01 18:53:42 +0200 (dim., 01 août 2010) | 4 lines
      
        Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when
        re-initializing a buffered IO object by calling its `__init__` method.
      ........
      607951d4
    • Brian Curtin's avatar
      Merged revisions 83407 via svnmerge from · ba6c08e6
      Brian Curtin yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83407 | brian.curtin | 2010-08-01 10:26:26 -0500 (Sun, 01 Aug 2010) | 3 lines
      
        Fix #8105. Add validation to mmap.mmap so invalid file descriptors
        don't cause a crash on Windows.
      ........
      ba6c08e6
    • Mark Dickinson's avatar
      Merged revisions 83400 via svnmerge from · aad57bd1
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83400 | mark.dickinson | 2010-08-01 11:41:49 +0100 (Sun, 01 Aug 2010) | 7 lines
      
        Issue #9416: Fix some issues with complex formatting where the
        output with no type specifier failed to match the str output:
      
          - format(complex(-0.0, 2.0), '-') omitted the real part from the output,
          - format(complex(0.0, 2.0), '-') included a sign and parentheses.
      ........
      aad57bd1
    • Georg Brandl's avatar
      #8471: reset _SpoofOut.buf to an empty string when truncating; if Unicode had… · 1f05e2e9
      Georg Brandl yazdı
      #8471: reset _SpoofOut.buf to an empty string when truncating; if Unicode had been output previously, it had been coerced to a Unicode string, potentially making subsequent prints behave differently or raise UnicodeErrors.
      1f05e2e9
    • R. David Murray's avatar
      Merged revisions 83380 via svnmerge from · 58f15b66
      R. David Murray yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r83380 | r.david.murray | 2010-07-31 23:31:09 -0400 (Sat, 31 Jul 2010) | 17 lines
      
        #8620: Cmd no longer truncates last character if stdin ends without newline
      
        Cmd used to blindly chop off the last character of every input line.  If
        the input reached EOF and there was no final new line, it would truncate
        the last character of the last command.  This fix instead strips trailing
        \r\n from the input lines.  While this is a small behavior change, it
        should not break any working code, since feeding a '\r\n' terminated
        file to Cmd would previously leave the \r's on the lines, resulting
        in failed command execution.
      
        I wrote the unit test in preparation for a PyOhio TeachMe session
        run by Catherine Devlin, and we can thank Catherine and the PyOhio
        session attendees for the fix.  I've added Catherine to the Acks file
        for organizing and leading the TeachMe session, out of which we will
        hopefully get some new contributors.
      ........
      58f15b66
  2. 31 Tem, 2010 2 kayıt (commit)
  3. 30 Tem, 2010 6 kayıt (commit)
  4. 29 Tem, 2010 2 kayıt (commit)
  5. 28 Tem, 2010 7 kayıt (commit)
  6. 27 Tem, 2010 7 kayıt (commit)
  7. 26 Tem, 2010 3 kayıt (commit)
  8. 25 Tem, 2010 3 kayıt (commit)
  9. 24 Tem, 2010 2 kayıt (commit)