1. 21 May, 2010 13 kayıt (commit)
  2. 20 May, 2010 2 kayıt (commit)
  3. 19 May, 2010 22 kayıt (commit)
    • Victor Stinner's avatar
      Issue #8559: improve unicode support of (gdb) libpython.py · 150016fd
      Victor Stinner yazdı
       * Escape non printable characters (use locale.getpreferredencoding())
       * Fix support of surrogate pairs
       * test_gdb.py: use ascii() instead of repr() in gdb program arguments to avoid
         encoding issues
       * Fix test_strings() of test_gdb.py for encoding different than UTF-8
         (eg. ACSII)
      150016fd
    • Tarek Ziadé's avatar
      Merged revisions 81371 via svnmerge from · 06710a84
      Tarek Ziadé yazdı
      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
      ........
      06710a84
    • Georg Brandl's avatar
      Add descriptor HOWTO to py3k docs. · 45cceeb6
      Georg Brandl yazdı
      45cceeb6
    • Georg Brandl's avatar
      Merged revisions 80068 via svnmerge from · e5a2673f
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80068 | georg.brandl | 2010-04-14 10:56:01 +0200 (Mi, 14 Apr 2010) | 1 line
      
        #5341: fix typo and adapt docstring syntax.
      ........
      e5a2673f
    • Georg Brandl's avatar
      Recorded merge of revisions 80466-80469 via svnmerge from · 8173fb3f
      Georg Brandl yazdı
      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.
      ........
      8173fb3f
    • Georg Brandl's avatar
      Recorded merge of revisions… · c9555609
      Georg Brandl yazdı
      Recorded merge of 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.
      ........
        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.
      ........
      c9555609
    • Georg Brandl's avatar
      Merged revisions… · 8569e582
      Georg Brandl yazdı
      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.
      ........
      8569e582
    • Victor Stinner's avatar
      Issue #8766: Initialize _warnings module before importing the first module. · 7d79b8b7
      Victor Stinner yazdı
      Fix a crash if an empty directory called "encodings" exists in sys.path.
      7d79b8b7
    • Victor Stinner's avatar
    • Victor Stinner's avatar
      regrtest.py: call replace_stdout() before the first call to print() · 1802d3f3
      Victor Stinner yazdı
      print("==  ", os.getcwd()) fails if the current working directory is not ASCII
      whereas sys.stdout encoding is ASCII.
      1802d3f3
    • Victor Stinner's avatar
      Issue #8663: distutils.log emulates backslashreplace error handler. Fix · 2ca03c1f
      Victor Stinner yazdı
      compilation in a non-ASCII directory if stdout encoding is ASCII (eg. if stdout
      is not a TTY).
      2ca03c1f
    • Victor Stinner's avatar
      Issue #8589: Decode PYTHONWARNINGS environment variable with the file system · 9ca9c25b
      Victor Stinner yazdı
      encoding and surrogateespace error handler instead of the locale encoding to be
      consistent with os.environ. Add PySys_AddWarnOptionUnicode() function.
      9ca9c25b
    • Stefan Krah's avatar
      Merged revisions 81354 via svnmerge from · a5bf3f52
      Stefan Krah yazdı
      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.
      ........
      a5bf3f52
    • Stefan Krah's avatar
      Merged revisions 81350 via svnmerge from · 2eb4a07f
      Stefan Krah yazdı
      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.
      ........
      2eb4a07f
    • Victor Stinner's avatar
      Ooops, add missing ";" in my previous commit (r81324, typeobject.c) · ba644a62
      Victor Stinner yazdı
      It's time to go to bed...
      ba644a62
    • Victor Stinner's avatar
      Issue #6697: Check that _PyUnicode_AsString() result is not NULL in typeobject · e5f99f39
      Victor Stinner yazdı
      Type name and slots are already checked for surrogates somewhere else, but it's
      better to ensure that the result is not NULL.
      e5f99f39
    • Victor Stinner's avatar
      Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite · 8699950b
      Victor Stinner yazdı
      Strip also some trailing spaces
      8699950b
    • Victor Stinner's avatar
      Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.c · f6c57832
      Victor Stinner yazdı
      The bug may occurs if locale.getpreferredencoding() returns an encoding with a
      surrogate (very unlikely!).
      f6c57832
    • Victor Stinner's avatar
      Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate · 306f0100
      Victor Stinner yazdı
      This is *very* unlikely :-)
      306f0100
    • Victor Stinner's avatar
    • Victor Stinner's avatar
    • Victor Stinner's avatar
  4. 18 May, 2010 3 kayıt (commit)