1. 21 Mar, 2010 20 commits
    • Benjamin Peterson's avatar
      Merged revisions... · ec01084f
      Benjamin Peterson authored
      Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77952 | mark.dickinson | 2010-02-03 10:50:14 -0600 (Wed, 03 Feb 2010) | 1 line
      
        Fix test_inspect.py data to match recent change to inspect_fodder.py (r77942).
      ........
        r78030 | benjamin.peterson | 2010-02-06 14:14:10 -0600 (Sat, 06 Feb 2010) | 1 line
      
        check type_getattro for correctness in a descriptor corner case
      ........
        r78102 | andrew.kuchling | 2010-02-07 19:35:35 -0600 (Sun, 07 Feb 2010) | 1 line
      
        Move distutils into its own subsection; add various items
      ........
        r78104 | andrew.kuchling | 2010-02-08 07:22:24 -0600 (Mon, 08 Feb 2010) | 1 line
      
        Add two items; move a subsection
      ........
        r78107 | antoine.pitrou | 2010-02-08 14:25:47 -0600 (Mon, 08 Feb 2010) | 3 lines
      
        Clarify and correct description for ccbench and iobench.
      ........
        r78206 | r.david.murray | 2010-02-16 11:55:26 -0600 (Tue, 16 Feb 2010) | 3 lines
      
        Make the references to Popen in the description of Call
        and check_call into links.
      ........
        r78216 | andrew.kuchling | 2010-02-18 08:16:48 -0600 (Thu, 18 Feb 2010) | 1 line
      
        Add various items
      ........
        r78296 | andrew.kuchling | 2010-02-21 20:08:45 -0600 (Sun, 21 Feb 2010) | 1 line
      
        Re-word
      ........
        r78297 | andrew.kuchling | 2010-02-21 20:29:10 -0600 (Sun, 21 Feb 2010) | 1 line
      
        #7076: mention SystemRandom class near start of the module docs; reword change description for clarity.  Noted by Shawn Ligocki.
      ........
        r78328 | jack.diederich | 2010-02-22 12:17:16 -0600 (Mon, 22 Feb 2010) | 1 line
      
        fixes issue #7530, serve_forever()
      ........
        r78331 | andrew.kuchling | 2010-02-22 12:38:23 -0600 (Mon, 22 Feb 2010) | 1 line
      
        Fix comment typo
      ........
        r78332 | andrew.kuchling | 2010-02-22 12:42:07 -0600 (Mon, 22 Feb 2010) | 2 lines
      
        #7627: MH.remove() would fail if the MH mailbox was locked;
        it would call _unlock_file() and pass it a closed file object.  Noted by Rob Austein.
      ........
        r78336 | jack.diederich | 2010-02-22 13:55:22 -0600 (Mon, 22 Feb 2010) | 1 line
      
        fixes issue #1522237, bad init check in _threading_local
      ........
        r78339 | jack.diederich | 2010-02-22 15:27:38 -0600 (Mon, 22 Feb 2010) | 1 line
      
        * fix issue#7476
      ........
        r78343 | andrew.kuchling | 2010-02-22 16:48:41 -0600 (Mon, 22 Feb 2010) | 10 lines
      
        #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c.
        Noted by Joseph Armbruster; patch by Jessica McKellar.
      
        The original code was 'for (;;) {...}', where ... ended
        with a 'return -2' statement and did not contain a 'break' or 'continue'
        statement.  Therefore, the body of the loop is always executed once.
      
        Once upon a time there was a 'continue' in the loop, but it was removed in
        rev36346, committed by mwh on Wed Jul 7 17:44:12 2004.
      ........
        r78378 | jack.diederich | 2010-02-23 11:23:30 -0600 (Tue, 23 Feb 2010) | 1 line
      
        fixup markup error
      ........
        r78379 | jack.diederich | 2010-02-23 13:34:06 -0600 (Tue, 23 Feb 2010) | 1 line
      
         issue#6442 use in operator instead of has_key
      ........
        r78415 | dirkjan.ochtman | 2010-02-23 22:00:52 -0600 (Tue, 23 Feb 2010) | 1 line
      
        Issue #7733: add explicit reference in asyncore docs.
      ........
        r78559 | andrew.kuchling | 2010-03-01 13:45:21 -0600 (Mon, 01 Mar 2010) | 1 line
      
        #7637: update discussion of minidom.unlink() and garbage collection
      ........
        r78717 | benjamin.peterson | 2010-03-05 21:13:33 -0600 (Fri, 05 Mar 2010) | 1 line
      
        settscdump is definitely an implementation detail
      ........
        r78791 | andrew.kuchling | 2010-03-08 06:00:39 -0600 (Mon, 08 Mar 2010) | 1 line
      
        Add various items
      ........
      ec01084f
    • Benjamin Peterson's avatar
      nest if for clarity · 32d30b04
      Benjamin Peterson authored
      32d30b04
    • Benjamin Peterson's avatar
      8095c719
    • Benjamin Peterson's avatar
      Merged revisions 78028 via svnmerge from · 9b8e399a
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78028 | benjamin.peterson | 2010-02-06 13:40:18 -0600 (Sat, 06 Feb 2010) | 1 line
      
        remove pointless error checking
      ........
      9b8e399a
    • Benjamin Peterson's avatar
      cleanup a bit · 4963f27d
      Benjamin Peterson authored
      4963f27d
    • Benjamin Peterson's avatar
      Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from · c6b4769c
      Benjamin Peterson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79205 | benjamin.peterson | 2010-03-21 12:34:54 -0500 (Sun, 21 Mar 2010) | 1 line
      
        rewrite a bit
      ........
        r79219 | benjamin.peterson | 2010-03-21 14:24:08 -0500 (Sun, 21 Mar 2010) | 1 line
      
        flatten condition
      ........
        r79228 | benjamin.peterson | 2010-03-21 14:35:39 -0500 (Sun, 21 Mar 2010) | 1 line
      
        remove pointless condition
      ........
        r79230 | benjamin.peterson | 2010-03-21 14:39:52 -0500 (Sun, 21 Mar 2010) | 1 line
      
        co_varnames is certainly a tuple, so let's not waste time finding out
      ........
        r79232 | benjamin.peterson | 2010-03-21 14:54:56 -0500 (Sun, 21 Mar 2010) | 1 line
      
        fix import
      ........
        r79233 | benjamin.peterson | 2010-03-21 14:56:37 -0500 (Sun, 21 Mar 2010) | 1 line
      
        don't write duplicate tests
      ........
        r79235 | benjamin.peterson | 2010-03-21 15:21:00 -0500 (Sun, 21 Mar 2010) | 4 lines
      
        improve error message from passing inadequate number of keyword arguments #6474
      
        Note this removes the "non-keyword" or "keyword" phrases from these messages.
      ........
        r79237 | benjamin.peterson | 2010-03-21 15:30:30 -0500 (Sun, 21 Mar 2010) | 1 line
      
        take into account keyword arguments when passing too many args
      ........
      c6b4769c
    • Antoine Pitrou's avatar
      Merged revisions 79218 via svnmerge from · cfecfc5f
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79218 | antoine.pitrou | 2010-03-21 20:19:41 +0100 (dim., 21 mars 2010) | 5 lines
      
        Issue #1628484: The Makefile doesn't ignore the CFLAGS environment
        variable anymore.  It also forwards the LDFLAGS settings to the linker
        when building a shared library.
      ........
      cfecfc5f
    • Florent Xicluna's avatar
      Merged revisions 79207 via svnmerge from · f54b8907
      Florent Xicluna authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79207 | florent.xicluna | 2010-03-21 19:00:38 +0100 (dim, 21 mar 2010) | 2 lines
      
        #8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases.
      ........
      f54b8907
    • Florent Xicluna's avatar
      Merged revisions 79195 via svnmerge from · 6254e5bf
      Florent Xicluna authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines
      
        Issue #8179: Fix macpath.realpath() on a non-existing path.
      ........
      6254e5bf
    • Georg Brandl's avatar
      Merged revisions 79192 via svnmerge from · 3bf71f2e
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79192 | georg.brandl | 2010-03-21 12:50:58 +0100 (So, 21 Mär 2010) | 1 line
      
        Remove leftover word.
      ........
      3bf71f2e
    • Georg Brandl's avatar
      Merged revisions 79184-79185 via svnmerge from · 59bc43e7
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79184 | georg.brandl | 2010-03-21 10:58:36 +0100 (So, 21 Mär 2010) | 1 line
      
        Update text for newest US DST regulation.  The sample file already has the calculation right.
      ........
        r79185 | georg.brandl | 2010-03-21 11:02:47 +0100 (So, 21 Mär 2010) | 1 line
      
        Include structmember.h correctly.
      ........
      59bc43e7
    • Georg Brandl's avatar
      Merged revisions 79181 via svnmerge from · 307cc131
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79181 | georg.brandl | 2010-03-21 10:51:16 +0100 (So, 21 Mär 2010) | 1 line
      
        Update os.kill() emulation example for Windows to use ctypes.
      ........
      307cc131
    • Georg Brandl's avatar
      Merged revisions 79179 via svnmerge from · 6c09a8d8
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79179 | georg.brandl | 2010-03-21 10:37:54 +0100 (So, 21 Mär 2010) | 1 line
      
        Mention inefficiency of lists as queues, add link to collections.deque discussion.
      ........
      6c09a8d8
    • Georg Brandl's avatar
      Merged revisions 79178 via svnmerge from · 281438e3
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79178 | georg.brandl | 2010-03-21 10:28:16 +0100 (So, 21 Mär 2010) | 1 line
      
        Clarify that for shell=True, the shell PID will be the child PID.
      ........
      281438e3
    • Georg Brandl's avatar
      Need to use list(range()) to get a list. · e4bb8e94
      Georg Brandl authored
      e4bb8e94
    • Georg Brandl's avatar
      Merged revisions 79172 via svnmerge from · becf273e
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79172 | georg.brandl | 2010-03-21 10:08:00 +0100 (So, 21 Mär 2010) | 1 line
      
        Add a paragraph about set displays.
      ........
      becf273e
    • Georg Brandl's avatar
      Merged revisions 79168-79169 via svnmerge from · 4a4ddbbe
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79168 | georg.brandl | 2010-03-21 10:01:27 +0100 (So, 21 Mär 2010) | 1 line
      
        Fix some issues found by Jacques Ducasse on the docs list.
      ........
        r79169 | georg.brandl | 2010-03-21 10:02:01 +0100 (So, 21 Mär 2010) | 1 line
      
        Remove the "built-in objects" file.  It only contained two paragraphs of which only one contained useful information, which belongs in the ref manual however.
      ........
      4a4ddbbe
    • Georg Brandl's avatar
    • Ezio Melotti's avatar
      Update versionadded/changed. · e3412761
      Ezio Melotti authored
      e3412761
    • Antoine Pitrou's avatar
      Merged revisions 79160 via svnmerge from · 37151f0a
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79160 | antoine.pitrou | 2010-03-21 01:21:43 +0100 (dim., 21 mars 2010) | 3 lines
      
        Fix overzealous .hgignore file
      ........
      37151f0a
  2. 20 Mar, 2010 17 commits
  3. 19 Mar, 2010 3 commits