1. 26 Jun, 2010 4 commits
  2. 25 Jun, 2010 2 commits
  3. 24 Jun, 2010 1 commit
    • Stefan Krah's avatar
      Blocked revisions 82191 via svnmerge · 69ed774f
      Stefan Krah authored
      ........
        r82191 | stefan.krah | 2010-06-24 11:33:05 +0200 (Thu, 24 Jun 2010) | 5 lines
      
        Issue #9020: The Py_IS* macros from pyctype.h should generally only be
        used with signed/unsigned char arguments. For integer arguments, EOF
        has to be handled separately.
      ........
      69ed774f
  4. 23 Jun, 2010 2 commits
  5. 22 Jun, 2010 2 commits
  6. 21 Jun, 2010 1 commit
  7. 18 Jun, 2010 1 commit
    • Jean-Paul Calderone's avatar
      Merged revisions 82075 via svnmerge from · d7d58ebf
      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.
      ........
      d7d58ebf
  8. 17 Jun, 2010 2 commits
    • Senthil Kumaran's avatar
      Merged revisions 82047 via svnmerge from · 4fb51b4d
      Senthil Kumaran authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82047 | senthil.kumaran | 2010-06-17 22:08:34 +0530 (Thu, 17 Jun 2010) | 3 lines
      
        Fix Issue4452 - Incorrect docstring of os.setpgrp
      ........
      4fb51b4d
    • R. David Murray's avatar
      Blocked revisions 82039 via svnmerge · af85f467
      R. David Murray authored
      ........
        r82039 | r.david.murray | 2010-06-16 21:36:52 -0400 (Wed, 16 Jun 2010) | 10 lines
      
        #8720: fix inspect regression by teaching getsourcefile about linecache.
      
        The fix for issue 4050 caused a regression:  before that fix, source
        lines in the linecache would eventually be found by inspect.  After the
        fix inspect reports an error earlier, and the source isn't found.
        The fix for the fix is to have getsourcefile look in the linecache for
        the file and return the psuedo-filename if the source is there, just as
        it already returns it if there is a PEP 302 loader.
      ........
      af85f467
  9. 16 Jun, 2010 5 commits
  10. 15 Jun, 2010 2 commits
  11. 12 Jun, 2010 4 commits
  12. 11 Jun, 2010 5 commits
  13. 09 Jun, 2010 2 commits
  14. 08 Jun, 2010 2 commits
  15. 07 Jun, 2010 4 commits
  16. 06 Jun, 2010 1 commit