1. 27 Oct, 2009 24 commits
    • Georg Brandl's avatar
      Merged revisions 69987,70002,70061 via svnmerge from · d3717c50
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69987 | benjamin.peterson | 2009-02-26 01:30:11 +0100 (Do, 26 Feb 2009) | 1 line
      
        fix str.format()'s first arg #5371
      ........
        r70002 | andrew.kuchling | 2009-02-26 23:34:30 +0100 (Do, 26 Feb 2009) | 1 line
      
        The curses panel library is now supported
      ........
        r70061 | hirokazu.yamamoto | 2009-02-28 16:24:00 +0100 (Sa, 28 Feb 2009) | 1 line
      
        Binary flag is needed on windows.
      ........
      d3717c50
    • Georg Brandl's avatar
      Blocked revisions 69522,69604,69709,69715,69739,69757,69761,69765,69777,69795 via svnmerge · bbdbea70
      Georg Brandl authored
      ........
        r69522 | raymond.hettinger | 2009-02-12 06:39:46 +0100 (Do, 12 Feb 2009) | 3 lines
      
        Issue 5032:  added a step argument to itertools.count() and allowed non-integer arguments.
      ........
        r69604 | raymond.hettinger | 2009-02-14 01:25:51 +0100 (Sa, 14 Feb 2009) | 1 line
      
        Add keyword argument support to itertools.count().
      ........
        r69709 | raymond.hettinger | 2009-02-17 09:33:01 +0100 (Di, 17 Feb 2009) | 1 line
      
        Fix-up intro paragraph for collections docs.
      ........
        r69715 | raymond.hettinger | 2009-02-17 12:00:27 +0100 (Di, 17 Feb 2009) | 1 line
      
        Fixup intro paragraphs for the itertools docs.  Add some tables for quick reference.
      ........
        r69739 | raymond.hettinger | 2009-02-18 21:54:53 +0100 (Mi, 18 Feb 2009) | 1 line
      
        Generalize the itertools.tee() recipe.
      ........
        r69757 | raymond.hettinger | 2009-02-19 06:34:35 +0100 (Do, 19 Feb 2009) | 1 line
      
        Add some cross-references to the docs.  Simplify the python code equivalent for izip().  Supply an optional argument for the nth() recipe.
      ........
        r69761 | raymond.hettinger | 2009-02-19 06:51:41 +0100 (Do, 19 Feb 2009) | 1 line
      
        Add an example for math.fsum() and elaborate on the accurary note.
      ........
        r69765 | raymond.hettinger | 2009-02-19 07:55:03 +0100 (Do, 19 Feb 2009) | 1 line
      
        Add links to helpful external resources.
      ........
        r69777 | jeroen.ruigrok | 2009-02-19 19:52:21 +0100 (Do, 19 Feb 2009) | 3 lines
      
        Since we recommend one module per import line, reflect this also in the
        documentation.
      ........
        r69795 | benjamin.peterson | 2009-02-20 04:31:23 +0100 (Fr, 20 Feb 2009) | 1 line
      
        revert r69777 since all the experts agree that extra import lines distract from the code
      ........
      bbdbea70
    • Georg Brandl's avatar
      Merged revisions 69520,69633,69672,69703-69704,69717,69731 via svnmerge from · 58ed928c
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69520 | benjamin.peterson | 2009-02-12 04:50:00 +0100 (Do, 12 Feb 2009) | 1 line
      
        os.fsync() should be used to ensure that data is written to disk
      ........
        r69633 | hirokazu.yamamoto | 2009-02-15 10:19:48 +0100 (So, 15 Feb 2009) | 1 line
      
        Fixed typo.
      ........
        r69672 | benjamin.peterson | 2009-02-16 15:54:34 +0100 (Mo, 16 Feb 2009) | 1 line
      
        note functions that are not aliased to PyBytes_ #5280
      ........
        r69703 | raymond.hettinger | 2009-02-16 23:42:54 +0100 (Mo, 16 Feb 2009) | 3 lines
      
        Issue 5229: Documentation for super() neglects to say what super() actually does
      ........
        r69704 | raymond.hettinger | 2009-02-17 00:00:25 +0100 (Di, 17 Feb 2009) | 1 line
      
        Add explanation for super(type1, type2).
      ........
        r69717 | marc-andre.lemburg | 2009-02-17 13:48:19 +0100 (Di, 17 Feb 2009) | 5 lines
      
        Clarify the deprecation of platform.dist().
      
        Add versionadded tags.
      ........
        r69731 | gregory.p.smith | 2009-02-18 06:46:11 +0100 (Mi, 18 Feb 2009) | 3 lines
      
        Clarify socket timeout behavior vs system network stack behavior on connect
        for issue5293.
      ........
      58ed928c
    • Georg Brandl's avatar
      Recorded merge of revisions 69509 via svnmerge from · 199a8605
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69509 | raymond.hettinger | 2009-02-11 01:06:17 +0100 (Mi, 11 Feb 2009) | 1 line
      
        Clean-up named tuple docs.
      ........
      199a8605
    • Georg Brandl's avatar
      Blocked revisions 69480 via svnmerge · b74cb382
      Georg Brandl authored
      ........
        r69480 | raymond.hettinger | 2009-02-10 02:24:05 +0100 (Di, 10 Feb 2009) | 1 line
      
        Issue 1818: collections.namedtuple() to support automatic renaming of invalid fieldnames.
      ........
      b74cb382
    • Georg Brandl's avatar
      Merged revisions 69417,69435,69442 via svnmerge from · 27e87238
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69417 | benjamin.peterson | 2009-02-08 00:01:19 +0100 (So, 08 Feb 2009) | 1 line
      
        document individual 2to3 fixers
      ........
        r69435 | benjamin.peterson | 2009-02-08 15:38:13 +0100 (So, 08 Feb 2009) | 1 line
      
        document numliterals fixer
      ........
        r69442 | benjamin.peterson | 2009-02-08 16:14:57 +0100 (So, 08 Feb 2009) | 1 line
      
        a few edits and typos
      ........
      27e87238
    • Georg Brandl's avatar
      Recorded merge of revisions 69159,69161,69240,69271-69273,69276 via svnmerge from · 9903bc97
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69159 | gregory.p.smith | 2009-02-01 01:16:01 +0100 (So, 01 Feb 2009) | 2 lines
      
        Update doc wording as suggested in issue4903.
      ........
        r69161 | gregory.p.smith | 2009-02-01 01:24:21 +0100 (So, 01 Feb 2009) | 2 lines
      
        wording for for issue4903.
      ........
        r69240 | raymond.hettinger | 2009-02-03 04:18:14 +0100 (Di, 03 Feb 2009) | 1 line
      
        Record operator deprecations in docs.
      ........
        r69271 | raymond.hettinger | 2009-02-04 11:52:32 +0100 (Mi, 04 Feb 2009) | 1 line
      
        Minor doc fixups.
      ........
        r69272 | raymond.hettinger | 2009-02-04 12:14:18 +0100 (Mi, 04 Feb 2009) | 1 line
      
        Doc fixes. Remove overbroad, redundant warnings.  Fixup example code.
      ........
        r69273 | raymond.hettinger | 2009-02-04 12:31:30 +0100 (Mi, 04 Feb 2009) | 1 line
      
        Tweak the docs for Counter() objects.
      ........
        r69276 | raymond.hettinger | 2009-02-04 20:25:17 +0100 (Mi, 04 Feb 2009) | 1 line
      
        Clarify that named tuples do not have to subclass tuple.
      ........
      9903bc97
    • Georg Brandl's avatar
      Merged revisions 69131,69140-69141,69155 via svnmerge from · f1930b1e
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69131 | andrew.kuchling | 2009-01-31 04:26:02 +0100 (Sa, 31 Jan 2009) | 1 line
      
        Text edits and markup fixes
      ........
        r69140 | benjamin.peterson | 2009-01-31 17:52:03 +0100 (Sa, 31 Jan 2009) | 1 line
      
        PyErr_BadInternalCall() raises a SystemError, not TypeError #5112
      ........
        r69141 | benjamin.peterson | 2009-01-31 21:01:48 +0100 (Sa, 31 Jan 2009) | 1 line
      
        fix indentation
      ........
        r69155 | david.goodger | 2009-01-31 23:53:46 +0100 (Sa, 31 Jan 2009) | 1 line
      
        markup fix
      ........
      f1930b1e
    • Georg Brandl's avatar
      Blocked revisions 69074 via svnmerge · f7a72b84
      Georg Brandl authored
      ........
        r69074 | raymond.hettinger | 2009-01-29 00:58:16 +0100 (Do, 29 Jan 2009) | 1 line
      
        Correct docs for ABCs (MutableSequence was missing __setiem).  Simplify the table by taking out inherited requirements for abstract methods.
      ........
      f7a72b84
    • Georg Brandl's avatar
      Blocked revisions 68942 via svnmerge · 81aa9aa3
      Georg Brandl authored
      ........
        r68942 | raymond.hettinger | 2009-01-25 22:31:47 +0100 (So, 25 Jan 2009) | 1 line
      
        Improved itertools recipe for generating powerset().
      ........
      81aa9aa3
    • Georg Brandl's avatar
      Merged revisions 68842,68862 via svnmerge from · e00e2058
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68842 | andrew.kuchling | 2009-01-21 03:16:26 +0100 (Mi, 21 Jan 2009) | 1 line
      
        Markup fixes
      ........
        r68862 | jesse.noller | 2009-01-22 22:53:22 +0100 (Do, 22 Jan 2009) | 1 line
      
        Issue 4593: apply() documentation is unclear
      ........
      e00e2058
    • Georg Brandl's avatar
      Merged revisions 68797 via svnmerge from · 93a80b57
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68797 | raymond.hettinger | 2009-01-20 08:11:47 +0100 (Di, 20 Jan 2009) | 11 lines
      
        Don't disrupt automatic url target name generation
        with manually specified, conflicting names.
      
        Before:
            http://docs.python.org/dev/library/collections.html#id1
      
        After:
            http://docs.python.org/dev/library/collections.html#counter-objects
      ........
      93a80b57
    • Georg Brandl's avatar
      Merged revisions 68776-68777 via svnmerge from · 4f8084ed
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68776 | benjamin.peterson | 2009-01-19 17:17:54 +0100 (Mo, 19 Jan 2009) | 1 line
      
        move BufferedIOBase into the base class section
      ........
        r68777 | benjamin.peterson | 2009-01-19 17:18:27 +0100 (Mo, 19 Jan 2009) | 1 line
      
        add email address
      ........
      4f8084ed
    • Georg Brandl's avatar
      Merged revisions 68760 via svnmerge from · 0d97d32a
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68760 | vinay.sajip | 2009-01-19 07:49:19 +0100 (Mo, 19 Jan 2009) | 1 line
      
        Added more cross-reference targets and tidied up list of useful handlers.
      ........
      0d97d32a
    • Georg Brandl's avatar
      Merged revisions 68705-68706 via svnmerge from · 29c8bf6f
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68705 | benjamin.peterson | 2009-01-18 02:28:09 +0100 (So, 18 Jan 2009) | 1 line
      
        bytearrays are mutable sequences
      ........
        r68706 | benjamin.peterson | 2009-01-18 02:28:46 +0100 (So, 18 Jan 2009) | 1 line
      
        fix grammar
      ........
      29c8bf6f
    • Georg Brandl's avatar
      Merged revisions 68628 via svnmerge from · 65fdff97
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68628 | benjamin.peterson | 2009-01-16 03:55:24 +0100 (Fr, 16 Jan 2009) | 1 line
      
        compare with == not is #4946
      ........
      65fdff97
    • Georg Brandl's avatar
      Merged revisions 68633 via svnmerge from · 804e4b8f
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68633 | thomas.heller | 2009-01-16 19:53:44 +0100 (Fr, 16 Jan 2009) | 3 lines
      
        Change an example in the docs to avoid a mistake when the code is copy
        pasted and changed afterwards.
      ........
      804e4b8f
    • Georg Brandl's avatar
      Merged revisions 68623-68624 via svnmerge from · 81daf31c
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68623 | vinay.sajip | 2009-01-15 23:48:13 +0100 (Do, 15 Jan 2009) | 1 line
      
        Made minor changes/corrections in markup. Added a couple of section headings.
      ........
        r68624 | vinay.sajip | 2009-01-16 00:04:47 +0100 (Fr, 16 Jan 2009) | 1 line
      
        Minor changes/corrections in markup.
      ........
      81daf31c
    • Georg Brandl's avatar
      Merged revisions 68605 via svnmerge from · 5e921502
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68605 | raymond.hettinger | 2009-01-14 02:39:51 +0100 (Mi, 14 Jan 2009) | 1 line
      
        Fix-up indentation of sample code blocks for namedtuple mthod definitions.
      ........
      5e921502
    • Antoine Pitrou's avatar
      Backporting since it would have helped us find a regression. · 641d76fa
      Antoine Pitrou authored
      Merged revisions 75312 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75312 | antoine.pitrou | 2009-10-10 22:52:11 +0200 (sam., 10 oct. 2009) | 4 lines
      
        Issue #7055: test___all__ now greedily detects all modules which have an
        __all__ attribute, rather than using a hardcoded and incomplete list.
      ........
      641d76fa
    • Antoine Pitrou's avatar
      Merged revisions 75367 via svnmerge from · 686c9adb
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75367 | antoine.pitrou | 2009-10-11 23:03:26 +0200 (dim., 11 oct. 2009) | 4 lines
      
        Issue #7084: Fix a (very unlikely) crash when printing a list from one
        thread, and mutating it from another one.  Patch by Scott Dial.
      ........
      686c9adb
    • Antoine Pitrou's avatar
      Merged revisions 75570,75574,75624 via svnmerge from · 9aece752
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75570 | antoine.pitrou | 2009-10-20 23:29:37 +0200 (mar., 20 oct. 2009) | 6 lines
      
        Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
        fixes the problem of some exceptions being thrown at shutdown when the
        interpreter is killed. Patch by Adam Olsen.
      ........
        r75574 | antoine.pitrou | 2009-10-20 23:59:25 +0200 (mar., 20 oct. 2009) | 4 lines
      
        Test wouldn't work in debug mode.
        We probably need a function in test_support to handle this.
      ........
        r75624 | antoine.pitrou | 2009-10-23 14:01:13 +0200 (ven., 23 oct. 2009) | 3 lines
      
        Fix Windows buildbot failure
      ........
      9aece752
    • Antoine Pitrou's avatar
      Merged revisions 75633 via svnmerge from · f75774b5
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75633 | antoine.pitrou | 2009-10-23 20:32:15 +0200 (ven., 23 oct. 2009) | 3 lines
      
        Issue #7194: test_thread could try to release an unacquired mutex (and fail).
      ........
      f75774b5
    • Antoine Pitrou's avatar
      Merged revisions 75531,75725 via svnmerge from · 632e93fb
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75531 | antoine.pitrou | 2009-10-19 20:17:18 +0200 (lun., 19 oct. 2009) | 4 lines
      
        Issue #5833: Fix extra space character in readline completion with the
        GNU readline library version 6.0.
      ........
        r75725 | antoine.pitrou | 2009-10-26 20:16:46 +0100 (lun., 26 oct. 2009) | 4 lines
      
        Some platforms have rl_completion_append_character but not rl_completion_suppress_append.
        Reported by Mark D.
      ........
      632e93fb
  2. 26 Oct, 2009 2 commits
  3. 25 Oct, 2009 1 commit
    • Mark Dickinson's avatar
      Blocked revisions 75697 via svnmerge · aaa42f77
      Mark Dickinson authored
      ........
        r75697 | mark.dickinson | 2009-10-25 20:39:06 +0000 (Sun, 25 Oct 2009) | 3 lines
      
        Issue #1087418: Small performance boost for bitwise operations on longs.
        Initial patch by Gregory Smith;  some tweaks added.
      ........
      aaa42f77
  4. 24 Oct, 2009 1 commit
    • Eric Smith's avatar
      Blocked revisions 75675 via svnmerge · 83efa5b9
      Eric Smith authored
      ........
        r75675 | eric.smith | 2009-10-24 15:50:44 -0400 (Sat, 24 Oct 2009) | 1 line
      
        Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file.
      ........
      83efa5b9
  5. 22 Oct, 2009 1 commit
    • Eric Smith's avatar
      Blocked revisions 75620 via svnmerge · ef909e3a
      Eric Smith authored
      ........
        r75620 | eric.smith | 2009-10-22 16:13:14 -0400 (Thu, 22 Oct 2009) | 1 line
      
        Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think).
      ........
      ef909e3a
  6. 21 Oct, 2009 1 commit
  7. 19 Oct, 2009 6 commits
    • R. David Murray's avatar
      Blocked revisions 75518 via svnmerge · 3f902a0e
      R. David Murray authored
      ........
        r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines
      
        Only run test_curses when sys.__stdout__ is a tty.  This eliminates the
        last false positive when running regrtest with -j.
      ........
      3f902a0e
    • Barry Warsaw's avatar
      done with 2.6.4rc2 · f80ee8eb
      Barry Warsaw authored
      f80ee8eb
    • R. David Murray's avatar
      Blocked revisions 75400 via svnmerge · a0a97782
      R. David Murray authored
      ........
        r75400 | r.david.murray | 2009-10-14 09:58:07 -0400 (Wed, 14 Oct 2009) | 6 lines
      
        Enhanced Issue 7058 patch, which will not be backported.  Refactors the
        code, adds checks for stdin/out/err, cwd, and sys.path, and adds a new
        section in the summary for tests that modify the environment (thanks to
        Ezio Melotti for that suggestion).
      ........
      a0a97782
    • R. David Murray's avatar
      Blocked revisions 75503 via svnmerge · b48cb343
      R. David Murray authored
      ........
        r75503 | r.david.murray | 2009-10-18 17:12:37 -0400 (Sun, 18 Oct 2009) | 11 lines
      
        Issue #7151: regrtest would generate a JSON failure if there was output
        to stderr during the test run and it happened to get emitted after the
        worker thread emitted the result JSON.  Now we capture stdout and stderr
        separately, which avoids that problem.  It also means that _all_ stderr
        output is after all stdout output when we print the test results, but
        that seems acceptable, since output ordering is not guaranteed anyway.
        The patch also moves the emit of the test name into the output block
        generated after the test completes.  Otherwise test names and test
        output/errors were mixed in the terminal display, making it difficult
        to determine which test generated the output.
      ........
      b48cb343
    • Eric Smith's avatar
      Blocked revisions 75510 via svnmerge · 1880f564
      Eric Smith authored
      ........
        r75510 | eric.smith | 2009-10-19 10:38:14 -0400 (Mon, 19 Oct 2009) | 1 line
      
        Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated.
      ........
      1880f564
    • Eric Smith's avatar
      Blocked revisions 75506 via svnmerge · ea10c732
      Eric Smith authored
      ........
        r75506 | eric.smith | 2009-10-18 20:34:12 -0400 (Sun, 18 Oct 2009) | 7 lines
      
        Removed calls to PyFloat_AsReprString.
        This is in anticipation of possibly implementing issue 7117 (short float repr).
        This removes the last calls to PyFloat_AsString, PyFloat_AsReprString, and
        PyFloat_AsStringEx, which are unsafe.
      
        Also, switch to defines for error values to bring this code more in line
        with the py3k branch.
      ........
      ea10c732
  8. 18 Oct, 2009 4 commits
    • Barry Warsaw's avatar
      Tagging 2.6.4rc2 · 9292df13
      Barry Warsaw authored
      9292df13
    • Barry Warsaw's avatar
      Bump to 2.6.4rc2 · bde44876
      Barry Warsaw authored
      bde44876
    • Nick Coghlan's avatar
      Blocked revisions 75453,75456-75458,75461-75463,75465-75468,75481,75486,75489 via svnmerge · 0c0cfad5
      Nick Coghlan authored
      ........
        r75453 | nick.coghlan | 2009-10-17 16:33:05 +1000 (Sat, 17 Oct 2009) | 1 line
      
        Correctly restore sys.stdout in test_descr
      ........
        r75456 | nick.coghlan | 2009-10-17 17:30:40 +1000 (Sat, 17 Oct 2009) | 1 line
      
        Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources.
      ........
        r75457 | nick.coghlan | 2009-10-17 17:34:27 +1000 (Sat, 17 Oct 2009) | 1 line
      
        Formatting tweak so that before and after values are vertically aligned
      ........
        r75458 | nick.coghlan | 2009-10-17 18:21:21 +1000 (Sat, 17 Oct 2009) | 1 line
      
        Check and revert expected sys.path alterations
      ........
        r75461 | nick.coghlan | 2009-10-18 00:40:54 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Restore original sys.path when running TTK tests
      ........
        r75462 | nick.coghlan | 2009-10-18 01:09:41 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs)
      ........
        r75463 | nick.coghlan | 2009-10-18 01:23:08 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Revert changes made to environment in test_httpservers
      ........
        r75465 | nick.coghlan | 2009-10-18 01:45:52 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Move restoration of the os.environ object into the context manager where it belongs
      ........
        r75466 | nick.coghlan | 2009-10-18 01:48:16 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests)
      ........
        r75467 | nick.coghlan | 2009-10-18 01:57:42 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Avoid replacing existing modules and sys.path in import tests
      ........
        r75468 | nick.coghlan | 2009-10-18 02:19:51 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Don't replace sys.path in test_site
      ........
        r75481 | nick.coghlan | 2009-10-18 15:38:48 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
      ........
        r75486 | nick.coghlan | 2009-10-18 20:29:10 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Silence a deprecation warning by using the appropriate replacement construct
      ........
        r75489 | nick.coghlan | 2009-10-18 20:56:21 +1000 (Sun, 18 Oct 2009) | 1 line
      
        Restore sys.path in test_tk
      ........
      0c0cfad5
    • Ronald Oussoren's avatar
      Merged revisions 75482 via svnmerge from · c1bde6e1
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75482 | ronald.oussoren | 2009-10-18 09:07:00 +0200 (Sun, 18 Oct 2009) | 3 lines
      
        Fix for issue 7149: a regression in 2.6.3 that causes an exception when
        trying to detect proxy settings on OSX.
      ........
      c1bde6e1