1. 13 Nov, 2009 2 commits
    • Antoine Pitrou's avatar
      Merged revisions 76240 via svnmerge from · ca154091
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r76240 | antoine.pitrou | 2009-11-13 17:29:04 +0100 (ven., 13 nov. 2009) | 6 lines
      
        Issue #6551: test_zipimport could import and then destroy some modules of
        the encodings package, which would make other tests fail further down
        the road because the internally cached encoders and decoders would point
        to empty global variables.
      ........
      ca154091
    • Benjamin Peterson's avatar
      Merged revisions 76235 via svnmerge from · 8f6713f4
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76235 | benjamin.peterson | 2009-11-12 20:25:08 -0600 (Thu, 12 Nov 2009) | 170 lines
      
        Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75149 | gregory.p.smith | 2009-09-29 16:56:31 -0500 (Tue, 29 Sep 2009) | 3 lines
      
          Mention issue6972 in extractall docs about overwriting things outside of
          the supplied path.
        ........
          r75260 | andrew.kuchling | 2009-10-05 16:24:20 -0500 (Mon, 05 Oct 2009) | 1 line
      
          Wording fix
        ........
          r75261 | andrew.kuchling | 2009-10-05 16:24:35 -0500 (Mon, 05 Oct 2009) | 1 line
      
          Fix narkup
        ........
          r75262 | andrew.kuchling | 2009-10-05 16:25:03 -0500 (Mon, 05 Oct 2009) | 1 line
      
          Document 'skip' parameter to constructor
        ........
          r75263 | andrew.kuchling | 2009-10-05 16:25:35 -0500 (Mon, 05 Oct 2009) | 1 line
      
          Note side benefit of socket.create_connection()
        ........
          r75265 | andrew.kuchling | 2009-10-05 17:31:11 -0500 (Mon, 05 Oct 2009) | 1 line
      
          Reword sentence
        ........
          r75266 | andrew.kuchling | 2009-10-05 17:32:48 -0500 (Mon, 05 Oct 2009) | 1 line
      
          Use standard comma punctuation; reword some sentences in the docs
        ........
          r75267 | andrew.kuchling | 2009-10-05 17:42:56 -0500 (Mon, 05 Oct 2009) | 1 line
      
          Backport r73983: Document the thousands separator.
        ........
          r75292 | benjamin.peterson | 2009-10-08 22:11:36 -0500 (Thu, 08 Oct 2009) | 1 line
      
          death to old CVS keyword
        ........
          r75300 | benjamin.peterson | 2009-10-09 16:48:14 -0500 (Fri, 09 Oct 2009) | 1 line
      
          fix some coding style
        ........
          r75376 | benjamin.peterson | 2009-10-11 20:26:07 -0500 (Sun, 11 Oct 2009) | 1 line
      
          platform we don't care about
        ........
          r75405 | neil.schemenauer | 2009-10-14 12:17:14 -0500 (Wed, 14 Oct 2009) | 4 lines
      
          Issue #1754094: Improve the stack depth calculation in the compiler.
          There should be no other effect than a small decrease in memory use.
          Patch by Christopher Tur Lesniewski-Laas.
        ........
          r75429 | benjamin.peterson | 2009-10-14 20:47:28 -0500 (Wed, 14 Oct 2009) | 1 line
      
          pep8ify if blocks
        ........
          r75430 | benjamin.peterson | 2009-10-14 20:49:37 -0500 (Wed, 14 Oct 2009) | 1 line
      
          use floor division and add a test that exercises the tabsize codepath
        ........
          r75431 | benjamin.peterson | 2009-10-14 20:56:25 -0500 (Wed, 14 Oct 2009) | 1 line
      
          change test to what I intended
        ........
          r75432 | benjamin.peterson | 2009-10-14 22:05:39 -0500 (Wed, 14 Oct 2009) | 1 line
      
          some cleanups
        ........
          r75433 | benjamin.peterson | 2009-10-14 22:06:55 -0500 (Wed, 14 Oct 2009) | 1 line
      
          make inspect.isabstract() always return a boolean; add a test for it, too #7069
        ........
          r75437 | benjamin.peterson | 2009-10-15 10:44:46 -0500 (Thu, 15 Oct 2009) | 1 line
      
          only clear a module's __dict__ if the module is the only one with a reference to it #7140
        ........
          r75445 | vinay.sajip | 2009-10-16 09:06:44 -0500 (Fri, 16 Oct 2009) | 1 line
      
          Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE.
        ........
          r75501 | antoine.pitrou | 2009-10-18 13:37:11 -0500 (Sun, 18 Oct 2009) | 3 lines
      
          Add a comment about unreachable code, and fix a typo
        ........
          r75551 | benjamin.peterson | 2009-10-19 22:14:10 -0500 (Mon, 19 Oct 2009) | 1 line
      
          use property api
        ........
          r75572 | benjamin.peterson | 2009-10-20 16:55:17 -0500 (Tue, 20 Oct 2009) | 1 line
      
          clarify buffer arg #7178
        ........
          r75589 | benjamin.peterson | 2009-10-21 21:26:47 -0500 (Wed, 21 Oct 2009) | 1 line
      
          whitespace
        ........
          r75590 | benjamin.peterson | 2009-10-21 21:36:47 -0500 (Wed, 21 Oct 2009) | 1 line
      
          rewrite to be nice to other implementations
        ........
          r75591 | benjamin.peterson | 2009-10-21 21:50:38 -0500 (Wed, 21 Oct 2009) | 4 lines
      
          rewrite for style, clarify, and comments
      
          Also, use the hasattr() like scheme of allowing BaseException exceptions through.
        ........
          r75657 | antoine.pitrou | 2009-10-24 07:41:27 -0500 (Sat, 24 Oct 2009) | 3 lines
      
          Fix compilation error in debug mode.
        ........
          r75742 | benjamin.peterson | 2009-10-26 17:51:16 -0500 (Mon, 26 Oct 2009) | 1 line
      
          use 'is' instead of id()
        ........
          r75868 | benjamin.peterson | 2009-10-27 15:59:18 -0500 (Tue, 27 Oct 2009) | 1 line
      
          test expect base classes
        ........
          r75952 | georg.brandl | 2009-10-29 15:38:32 -0500 (Thu, 29 Oct 2009) | 1 line
      
          Use the correct function name in docstring.
        ........
          r75953 | georg.brandl | 2009-10-29 15:39:50 -0500 (Thu, 29 Oct 2009) | 1 line
      
          Remove mention of the old -X command line switch.
        ........
          r75954 | georg.brandl | 2009-10-29 15:53:00 -0500 (Thu, 29 Oct 2009) | 1 line
      
          Use constants instead of magic integers for test result.  Do not re-run with --verbose3 for environment changing tests.
        ........
          r75955 | georg.brandl | 2009-10-29 15:54:03 -0500 (Thu, 29 Oct 2009) | 1 line
      
          Use a single style for all the docstrings in the math module.
        ........
          r75956 | georg.brandl | 2009-10-29 16:16:34 -0500 (Thu, 29 Oct 2009) | 1 line
      
          I do not think the "railroad" program mentioned is still available.
        ........
          r75957 | georg.brandl | 2009-10-29 16:44:56 -0500 (Thu, 29 Oct 2009) | 1 line
      
          Fix constant name.
        ........
          r76057 | benjamin.peterson | 2009-11-02 09:06:45 -0600 (Mon, 02 Nov 2009) | 1 line
      
          prevent a rather unlikely segfault
        ........
          r76105 | georg.brandl | 2009-11-04 01:38:12 -0600 (Wed, 04 Nov 2009) | 1 line
      
          #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs.
        ........
          r76139 | benjamin.peterson | 2009-11-06 19:04:38 -0600 (Fri, 06 Nov 2009) | 1 line
      
          spelling
        ........
          r76143 | georg.brandl | 2009-11-07 02:26:07 -0600 (Sat, 07 Nov 2009) | 1 line
      
          #7271: fix typo.
        ........
          r76162 | benjamin.peterson | 2009-11-08 22:10:53 -0600 (Sun, 08 Nov 2009) | 1 line
      
          discuss how to use -p
        ........
          r76223 | georg.brandl | 2009-11-12 02:29:46 -0600 (Thu, 12 Nov 2009) | 1 line
      
          Give the profile module a module directive.
        ........
      ................
      8f6713f4
  2. 12 Nov, 2009 2 commits
  3. 11 Nov, 2009 2 commits
  4. 10 Nov, 2009 1 commit
  5. 09 Nov, 2009 7 commits
  6. 08 Nov, 2009 1 commit
  7. 07 Nov, 2009 1 commit
  8. 06 Nov, 2009 1 commit
    • Jack Diederich's avatar
      Merged revisions 74638,76133 via svnmerge from · 1fa0c3f5
      Jack Diederich authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r74638 | jack.diederich | 2009-09-03 16:37:58 -0400 (Thu, 03 Sep 2009) | 4 lines
      
        - apply issue 6582 to test all the write methods of telnetlib
        - add patch author to ACKS
        - possibly fix test timeouts on non-linux platforms
      ........
        r76133 | jack.diederich | 2009-11-06 12:20:42 -0500 (Fri, 06 Nov 2009) | 3 lines
      
        - issue #6748 intermittent test failures from sockets
        - telnetlib tests now use mock sockets for most tests
      ........
      1fa0c3f5
  9. 05 Nov, 2009 2 commits
  10. 04 Nov, 2009 1 commit
  11. 03 Nov, 2009 4 commits
  12. 02 Nov, 2009 2 commits
    • Benjamin Peterson's avatar
      Merged revisions 76063,76068 via svnmerge from · e80b51fa
      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
        ................
      ................
      e80b51fa
    • Antoine Pitrou's avatar
      Merged revisions 76055 via svnmerge from · 868b5789
      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.
        ........
      ................
      868b5789
  13. 01 Nov, 2009 7 commits
  14. 31 Oct, 2009 4 commits
  15. 29 Oct, 2009 3 commits
    • Mark Dickinson's avatar
      Merged revisions 75947 via svnmerge from · 9050bb28
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r75947 | mark.dickinson | 2009-10-29 12:23:02 +0000 (Thu, 29 Oct 2009) | 20 lines
      
        Merged revisions 75943-75945 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75943 | mark.dickinson | 2009-10-29 11:09:09 +0000 (Thu, 29 Oct 2009) | 1 line
      
          Fix duplicate test numbers in extra.decTest
        ........
          r75944 | mark.dickinson | 2009-10-29 12:04:00 +0000 (Thu, 29 Oct 2009) | 3 lines
      
          Issue #7233:  A number of two-argument Decimal methods were failing to
          accept ints and longs for the second argument.
        ........
          r75945 | mark.dickinson | 2009-10-29 12:11:18 +0000 (Thu, 29 Oct 2009) | 4 lines
      
          Issue #7233:  Fix Decimal.shift and Decimal.rotate methods for
          arguments with more digits than the current context precision.
          Bug reported by Stefan Krah.
        ........
      ................
      9050bb28
    • Mark Dickinson's avatar
      Merged revisions 75941 via svnmerge from · 00de1bdc
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r75941 | mark.dickinson | 2009-10-29 09:58:06 +0000 (Thu, 29 Oct 2009) | 11 lines
      
        Merged revisions 75939 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75939 | mark.dickinson | 2009-10-29 09:46:04 +0000 (Thu, 29 Oct 2009) | 5 lines
      
          Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
          The sensible solution seems to be to implement %lld for PyString_FromFormat(V)
          and PyErr_Format.  See issue #7228.
        ........
      ................
      00de1bdc
    • Lars Gustäbel's avatar
      Blocked revisions 75937 via svnmerge · ab65087b
      Lars Gustäbel authored
      ................
        r75937 | lars.gustaebel | 2009-10-29 10:39:47 +0100 (Thu, 29 Oct 2009) | 10 lines
      
        Merged revisions 75935 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75935 | lars.gustaebel | 2009-10-29 10:15:00 +0100 (Thu, 29 Oct 2009) | 3 lines
      
          Issue #4750: Store the basename of the original filename in
          the gzip FNAME header as required by RFC 1952.
        ........
      ................
      ab65087b