1. 27 Şub, 2017 1 kayıt (commit)
  2. 25 Şub, 2017 1 kayıt (commit)
    • David Steele's avatar
      bpo-24241: Improve preferred webbrowser handling (#85) · e3ce6952
      David Steele yazdı
      - Add 'preferred' argument to webbrowser.register
      - Use xdg-settings to specify preferred X browser
      
      The first change replaces the existing undocumented tri-state
      'try_order' parameter with the documented boolean keyword-only
      'preferred' parameter. Setting it to True places the browser at the
      front of the list, preferring it as the return to a subsequent get() call.
      
      The second change adds a private `_os_preferred_browser` setting
      and then uses that to make the default browser reported by
      `xdg-settings` first in the try list when running under X (or
      another environment that sets the `DISPLAY` variable).
      This avoids the problem where the first entry in the tryorder
      queue otherwise defaults to xdg-open, which doesn't support
      the "new window" option.
      e3ce6952
  3. 11 Haz, 2016 1 kayıt (commit)
  4. 15 Nis, 2016 1 kayıt (commit)
  5. 14 Haz, 2015 1 kayıt (commit)
  6. 20 May, 2014 1 kayıt (commit)
  7. 17 Nis, 2014 1 kayıt (commit)
  8. 12 Agu, 2012 2 kayıt (commit)
  9. 22 May, 2012 1 kayıt (commit)
  10. 18 Nis, 2012 2 kayıt (commit)
  11. 31 Mar, 2012 2 kayıt (commit)
  12. 18 Ock, 2012 1 kayıt (commit)
  13. 21 Ara, 2011 1 kayıt (commit)
  14. 19 Agu, 2011 1 kayıt (commit)
  15. 27 Ock, 2011 1 kayıt (commit)
  16. 16 Ara, 2010 2 kayıt (commit)
    • Éric Araujo's avatar
      Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from · a8132ec2
      Éric Araujo yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86521 | eric.araujo | 2010-11-18 17:38:46 +0100 (jeu., 18 nov. 2010) | 17 lines
      
        Fix usage of :option: in the docs (#9312).
      
        :option: is used to create a link to an option of python, not to mark
        up any instance of any arbitrary command-line option.  These were
        changed to ````.
      
        For modules which do have a command-line interface, lists of options
        have been properly marked up with the program/cmdoption directives
        combo.  Options defined in such blocks can be linked to with :option:
        later in the same file, they won’t link to an option of python.
      
        Finally, the markup of command-line fragments in optparse.rst has
        been cleaned to use ``x`` instead of ``"x"``, keeping that latter
        form for actual Python strings.
      
        Patch by Eli Bendersky and Éric Araujo.
      ........
        r86632 | eric.araujo | 2010-11-21 04:09:17 +0100 (dim., 21 nov. 2010) | 2 lines
      
        Style edits in followup to r86521 (#9312)
      ........
        r86823 | eric.araujo | 2010-11-27 00:31:07 +0100 (sam., 27 nov. 2010) | 2 lines
      
        Use link-generating markup (see #9312)
      ........
        r86824 | eric.araujo | 2010-11-27 00:46:18 +0100 (sam., 27 nov. 2010) | 2 lines
      
        Rewrap long lines + minor edits
      ........
        r87294 | eric.araujo | 2010-12-16 01:07:01 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        No need to generate a link for something that’s just above.
      ........
        r87296 | eric.araujo | 2010-12-16 01:23:30 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Advertise “python -m” instead of direct filename.
      ........
        r87300 | eric.araujo | 2010-12-16 02:40:26 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Advertise “python -m test” over test.regrtest (r87296 followup)
      ........
        r87302 | eric.araujo | 2010-12-16 03:10:11 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Add versionadded directive missing from r78983.
      ........
      a8132ec2
    • Éric Araujo's avatar
      Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from · 3efdf063
      Éric Araujo yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r86521 | eric.araujo | 2010-11-18 17:38:46 +0100 (jeu., 18 nov. 2010) | 17 lines
      
        Fix usage of :option: in the docs (#9312).
      
        :option: is used to create a link to an option of python, not to mark
        up any instance of any arbitrary command-line option.  These were
        changed to ````.
      
        For modules which do have a command-line interface, lists of options
        have been properly marked up with the program/cmdoption directives
        combo.  Options defined in such blocks can be linked to with :option:
        later in the same file, they won’t link to an option of python.
      
        Finally, the markup of command-line fragments in optparse.rst has
        been cleaned to use ``x`` instead of ``"x"``, keeping that latter
        form for actual Python strings.
      
        Patch by Eli Bendersky and Éric Araujo.
      ........
        r86632 | eric.araujo | 2010-11-21 04:09:17 +0100 (dim., 21 nov. 2010) | 2 lines
      
        Style edits in followup to r86521 (#9312)
      ........
        r86823 | eric.araujo | 2010-11-27 00:31:07 +0100 (sam., 27 nov. 2010) | 2 lines
      
        Use link-generating markup (see #9312)
      ........
        r86824 | eric.araujo | 2010-11-27 00:46:18 +0100 (sam., 27 nov. 2010) | 2 lines
      
        Rewrap long lines + minor edits
      ........
        r87294 | eric.araujo | 2010-12-16 01:07:01 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        No need to generate a link for something that’s just above.
      ........
        r87296 | eric.araujo | 2010-12-16 01:23:30 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Advertise “python -m” instead of direct filename.
      ........
        r87300 | eric.araujo | 2010-12-16 02:40:26 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Advertise “python -m test” over test.regrtest (r87296 followup)
      ........
        r87302 | eric.araujo | 2010-12-16 03:10:11 +0100 (jeu., 16 déc. 2010) | 2 lines
      
        Add versionadded directive missing from r78983.
      ........
      3efdf063
  17. 18 Kas, 2010 1 kayıt (commit)
    • Éric Araujo's avatar
      Fix usage of :option: in the docs (#9312). · 713d3039
      Éric Araujo yazdı
      :option: is used to create a link to an option of python, not to mark
      up any instance of any arbitrary command-line option.  These were
      changed to ````.
      
      For modules which do have a command-line interface, lists of options
      have been properly marked up with the program/cmdoption directives
      combo.  Options defined in such blocks can be linked to with :option:
      later in the same file, they won’t link to an option of python.
      
      Finally, the markup of command-line fragments in optparse.rst has
      been cleaned to use ``x`` instead of ``"x"``, keeping that latter
      form for actual Python strings.
      
      Patch by Eli Bendersky and Éric Araujo.
      713d3039
  18. 24 Ara, 2009 4 kayıt (commit)
  19. 27 Eki, 2009 3 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 74207 via svnmerge from · 0dfdf006
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line
      
        #6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
      ........
      0dfdf006
    • Georg Brandl's avatar
      Merged revisions… · cda25a1a
      Georg Brandl yazdı
      Merged revisions 74008,74021-74022,74074-74075,74077,74148,74179,74188,74192-74194,74200,74205 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74008 | benjamin.peterson | 2009-07-15 02:46:42 +0200 (Mi, 15 Jul 2009) | 1 line
      
        update year
      ........
        r74021 | georg.brandl | 2009-07-16 09:33:04 +0200 (Do, 16 Jul 2009) | 1 line
      
        #6486: start with built in functions rather than "built in objects".
      ........
        r74022 | georg.brandl | 2009-07-16 09:38:35 +0200 (Do, 16 Jul 2009) | 1 line
      
        #6481: fix typo in os.system() replacement.
      ........
        r74074 | georg.brandl | 2009-07-18 11:03:10 +0200 (Sa, 18 Jul 2009) | 1 line
      
        #6513: fix example code: warning categories are classes, not instances.
      ........
        r74075 | georg.brandl | 2009-07-18 11:06:31 +0200 (Sa, 18 Jul 2009) | 1 line
      
        #6505: fix typos.
      ........
        r74077 | georg.brandl | 2009-07-18 11:43:40 +0200 (Sa, 18 Jul 2009) | 1 line
      
        #6489: fix an ambiguity in getiterator() documentation.
      ........
        r74148 | ezio.melotti | 2009-07-21 22:18:27 +0200 (Di, 21 Jul 2009) | 1 line
      
        #6536 fixed typo
      ........
        r74179 | ezio.melotti | 2009-07-22 23:08:49 +0200 (Mi, 22 Jul 2009) | 1 line
      
        #6423 has_key -> in
      ........
        r74188 | benjamin.peterson | 2009-07-23 16:25:31 +0200 (Do, 23 Jul 2009) | 1 line
      
        use bools
      ........
        r74192 | georg.brandl | 2009-07-24 18:28:38 +0200 (Fr, 24 Jul 2009) | 1 line
      
        Fix arg types of et#.
      ........
        r74193 | georg.brandl | 2009-07-24 18:46:38 +0200 (Fr, 24 Jul 2009) | 1 line
      
        Dont put "void" in signature for nullary functions.
      ........
        r74194 | georg.brandl | 2009-07-24 22:09:46 +0200 (Fr, 24 Jul 2009) | 1 line
      
        #6564: fix section about the two raise syntaxes.
      ........
        r74200 | georg.brandl | 2009-07-25 15:02:15 +0200 (Sa, 25 Jul 2009) | 1 line
      
        #6571: add index entries for more operators.
      ........
        r74205 | georg.brandl | 2009-07-26 15:36:39 +0200 (So, 26 Jul 2009) | 1 line
      
        #6576: fix cross-refs in re docs.
      ........
      cda25a1a
    • Georg Brandl's avatar
      Merged revisions 70590,70650,70704,70768-70769,70776,71008,71010-71011 via svnmerge from · 78559544
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70590 | skip.montanaro | 2009-03-25 01:52:11 +0100 (Mi, 25 Mär 2009) | 1 line
      
        clarify the type of data returned
      ........
        r70650 | benjamin.peterson | 2009-03-28 20:16:10 +0100 (Sa, 28 Mär 2009) | 1 line
      
        give os.symlink and os.link() better parameter names #5564
      ........
        r70704 | benjamin.peterson | 2009-03-30 04:49:32 +0200 (Mo, 30 Mär 2009) | 1 line
      
        there's actually three methods here #5600
      ........
        r70768 | andrew.kuchling | 2009-03-31 00:29:15 +0200 (Di, 31 Mär 2009) | 1 line
      
        Typo fixes
      ........
        r70769 | andrew.kuchling | 2009-03-31 00:29:53 +0200 (Di, 31 Mär 2009) | 1 line
      
        Remove comment
      ........
        r70776 | andrew.kuchling | 2009-03-31 01:08:24 +0200 (Di, 31 Mär 2009) | 1 line
      
        typo fix
      ........
        r71008 | andrew.kuchling | 2009-04-02 02:02:14 +0200 (Do, 02 Apr 2009) | 1 line
      
        Typo fix
      ........
        r71010 | benjamin.peterson | 2009-04-02 02:11:52 +0200 (Do, 02 Apr 2009) | 1 line
      
        fix markup
      ........
        r71011 | benjamin.peterson | 2009-04-02 02:12:47 +0200 (Do, 02 Apr 2009) | 1 line
      
        this should be :noindex:
      ........
      78559544
  20. 16 Eyl, 2009 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 74821,74828-74831,74833,74835 via svnmerge from · b044b2a7
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74821 | georg.brandl | 2009-09-16 11:42:19 +0200 (Mi, 16 Sep 2009) | 1 line
      
        #6885: run python 3 as python3.
      ................
        r74828 | georg.brandl | 2009-09-16 16:23:20 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans.
      ................
        r74829 | georg.brandl | 2009-09-16 16:24:29 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Small PEP8 correction.
      ................
        r74830 | georg.brandl | 2009-09-16 16:36:22 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans.
      ................
        r74831 | georg.brandl | 2009-09-16 17:54:04 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Use true booleans and PEP8 for argdefaults.
      ................
        r74833 | georg.brandl | 2009-09-16 17:58:14 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Last round of adapting style of documenting argument default values.
      ................
        r74835 | georg.brandl | 2009-09-16 18:00:31 +0200 (Mi, 16 Sep 2009) | 33 lines
      
        Merged revisions 74817-74820,74822-74824 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74817 | georg.brandl | 2009-09-16 11:05:11 +0200 (Mi, 16 Sep 2009) | 1 line
      
          Make deprecation notices as visible as warnings are right now.
        ........
          r74818 | georg.brandl | 2009-09-16 11:23:04 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6880: add reference to classes section in exceptions section, which comes earlier.
        ........
          r74819 | georg.brandl | 2009-09-16 11:24:57 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6876: fix base class constructor invocation in example.
        ........
          r74820 | georg.brandl | 2009-09-16 11:30:48 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6891: comment out dead link to Unicode article.
        ........
          r74822 | georg.brandl | 2009-09-16 12:12:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign.
        ........
          r74823 | georg.brandl | 2009-09-16 15:06:22 +0200 (Mi, 16 Sep 2009) | 1 line
      
          Remove strange trailing commas.
        ........
          r74824 | georg.brandl | 2009-09-16 15:11:06 +0200 (Mi, 16 Sep 2009) | 1 line
      
          #6892: fix optparse example involving help option.
        ........
      ................
      b044b2a7
    • Georg Brandl's avatar
  21. 13 Agu, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · c5605dff
      Georg Brandl yazdı
      Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r73941 | georg.brandl | 2009-07-11 12:39:00 +0200 (Sa, 11 Jul 2009) | 9 lines
      
        Merged revisions 73940 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73940 | georg.brandl | 2009-07-11 12:37:38 +0200 (Sa, 11 Jul 2009) | 1 line
      
          #6430: add note about size of "u" type.
        ........
      ................
        r73942 | georg.brandl | 2009-07-11 12:39:23 +0200 (Sa, 11 Jul 2009) | 1 line
      
        #6430: remove mention of "w" array typecode.
      ................
        r73943 | georg.brandl | 2009-07-11 12:43:08 +0200 (Sa, 11 Jul 2009) | 1 line
      
        #6421: The self argument of module-level PyCFunctions is now a reference to the module object.
      ................
        r74076 | georg.brandl | 2009-07-18 11:07:48 +0200 (Sa, 18 Jul 2009) | 1 line
      
        #6502: add missing comma in docstring.
      ................
        r74094 | georg.brandl | 2009-07-19 09:25:56 +0200 (So, 19 Jul 2009) | 10 lines
      
        Recorded merge of revisions 74089 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74089 | senthil.kumaran | 2009-07-19 04:43:43 +0200 (So, 19 Jul 2009) | 3 lines
      
          Fix for issue5102, timeout value propages between redirects, proxy, digest and
          auth handlers. Fixed tests to reflect the same.
        ........
      ................
        r74186 | georg.brandl | 2009-07-23 11:19:09 +0200 (Do, 23 Jul 2009) | 9 lines
      
        Recorded merge of revisions 74185 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74185 | georg.brandl | 2009-07-23 11:17:09 +0200 (Do, 23 Jul 2009) | 1 line
      
          Fix the "pylocals" gdb command.
        ........
      ................
        r74211 | georg.brandl | 2009-07-26 16:48:09 +0200 (So, 26 Jul 2009) | 9 lines
      
        Recorded merge of revisions 74210 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74210 | georg.brandl | 2009-07-26 16:44:23 +0200 (So, 26 Jul 2009) | 1 line
      
          Move member descriptions inside the classes.
        ........
      ................
        r74212 | georg.brandl | 2009-07-26 16:54:51 +0200 (So, 26 Jul 2009) | 9 lines
      
        Merged revisions 74209 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line
      
          builtin -> built-in.
        ........
      ................
        r74213 | georg.brandl | 2009-07-26 17:02:41 +0200 (So, 26 Jul 2009) | 9 lines
      
        Merged revisions 74207 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line
      
          #6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
        ........
      ................
        r74214 | georg.brandl | 2009-07-26 17:03:49 +0200 (So, 26 Jul 2009) | 9 lines
      
        Merged revisions 74205 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74205 | georg.brandl | 2009-07-26 15:36:39 +0200 (So, 26 Jul 2009) | 1 line
      
          #6576: fix cross-refs in re docs.
        ........
      ................
        r74247 | georg.brandl | 2009-07-29 09:27:08 +0200 (Mi, 29 Jul 2009) | 9 lines
      
        Merged revisions 74239 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74239 | georg.brandl | 2009-07-28 18:55:32 +0000 (Di, 28 Jul 2009) | 1 line
      
          Clarify quote_plus() usage.
        ........
      ................
        r74254 | georg.brandl | 2009-07-29 18:14:16 +0200 (Mi, 29 Jul 2009) | 1 line
      
        #6586: fix return/argument type doc for os.read() and os.write().
      ................
        r74262 | alexandre.vassalotti | 2009-07-29 21:54:39 +0200 (Mi, 29 Jul 2009) | 57 lines
      
        Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74074 | georg.brandl | 2009-07-18 05:03:10 -0400 (Sat, 18 Jul 2009) | 1 line
      
          #6513: fix example code: warning categories are classes, not instances.
        ........
          r74077 | georg.brandl | 2009-07-18 05:43:40 -0400 (Sat, 18 Jul 2009) | 1 line
      
          #6489: fix an ambiguity in getiterator() documentation.
        ........
          r74111 | benjamin.peterson | 2009-07-20 09:30:10 -0400 (Mon, 20 Jul 2009) | 1 line
      
          remove docs for deprecated -p option
        ........
          r74188 | benjamin.peterson | 2009-07-23 10:25:31 -0400 (Thu, 23 Jul 2009) | 1 line
      
          use bools
        ........
          r74192 | georg.brandl | 2009-07-24 12:28:38 -0400 (Fri, 24 Jul 2009) | 1 line
      
          Fix arg types of et#.
        ........
          r74193 | georg.brandl | 2009-07-24 12:46:38 -0400 (Fri, 24 Jul 2009) | 1 line
      
          Dont put "void" in signature for nullary functions.
        ........
          r74200 | georg.brandl | 2009-07-25 09:02:15 -0400 (Sat, 25 Jul 2009) | 1 line
      
          #6571: add index entries for more operators.
        ........
          r74252 | georg.brandl | 2009-07-29 12:06:31 -0400 (Wed, 29 Jul 2009) | 1 line
      
          #6593: fix link targets.
        ........
          r74253 | georg.brandl | 2009-07-29 12:09:17 -0400 (Wed, 29 Jul 2009) | 1 line
      
          #6591: add reference to ioctl in fcntl module for platforms other than Windows.
        ........
          r74258 | georg.brandl | 2009-07-29 12:57:05 -0400 (Wed, 29 Jul 2009) | 1 line
      
          Add a link to readline, and mention IPython and bpython.
        ........
          r74259 | georg.brandl | 2009-07-29 13:07:21 -0400 (Wed, 29 Jul 2009) | 1 line
      
          Fix some markup and small factual glitches found by M. Markert.
        ........
          r74260 | georg.brandl | 2009-07-29 13:15:20 -0400 (Wed, 29 Jul 2009) | 1 line
      
          Fix a few markup glitches.
        ........
          r74261 | georg.brandl | 2009-07-29 13:50:25 -0400 (Wed, 29 Jul 2009) | 1 line
      
          Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better.
        ........
      ................
        r74311 | georg.brandl | 2009-08-04 22:29:27 +0200 (Di, 04 Aug 2009) | 1 line
      
        Slightly improve buffer-related error message.
      ................
        r74334 | georg.brandl | 2009-08-06 19:51:03 +0200 (Do, 06 Aug 2009) | 1 line
      
        #6648: mention surrogateescape handler where all standard handlers are listed.
      ................
        r74368 | georg.brandl | 2009-08-13 09:56:35 +0200 (Do, 13 Aug 2009) | 21 lines
      
        Merged revisions 74328,74332-74333,74365 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74328 | georg.brandl | 2009-08-06 17:06:25 +0200 (Do, 06 Aug 2009) | 1 line
      
          Fix base keyword arg name for int() and long().
        ........
          r74332 | georg.brandl | 2009-08-06 19:23:21 +0200 (Do, 06 Aug 2009) | 1 line
      
          Fix punctuation and one copy-paste error.
        ........
          r74333 | georg.brandl | 2009-08-06 19:43:55 +0200 (Do, 06 Aug 2009) | 1 line
      
          #6658: fix two typos.
        ........
          r74365 | georg.brandl | 2009-08-13 09:48:05 +0200 (Do, 13 Aug 2009) | 1 line
      
          #6679: Remove mention that sub supports no flags.
        ........
      ................
      c5605dff
  22. 29 Tem, 2009 1 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Merged revisions… · 6d3dfc3f
      Alexandre Vassalotti yazdı
      Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74074 | georg.brandl | 2009-07-18 05:03:10 -0400 (Sat, 18 Jul 2009) | 1 line
      
        #6513: fix example code: warning categories are classes, not instances.
      ........
        r74077 | georg.brandl | 2009-07-18 05:43:40 -0400 (Sat, 18 Jul 2009) | 1 line
      
        #6489: fix an ambiguity in getiterator() documentation.
      ........
        r74111 | benjamin.peterson | 2009-07-20 09:30:10 -0400 (Mon, 20 Jul 2009) | 1 line
      
        remove docs for deprecated -p option
      ........
        r74188 | benjamin.peterson | 2009-07-23 10:25:31 -0400 (Thu, 23 Jul 2009) | 1 line
      
        use bools
      ........
        r74192 | georg.brandl | 2009-07-24 12:28:38 -0400 (Fri, 24 Jul 2009) | 1 line
      
        Fix arg types of et#.
      ........
        r74193 | georg.brandl | 2009-07-24 12:46:38 -0400 (Fri, 24 Jul 2009) | 1 line
      
        Dont put "void" in signature for nullary functions.
      ........
        r74200 | georg.brandl | 2009-07-25 09:02:15 -0400 (Sat, 25 Jul 2009) | 1 line
      
        #6571: add index entries for more operators.
      ........
        r74252 | georg.brandl | 2009-07-29 12:06:31 -0400 (Wed, 29 Jul 2009) | 1 line
      
        #6593: fix link targets.
      ........
        r74253 | georg.brandl | 2009-07-29 12:09:17 -0400 (Wed, 29 Jul 2009) | 1 line
      
        #6591: add reference to ioctl in fcntl module for platforms other than Windows.
      ........
        r74258 | georg.brandl | 2009-07-29 12:57:05 -0400 (Wed, 29 Jul 2009) | 1 line
      
        Add a link to readline, and mention IPython and bpython.
      ........
        r74259 | georg.brandl | 2009-07-29 13:07:21 -0400 (Wed, 29 Jul 2009) | 1 line
      
        Fix some markup and small factual glitches found by M. Markert.
      ........
        r74260 | georg.brandl | 2009-07-29 13:15:20 -0400 (Wed, 29 Jul 2009) | 1 line
      
        Fix a few markup glitches.
      ........
        r74261 | georg.brandl | 2009-07-29 13:50:25 -0400 (Wed, 29 Jul 2009) | 1 line
      
        Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better.
      ........
      6d3dfc3f
  23. 26 Tem, 2009 2 kayıt (commit)
  24. 23 Tem, 2009 1 kayıt (commit)
  25. 26 May, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · e081eef1
      Georg Brandl yazdı
      Merged revisions 72319-72320,72467,72661,72675-72679,72703,72708,72710,72712,72801-72802,72820,72822,72824,72826-72828,72830 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72319 | georg.brandl | 2009-05-05 10:28:49 +0200 (Di, 05 Mai 2009) | 1 line
      
        #1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite.
      ........
        r72320 | georg.brandl | 2009-05-05 10:30:28 +0200 (Di, 05 Mai 2009) | 1 line
      
        Add a news entry for r72319.
      ........
        r72467 | georg.brandl | 2009-05-08 14:17:34 +0200 (Fr, 08 Mai 2009) | 1 line
      
        Fix name.
      ........
        r72661 | georg.brandl | 2009-05-15 10:03:03 +0200 (Fr, 15 Mai 2009) | 1 line
      
        Fix example output for doctest-like demos.
      ........
        r72675 | georg.brandl | 2009-05-16 13:13:21 +0200 (Sa, 16 Mai 2009) | 1 line
      
        #6034: clarify __reversed__ doc.
      ........
        r72676 | georg.brandl | 2009-05-16 13:14:46 +0200 (Sa, 16 Mai 2009) | 1 line
      
        #6025: fix signature of parse().
      ........
        r72677 | georg.brandl | 2009-05-16 13:18:55 +0200 (Sa, 16 Mai 2009) | 1 line
      
        #6009: undocument default argument of Option as deprecated.
      ........
        r72678 | georg.brandl | 2009-05-16 13:21:29 +0200 (Sa, 16 Mai 2009) | 1 line
      
        #2856: document 2.x os.listdir() behavior for undecodable filenames.
      ........
        r72679 | georg.brandl | 2009-05-16 13:24:41 +0200 (Sa, 16 Mai 2009) | 1 line
      
        Fix about and bugs pages to match real workflow.
      ........
        r72703 | georg.brandl | 2009-05-17 10:10:27 +0200 (So, 17 Mai 2009) | 1 line
      
        part of #4144: fix exception message in console session.
      ........
        r72708 | georg.brandl | 2009-05-17 10:24:29 +0200 (So, 17 Mai 2009) | 1 line
      
        #6017: better document behavior of dictiterators when the dict is changed.
      ........
        r72710 | georg.brandl | 2009-05-17 10:36:04 +0200 (So, 17 Mai 2009) | 1 line
      
        #5942: Copy over flag table from dbm.rst which is clearer.
      ........
        r72712 | georg.brandl | 2009-05-17 10:55:00 +0200 (So, 17 Mai 2009) | 1 line
      
        #5935: mention that BROWSER is looked for in PATH.
      ........
        r72801 | georg.brandl | 2009-05-20 20:31:14 +0200 (Mi, 20 Mai 2009) | 1 line
      
        #6055: refer to "sqlite3" consistently.
      ........
        r72802 | georg.brandl | 2009-05-20 20:35:27 +0200 (Mi, 20 Mai 2009) | 1 line
      
        #6051: refer to email examples for better way to construct email messages.
      ........
        r72820 | georg.brandl | 2009-05-22 09:23:32 +0200 (Fr, 22 Mai 2009) | 1 line
      
        Use raise X(y).
      ........
        r72822 | georg.brandl | 2009-05-22 11:33:25 +0200 (Fr, 22 Mai 2009) | 1 line
      
        #6084: fix example.
      ........
        r72824 | georg.brandl | 2009-05-22 11:43:17 +0200 (Fr, 22 Mai 2009) | 1 line
      
        Fix references to file-related functions and methods (os.* vs file.*).
      ........
        r72826 | georg.brandl | 2009-05-22 11:49:42 +0200 (Fr, 22 Mai 2009) | 1 line
      
        Fix confusing wording.
      ........
        r72827 | georg.brandl | 2009-05-22 11:50:30 +0200 (Fr, 22 Mai 2009) | 1 line
      
        s/use/call/
      ........
        r72828 | georg.brandl | 2009-05-22 11:58:48 +0200 (Fr, 22 Mai 2009) | 1 line
      
        Correction in softspace behavior description.
      ........
        r72830 | georg.brandl | 2009-05-22 12:40:00 +0200 (Fr, 22 Mai 2009) | 1 line
      
        #6086: fix spelling and use a better exception to catch.
      ........
      e081eef1
  26. 25 May, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 72661,72675-72677,72679,72712,72801,72820 via svnmerge from · 8a1e4c4b
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r72661 | georg.brandl | 2009-05-15 10:03:03 +0200 (Fr, 15 Mai 2009) | 1 line
      
        Fix example output for doctest-like demos.
      ........
        r72675 | georg.brandl | 2009-05-16 13:13:21 +0200 (Sa, 16 Mai 2009) | 1 line
      
        #6034: clarify __reversed__ doc.
      ........
        r72676 | georg.brandl | 2009-05-16 13:14:46 +0200 (Sa, 16 Mai 2009) | 1 line
      
        #6025: fix signature of parse().
      ........
        r72677 | georg.brandl | 2009-05-16 13:18:55 +0200 (Sa, 16 Mai 2009) | 1 line
      
        #6009: undocument default argument of Option as deprecated.
      ........
        r72679 | georg.brandl | 2009-05-16 13:24:41 +0200 (Sa, 16 Mai 2009) | 1 line
      
        Fix about and bugs pages to match real workflow.
      ........
        r72712 | georg.brandl | 2009-05-17 10:55:00 +0200 (So, 17 Mai 2009) | 1 line
      
        #5935: mention that BROWSER is looked for in PATH.
      ........
        r72801 | georg.brandl | 2009-05-20 20:31:14 +0200 (Mi, 20 Mai 2009) | 1 line
      
        #6055: refer to "sqlite3" consistently.
      ........
        r72820 | georg.brandl | 2009-05-22 09:23:32 +0200 (Fr, 22 Mai 2009) | 1 line
      
        Use raise X(y).
      ........
      8a1e4c4b
  27. 17 May, 2009 1 kayıt (commit)
  28. 05 Nis, 2009 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · e9b91216
      Georg Brandl yazdı
      Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238,71240-71241,71243,71249,71251 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71058 | georg.brandl | 2009-04-02 20:09:04 +0200 (Do, 02 Apr 2009) | 3 lines
      
        PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
        call on hitting the recursion limit into just assigning it to the arguments provided.
      ........
        r71149 | georg.brandl | 2009-04-04 15:42:39 +0200 (Sa, 04 Apr 2009) | 1 line
      
        #5642: clarify map() compatibility to the builtin.
      ........
        r71150 | georg.brandl | 2009-04-04 15:45:49 +0200 (Sa, 04 Apr 2009) | 1 line
      
        #5601: clarify that webbrowser is not meant for file names.
      ........
        r71212 | georg.brandl | 2009-04-05 12:24:20 +0200 (So, 05 Apr 2009) | 1 line
      
        #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
      ........
        r71214 | georg.brandl | 2009-04-05 12:29:57 +0200 (So, 05 Apr 2009) | 1 line
      
        Normalize spelling of Mac OS X.
      ........
        r71215 | georg.brandl | 2009-04-05 12:32:26 +0200 (So, 05 Apr 2009) | 1 line
      
        Avoid sure signs of a diseased mind.
      ........
        r71216 | georg.brandl | 2009-04-05 12:41:02 +0200 (So, 05 Apr 2009) | 1 line
      
        #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better.
      ........
        r71222 | georg.brandl | 2009-04-05 13:07:14 +0200 (So, 05 Apr 2009) | 1 line
      
        #5615: make it possible to configure --without-threads again.
      ........
        r71225 | georg.brandl | 2009-04-05 13:54:07 +0200 (So, 05 Apr 2009) | 1 line
      
        #5580: no need to use parentheses when converterr() argument is actually a type description.
      ........
        r71234 | georg.brandl | 2009-04-05 15:16:35 +0200 (So, 05 Apr 2009) | 1 line
      
        Whitespace normalization.
      ........
        r71237 | georg.brandl | 2009-04-05 16:24:52 +0200 (So, 05 Apr 2009) | 1 line
      
        #1326077: fix traceback formatting of SyntaxErrors.  This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space.
      ........
        r71238 | georg.brandl | 2009-04-05 16:25:41 +0200 (So, 05 Apr 2009) | 1 line
      
        Add NEWS entry for r71237.
      ........
        r71240 | georg.brandl | 2009-04-05 16:40:06 +0200 (So, 05 Apr 2009) | 1 line
      
        #5370: doc update about unpickling objects with custom __getattr__ etc. methods.
      ........
        r71241 | georg.brandl | 2009-04-05 16:48:49 +0200 (So, 05 Apr 2009) | 1 line
      
        #5471: fix expanduser() for $HOME set to "/".
      ........
        r71243 | georg.brandl | 2009-04-05 17:14:29 +0200 (So, 05 Apr 2009) | 1 line
      
        #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
      ........
        r71249 | georg.brandl | 2009-04-05 18:30:43 +0200 (So, 05 Apr 2009) | 1 line
      
        #5444: adapt make.bat to new htmlhelp output file name.
      ........
        r71251 | georg.brandl | 2009-04-05 19:17:42 +0200 (So, 05 Apr 2009) | 1 line
      
        #5298: clarify docs about GIL by using more consistent wording.
      ........
      e9b91216
    • Benjamin Peterson's avatar
      Merged revisions… · d23f8224
      Benjamin Peterson yazdı
      Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70712 | benjamin.peterson | 2009-03-30 10:15:38 -0500 (Mon, 30 Mar 2009) | 1 line
      
        don't rely on the order dict repr #5605
      ........
        r70714 | brett.cannon | 2009-03-30 10:20:53 -0500 (Mon, 30 Mar 2009) | 1 line
      
        Add an entry to developers.txt.
      ........
        r70764 | martin.v.loewis | 2009-03-30 17:06:33 -0500 (Mon, 30 Mar 2009) | 2 lines
      
        Add several VM developers.
      ........
        r70765 | georg.brandl | 2009-03-30 17:09:34 -0500 (Mon, 30 Mar 2009) | 1 line
      
        #5199: make warning about vars() assignment more visible.
      ........
        r70769 | andrew.kuchling | 2009-03-30 17:29:53 -0500 (Mon, 30 Mar 2009) | 1 line
      
        Remove comment
      ........
        r70770 | andrew.kuchling | 2009-03-30 17:30:20 -0500 (Mon, 30 Mar 2009) | 1 line
      
        Add several items and placeholders
      ........
        r70771 | andrew.kuchling | 2009-03-30 17:31:11 -0500 (Mon, 30 Mar 2009) | 1 line
      
        Many edits
      ........
        r70773 | georg.brandl | 2009-03-30 17:43:00 -0500 (Mon, 30 Mar 2009) | 1 line
      
        #5039: make it clear that the impl. note refers to CPython.
      ........
        r70776 | andrew.kuchling | 2009-03-30 18:08:24 -0500 (Mon, 30 Mar 2009) | 1 line
      
        typo fix
      ........
        r70777 | andrew.kuchling | 2009-03-30 18:09:46 -0500 (Mon, 30 Mar 2009) | 1 line
      
        Add more items
      ........
        r70788 | andrew.kuchling | 2009-03-30 20:21:01 -0500 (Mon, 30 Mar 2009) | 1 line
      
        Add various items
      ........
        r70789 | georg.brandl | 2009-03-30 20:25:15 -0500 (Mon, 30 Mar 2009) | 1 line
      
        Fix a wrong struct field assignment (docstring as closure).
      ........
        r70824 | georg.brandl | 2009-03-31 10:43:20 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5519: remove reference to Kodos, which seems dead.
      ........
        r70828 | georg.brandl | 2009-03-31 10:50:16 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5581: fget argument of abstractproperty is optional as well.
      ........
        r70832 | georg.brandl | 2009-03-31 11:31:11 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have.
      ........
        r70836 | georg.brandl | 2009-03-31 11:50:25 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5417: replace references to undocumented functions by ones to documented functions.
      ........
        r70842 | georg.brandl | 2009-03-31 12:13:06 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #970783: document PyObject_Generic[GS]etAttr.
      ........
        r70851 | georg.brandl | 2009-03-31 13:26:55 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #837577: note cryptic return value of spawn*e on invalid env dicts.
      ........
        r70855 | georg.brandl | 2009-03-31 13:30:37 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5245: note that PyRun_SimpleString doesnt return on SystemExit.
      ........
        r70857 | georg.brandl | 2009-03-31 13:33:10 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5227: note that Py_Main doesnt return on SystemExit.
      ........
        r70866 | georg.brandl | 2009-03-31 14:06:57 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #4882: document named group behavior a bit better.
      ........
        r70867 | georg.brandl | 2009-03-31 14:10:35 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #1096310: document usage of sys.__std*__ a bit better.
      ........
        r70868 | georg.brandl | 2009-03-31 14:12:17 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5190: export make_option in __all__.
      ........
        r70869 | georg.brandl | 2009-03-31 14:14:42 -0500 (Tue, 31 Mar 2009) | 1 line
      
        Fix-up unwanted change.
      ........
        r70870 | georg.brandl | 2009-03-31 14:26:24 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #4411: document mro() and __mro__. (I hope I got it right.)
      ........
        r70871 | georg.brandl | 2009-03-31 14:30:56 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5618: fix typo.
      ........
        r70872 | r.david.murray | 2009-03-31 14:31:17 -0500 (Tue, 31 Mar 2009) | 3 lines
      
        Delete out-of-date and little-known README from the test
        directory by consensus of devs at pycon sprint.
      ........
        r70883 | georg.brandl | 2009-03-31 15:41:08 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #1674032: return value of flag from Event.wait(). OKed by Guido.
      ........
        r70885 | tarek.ziade | 2009-03-31 15:48:31 -0500 (Tue, 31 Mar 2009) | 1 line
      
        using log.warn for sys.stderr
      ........
        r70893 | georg.brandl | 2009-03-31 15:56:32 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #1530012: move TQS section before raw strings.
      ........
        r70894 | benjamin.peterson | 2009-03-31 16:06:30 -0500 (Tue, 31 Mar 2009) | 1 line
      
        take the usual lock precautions around _active_limbo_lock
      ........
        r70896 | georg.brandl | 2009-03-31 16:15:33 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5598: document DocFileSuite *args argument.
      ........
        r70897 | benjamin.peterson | 2009-03-31 16:34:42 -0500 (Tue, 31 Mar 2009) | 1 line
      
        fix Thread.ident when it is the main thread or a dummy thread #5632
      ........
        r70903 | georg.brandl | 2009-03-31 16:45:18 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #1676135: remove trailing slashes from --prefix argument.
      ........
        r70905 | georg.brandl | 2009-03-31 17:03:40 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5563: more documentation for bdist_msi.
      ........
        r70906 | georg.brandl | 2009-03-31 17:11:53 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #1651995: fix _convert_ref for non-ASCII characters.
      ........
        r70907 | georg.brandl | 2009-03-31 17:18:19 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #3427: document correct return type for urlopen().info().
      ........
        r70915 | georg.brandl | 2009-03-31 17:40:16 -0500 (Tue, 31 Mar 2009) | 1 line
      
        #5018: remove confusing paragraph.
      ........
        r70927 | georg.brandl | 2009-03-31 18:01:27 -0500 (Tue, 31 Mar 2009) | 1 line
      
        Dont shout to users.
      ........
        r70933 | georg.brandl | 2009-03-31 19:04:33 -0500 (Tue, 31 Mar 2009) | 2 lines
      
        Issue #5635: Fix running test_sys with tracing enabled.
      ........
        r70951 | georg.brandl | 2009-04-01 09:02:27 -0500 (Wed, 01 Apr 2009) | 1 line
      
        Add Maksim, who worked on several issues at the sprint.
      ........
        r70960 | jesse.noller | 2009-04-01 11:42:19 -0500 (Wed, 01 Apr 2009) | 1 line
      
        Issue 3270: document Listener address restrictions on windows
      ........
        r70962 | brett.cannon | 2009-04-01 12:07:16 -0500 (Wed, 01 Apr 2009) | 2 lines
      
        Ron DuPlain was given commit privileges at PyCon 2009 to work on 3to2.
      ........
        r70963 | georg.brandl | 2009-04-01 12:46:01 -0500 (Wed, 01 Apr 2009) | 1 line
      
        #5655: fix docstring oversight.
      ........
        r70964 | brett.cannon | 2009-04-01 12:52:13 -0500 (Wed, 01 Apr 2009) | 2 lines
      
        Paul Kippes was given commit privileges to work on 3to2.
      ........
        r70998 | georg.brandl | 2009-04-01 16:54:21 -0500 (Wed, 01 Apr 2009) | 1 line
      
        In Pdb, stop assigning values to __builtin__._ which interferes with the one commonly installed by gettext.
      ........
        r71001 | brett.cannon | 2009-04-01 18:01:12 -0500 (Wed, 01 Apr 2009) | 3 lines
      
        Add my initials to Misc/developers.txt. Names are now sorted by number of
        characters in the person's name.
      ........
        r71006 | georg.brandl | 2009-04-01 18:32:17 -0500 (Wed, 01 Apr 2009) | 1 line
      
        Cache the f_locals dict of the current frame, since every access to frame.f_locals overrides its contents with the real locals which undoes modifications made by the debugging user.
      ........
        r71008 | andrew.kuchling | 2009-04-01 19:02:14 -0500 (Wed, 01 Apr 2009) | 1 line
      
        Typo fix
      ........
        r71010 | benjamin.peterson | 2009-04-01 19:11:52 -0500 (Wed, 01 Apr 2009) | 1 line
      
        fix markup
      ........
        r71011 | benjamin.peterson | 2009-04-01 19:12:47 -0500 (Wed, 01 Apr 2009) | 1 line
      
        this should be :noindex:
      ........
        r71019 | georg.brandl | 2009-04-01 21:00:01 -0500 (Wed, 01 Apr 2009) | 1 line
      
        Fix test_doctest, missed two assignments to curframe.
      ........
        r71037 | r.david.murray | 2009-04-01 23:34:04 -0500 (Wed, 01 Apr 2009) | 6 lines
      
        Clarify that datetime strftime does not produce leap seconds and datetime
        strptime does not accept it in the strftime behavior section of the
        datetime docs.
      
        Closes issue 2568.
      ........
        r71056 | georg.brandl | 2009-04-02 12:43:07 -0500 (Thu, 02 Apr 2009) | 2 lines
      
        Actually the displayhook should print the repr.
      ........
        r71094 | vinay.sajip | 2009-04-03 05:23:18 -0500 (Fri, 03 Apr 2009) | 1 line
      
        Added warning about logging use from asynchronous signal handlers.
      ........
        r71101 | andrew.kuchling | 2009-04-03 16:43:00 -0500 (Fri, 03 Apr 2009) | 1 line
      
        Add some items
      ........
        r71102 | andrew.kuchling | 2009-04-03 16:44:49 -0500 (Fri, 03 Apr 2009) | 1 line
      
        Fix 'the the'; grammar fix
      ........
        r71103 | andrew.kuchling | 2009-04-03 16:45:29 -0500 (Fri, 03 Apr 2009) | 1 line
      
        Fix 'the the' duplication
      ........
        r71106 | vinay.sajip | 2009-04-03 16:58:16 -0500 (Fri, 03 Apr 2009) | 1 line
      
        Clarified warning about logging use from asynchronous signal handlers.
      ........
        r71119 | raymond.hettinger | 2009-04-04 00:37:47 -0500 (Sat, 04 Apr 2009) | 1 line
      
        Add helpful link.
      ........
        r71123 | r.david.murray | 2009-04-04 01:39:56 -0500 (Sat, 04 Apr 2009) | 2 lines
      
        Fix error in description of 'oct' (issue 5678).
      ........
        r71149 | georg.brandl | 2009-04-04 08:42:39 -0500 (Sat, 04 Apr 2009) | 1 line
      
        #5642: clarify map() compatibility to the builtin.
      ........
        r71150 | georg.brandl | 2009-04-04 08:45:49 -0500 (Sat, 04 Apr 2009) | 1 line
      
        #5601: clarify that webbrowser is not meant for file names.
      ........
        r71203 | benjamin.peterson | 2009-04-04 18:46:34 -0500 (Sat, 04 Apr 2009) | 1 line
      
        note how using iter* are unsafe while mutating and document iter(dict)
      ........
        r71212 | georg.brandl | 2009-04-05 05:24:20 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
      ........
        r71214 | georg.brandl | 2009-04-05 05:29:57 -0500 (Sun, 05 Apr 2009) | 1 line
      
        Normalize spelling of Mac OS X.
      ........
        r71215 | georg.brandl | 2009-04-05 05:32:26 -0500 (Sun, 05 Apr 2009) | 1 line
      
        Avoid sure signs of a diseased mind.
      ........
        r71216 | georg.brandl | 2009-04-05 05:41:02 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better.
      ........
        r71217 | georg.brandl | 2009-04-05 05:48:47 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #1726172: dont raise an unexpected IndexError if a voidresp() call has an empty response.
      ........
        r71221 | vinay.sajip | 2009-04-05 06:06:24 -0500 (Sun, 05 Apr 2009) | 1 line
      
        Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings.
      ........
        r71240 | georg.brandl | 2009-04-05 09:40:06 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5370: doc update about unpickling objects with custom __getattr__ etc. methods.
      ........
      d23f8224