1. 12 Mar, 2010 4 commits
    • Victor Stinner's avatar
      Merged revisions 78835-78837 via svnmerge from · 171ba050
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78835 | victor.stinner | 2010-03-11 13:34:39 +0100 (jeu., 11 mars 2010) | 7 lines
      
        Issue #7774: Set sys.executable to an empty string if argv[0] has been
        set to an non existent program name and Python is unable to retrieve the real
        program name.
      
        Fix also sysconfig: if sys.executable is an empty string, use the current
        working directory.
      ........
        r78836 | victor.stinner | 2010-03-11 14:27:35 +0100 (jeu., 11 mars 2010) | 4 lines
      
        Fix test_executable introduce in previous commit (r78835): Windows is able to
        retrieve the absolute Python path even if argv[0] has been set to a non
        existent program name.
      ........
        r78837 | victor.stinner | 2010-03-11 14:46:06 +0100 (jeu., 11 mars 2010) | 3 lines
      
        Another fix to test_executable() of test_sys: set the current working to avoid
        the #7774 bug.
      ........
      171ba050
    • Georg Brandl's avatar
      Commit merge properties (missing from r78862). · 4d1246b3
      Georg Brandl authored
      Merged revisions 78859-78860 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line
      
        Get rid of backticks.
      ........
        r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line
      
        Fix warnings from "make check".
      ........
      4d1246b3
    • Georg Brandl's avatar
      Merged revisions 78859-78860 via svnmerge from · ef871f61
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line
      
        Get rid of backticks.
      ........
        r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line
      
        Fix warnings from "make check".
      ........
      ef871f61
    • Georg Brandl's avatar
      Make tool compatible with 2.x and 3.x. · 420ca77e
      Georg Brandl authored
      420ca77e
  2. 11 Mar, 2010 10 commits
  3. 09 Mar, 2010 3 commits
  4. 08 Mar, 2010 14 commits
  5. 07 Mar, 2010 7 commits
  6. 06 Mar, 2010 2 commits