An error occurred fetching the project authors.
  1. 25 Apr, 2011 1 commit
  2. 20 Apr, 2011 1 commit
  3. 26 Mar, 2011 1 commit
  4. 25 Mar, 2011 1 commit
    • Éric Araujo's avatar
      Tweaks to sys.flags description table. · 5ab47769
      Éric Araujo authored
      The options listed in the table are now links to their documentation,
      and the table uses compact markup to make it easier to read and edit.
      First proposed in #10998.
      5ab47769
  5. 06 Mar, 2011 1 commit
  6. 15 Jan, 2011 1 commit
  7. 28 Dec, 2010 1 commit
  8. 17 Dec, 2010 1 commit
  9. 16 Dec, 2010 1 commit
    • Éric Araujo's avatar
      Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from · 3efdf063
      Éric Araujo authored
      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
  10. 04 Dec, 2010 1 commit
  11. 26 Nov, 2010 2 commits
    • Georg Brandl's avatar
      Merged revisions... · ab32fec8
      Georg Brandl authored
      Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85572 | georg.brandl | 2010-10-16 20:51:05 +0200 (Sa, 16 Okt 2010) | 1 line
      
        #10122: typo fix.
      ........
        r85573 | georg.brandl | 2010-10-16 20:53:08 +0200 (Sa, 16 Okt 2010) | 1 line
      
        #10124: typo fix.
      ........
        r85606 | georg.brandl | 2010-10-17 08:32:59 +0200 (So, 17 Okt 2010) | 1 line
      
        #10058: tweak wording about exception returns.
      ........
        r85609 | georg.brandl | 2010-10-17 11:19:03 +0200 (So, 17 Okt 2010) | 1 line
      
        #8556: use less confusing mapping key in example.
      ........
        r85610 | georg.brandl | 2010-10-17 11:23:05 +0200 (So, 17 Okt 2010) | 1 line
      
        #8686: remove potentially confusing wording that does not add any value.
      ........
        r85611 | georg.brandl | 2010-10-17 11:33:24 +0200 (So, 17 Okt 2010) | 1 line
      
        #8811: small fixes to sqlite3 docs.
      ........
        r85612 | georg.brandl | 2010-10-17 11:37:54 +0200 (So, 17 Okt 2010) | 1 line
      
        #8855: add shelve security warning.
      ........
        r85613 | georg.brandl | 2010-10-17 11:43:35 +0200 (So, 17 Okt 2010) | 1 line
      
        Fix hmac docs: it takes and returns bytes, except for hexdigest().
      ........
        r85614 | georg.brandl | 2010-10-17 11:46:11 +0200 (So, 17 Okt 2010) | 1 line
      
        #8968: add actual name of token constants.
      ........
        r85615 | georg.brandl | 2010-10-17 12:05:13 +0200 (So, 17 Okt 2010) | 1 line
      
        #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows.
      ........
        r85616 | georg.brandl | 2010-10-17 12:07:29 +0200 (So, 17 Okt 2010) | 1 line
      
        Fix copy-paste error in example.
      ........
        r85617 | georg.brandl | 2010-10-17 12:09:06 +0200 (So, 17 Okt 2010) | 1 line
      
        #5212: md5 weaknesses do not affect hmac, so remove the note about that.
      ........
        r85618 | georg.brandl | 2010-10-17 12:14:38 +0200 (So, 17 Okt 2010) | 1 line
      
        #9086: correct wrong terminology about linking with pythonXY.dll.
      ........
        r85619 | georg.brandl | 2010-10-17 12:15:50 +0200 (So, 17 Okt 2010) | 1 line
      
        Make file names consistent.
      ........
        r85620 | georg.brandl | 2010-10-17 12:22:28 +0200 (So, 17 Okt 2010) | 1 line
      
        Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway.
      ........
        r85621 | georg.brandl | 2010-10-17 12:24:54 +0200 (So, 17 Okt 2010) | 1 line
      
        #9105: move pickle warning to a bit more prominent location.
      ........
        r85622 | georg.brandl | 2010-10-17 12:28:04 +0200 (So, 17 Okt 2010) | 1 line
      
        #9112: document error() and exit() methods of ArgumentParser.
      ........
        r85624 | georg.brandl | 2010-10-17 12:34:28 +0200 (So, 17 Okt 2010) | 1 line
      
        Some markup and style fixes in argparse docs.
      ........
        r85626 | georg.brandl | 2010-10-17 12:38:20 +0200 (So, 17 Okt 2010) | 1 line
      
        #9117: fix syntax for class definition.
      ........
        r85627 | georg.brandl | 2010-10-17 12:44:11 +0200 (So, 17 Okt 2010) | 1 line
      
        #9138: reword introduction to classes in Python.
      ........
        r85629 | georg.brandl | 2010-10-17 12:51:45 +0200 (So, 17 Okt 2010) | 1 line
      
        #5962: clarify sys.exit() vs. threads.
      ........
        r85631 | georg.brandl | 2010-10-17 12:53:54 +0200 (So, 17 Okt 2010) | 1 line
      
        Fix capitalization.
      ........
        r85633 | georg.brandl | 2010-10-17 12:59:41 +0200 (So, 17 Okt 2010) | 1 line
      
        #9204: remove mentions of removed types in the types module.
      ........
        r85635 | georg.brandl | 2010-10-17 13:03:22 +0200 (So, 17 Okt 2010) | 1 line
      
        #5121: fix claims about default values leading to segfaults.
      ........
        r85636 | georg.brandl | 2010-10-17 13:06:14 +0200 (So, 17 Okt 2010) | 1 line
      
        #9237: document sys.call_tracing().
      ........
        r85638 | georg.brandl | 2010-10-17 13:13:37 +0200 (So, 17 Okt 2010) | 1 line
      
        Port changes to pickle docs apparently lost in py3k.
      ........
        r85639 | georg.brandl | 2010-10-17 13:23:56 +0200 (So, 17 Okt 2010) | 1 line
      
        Make twisted example a bit more logical.
      ........
        r85641 | georg.brandl | 2010-10-17 13:29:07 +0200 (So, 17 Okt 2010) | 1 line
      
        Fix documentation of dis.opmap direction.
      ........
        r85642 | georg.brandl | 2010-10-17 13:36:28 +0200 (So, 17 Okt 2010) | 1 line
      
        #9730: fix example.
      ........
      ab32fec8
    • Georg Brandl's avatar
      Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from · c524cff3
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85530 | georg.brandl | 2010-10-15 17:32:05 +0200 (Fr, 15 Okt 2010) | 1 line
      
        Refrain from using inline suites.
      ........
        r85532 | georg.brandl | 2010-10-15 18:03:02 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7771: reference to documentation of dictview methods and operations.
      ........
        r85533 | georg.brandl | 2010-10-15 18:07:41 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly.
      ........
        r85534 | georg.brandl | 2010-10-15 18:19:43 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items.
      ........
        r85538 | georg.brandl | 2010-10-15 18:35:46 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7303: add documentation for useful pkgutil functions and classes.
      ........
        r85539 | georg.brandl | 2010-10-15 18:42:14 +0200 (Fr, 15 Okt 2010) | 1 line
      
        Fix issue references.
      ........
        r85540 | georg.brandl | 2010-10-15 18:42:37 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #6798: fix wrong docs for the arguments to several trace events.
      ........
        r85541 | georg.brandl | 2010-10-15 18:53:24 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #4968: updates to inspect.is* function docs.
      ........
        r85542 | georg.brandl | 2010-10-15 19:01:15 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #7790: move table of struct_time members to the actual description of struct_time.
      ........
        r85543 | georg.brandl | 2010-10-15 19:03:02 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings.
      ........
        r85546 | georg.brandl | 2010-10-15 19:58:45 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml().
      ........
        r85547 | georg.brandl | 2010-10-15 20:00:35 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #6098: Refrain from claiming DOM level 3 conformance in minidom.
      ........
        r85548 | georg.brandl | 2010-10-15 21:46:19 +0200 (Fr, 15 Okt 2010) | 1 line
      
        #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs.
      ........
      c524cff3
  12. 18 Nov, 2010 1 commit
    • Éric Araujo's avatar
      Fix usage of :option: in the docs (#9312). · 713d3039
      Éric Araujo authored
      :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
  13. 05 Nov, 2010 1 commit
    • Alexander Belopolsky's avatar
      Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from · 96d1eb1e
      Alexander Belopolsky authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85732 | alexander.belopolsky | 2010-10-19 17:07:52 -0400 (Tue, 19 Oct 2010) | 3 lines
      
        Issue #7061: Fixed some of the issues in turtle module documentation
        reported by Terry J. Reedy.
      ........
        r85778 | alexander.belopolsky | 2010-10-21 14:15:39 -0400 (Thu, 21 Oct 2010) | 1 line
      
        Issue #7061: Fixed section title
      ........
        r85785 | alexander.belopolsky | 2010-10-21 18:29:36 -0400 (Thu, 21 Oct 2010) | 1 line
      
        Fixed a typo
      ........
        r85853 | alexander.belopolsky | 2010-10-26 23:06:43 -0400 (Tue, 26 Oct 2010) | 4 lines
      
        Issue #7061: Dropped "for Tk" from turtle module title and moved its
        doc section under frameworks.  Also fixed a couple of markup issues
        that affected TOC rendering.
      ........
        r85930 | alexander.belopolsky | 2010-10-29 13:16:49 -0400 (Fri, 29 Oct 2010) | 1 line
      
        Issue 7061: Explained 'gon'
      ........
        r86008 | alexander.belopolsky | 2010-10-30 20:51:11 -0400 (Sat, 30 Oct 2010) | 1 line
      
        Issues #7061, #10225: Fixed doctests in turtle manual
      ........
        r86089 | alexander.belopolsky | 2010-11-01 11:45:34 -0400 (Mon, 01 Nov 2010) | 1 line
      
        Issue #7061: Simplified a section title.
      ........
      96d1eb1e
  14. 27 Oct, 2010 1 commit
  15. 21 Oct, 2010 1 commit
  16. 17 Oct, 2010 2 commits
  17. 16 Oct, 2010 2 commits
  18. 15 Oct, 2010 1 commit
  19. 06 Oct, 2010 5 commits
    • Georg Brandl's avatar
      60203b41
    • Georg Brandl's avatar
      Merged revisions 84142 via svnmerge from · 23b4f927
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r84142 | georg.brandl | 2010-08-17 17:07:14 +0200 (Di, 17 Aug 2010) | 1 line
      
        Consistency check for versionadded/changed directives.
      ........
      23b4f927
    • Georg Brandl's avatar
      Merged revisions... · 13f959b5
      Georg Brandl authored
      Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83561 | georg.brandl | 2010-08-02 22:17:50 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #4280: remove outdated "versionchecker" tool.
      ........
        r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9037: add example how to raise custom exceptions from C code.
      ........
        r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9111: document that do_help() looks at docstrings.
      ........
        r83566 | georg.brandl | 2010-08-02 22:30:57 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9019: remove false (in 3k) claim about Headers updates.
      ........
        r83569 | georg.brandl | 2010-08-02 22:39:35 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #7797: be explicit about bytes-oriented interface of base64 functions.
      ........
        r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line
      
        Clarify that abs() is not a namespace.
      ........
        r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #6867: epoll.register() returns None.
      ........
        r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9238: zipfile does handle archive comments.
      ........
        r83580 | georg.brandl | 2010-08-02 23:02:36 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #8119: fix copy-paste error.
      ........
        r83584 | georg.brandl | 2010-08-02 23:07:14 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9457: fix documentation links for 3.2.
      ........
        r83599 | georg.brandl | 2010-08-02 23:51:18 +0200 (Mo, 02 Aug 2010) | 1 line
      
        #9061: warn that single quotes are never escaped.
      ........
        r83612 | georg.brandl | 2010-08-03 00:59:44 +0200 (Di, 03 Aug 2010) | 1 line
      
        Fix unicode literal.
      ........
        r83659 | georg.brandl | 2010-08-03 14:06:29 +0200 (Di, 03 Aug 2010) | 1 line
      
        Terminology fix: exceptions are raised, except in generator.throw().
      ........
        r83977 | georg.brandl | 2010-08-13 17:10:49 +0200 (Fr, 13 Aug 2010) | 1 line
      
        Fix copy-paste error.
      ........
        r84015 | georg.brandl | 2010-08-14 17:44:34 +0200 (Sa, 14 Aug 2010) | 1 line
      
        Add some maintainers.
      ........
        r84016 | georg.brandl | 2010-08-14 17:46:15 +0200 (Sa, 14 Aug 2010) | 1 line
      
        Wording fix.
      ........
        r84017 | georg.brandl | 2010-08-14 17:46:59 +0200 (Sa, 14 Aug 2010) | 1 line
      
        Typo fix.
      ........
        r84018 | georg.brandl | 2010-08-14 17:48:49 +0200 (Sa, 14 Aug 2010) | 1 line
      
        Typo fix.
      ........
        r84020 | georg.brandl | 2010-08-14 17:57:20 +0200 (Sa, 14 Aug 2010) | 1 line
      
        Fix format.
      ........
        r84141 | georg.brandl | 2010-08-17 16:11:59 +0200 (Di, 17 Aug 2010) | 1 line
      
        Markup nits.
      ........
      13f959b5
    • Georg Brandl's avatar
      Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from · 16215c73
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r78959 | georg.brandl | 2010-03-14 11:56:14 +0100 (So, 14 Mär 2010) | 33 lines
      
        Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78760 | georg.brandl | 2010-03-07 16:23:59 +0100 (So, 07 Mär 2010) | 1 line
      
          #5341: more built-in vs builtin fixes.
        ........
          r78771 | georg.brandl | 2010-03-07 21:58:31 +0100 (So, 07 Mär 2010) | 1 line
      
          #8085: The function is called PyObject_NewVar, not PyObject_VarNew.
        ........
          r78772 | georg.brandl | 2010-03-07 22:12:28 +0100 (So, 07 Mär 2010) | 1 line
      
          #8039: document conditional expressions better, giving them their own section.
        ........
          r78773 | georg.brandl | 2010-03-07 22:32:06 +0100 (So, 07 Mär 2010) | 1 line
      
          #8044: document Py_{Enter,Leave}RecursiveCall functions.
        ........
          r78802 | georg.brandl | 2010-03-08 17:28:40 +0100 (Mo, 08 Mär 2010) | 1 line
      
          Fix typo.
        ........
          r78922 | georg.brandl | 2010-03-13 14:41:58 +0100 (Sa, 13 Mär 2010) | 1 line
      
          Update for new download location.
        ........
          r78952 | georg.brandl | 2010-03-14 10:55:08 +0100 (So, 14 Mär 2010) | 1 line
      
          #8137: add iso-8859-16 to the standard encodings table.
        ........
      ................
        r79170 | georg.brandl | 2010-03-21 10:02:59 +0100 (So, 21 Mär 2010) | 1 line
      
        Fix some issues found by Jacques Ducasse on the docs list.
      ................
        r79175 | georg.brandl | 2010-03-21 10:10:32 +0100 (So, 21 Mär 2010) | 9 lines
      
        Merged revisions 79172 via svnmerge from
        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.
        ........
      ................
        r79177 | georg.brandl | 2010-03-21 10:25:54 +0100 (So, 21 Mär 2010) | 1 line
      
        Need to use list(range()) to get a list.
      ................
        r79180 | georg.brandl | 2010-03-21 10:50:49 +0100 (So, 21 Mär 2010) | 9 lines
      
        Merged revisions 79178 via svnmerge from
        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.
        ........
      ................
        r79183 | georg.brandl | 2010-03-21 10:52:24 +0100 (So, 21 Mär 2010) | 9 lines
      
        Merged revisions 79181 via svnmerge from
        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.
        ........
      ................
        r79186 | georg.brandl | 2010-03-21 11:03:36 +0100 (So, 21 Mär 2010) | 13 lines
      
        Merged revisions 79184-79185 via svnmerge from
        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.
        ........
      ................
        r79193 | georg.brandl | 2010-03-21 12:53:50 +0100 (So, 21 Mär 2010) | 9 lines
      
        Merged revisions 79192 via svnmerge from
        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.
        ........
      ................
        r79581 | georg.brandl | 2010-04-02 10:47:07 +0200 (Fr, 02 Apr 2010) | 1 line
      
        #8213: document behavior of -u on py3k better.
      ................
      16215c73
    • Georg Brandl's avatar
      Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge from · d6abb72a
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r77236 | georg.brandl | 2010-01-02 15:51:12 +0100 (Sa, 02 Jan 2010) | 1 line
      
        #7592: remove duplicate description.
      ................
        r77383 | georg.brandl | 2010-01-09 10:48:46 +0100 (Sa, 09 Jan 2010) | 9 lines
      
        Merged revisions 77382 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line
      
          #7422: make it clear that getargspec() only works on Python functions.
        ........
      ................
        r77399 | georg.brandl | 2010-01-09 23:39:42 +0100 (Sa, 09 Jan 2010) | 1 line
      
        Remove redundant brackets in signatures.
      ................
        r77857 | georg.brandl | 2010-01-30 18:54:04 +0100 (Sa, 30 Jan 2010) | 1 line
      
        #7814: fix wrong example function usage.
      ................
        r78238 | georg.brandl | 2010-02-19 10:10:15 +0100 (Fr, 19 Feb 2010) | 1 line
      
        #5341: fix parenthesis placement.
      ................
        r78861 | georg.brandl | 2010-03-12 11:04:37 +0100 (Fr, 12 Mär 2010) | 1 line
      
        Make tool compatible with 2.x and 3.x.
      ................
        r78862 | georg.brandl | 2010-03-12 11:06:40 +0100 (Fr, 12 Mär 2010) | 13 lines
      
        Merged revisions 78859-78860 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78859 | georg.brandl | 2010-03-12 10:57:43 +0100 (Fr, 12 Mär 2010) | 1 line
      
          Get rid of backticks.
        ........
          r78860 | georg.brandl | 2010-03-12 11:02:03 +0100 (Fr, 12 Mär 2010) | 1 line
      
          Fix warnings from "make check".
        ........
      ................
        r78958 | georg.brandl | 2010-03-14 11:51:01 +0100 (So, 14 Mär 2010) | 37 lines
      
        Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78101 | georg.brandl | 2010-02-08 01:04:54 +0100 (Mo, 08 Feb 2010) | 1 line
      
          Fix test_fnmatch.
        ........
          r78115 | georg.brandl | 2010-02-08 23:40:51 +0100 (Mo, 08 Feb 2010) | 1 line
      
          Fix missing string formatting placeholder.
        ........
          r78117 | georg.brandl | 2010-02-08 23:48:37 +0100 (Mo, 08 Feb 2010) | 1 line
      
          Convert test failure from output-producing to self.fail().
        ........
          r78182 | georg.brandl | 2010-02-14 09:18:23 +0100 (So, 14 Feb 2010) | 1 line
      
          #7926: fix stray parens.
        ........
          r78188 | georg.brandl | 2010-02-14 14:38:12 +0100 (So, 14 Feb 2010) | 1 line
      
          #7926: fix-up wording.
        ........
          r78245 | georg.brandl | 2010-02-19 20:36:08 +0100 (Fr, 19 Feb 2010) | 1 line
      
          #7967: PyXML is no more.
        ........
          r78386 | georg.brandl | 2010-02-23 22:48:57 +0100 (Di, 23 Feb 2010) | 1 line
      
          #6544: fix refleak in kqueue, occurring in certain error conditions.
        ........
          r78496 | georg.brandl | 2010-02-27 15:58:08 +0100 (Sa, 27 Feb 2010) | 1 line
      
          Link to http://www.python.org/dev/workflow/ from bugs page.
        ........
      ................
      d6abb72a
  20. 15 Sep, 2010 2 commits
  21. 10 Sep, 2010 1 commit
  22. 01 Sep, 2010 1 commit
  23. 17 Aug, 2010 1 commit
  24. 03 Aug, 2010 1 commit
  25. 01 Aug, 2010 1 commit
    • Georg Brandl's avatar
      Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from · 611f8f5e
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r83352 | georg.brandl | 2010-07-31 20:11:07 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags.
      ........
        r83355 | georg.brandl | 2010-07-31 21:17:11 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Fix bad merge: test_support -> support.
      ........
        r83356 | georg.brandl | 2010-07-31 21:29:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Remove trailing whitespace.
      ........
        r83357 | georg.brandl | 2010-07-31 21:59:55 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #5778: document that sys.version can contain a newline.
      ........
        r83358 | georg.brandl | 2010-07-31 22:05:31 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module.
      ........
        r83362 | georg.brandl | 2010-07-31 23:12:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #8910: add a file explaining why Lib/test/data is there.
      ........
        r83366 | georg.brandl | 2010-07-31 23:26:40 +0200 (Sa, 31 Jul 2010) | 1 line
      
        There always is a False and True now.
      ........
        r83368 | georg.brandl | 2010-07-31 23:40:15 +0200 (Sa, 31 Jul 2010) | 1 line
      
        #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them.  See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
      ........
        r83369 | georg.brandl | 2010-07-31 23:41:42 +0200 (Sa, 31 Jul 2010) | 1 line
      
        Fix "Berkeley" name.
      ........
      611f8f5e
  26. 31 Jul, 2010 2 commits
  27. 03 Jul, 2010 2 commits
  28. 02 Jul, 2010 2 commits
  29. 23 May, 2010 1 commit