1. 05 Nov, 2009 1 commit
    • Brett Cannon's avatar
      Merged revisions 76113-76114 via svnmerge from · b1fa3046
      Brett Cannon authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r76113 | brett.cannon | 2009-11-04 17:17:22 -0800 (Wed, 04 Nov 2009) | 3 lines
      
        importlib.test.source.util referenced variables in the 'finally' part of a
        try/finally which may not have been set.
      ........
        r76114 | brett.cannon | 2009-11-04 17:26:57 -0800 (Wed, 04 Nov 2009) | 6 lines
      
        Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places
        source files for tests. Allows for concurrent execution of the tests by
        preventing various executions from trampling each other.
      
        Closes issue #7248.
      ........
      b1fa3046
  2. 04 Nov, 2009 1 commit
  3. 03 Nov, 2009 4 commits
  4. 02 Nov, 2009 2 commits
    • Benjamin Peterson's avatar
      Merged revisions 76063,76068 via svnmerge from · 55a16f2a
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76063 | benjamin.peterson | 2009-11-02 12:16:28 -0600 (Mon, 02 Nov 2009) | 77 lines
      
        Merged revisions 76062 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ................
          r76062 | benjamin.peterson | 2009-11-02 12:12:12 -0600 (Mon, 02 Nov 2009) | 70 lines
      
          Merged revisions 74359,75081,75088,75213,75278,75303,75427-75428,75734-75736,75865,76059-76061 via svnmerge from
          svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
          ........
            r74359 | benjamin.peterson | 2009-08-12 17:23:13 -0500 (Wed, 12 Aug 2009) | 1 line
      
            don't pass the deprecated print_function option
          ........
            r75081 | benjamin.peterson | 2009-09-26 22:02:57 -0500 (Sat, 26 Sep 2009) | 1 line
      
            let 2to3 work with extended iterable unpacking
          ........
            r75088 | benjamin.peterson | 2009-09-27 11:25:21 -0500 (Sun, 27 Sep 2009) | 1 line
      
            look on the type only for __call__
          ........
            r75213 | benjamin.peterson | 2009-10-03 10:09:46 -0500 (Sat, 03 Oct 2009) | 5 lines
      
            revert 75212; it's not correct
      
            People can use isinstance(x, collections.Callable) if they expect objects with
            __call__ in their instance dictionaries.
          ........
            r75278 | benjamin.peterson | 2009-10-07 16:25:56 -0500 (Wed, 07 Oct 2009) | 4 lines
      
            fix whitespace problems with fix_idioms #3563
      
            Patch by Joe Amenta.
          ........
            r75303 | benjamin.peterson | 2009-10-09 16:59:11 -0500 (Fri, 09 Oct 2009) | 1 line
      
            port latin-1 and utf-8 cookie improvements
          ........
            r75427 | benjamin.peterson | 2009-10-14 20:35:57 -0500 (Wed, 14 Oct 2009) | 1 line
      
            force floor division
          ........
            r75428 | benjamin.peterson | 2009-10-14 20:39:21 -0500 (Wed, 14 Oct 2009) | 1 line
      
            silence -3 warnings about __hash__
          ........
            r75734 | benjamin.peterson | 2009-10-26 16:25:53 -0500 (Mon, 26 Oct 2009) | 2 lines
      
            warn on map(None, ...) with more than 2 arguments #7203
          ........
            r75735 | benjamin.peterson | 2009-10-26 16:28:25 -0500 (Mon, 26 Oct 2009) | 1 line
      
            remove unused result
          ........
            r75736 | benjamin.peterson | 2009-10-26 16:29:02 -0500 (Mon, 26 Oct 2009) | 1 line
      
            using get() here is a bit pointless
          ........
            r75865 | benjamin.peterson | 2009-10-27 15:49:00 -0500 (Tue, 27 Oct 2009) | 1 line
      
            explain reason for warning
          ........
            r76059 | benjamin.peterson | 2009-11-02 11:43:47 -0600 (Mon, 02 Nov 2009) | 1 line
      
            tuples are no longer used for children
          ........
            r76060 | benjamin.peterson | 2009-11-02 11:55:40 -0600 (Mon, 02 Nov 2009) | 1 line
      
            revert r76059; apparently some fixers rely on Leaf no () for children
          ........
            r76061 | benjamin.peterson | 2009-11-02 12:06:17 -0600 (Mon, 02 Nov 2009) | 1 line
      
            make fix_tuple_params keep the tree valid #7253
          ........
        ................
      ................
        r76068 | benjamin.peterson | 2009-11-02 12:30:48 -0600 (Mon, 02 Nov 2009) | 24 lines
      
        Merged revisions 76064,76066-76067 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ................
          r76064 | benjamin.peterson | 2009-11-02 12:16:36 -0600 (Mon, 02 Nov 2009) | 1 line
      
          add space
        ................
          r76066 | benjamin.peterson | 2009-11-02 12:22:53 -0600 (Mon, 02 Nov 2009) | 9 lines
      
          Merged revisions 76065 via svnmerge from
          svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
          ........
            r76065 | benjamin.peterson | 2009-11-02 12:21:25 -0600 (Mon, 02 Nov 2009) | 1 line
      
            don't print stuff in tests
          ........
        ................
          r76067 | benjamin.peterson | 2009-11-02 12:24:57 -0600 (Mon, 02 Nov 2009) | 1 line
      
          enable test_parser in lib2to3
        ................
      ................
      55a16f2a
    • Antoine Pitrou's avatar
      Merged revisions 76055 via svnmerge from · 1c40fda9
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76055 | antoine.pitrou | 2009-11-02 12:36:51 +0100 (lun., 02 nov. 2009) | 13 lines
      
        Merged revisions 76034,76054 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76034 | antoine.pitrou | 2009-11-01 22:29:33 +0100 (dim., 01 nov. 2009) | 3 lines
      
          This should finally fix #6896. Let's watch the buildbots.
        ........
          r76054 | antoine.pitrou | 2009-11-02 12:34:27 +0100 (lun., 02 nov. 2009) | 3 lines
      
          Since r76034 was successful, add a NEWS entry for it.
        ........
      ................
      1c40fda9
  5. 01 Nov, 2009 7 commits
  6. 31 Oct, 2009 4 commits
  7. 29 Oct, 2009 4 commits
  8. 28 Oct, 2009 5 commits
  9. 27 Oct, 2009 12 commits
    • Tarek Ziadé's avatar
      Blocked revisions 75895 via svnmerge · 25d36b9f
      Tarek Ziadé authored
      ................
        r75895 | tarek.ziade | 2009-10-28 00:12:01 +0100 (Wed, 28 Oct 2009) | 9 lines
      
        Merged revisions 75893 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75893 | tarek.ziade | 2009-10-28 00:06:10 +0100 (Wed, 28 Oct 2009) | 1 line
      
          Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
        ........
      ................
      25d36b9f
    • Mark Dickinson's avatar
      Merged revisions 75890 via svnmerge from · f2ec5079
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r75890 | mark.dickinson | 2009-10-27 23:00:56 +0000 (Tue, 27 Oct 2009) | 1 line
      
        Remove extra blank line accidentally introduced in r75885
      ........
      f2ec5079
    • Georg Brandl's avatar
      Merged revisions 75889 via svnmerge from · 8b24bf0f
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r75889 | georg.brandl | 2009-10-28 00:00:28 +0100 (Mi, 28 Okt 2009) | 9 lines
      
        Merged revisions 75887 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75887 | georg.brandl | 2009-10-27 23:56:09 +0100 (Di, 27 Okt 2009) | 1 line
      
          Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode.
        ........
      ................
      8b24bf0f
    • Mark Dickinson's avatar
      Merged revisions 75885 via svnmerge from · e452ce6a
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r75885 | mark.dickinson | 2009-10-27 22:12:20 +0000 (Tue, 27 Oct 2009) | 9 lines
      
        Merged revisions 75883 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75883 | mark.dickinson | 2009-10-27 22:09:33 +0000 (Tue, 27 Oct 2009) | 1 line
      
          Test long inputs to float
        ........
      ................
      e452ce6a
    • Mark Dickinson's avatar
      Merged revisions 75881 via svnmerge from · e2655677
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r75881 | mark.dickinson | 2009-10-27 21:49:48 +0000 (Tue, 27 Oct 2009) | 10 lines
      
        Merged revisions 75879 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75879 | mark.dickinson | 2009-10-27 21:48:20 +0000 (Tue, 27 Oct 2009) | 3 lines
      
          Silence gcc warnings when trying to print an off_t using "lld", on platforms
          where off_t has type long (e.g., 64-bit Linux).
        ........
      ................
      e2655677
    • Georg Brandl's avatar
      Merged revisions 75877 via svnmerge from · aba93e28
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r75877 | georg.brandl | 2009-10-27 22:37:48 +0100 (Di, 27 Okt 2009) | 1 line
      
        Only declare variable when it's used.
      ........
      aba93e28
    • Tarek Ziadé's avatar
      Blocked revisions 75873 via svnmerge · 66b88d0e
      Tarek Ziadé authored
      ................
        r75873 | tarek.ziade | 2009-10-27 22:24:21 +0100 (Tue, 27 Oct 2009) | 9 lines
      
        Merged revisions 75871 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75871 | tarek.ziade | 2009-10-27 22:20:27 +0100 (Tue, 27 Oct 2009) | 1 line
      
          Issue #7218: Fix test_site for win32
        ........
      ................
      66b88d0e
    • Georg Brandl's avatar
      Blocked revisions 74611,74623,74659,75243 via svnmerge · a6a92ff2
      Georg Brandl authored
      ................
        r74611 | georg.brandl | 2009-08-31 22:06:09 +0200 (Mo, 31 Aug 2009) | 9 lines
      
        Recorded merge of revisions 74608 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74608 | senthil.kumaran | 2009-08-31 18:40:27 +0200 (Mo, 31 Aug 2009) | 3 lines
      
          Doc fix for the issue2637.
        ........
      ................
        r74623 | georg.brandl | 2009-09-01 10:12:13 +0200 (Di, 01 Sep 2009) | 1 line
      
        Remove old news entry that got merged.
      ................
        r74659 | georg.brandl | 2009-09-04 19:13:13 +0200 (Fr, 04 Sep 2009) | 13 lines
      
        Recorded merge of revisions 74655-74656 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74655 | chris.withers | 2009-09-04 18:12:32 +0200 (Fr, 04 Sep 2009) | 2 lines
      
          Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings.
        ........
          r74656 | chris.withers | 2009-09-04 18:32:22 +0200 (Fr, 04 Sep 2009) | 1 line
      
          news entry matching r74655
        ........
      ................
        r75243 | benjamin.peterson | 2009-10-04 22:19:21 +0200 (So, 04 Okt 2009) | 17 lines
      
        Merged revisions 74865,75175,75180 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74865 | georg.brandl | 2009-09-17 02:49:37 -0500 (Thu, 17 Sep 2009) | 1 line
      
          #6912: add "with" block support to pindent.
        ........
          r75175 | georg.brandl | 2009-10-01 15:11:14 -0500 (Thu, 01 Oct 2009) | 1 line
      
          Fix some weird whitespace and two other overlong lines.
        ........
          r75180 | georg.brandl | 2009-10-01 15:59:31 -0500 (Thu, 01 Oct 2009) | 1 line
      
          #7031: Add TestCase.assertIsInstance and negated method.
        ........
      ................
      a6a92ff2
    • Georg Brandl's avatar
      Merged revisions 75797 via svnmerge from · 43c0c3fc
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r75797 | georg.brandl | 2009-10-27 16:28:25 +0100 (Di, 27 Okt 2009) | 129 lines
      
        Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line
      
          Fix broken links found by "make linkcheck".  scipy.org seems to be done right now, so I could not verify links going there.
        ........
          r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line
      
          Fix markup.
        ........
          r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line
      
          #7125: fix typo.
        ........
          r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line
      
          #7126: os.environ changes *do* take effect in subprocesses started with os.system().
        ........
          r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line
      
          #7116: str.join() takes an iterable.
        ........
          r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line
      
          Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
        ........
          r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line
      
          Fix missing word.
        ........
          r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix punctuation.
        ........
          r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line
      
          Revert unintended change.
        ........
          r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix markup.
        ........
          r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix duplicate target.
        ........
          r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line
      
          Add a new directive marking up implementation details and start using it.
        ........
          r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line
      
          Make it more robust.
        ........
          r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line
      
          Document new directive.
        ........
          r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line
      
          Allow short form with text as argument.
        ........
          r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line
      
          Fix stylesheet for multi-paragraph impl-details.
        ........
          r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line
      
          Use "impl-detail" directive where applicable.
        ........
          r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line
      
          #6324: membership test tries iteration via __iter__.
        ........
          r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line
      
          #7088: document new functions in signal as Unix-only.
        ........
          r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line
      
          Reorder __slots__ fine print and add a clarification.
        ........
          r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line
      
          #7035: improve docs of the various <method>_errors() functions, and give them docstrings.
        ........
          r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line
      
          #7156: document curses as Unix-only.
        ........
          r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line
      
          #6977: getopt does not support optional option arguments.
        ........
          r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line
      
          Add proper references.
        ........
          r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line
      
          Make printout margin important.
        ........
          r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line
      
          #7188: fix optionxform() docs.
        ........
          r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines
      
          add further note about what's passed to optionxform
        ........
          r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines
      
          Improve some docstrings in the 'warnings' module.
        ........
          r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line
      
          Fix markup.
        ........
          r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line
      
          Fix a demo.
        ........
          r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line
      
          Fix a strange mis-edit.
        ........
      ................
      43c0c3fc
    • Georg Brandl's avatar
      Merged revisions 75393,75416,75581,75609,75615 via svnmerge from · 3b3fd312
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r75393 | georg.brandl | 2009-10-13 18:55:12 +0200 (Di, 13 Okt 2009) | 1 line
      
        Update module names in references in the FAQ.
      ................
        r75416 | georg.brandl | 2009-10-14 20:46:15 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7129: add missing function.
      ................
        r75581 | georg.brandl | 2009-10-21 09:17:48 +0200 (Mi, 21 Okt 2009) | 9 lines
      
        Merged revisions 75580 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75580 | georg.brandl | 2009-10-21 09:15:59 +0200 (Mi, 21 Okt 2009) | 1 line
      
          #7170: fix explanation about non-weakrefable builtin types.
        ........
      ................
        r75609 | georg.brandl | 2009-10-22 17:16:26 +0200 (Do, 22 Okt 2009) | 1 line
      
        #7137: fix makefile() documentation to match the new parameters.
      ................
        r75615 | georg.brandl | 2009-10-22 18:08:10 +0200 (Do, 22 Okt 2009) | 1 line
      
        #6927: fix wrong word.
      ................
      3b3fd312
    • Georg Brandl's avatar
      Merged revisions 75374 via svnmerge from · 2a89e57a
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r75374 | georg.brandl | 2009-10-11 23:25:26 +0200 (So, 11 Okt 2009) | 9 lines
      
        Merged revisions 75363 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75363 | georg.brandl | 2009-10-11 20:31:23 +0200 (So, 11 Okt 2009) | 1 line
      
          Add the Python FAQ lists to the documentation.  Copied from sandbox/faq.  Many thanks to AMK for the preparation work.
        ........
      ................
      2a89e57a
    • Georg Brandl's avatar
      Merged revisions 75373 via svnmerge from · 19a53167
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r75373 | georg.brandl | 2009-10-11 23:24:34 +0200 (So, 11 Okt 2009) | 17 lines
      
        Merged revisions 75370-75372 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75370 | georg.brandl | 2009-10-11 23:10:07 +0200 (So, 11 Okt 2009) | 1 line
      
          Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc.
        ........
          r75371 | georg.brandl | 2009-10-11 23:14:37 +0200 (So, 11 Okt 2009) | 1 line
      
          Add find_recursionlimit.py to README.
        ........
          r75372 | georg.brandl | 2009-10-11 23:17:14 +0200 (So, 11 Okt 2009) | 1 line
      
          Update Misc/README.
        ........
      ................
      19a53167