1. 17 Jul, 2009 3 commits
    • Alexandre Vassalotti's avatar
      Blocked revisions 74031-74033 via svnmerge · f0381a15
      Alexandre Vassalotti authored
      ........
        r74031 | alexandre.vassalotti | 2009-07-17 00:24:45 -0400 (Fri, 17 Jul 2009) | 2 lines
      
        Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t.
      ........
        r74032 | alexandre.vassalotti | 2009-07-17 00:59:05 -0400 (Fri, 17 Jul 2009) | 4 lines
      
        Rename the useless AC_INCLUDES_DEFAULT and protect the includes.
      
        This is mostly an aesthetic change.
      ........
        r74033 | alexandre.vassalotti | 2009-07-17 01:26:39 -0400 (Fri, 17 Jul 2009) | 8 lines
      
        Cache the results of all runtime checks.
      
        This will be helpful to people who want to compile Python with a
        cross-compiler. Now you can upload the configure script on your host
        machine, run it with caching enabled, and download the cached results
        on your build machine.
      ........
      f0381a15
    • Alexandre Vassalotti's avatar
    • Alexandre Vassalotti's avatar
      Use the proper autoconf macro for checking byte order. · 7aaa770b
      Alexandre Vassalotti authored
      The BYTEORDER_IS_BIG_ENDIAN macro is defined Objects/unicodeobject.c,
      thus the code was always emitting the little-endian machine format codes.
      
      This should fix the failure seen on the SPARC buildbot.
      7aaa770b
  2. 16 Jul, 2009 1 commit
  3. 15 Jul, 2009 8 commits
  4. 13 Jul, 2009 5 commits
  5. 12 Jul, 2009 6 commits
  6. 11 Jul, 2009 9 commits
  7. 10 Jul, 2009 2 commits
  8. 09 Jul, 2009 6 commits
    • Amaury Forgeot d'Arc's avatar
      NEWS entry for r73918. · 2de11157
      Amaury Forgeot d'Arc authored
      2de11157
    • Amaury Forgeot d'Arc's avatar
      #6323: pdb doesn't deal well with SyntaxErrors. · a6350543
      Amaury Forgeot d'Arc authored
      It seems necessary to keep two layers of 'exec' (one in Bdb.run, one in Pdb._runscript);
      this allows the tracing function to be active when the inner 'exec' runs
      and tries to compile the real code.
      
      This partially revert r58127, the net effet of the two changes is to replace
      "exec('%s')" with "exec(%r)".
      a6350543
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 73916 via svnmerge from · ace31021
      Amaury Forgeot d'Arc authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73916 | amaury.forgeotdarc | 2009-07-10 00:37:22 +0200 (ven., 10 juil. 2009) | 5 lines
      
        #6416: Fix compilation of the select module on Windows, as well as test_subprocess:
        PIPE_BUF is not defined on Windows, and probably has no meaning there.
      
        Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
      ........
      ace31021
    • R. David Murray's avatar
      Merged revisions 73907-73908 via svnmerge from · 414c91f7
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines
      
        Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
        if the test gives useful failure info on Solaris buildbot.
      ........
        r73908 | r.david.murray | 2009-07-09 14:41:03 -0400 (Thu, 09 Jul 2009) | 6 lines
      
        Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames
        cleanup.  If this fix works, it means that Solaris is unique among
        our platforms in what happens when shutil.rmtree is called on the
        current working directory (ie: it doesn't work on Solaris, but
        it does everywhere else).
      ........
      414c91f7
    • R. David Murray's avatar
      Unblocked revisions 73907 via svnmerge · 4e15f803
      R. David Murray authored
      ........
        r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines
      
        Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
        if the test gives useful failure info on Solaris buildbot.
      ........
      4e15f803
    • R. David Murray's avatar
      Blocked revisions 73907 via svnmerge · 48f4fa10
      R. David Murray authored
      ........
        r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines
      
        Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see
        if the test gives useful failure info on Solaris buildbot.
      ........
      48f4fa10