1. 26 May, 2010 4 commits
  2. 25 May, 2010 5 commits
  3. 24 May, 2010 1 commit
  4. 22 May, 2010 4 commits
    • Benjamin Peterson's avatar
      Merged revisions 81481 via svnmerge from · 86279381
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r81481 | benjamin.peterson | 2010-05-22 13:59:24 -0500 (Sat, 22 May 2010) | 20 lines
      
        Merged revisions 81479 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ................
          r81479 | benjamin.peterson | 2010-05-22 13:52:21 -0500 (Sat, 22 May 2010) | 13 lines
      
          Merged revisions 80937,81478 via svnmerge from
          svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
          ........
            r80937 | benjamin.peterson | 2010-05-07 14:10:58 -0500 (Fri, 07 May 2010) | 1 line
      
            remove redundant unicode call
          ........
            r81478 | benjamin.peterson | 2010-05-22 13:47:39 -0500 (Sat, 22 May 2010) | 1 line
      
            ensure doctests have some future_features
          ........
        ................
      ................
      86279381
    • Mark Dickinson's avatar
      Merged revisions 80016 via svnmerge from · 093b25d1
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r80016 | mark.dickinson | 2010-04-12 22:00:59 +0100 (Mon, 12 Apr 2010) | 29 lines
      
        Merged revisions 80013-80015 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80013 | mark.dickinson | 2010-04-12 20:25:32 +0100 (Mon, 12 Apr 2010) | 14 lines
      
          Issue #7355: Various improvements to struct module documentation.
      
           - note early on that the result of struct.pack includes padding
             bytes by default
      
           - add examples showing how order of struct fields can affect size
             (due to padding)
      
           - better headers and references; introduction to format strings
      
           - integrate packing notes into table
      
          Many thanks to Meador Inge for the patch.
        ........
          r80014 | mark.dickinson | 2010-04-12 20:46:20 +0100 (Mon, 12 Apr 2010) | 1 line
      
          Rewrap some long lines in struct module doc source.
        ........
          r80015 | mark.dickinson | 2010-04-12 21:38:36 +0100 (Mon, 12 Apr 2010) | 1 line
      
          More struct doc tweaks.
        ........
      ................
      093b25d1
    • Victor Stinner's avatar
      Merged revisions 81474 via svnmerge from · b64d0eba
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r81474 | victor.stinner | 2010-05-22 18:59:09 +0200 (sam., 22 mai 2010) | 20 lines
      
        Merged revisions 81471-81472 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81471 | victor.stinner | 2010-05-22 15:37:56 +0200 (sam., 22 mai 2010) | 7 lines
      
          Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32
      
           * Fix seek() method of codecs.open(), don't write the BOM twice after seek(0)
           * Fix reset() method of codecs, UTF-16, UTF-32 and StreamWriter classes
           * test_codecs: use "w+" mode instead of "wt+". "t" mode is not supported by
             Solaris or Windows, but does it really exist? I found it the in the issue.
        ........
          r81472 | victor.stinner | 2010-05-22 15:44:25 +0200 (sam., 22 mai 2010) | 4 lines
      
          Fix my last commit (r81471) about codecs
      
          Rememder: don't touch the code just before a commit
        ........
      ................
      b64d0eba
    • Victor Stinner's avatar
      Merged revisions 81461 via svnmerge from · 37b82006
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r81461 | victor.stinner | 2010-05-22 04:16:27 +0200 (sam., 22 mai 2010) | 10 lines
      
        Merged revisions 81459 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81459 | victor.stinner | 2010-05-22 04:11:07 +0200 (sam., 22 mai 2010) | 3 lines
      
          Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
          after seek(0)
        ........
      ................
      37b82006
  5. 21 May, 2010 15 commits
  6. 20 May, 2010 4 commits
  7. 19 May, 2010 7 commits
    • Tarek Ziadé's avatar
      Blocked revisions 81372 via svnmerge · 712a17f1
      Tarek Ziadé authored
      ................
        r81372 | tarek.ziade | 2010-05-20 00:25:00 +0200 (Thu, 20 May 2010) | 9 lines
      
        Merged revisions 81371 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81371 | tarek.ziade | 2010-05-20 00:20:14 +0200 (Thu, 20 May 2010) | 1 line
      
          #8759: Fixed user paths in sysconfig for posix and os2 schemes
        ........
      ................
      712a17f1
    • Georg Brandl's avatar
      Merged revisions 81365,81367 via svnmerge from · 6c8583f7
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r81365 | georg.brandl | 2010-05-19 22:57:08 +0200 (Mi, 19 Mai 2010) | 77 lines
      
        Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80030 | georg.brandl | 2010-04-13 08:43:54 +0200 (Di, 13 Apr 2010) | 1 line
      
          Get rid of multi-row cells.
        ........
          r80067 | georg.brandl | 2010-04-14 10:53:38 +0200 (Mi, 14 Apr 2010) | 1 line
      
          #5341: typo.
        ........
          r80069 | georg.brandl | 2010-04-14 15:50:31 +0200 (Mi, 14 Apr 2010) | 1 line
      
          Add an x-ref to where the O_ constants are documented and move the SEEK_ constants after lseek().
        ........
          r80080 | georg.brandl | 2010-04-14 21:16:38 +0200 (Mi, 14 Apr 2010) | 1 line
      
          #8399: add note about Windows and O_BINARY.
        ........
          r80081 | georg.brandl | 2010-04-14 23:34:44 +0200 (Mi, 14 Apr 2010) | 1 line
      
          #5250: document __instancecheck__ and __subclasscheck__.  I hope the part about the class/metaclass distinction is understandable.
        ........
          r80084 | georg.brandl | 2010-04-14 23:46:45 +0200 (Mi, 14 Apr 2010) | 1 line
      
          Fix missing.
        ........
          r80432 | georg.brandl | 2010-04-24 10:56:58 +0200 (Sa, 24 Apr 2010) | 1 line
      
          Markup fixes.
        ........
          r80433 | georg.brandl | 2010-04-24 11:08:10 +0200 (Sa, 24 Apr 2010) | 1 line
      
          #7507: quote "!" in pipes.quote(); it is a special character for some shells.
        ........
          r80465 | georg.brandl | 2010-04-25 12:29:17 +0200 (So, 25 Apr 2010) | 1 line
      
          Remove LaTeXy index entry syntax.
        ........
          r80466 | georg.brandl | 2010-04-25 12:54:42 +0200 (So, 25 Apr 2010) | 1 line
      
          Patch from Tim Hatch: Better cross-referencing in socket and winreg docs.
        ........
          r80467 | georg.brandl | 2010-04-25 12:55:16 +0200 (So, 25 Apr 2010) | 1 line
      
          Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface.
        ........
          r80468 | georg.brandl | 2010-04-25 12:55:58 +0200 (So, 25 Apr 2010) | 1 line
      
          Patch from Tim Hatch: Minor spelling changes to _winreg docs.
        ........
          r80469 | georg.brandl | 2010-04-25 12:56:41 +0200 (So, 25 Apr 2010) | 1 line
      
          Fix code example to have valid syntax so that it can be highlighted.
        ........
          r80470 | georg.brandl | 2010-04-25 12:57:15 +0200 (So, 25 Apr 2010) | 1 line
      
          Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric.
        ........
          r81059 | georg.brandl | 2010-05-10 23:02:51 +0200 (Mo, 10 Mai 2010) | 1 line
      
          #8642: fix wrong function name.
        ........
          r81065 | georg.brandl | 2010-05-10 23:46:50 +0200 (Mo, 10 Mai 2010) | 1 line
      
          Fix reference direction.
        ........
          r81066 | georg.brandl | 2010-05-10 23:50:57 +0200 (Mo, 10 Mai 2010) | 1 line
      
          Consolidate deprecation messages.
        ........
          r81067 | georg.brandl | 2010-05-10 23:51:33 +0200 (Mo, 10 Mai 2010) | 1 line
      
          Fix typo.
        ........
      ................
        r81367 | georg.brandl | 2010-05-19 23:03:51 +0200 (Mi, 19 Mai 2010) | 21 lines
      
        Recorded merge of revisions 80466-80469 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r80466 | georg.brandl | 2010-04-25 12:54:42 +0200 (So, 25 Apr 2010) | 1 line
      
          Patch from Tim Hatch: Better cross-referencing in socket and winreg docs.
        ........
          r80467 | georg.brandl | 2010-04-25 12:55:16 +0200 (So, 25 Apr 2010) | 1 line
      
          Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface.
        ........
          r80468 | georg.brandl | 2010-04-25 12:55:58 +0200 (So, 25 Apr 2010) | 1 line
      
          Patch from Tim Hatch: Minor spelling changes to _winreg docs.
        ........
          r80469 | georg.brandl | 2010-04-25 12:56:41 +0200 (So, 25 Apr 2010) | 1 line
      
          Fix code example to have valid syntax so that it can be highlighted.
        ........
      ................
      6c8583f7
    • Victor Stinner's avatar
      Merged revisions 81359-81361 via svnmerge from · db19fb6b
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r81359 | victor.stinner | 2010-05-19 19:00:07 +0200 (mer., 19 mai 2010) | 4 lines
      
        Issue #8663: distutils.log emulates backslashreplace error handler. Fix
        compilation in a non-ASCII directory if stdout encoding is ASCII (eg. if stdout
        is not a TTY).
      ........
        r81360 | victor.stinner | 2010-05-19 19:11:19 +0200 (mer., 19 mai 2010) | 5 lines
      
        regrtest.py: call replace_stdout() before the first call to print()
      
        print("==  ", os.getcwd()) fails if the current working directory is not ASCII
        whereas sys.stdout encoding is ASCII.
      ........
        r81361 | victor.stinner | 2010-05-19 19:15:50 +0200 (mer., 19 mai 2010) | 2 lines
      
        Oops, add the new test_log.py for distutils test suite (missing part of r81359)
      ........
      db19fb6b
    • Victor Stinner's avatar
      Blocked revisions 81358 via svnmerge · 20c043b4
      Victor Stinner authored
      ........
        r81358 | victor.stinner | 2010-05-19 18:53:30 +0200 (mer., 19 mai 2010) | 4 lines
      
        Issue #8589: Decode PYTHONWARNINGS environment variable with the file system
        encoding and surrogateespace error handler instead of the locale encoding to be
        consistent with os.environ. Add PySys_AddWarnOptionUnicode() function.
      ........
      20c043b4
    • Stefan Krah's avatar
      Merged revisions 81356 via svnmerge from · 671b0160
      Stefan Krah authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r81356 | stefan.krah | 2010-05-19 18:09:41 +0200 (Wed, 19 May 2010) | 9 lines
      
        Merged revisions 81354 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81354 | stefan.krah | 2010-05-19 17:59:40 +0200 (Wed, 19 May 2010) | 3 lines
      
          Fix typo.
        ........
      ................
      671b0160
    • Stefan Krah's avatar
      Merged revisions 81352 via svnmerge from · 395653e0
      Stefan Krah authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r81352 | stefan.krah | 2010-05-19 17:52:31 +0200 (Wed, 19 May 2010) | 9 lines
      
        Merged revisions 81350 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81350 | stefan.krah | 2010-05-19 17:46:39 +0200 (Wed, 19 May 2010) | 1 line
      
          Fix typos in docstrings.
        ........
      ................
      395653e0
    • Victor Stinner's avatar
      Blocked revisions 81291-81292 via svnmerge · a0f6dcea
      Victor Stinner authored
      ........
        r81291 | victor.stinner | 2010-05-18 19:17:23 +0200 (mar., 18 mai 2010) | 5 lines
      
        Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.
        subprocess.Popen() and os._execvpe() support bytes program name. Add
        os.supports_bytes_environ flag: True if the native OS type of the environment
        is bytes (eg. False on Windows).
      ........
        r81292 | victor.stinner | 2010-05-18 19:24:09 +0200 (mar., 18 mai 2010) | 2 lines
      
        Add versionadded (3.2) tag to os.supports_bytes_environ documentation
      ........
      a0f6dcea