1. 14 Mar, 2010 7 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 89fad149
      Georg Brandl yazdı
      Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78018 | georg.brandl | 2010-02-06 11:08:21 +0100 (Sa, 06 Feb 2010) | 1 line
      
        #7864: make deprecation notices a bit clearer.
      ........
        r78035 | georg.brandl | 2010-02-06 23:44:17 +0100 (Sa, 06 Feb 2010) | 1 line
      
        Fix duplicate import.
      ........
        r78036 | georg.brandl | 2010-02-06 23:49:47 +0100 (Sa, 06 Feb 2010) | 1 line
      
        Remove unused import.
      ........
        r78037 | georg.brandl | 2010-02-06 23:59:15 +0100 (Sa, 06 Feb 2010) | 1 line
      
        No need to assign the results of expressions used only for side effects.
      ........
        r78038 | georg.brandl | 2010-02-07 00:02:29 +0100 (So, 07 Feb 2010) | 1 line
      
        Add a missing import.
      ........
        r78039 | georg.brandl | 2010-02-07 00:06:24 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing imports.
      ........
        r78040 | georg.brandl | 2010-02-07 00:08:00 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix a few UnboundLocalErrors in test_long.
      ........
        r78042 | georg.brandl | 2010-02-07 00:12:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import.
      ........
        r78043 | georg.brandl | 2010-02-07 00:12:19 +0100 (So, 07 Feb 2010) | 1 line
      
        Remove duplicate test method.
      ........
        r78046 | georg.brandl | 2010-02-07 00:18:00 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix various missing import/unbound name errors.
      ........
        r78048 | georg.brandl | 2010-02-07 00:23:45 +0100 (So, 07 Feb 2010) | 1 line
      
        We heard you like test failures so we put unbound locals in your test so that you can fail while you fail.
      ........
        r78049 | georg.brandl | 2010-02-07 00:33:33 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix import/access for some identifiers.  _TestSharedCTypes does not seem to be executed?
      ........
        r78050 | georg.brandl | 2010-02-07 00:34:10 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix more unbound locals in code paths that do not seem to be used.
      ........
        r78051 | georg.brandl | 2010-02-07 00:53:52 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import when running these tests standalone.
      ........
        r78052 | georg.brandl | 2010-02-07 00:54:04 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import when running these tests standalone.
      ........
        r78054 | georg.brandl | 2010-02-07 00:58:25 +0100 (So, 07 Feb 2010) | 1 line
      
        Add missing import.
      ........
        r78059 | georg.brandl | 2010-02-07 12:34:15 +0100 (So, 07 Feb 2010) | 1 line
      
        Use "regexp" consistently.
      ........
        r78075 | georg.brandl | 2010-02-07 13:16:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix another duplicated test method.
      ........
        r78076 | georg.brandl | 2010-02-07 13:19:43 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix wrong usage of "except X, Y:".
      ........
        r78077 | georg.brandl | 2010-02-07 13:25:50 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix two redefined test methods.
      ........
        r78078 | georg.brandl | 2010-02-07 13:27:06 +0100 (So, 07 Feb 2010) | 1 line
      
        Fix a redefined test method.
      ........
        r78079 | georg.brandl | 2010-02-07 13:34:26 +0100 (So, 07 Feb 2010) | 1 line
      
        Add a minimal test for fnmatchcase().
      ........
        r78080 | georg.brandl | 2010-02-07 13:55:12 +0100 (So, 07 Feb 2010) | 1 line
      
        Remove duplicate test method.
      ........
      89fad149
    • Ezio Melotti's avatar
      #7057: fix several errors. · 1a263ad6
      Ezio Melotti yazdı
      1a263ad6
    • Gregory P. Smith's avatar
    • Gregory P. Smith's avatar
    • Gregory P. Smith's avatar
      * Replaces the internals of the subprocess module from fork through exec on · fb94c5f1
      Gregory P. Smith yazdı
        POSIX systems with a C extension module.  This is required in order for
        the subprocess module to be made thread safe.
      
        The pure python implementation is retained so that it can continue to be
        used if for some reason the _posixsubprocess extension module is not
        available.
      
        The unittest executes tests on both code paths to guarantee compatibility.
      
      * Moves PyLong_FromPid and PyLong_AsPid from posixmodule.c into longobject.h.
      
      Code reviewed by jeffrey.yasskin at http://codereview.appspot.com/223077/show
      fb94c5f1
    • Florent Xicluna's avatar
      Merged revisions 78944 via svnmerge from · dddd5e90
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78944 | florent.xicluna | 2010-03-14 02:22:09 +0100 (dim, 14 mar 2010) | 2 lines
      
        Minor documentation updates for xml.etree.
      ........
      dddd5e90
    • Benjamin Peterson's avatar
      Merged revisions 78055 via svnmerge from · 37f31521
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78055 | vinay.sajip | 2010-02-06 19:37:08 -0600 (Sat, 06 Feb 2010) | 1 line
      
        Issue #7868: logging: added loggerClass attribute to Manager.
      ........
      37f31521
  2. 13 Mar, 2010 21 kayıt (commit)
    • Florent Xicluna's avatar
      Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from · f15351d9
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78838 | florent.xicluna | 2010-03-11 15:36:19 +0100 (jeu, 11 mar 2010) | 2 lines
      
        Issue #6472: The xml.etree package is updated to ElementTree 1.3.  The cElementTree module is updated too.
      ........
        r78839 | florent.xicluna | 2010-03-11 16:55:11 +0100 (jeu, 11 mar 2010) | 2 lines
      
        Fix repr of tree Element on windows.
      ........
        r78917 | florent.xicluna | 2010-03-13 12:18:49 +0100 (sam, 13 mar 2010) | 2 lines
      
        Move the xml test data to their own directory.
      ........
        r78919 | florent.xicluna | 2010-03-13 13:41:48 +0100 (sam, 13 mar 2010) | 2 lines
      
        Do not chdir when running test_xml_etree, and enhance the findfile helper.
      ........
        r78934 | florent.xicluna | 2010-03-13 18:56:19 +0100 (sam, 13 mar 2010) | 2 lines
      
        Update some parts of the xml.etree documentation.
      ........
        r78937 | florent.xicluna | 2010-03-13 21:30:15 +0100 (sam, 13 mar 2010) | 3 lines
      
        Add the keyword argument "method=None" to the .write() method and the tostring/tostringlist functions.
        Update the function, class and method signatures, according to the new convention.
      ........
      f15351d9
    • Benjamin Peterson's avatar
      Merged revisions… · 9451a1c6
      Benjamin Peterson yazdı
      Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,78081,78085,78103,78105-78106,78108,78246,78703,78728,78731,78853,78855 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77967 | vinay.sajip | 2010-02-04 12:48:53 -0600 (Thu, 04 Feb 2010) | 1 line
      
        Logging: Implemented PEP 391.
      ........
        r77969 | vinay.sajip | 2010-02-04 14:18:28 -0600 (Thu, 04 Feb 2010) | 1 line
      
        Removed spurious print statement.
      ........
        r77973 | vinay.sajip | 2010-02-04 14:23:45 -0600 (Thu, 04 Feb 2010) | 1 line
      
        Issue #7851: logging: clarification on logging configuration files.
      ........
        r77979 | vinay.sajip | 2010-02-04 15:40:56 -0600 (Thu, 04 Feb 2010) | 1 line
      
        Added unit test for cfg:// resolution.
      ........
        r77985 | vinay.sajip | 2010-02-05 08:52:05 -0600 (Fri, 05 Feb 2010) | 1 line
      
        Issue #7857: test_logging: listener test now uses find_unused_port().
      ........
        r77986 | vinay.sajip | 2010-02-05 09:40:20 -0600 (Fri, 05 Feb 2010) | 1 line
      
        Issue #7857: test_logging: listener tests disabled for now.
      ........
        r78009 | vinay.sajip | 2010-02-05 17:43:11 -0600 (Fri, 05 Feb 2010) | 1 line
      
        test_logging: minor tweaks to timeouts, listening tests marked as skipped.
      ........
        r78029 | vinay.sajip | 2010-02-06 14:00:43 -0600 (Sat, 06 Feb 2010) | 1 line
      
        Issue #7857: Tentatively re-enabling one test to see effect on buildbots.
      ........
        r78031 | vinay.sajip | 2010-02-06 14:28:36 -0600 (Sat, 06 Feb 2010) | 1 line
      
        Issue #7857: Gave server thread more time to get ready, and re-enabled a skipped test.
      ........
        r78032 | georg.brandl | 2010-02-06 15:54:40 -0600 (Sat, 06 Feb 2010) | 1 line
      
        Remove unused imports from test_logging.
      ........
        r78033 | benjamin.peterson | 2010-02-06 16:08:15 -0600 (Sat, 06 Feb 2010) | 1 line
      
        make waiting for the server to start robust
      ........
        r78081 | vinay.sajip | 2010-02-07 06:56:54 -0600 (Sun, 07 Feb 2010) | 1 line
      
        Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code.
      ........
        r78085 | vinay.sajip | 2010-02-07 07:06:51 -0600 (Sun, 07 Feb 2010) | 1 line
      
        logging: Removed some more 1.5.2 support code.
      ........
        r78103 | vinay.sajip | 2010-02-08 00:50:14 -0600 (Mon, 08 Feb 2010) | 1 line
      
        Removed spurious print statement in test.
      ........
        r78105 | vinay.sajip | 2010-02-08 09:32:08 -0600 (Mon, 08 Feb 2010) | 1 line
      
        logging: skipped listening tests because they're not working reliably.
      ........
        r78106 | vinay.sajip | 2010-02-08 10:05:50 -0600 (Mon, 08 Feb 2010) | 1 line
      
        Issue #7857: Another attempt to keep the buildbots happy.
      ........
        r78108 | vinay.sajip | 2010-02-08 15:18:15 -0600 (Mon, 08 Feb 2010) | 1 line
      
        logging: gingerly re-enabling skipped tests after improving thread sync code in configurator.
      ........
        r78246 | vinay.sajip | 2010-02-19 17:53:17 -0600 (Fri, 19 Feb 2010) | 1 line
      
        logging: Documented warnings module integration.
      ........
        r78703 | vinay.sajip | 2010-03-05 16:11:24 -0600 (Fri, 05 Mar 2010) | 1 line
      
        Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future.
      ........
        r78728 | vinay.sajip | 2010-03-06 09:12:08 -0600 (Sat, 06 Mar 2010) | 1 line
      
        Added schema version test in dictConfig.
      ........
        r78731 | vinay.sajip | 2010-03-06 09:56:03 -0600 (Sat, 06 Mar 2010) | 1 line
      
        Added checks for tuples in dictConfig.
      ........
        r78853 | vinay.sajip | 2010-03-12 00:01:21 -0600 (Fri, 12 Mar 2010) | 1 line
      
        Issue #8117: logging: Improved algorithm for computing initial rollover time.
      ........
        r78855 | vinay.sajip | 2010-03-12 03:16:10 -0600 (Fri, 12 Mar 2010) | 1 line
      
        Issue #8117: Updated NEWS entry and added to logging documentation.
      ........
      9451a1c6
    • Antoine Pitrou's avatar
      Merged revisions 78939 via svnmerge from · 7ad96a5a
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78939 | antoine.pitrou | 2010-03-13 22:21:30 +0100 (Sat, 13 Mar 2010) | 5 lines
      
        Issue #7993: Add a test of IO packet processing bandwidth to ccbench.
        It measures the number of UDP packets processed per second depending on
        the number of background CPU-bound Python threads.
      ........
      7ad96a5a
    • Benjamin Peterson's avatar
      Blocked revisions… · 90fd0aab
      Benjamin Peterson yazdı
      Blocked revisions 77942,78053,78061,78113-78114,78150,78215,78247,78385,78467,78563,78652,78726,78751,78812,78814 via svnmerge
      
      ........
        r77942 | ezio.melotti | 2010-02-02 23:37:26 -0600 (Tue, 02 Feb 2010) | 1 line
      
        #7092: Silence more py3k warnings. Patch by Florent Xicluna.
      ........
        r78053 | georg.brandl | 2010-02-06 17:54:43 -0600 (Sat, 06 Feb 2010) | 1 line
      
        Fix some name errors in Mac modules.
      ........
        r78061 | ronald.oussoren | 2010-02-07 05:38:28 -0600 (Sun, 07 Feb 2010) | 10 lines
      
        A number of APIs in macostools cannot work in 64-bit mode because they
        use Carbon APIs that aren't available there.
      
        This patch disables tests for the affected entrypoints in macostools and
        mentions this in the documentation.
      
        In theory it is possible to replace the implementation by code that does
        work in 64-bit mode, but that would require further updates to the Carbon
        wrappers because the modern APIs aren't wrapped properly.
      ........
        r78113 | georg.brandl | 2010-02-08 16:37:20 -0600 (Mon, 08 Feb 2010) | 1 line
      
        Fix missing string formatting argument.
      ........
        r78114 | georg.brandl | 2010-02-08 16:37:52 -0600 (Mon, 08 Feb 2010) | 1 line
      
        Fix undefined local.
      ........
        r78150 | ronald.oussoren | 2010-02-11 07:19:34 -0600 (Thu, 11 Feb 2010) | 3 lines
      
        Fix copy&paste error in the definition of ARCH_RUN_32BIT for a 3-way universal
        build (all other definition where correct).
      ........
        r78215 | martin.v.loewis | 2010-02-18 06:45:45 -0600 (Thu, 18 Feb 2010) | 1 line
      
        Move bsddb47 macros before their use, to make VS 2010 happy.
      ........
        r78247 | ezio.melotti | 2010-02-20 02:09:39 -0600 (Sat, 20 Feb 2010) | 1 line
      
        #3426: os.path.abspath now returns unicode when its arg is unicode.
      ........
        r78385 | georg.brandl | 2010-02-23 15:33:17 -0600 (Tue, 23 Feb 2010) | 1 line
      
        #8000: fix deprecated directive.  What a shame to lose that glorious issue number to such a minor bug :)
      ........
        r78467 | ezio.melotti | 2010-02-26 18:05:42 -0600 (Fri, 26 Feb 2010) | 1 line
      
        Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (lowercase).
      ........
        r78563 | florent.xicluna | 2010-03-01 14:45:01 -0600 (Mon, 01 Mar 2010) | 2 lines
      
        #7808: Fix reference leaks in _bsddb and related tests.
      ........
        r78652 | florent.xicluna | 2010-03-04 09:57:20 -0600 (Thu, 04 Mar 2010) | 2 lines
      
        Fix transient refleak in test_popen2.
      ........
        r78726 | florent.xicluna | 2010-03-06 08:38:09 -0600 (Sat, 06 Mar 2010) | 2 lines
      
        Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adjustments.
      ........
        r78751 | senthil.kumaran | 2010-03-06 22:09:30 -0600 (Sat, 06 Mar 2010) | 3 lines
      
        Reverting the change made in r78431.
      ........
        r78812 | raymond.hettinger | 2010-03-09 03:58:53 -0600 (Tue, 09 Mar 2010) | 6 lines
      
        Have links in OrderedDicts be native Python lists instead
        of a custom class with __slots__.  This simplifies the
        code a bit, reduces memory consumption, improves speed,
        and eliminates the need for weak reference proxies.
      ........
        r78814 | raymond.hettinger | 2010-03-09 05:29:10 -0600 (Tue, 09 Mar 2010) | 1 line
      
        Improve code clarity a bit.
      ........
      90fd0aab
    • Martin v. Löwis's avatar
      Merged revisions 78932 via svnmerge from · 6512eb57
      Martin v. Löwis yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78932 | martin.v.loewis | 2010-03-13 18:53:02 +0100 (Sa, 13 Mär 2010) | 2 lines
      
        Add 2.6 uuids.
      ........
      6512eb57
    • Florent Xicluna's avatar
      Merged revisions 78832 via svnmerge from · 01fe6107
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78832 | florent.xicluna | 2010-03-11 02:39:55 +0100 (jeu, 11 mar 2010) | 2 lines
      
        It is not optimal to test sys.stderr on a debug build.
      ........
      01fe6107
    • Florent Xicluna's avatar
      Only the parts which are relevant for 3.x branch. · b14930cd
      Florent Xicluna yazdı
      Merged revisions 78757-78758,78769,78815 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78757 | florent.xicluna | 2010-03-07 13:14:25 +0100 (dim, 07 mar 2010) | 2 lines
      
        Fix some py3k warnings in the standard library.
      ........
        r78758 | florent.xicluna | 2010-03-07 13:18:33 +0100 (dim, 07 mar 2010) | 4 lines
      
        Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
        effectively raised.  A new utility ``check_py3k_warnings`` deals with py3k warnings.
      ........
        r78769 | florent.xicluna | 2010-03-07 20:14:12 +0100 (dim, 07 mar 2010) | 2 lines
      
        Refresh the documentation for the test.test_support module.
      ........
        r78815 | florent.xicluna | 2010-03-09 20:57:01 +0100 (mar, 09 mar 2010) | 2 lines
      
        #7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag.
      ........
      b14930cd
    • Mark Dickinson's avatar
      Blocked revisions 78926 via svnmerge · 8142d8d7
      Mark Dickinson yazdı
      ........
        r78926 | mark.dickinson | 2010-03-13 14:18:34 +0000 (Sat, 13 Mar 2010) | 1 line
      
        Fix incorrect error checks in structmember.c (backport of r78920 from py3k).
      ........
      8142d8d7
    • Georg Brandl's avatar
      Merged revisions 78921 via svnmerge from · 49f47183
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78921 | georg.brandl | 2010-03-13 14:39:46 +0100 (Sa, 13 Mär 2010) | 1 line
      
        Change/fix handling of docs download location: for daily builds, put them right next to the HTML.
      ........
      49f47183
    • Mark Dickinson's avatar
      Issue #8014: Fix incorrect error checks in structmember.c, and re-enable · 252e4003
      Mark Dickinson yazdı
      previously failing test_structmember.py tests.
      252e4003
    • Mark Dickinson's avatar
      Issue #8014: Fix PyLong_As<c-integer-type> methods not to produce an · d59b4164
      Mark Dickinson yazdı
      internal error on non-integer input: they now raise TypeError instead.
      This is needed for attributes declared via PyMemberDefs.
      d59b4164
    • Georg Brandl's avatar
      Merged revisions 78908 via svnmerge from · fe427fee
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78908 | georg.brandl | 2010-03-13 11:12:39 +0100 (Sa, 13 Mär 2010) | 1 line
      
        Add Makefile targets for automatic doc build.  Add script that will be used for daily build.
      ........
      fe427fee
    • Georg Brandl's avatar
      Merged revisions 78910 via svnmerge from · d94b4a75
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78910 | georg.brandl | 2010-03-13 11:54:12 +0100 (Sa, 13 Mär 2010) | 1 line
      
        Bump externals versions for doc build.
      ........
      d94b4a75
    • Mark Dickinson's avatar
    • Ezio Melotti's avatar
      Merged revisions 78900 via svnmerge from · ad0ef571
      Ezio Melotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78900 | ezio.melotti | 2010-03-13 06:39:51 +0200 (Sat, 13 Mar 2010) | 1 line
      
        Silence compiler warnings.
      ........
      ad0ef571
    • Victor Stinner's avatar
      Merged revisions 78898 via svnmerge from · 0201f443
      Victor Stinner yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78898 | victor.stinner | 2010-03-13 04:27:07 +0100 (sam., 13 mars 2010) | 7 lines
      
        sqlite3: Fix a segfault on calling a connection with something else than a
        string. Initialize all attributes to be able to call the statement destructor
        on error.
      
        Avoid also a duplicate connection in some tests: setUp() does already open a
        connection (":memory:").
      ........
      0201f443
    • Ezio Melotti's avatar
      Merged revisions 78895 via svnmerge from · 5e0110e0
      Ezio Melotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78895 | ezio.melotti | 2010-03-13 03:21:34 +0200 (Sat, 13 Mar 2010) | 1 line
      
        #8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variable names.
      ........
      5e0110e0
    • Victor Stinner's avatar
      sqlite3: Fix _PyUnicode_AsStringAndSize() error handler. · ff27d6b7
      Victor Stinner yazdı
      Destroy begin_statement (not statement) on error.
      ff27d6b7
    • Ezio Melotti's avatar
      Fix wrong indentation that was causing a Sphinx warning and a typo. · 0d85e412
      Ezio Melotti yazdı
      Merged revisions 78112 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78112 | ezio.melotti | 2010-02-09 00:22:41 +0200 (Tue, 09 Feb 2010) | 1 line
      
        Fix typo
      ........
      0d85e412
    • Ezio Melotti's avatar
      Merged revisions 78887 via svnmerge from · 9e7ce59a
      Ezio Melotti yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78887 | ezio.melotti | 2010-03-13 02:15:36 +0200 (Sat, 13 Mar 2010) | 1 line
      
        fix broken links
      ........
      9e7ce59a
    • Victor Stinner's avatar
      Merged revisions 78886 via svnmerge from · 08b36bda
      Victor Stinner yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78886 | victor.stinner | 2010-03-13 01:13:22 +0100 (sam., 13 mars 2010) | 2 lines
      
        Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set.
      ........
      08b36bda
  3. 12 Mar, 2010 12 kayıt (commit)