1. 08 Feb, 2010 1 commit
    • Ezio Melotti's avatar
      Merged revisions 78091,78094,78109 via svnmerge from · 49008230
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78091 | georg.brandl | 2010-02-07 19:02:22 +0200 (Sun, 07 Feb 2010) | 1 line
      
        Rename "exc_value" attribute on assertRaises context manager to "exception".
      ........
        r78094 | michael.foord | 2010-02-07 20:44:12 +0200 (Sun, 07 Feb 2010) | 1 line
      
        assertRaises as context manager now allows you to access exception as documented
      ........
        r78109 | ezio.melotti | 2010-02-08 23:52:08 +0200 (Mon, 08 Feb 2010) | 1 line
      
        Fix exc_value -> exception in docstring
      ........
      49008230
  2. 07 Feb, 2010 9 commits
  3. 06 Feb, 2010 6 commits
  4. 05 Feb, 2010 13 commits
  5. 04 Feb, 2010 4 commits
  6. 03 Feb, 2010 7 commits
    • Brett Cannon's avatar
      Merged revisions 77956-77957 via svnmerge from · ddb5e70e
      Brett Cannon authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77956 | brett.cannon | 2010-02-03 14:11:54 -0800 (Wed, 03 Feb 2010) | 1 line
      
        Update a docstring to suggest using importlib.import_module instead of calling __import__ directly.
      ........
        r77957 | brett.cannon | 2010-02-03 14:13:44 -0800 (Wed, 03 Feb 2010) | 1 line
      
        Fix a typo in a docstring introduced in r77956.
      ........
      ddb5e70e
    • Tarek Ziadé's avatar
      Merged revisions 77949 via svnmerge from · 63187670
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77949 | tarek.ziade | 2010-02-03 16:38:12 +0100 (Wed, 03 Feb 2010) | 1 line
      
        leaving global attributes for backward compat
      ........
      63187670
    • Eric Smith's avatar
      Fixed accidental block of r77944. · b0869407
      Eric Smith authored
      b0869407
    • Eric Smith's avatar
      Blocked revisions 77944 via svnmerge · 7a174e0a
      Eric Smith authored
      ........
        r77944 | eric.smith | 2010-02-03 09:17:50 -0500 (Wed, 03 Feb 2010) | 1 line
      
        Corrected list of attributes exposed by sys.getwindowsversion.
      ........
      7a174e0a
    • Benjamin Peterson's avatar
      Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from · d69fe2a8
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77712 | tarek.ziade | 2010-01-23 11:52:57 -0600 (Sat, 23 Jan 2010) | 1 line
      
        fixed the 64bits tests for get_platform() - mac osx
      ........
        r77740 | benjamin.peterson | 2010-01-24 21:58:21 -0600 (Sun, 24 Jan 2010) | 1 line
      
        compare types with is not ==
      ........
        r77741 | facundo.batista | 2010-01-25 00:15:01 -0600 (Mon, 25 Jan 2010) | 3 lines
      
        Added a note about Event.is_set() syntax being new to 2.6
      ........
        r77756 | tarek.ziade | 2010-01-26 11:20:37 -0600 (Tue, 26 Jan 2010) | 1 line
      
        fixed bdist_msi imports and added a test module for distutils.command.bdist_msi
      ........
        r77886 | benjamin.peterson | 2010-01-31 12:09:34 -0600 (Sun, 31 Jan 2010) | 1 line
      
        move distutils.rst to different toc
      ........
        r77902 | andrew.kuchling | 2010-01-31 20:04:26 -0600 (Sun, 31 Jan 2010) | 1 line
      
        Add various items
      ........
        r77936 | andrew.kuchling | 2010-02-02 20:19:14 -0600 (Tue, 02 Feb 2010) | 1 line
      
        Add various items
      ........
      d69fe2a8
    • Benjamin Peterson's avatar
      Blocked revisions 77575,77585,77587-77588 via svnmerge · f044812f
      Benjamin Peterson authored
      ........
        r77575 | ronald.oussoren | 2010-01-17 06:38:11 -0600 (Sun, 17 Jan 2010) | 3 lines
      
        Add text to Mac/README to warn about non-universal libraries when
        building a universal Python. Based on issue7679.
      ........
        r77585 | ronald.oussoren | 2010-01-17 10:25:57 -0600 (Sun, 17 Jan 2010) | 12 lines
      
        - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4
      
        - Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on
          MacOSX.
      
        - Make configure look for util.h as well as libutil.h. The former
          is the header file that on OSX contains the defition of openpty.
      
          (Needed to compile for OSX 10.4 on OSX 10.6)
      
        - Use the correct definition of CC to compile the pythonw executable
      ........
        r77587 | ronald.oussoren | 2010-01-17 13:27:57 -0600 (Sun, 17 Jan 2010) | 8 lines
      
        This patch ensures that the configure-script mentions checking for --enable-universalsdk
        and that it doesn't default to the 10.4u SDK when that SDK does not exist.
      
        (This affects OSX)
      
        This patch should fix most of issue 4834, although I haven't gotten enough
        information from the user to be sure.
      ........
        r77588 | ronald.oussoren | 2010-01-17 13:32:00 -0600 (Sun, 17 Jan 2010) | 2 lines
      
        Explicitly use /usr/bin/arch on OSX, fixes issue 7715
      ........
      f044812f
    • Benjamin Peterson's avatar
      Blocked revisions 77607,77609,77679 via svnmerge · 3fdb0ec1
      Benjamin Peterson authored
      ........
        r77607 | gregory.p.smith | 2010-01-19 02:01:00 -0600 (Tue, 19 Jan 2010) | 6 lines
      
        Add a pydebug mode only debug print to help debug the errors in
      
         http://www.python.org/dev/buildbot/all/builders/x86%20gentoo%20trunk/builds/5700/
      
        Will be removed shortly.
      ........
        r77609 | gregory.p.smith | 2010-01-19 02:25:26 -0600 (Tue, 19 Jan 2010) | 2 lines
      
        Revert debugprint code in r77607.
      ........
        r77679 | matthias.klose | 2010-01-21 18:34:48 -0600 (Thu, 21 Jan 2010) | 2 lines
      
        - Mention CVE-2009-3720 for change in r74429.
      ........
      3fdb0ec1