1. 17 Jul, 2009 16 commits
    • Alexandre Vassalotti's avatar
      Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from · 9d58e3eb
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73870 | r.david.murray | 2009-07-06 21:06:13 -0400 (Mon, 06 Jul 2009) | 5 lines
      
        Issue 6070: when creating a compiled file, after copying the mode bits, on
        posix zap the execute bit in case it was set on the .py file, since the
        compiled files are not directly executable on posix.  Patch by Marco N.
      ........
        r73879 | r.david.murray | 2009-07-07 05:54:16 -0400 (Tue, 07 Jul 2009) | 3 lines
      
        Update issue 6070 patch to match the patch that was actually tested
        on Windows.
      ........
        r73899 | r.david.murray | 2009-07-08 21:43:41 -0400 (Wed, 08 Jul 2009) | 3 lines
      
        Conditionalize test cleanup code to eliminate traceback, which will
        hopefully reveal the real problem.
      ........
        r73900 | r.david.murray | 2009-07-08 22:06:17 -0400 (Wed, 08 Jul 2009) | 2 lines
      
        Make test work with -O.
      ........
        r73905 | r.david.murray | 2009-07-09 09:55:44 -0400 (Thu, 09 Jul 2009) | 3 lines
      
        Specify umask in execute bit test to get consistent results
        and make sure we test resetting all three execute bits.
      ........
        r73906 | r.david.murray | 2009-07-09 11:35:33 -0400 (Thu, 09 Jul 2009) | 5 lines
      
        Curdir needs to be in the path for the test to work on all buildbots.
        (I copied this from another import test, but currently this will fail if
        TESTFN ends up in /tmp...see issue 2609).
      ........
      9d58e3eb
    • Alexandre Vassalotti's avatar
      Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from · 711ed4ae
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73930 | amaury.forgeotdarc | 2009-07-10 12:47:42 -0400 (Fri, 10 Jul 2009) | 2 lines
      
        #6447: typo in subprocess docstring
      ........
        r73931 | ezio.melotti | 2009-07-10 16:25:56 -0400 (Fri, 10 Jul 2009) | 1 line
      
        more cleanups and if zlib -> skipUnless(zlib)
      ........
        r73932 | kristjan.jonsson | 2009-07-11 04:44:43 -0400 (Sat, 11 Jul 2009) | 3 lines
      
        http://bugs.python.org/issue6460
        Need to be careful with thread switching when testing the xmlrpc server.  The server thread may not have updated stats when the client thread tests them.
      ........
        r73937 | georg.brandl | 2009-07-11 06:12:36 -0400 (Sat, 11 Jul 2009) | 1 line
      
        Fix style.
      ........
        r73938 | georg.brandl | 2009-07-11 06:14:54 -0400 (Sat, 11 Jul 2009) | 1 line
      
        #6446: fix import_spam() function to use correct error and reference handling.
      ........
        r73939 | georg.brandl | 2009-07-11 06:18:10 -0400 (Sat, 11 Jul 2009) | 1 line
      
        #6448: clarify docs for find_module().
      ........
        r73945 | georg.brandl | 2009-07-11 06:51:31 -0400 (Sat, 11 Jul 2009) | 1 line
      
        #6456: clarify the meaning of constants used as arguments to nl_langinfo().
      ........
        r73951 | georg.brandl | 2009-07-11 10:23:38 -0400 (Sat, 11 Jul 2009) | 2 lines
      
        array.array is actually a class.
      ........
        r73954 | tarek.ziade | 2009-07-11 13:21:00 -0400 (Sat, 11 Jul 2009) | 1 line
      
        reverted changes for #6459 (doesn't apply on 2.x)
      ........
        r73962 | benjamin.peterson | 2009-07-11 18:15:13 -0400 (Sat, 11 Jul 2009) | 1 line
      
        put downloaded test support files in Lib/test/data instead of the cwd
      ........
        r73963 | benjamin.peterson | 2009-07-11 18:25:24 -0400 (Sat, 11 Jul 2009) | 1 line
      
        ignore things in Lib/test/data/
      ........
        r73970 | hirokazu.yamamoto | 2009-07-11 22:04:47 -0400 (Sat, 11 Jul 2009) | 1 line
      
        Fixed distutils test.
      ........
      711ed4ae
    • Alexandre Vassalotti's avatar
      Merged revisions 73985-73986,73988-73991,73994 via svnmerge from · ea3714e6
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73985 | benjamin.peterson | 2009-07-12 17:18:55 -0400 (Sun, 12 Jul 2009) | 1 line
      
        add Joe
      ........
        r73986 | kristjan.jonsson | 2009-07-12 18:42:08 -0400 (Sun, 12 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6267
        Add more tests for the xlmrpc.ServerProxy
      ........
        r73988 | benjamin.peterson | 2009-07-12 19:40:33 -0400 (Sun, 12 Jul 2009) | 1 line
      
        fix Tarek's name
      ........
        r73989 | benjamin.peterson | 2009-07-12 19:44:43 -0400 (Sun, 12 Jul 2009) | 1 line
      
        change encoding to utf-8
      ........
        r73990 | benjamin.peterson | 2009-07-12 19:49:23 -0400 (Sun, 12 Jul 2009) | 1 line
      
        fix another name
      ........
        r73991 | benjamin.peterson | 2009-07-12 19:56:18 -0400 (Sun, 12 Jul 2009) | 1 line
      
        change encoding to utf-8
      ........
        r73994 | benjamin.peterson | 2009-07-12 20:03:20 -0400 (Sun, 12 Jul 2009) | 1 line
      
        fix umlaut
      ........
      ea3714e6
    • Alexandre Vassalotti's avatar
      Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from · e52e3786
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r73995 | vinay.sajip | 2009-07-13 07:21:05 -0400 (Mon, 13 Jul 2009) | 1 line
      
        Issue #6314: logging: Extra checks on the "level" argument in more places.
      ........
        r74002 | marc-andre.lemburg | 2009-07-13 16:23:49 -0400 (Mon, 13 Jul 2009) | 6 lines
      
        Use a new global DEV_NULL instead of hard-coding /dev/null into the system
        command helper functions.
      
        See #6479 for some motivation.
      ........
        r74005 | marc-andre.lemburg | 2009-07-13 17:28:33 -0400 (Mon, 13 Jul 2009) | 6 lines
      
        Use a different VER command output parser to address the localization
        issues mentioned in #3410.
      
        Prepare for Windows 7 (still commented out).
      ........
        r74007 | michael.foord | 2009-07-14 13:58:12 -0400 (Tue, 14 Jul 2009) | 1 line
      
        Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issue 6418.
      ........
        r74008 | benjamin.peterson | 2009-07-14 20:46:42 -0400 (Tue, 14 Jul 2009) | 1 line
      
        update year
      ........
        r74011 | ezio.melotti | 2009-07-15 13:07:04 -0400 (Wed, 15 Jul 2009) | 1 line
      
        methods' names pep8ification
      ........
        r74019 | amaury.forgeotdarc | 2009-07-15 17:29:27 -0400 (Wed, 15 Jul 2009) | 2 lines
      
        #6076 Add a title to the IDLE Preferences window.
      ........
        r74020 | georg.brandl | 2009-07-16 03:18:07 -0400 (Thu, 16 Jul 2009) | 1 line
      
        #5910: fix kqueue for calls with more than one event.
      ........
        r74021 | georg.brandl | 2009-07-16 03:33:04 -0400 (Thu, 16 Jul 2009) | 1 line
      
        #6486: start with built in functions rather than "built in objects".
      ........
        r74022 | georg.brandl | 2009-07-16 03:38:35 -0400 (Thu, 16 Jul 2009) | 1 line
      
        #6481: fix typo in os.system() replacement.
      ........
        r74023 | jesse.noller | 2009-07-16 10:23:04 -0400 (Thu, 16 Jul 2009) | 1 line
      
        Issue 6433: multiprocessing.pool.map hangs on empty list
      ........
      e52e3786
    • Alexandre Vassalotti's avatar
      Merged revisions 74051-74052 via svnmerge from · cf7128cc
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74051 | alexandre.vassalotti | 2009-07-17 03:54:23 -0400 (Fri, 17 Jul 2009) | 2 lines
      
        Initialize variables in PyCurses_getsyx() to avoid compiler warnings.
      ........
        r74052 | alexandre.vassalotti | 2009-07-17 04:09:04 -0400 (Fri, 17 Jul 2009) | 3 lines
      
        Fix GCC warning about fprintf used without a string literal and
        without format arguments.
      ........
      cf7128cc
    • Alexandre Vassalotti's avatar
      Blocked revisions 74028-74029,74038 via svnmerge · a8336b4f
      Alexandre Vassalotti authored
      ........
        r74028 | georg.brandl | 2009-07-16 15:24:48 -0400 (Thu, 16 Jul 2009) | 1 line
      
        #6482: simplify "except: raise" to "finally:".
      ........
        r74029 | georg.brandl | 2009-07-16 17:47:51 -0400 (Thu, 16 Jul 2009) | 1 line
      
        Revert r74028.
      ........
        r74038 | alexandre.vassalotti | 2009-07-17 02:10:06 -0400 (Fri, 17 Jul 2009) | 3 lines
      
        Double-quote the test cases for chflags() and lchflags()
        to ensure they don't get mangled.
      ........
      a8336b4f
    • Alexandre Vassalotti's avatar
      Blocked revisions 74048 via svnmerge · d3942284
      Alexandre Vassalotti authored
      ........
        r74048 | alexandre.vassalotti | 2009-07-17 03:46:46 -0400 (Fri, 17 Jul 2009) | 2 lines
      
        Regenerate configure script.
      ........
      d3942284
    • Alexandre Vassalotti's avatar
      Regenerate configure script. · 302825b4
      Alexandre Vassalotti authored
      302825b4
    • Hirokazu Yamamoto's avatar
      Merged revisions 74040,74042 via svnmerge from · 1c0c0037
      Hirokazu Yamamoto authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74040 | hirokazu.yamamoto | 2009-07-17 15:20:46 +0900 | 1 line
      
        Issue #6415: Fixed warnings.warn sagfault on bad formatted string.
      ........
        r74042 | hirokazu.yamamoto | 2009-07-17 15:26:54 +0900 | 1 line
      
        NEWS about r74040.
      ........
      1c0c0037
    • Alexandre Vassalotti's avatar
      Merged revisions 74044 via svnmerge from · e5091f6c
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74044 | alexandre.vassalotti | 2009-07-17 02:33:51 -0400 (Fri, 17 Jul 2009) | 3 lines
      
        Double-quote the test case for %zd printf() format support to avoid
        mangling the array declarations in it.
      ........
      e5091f6c
    • Alexandre Vassalotti's avatar
      Merged revisions 74039 via svnmerge from · aee170aa
      Alexandre Vassalotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74039 | alexandre.vassalotti | 2009-07-17 02:17:33 -0400 (Fri, 17 Jul 2009) | 2 lines
      
        Clean up the test case for broken poll().
      ........
      aee170aa
    • Alexandre Vassalotti's avatar
      Cache the results of all runtime checks. · 7b0c1c76
      Alexandre Vassalotti authored
      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.
      7b0c1c76
    • Alexandre Vassalotti's avatar
    • 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 4 commits