1. 25 Jun, 2010 6 commits
  2. 24 Jun, 2010 7 commits
  3. 23 Jun, 2010 5 commits
  4. 22 Jun, 2010 10 commits
  5. 21 Jun, 2010 4 commits
  6. 20 Jun, 2010 4 commits
  7. 19 Jun, 2010 2 commits
  8. 18 Jun, 2010 2 commits
    • Victor Stinner's avatar
      Issue #8939: Improve arg.rst · 57fbc78d
      Victor Stinner authored
       * Add :ctype: to Py_BEGIN_ALLOW_THREADS and int
       * "s" and "s#" formats of Py_BuildValue(): specify that the Python object type
         is str in the description
      57fbc78d
    • Jean-Paul Calderone's avatar
      Merged revisions 82075 via svnmerge from · 6381de1b
      Jean-Paul Calderone authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82075 | jean-paul.calderone | 2010-06-18 16:00:17 -0400 (Fri, 18 Jun 2010) | 12 lines
      
        Revert r60115
      
        This revision introduced quoting for strings containing | based
        on a misunderstanding of the commonly used quoting rules used
        on Windows.
      
        | is interpreted by cmd.exe, not by the MS C runtime argv initializer.
        It only needs to be quoted if it is part of an argument passed through
        cmd.exe.
      
        See issue1300, issue7839, and issue8972.
      ........
      6381de1b