1. 17 Jun, 2010 3 commits
    • R. David Murray's avatar
      Don't use os.normcase when the result we are expecting is None. · 4155f976
      R. David Murray authored
      This worked fine on linux but fails on Windows.  That may or may
      not be a but in normcase.
      4155f976
    • Mark Dickinson's avatar
      Issue #9011: Remove buggy and unnecessary ST->AST compilation code · d35a32e1
      Mark Dickinson authored
      dealing with unary minus applied to a constant.  The removed code was
      mutating the ST, causing a second compilation to fail.  (The peephole
      optimizer already takes care of optimizing this case, so there's no
      lost optimization opportunity here.)
      d35a32e1
    • R. David Murray's avatar
      Merged revisions 82039 via svnmerge from · a1b3740d
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        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.
      ........
      a1b3740d
  2. 16 Jun, 2010 9 commits
  3. 15 Jun, 2010 8 commits
  4. 14 Jun, 2010 4 commits
  5. 13 Jun, 2010 6 commits
  6. 12 Jun, 2010 10 commits