1. 29 Tem, 2015 1 kayıt (commit)
  2. 13 Eki, 2013 1 kayıt (commit)
  3. 12 Nis, 2013 1 kayıt (commit)
  4. 25 Ara, 2012 2 kayıt (commit)
  5. 02 Eki, 2012 1 kayıt (commit)
  6. 03 May, 2012 1 kayıt (commit)
  7. 09 Şub, 2012 2 kayıt (commit)
  8. 03 Ock, 2012 2 kayıt (commit)
  9. 11 Kas, 2011 1 kayıt (commit)
  10. 23 Eki, 2011 2 kayıt (commit)
  11. 19 Agu, 2011 1 kayıt (commit)
  12. 04 Tem, 2011 2 kayıt (commit)
  13. 25 May, 2011 1 kayıt (commit)
    • Senthil Kumaran's avatar
      Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails… · 5e826e8a
      Senthil Kumaran yazdı
      Fix closes issue #11109 -  socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass.
      
      A new method called service_action is made available in BaseServer, called by
      serve_forever loop. This useful in cases where Mixins can use it for cleanup
      action. ForkingMixin class uses service_action to collect the zombie child
      processes. Initial Patch by Justin Wark.
      5e826e8a
  14. 27 Ock, 2011 1 kayıt (commit)
  15. 19 May, 2010 1 kayıt (commit)
  16. 25 Kas, 2009 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 76518 via svnmerge from · 39778f6b
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r76518 | benjamin.peterson | 2009-11-25 12:34:42 -0600 (Wed, 25 Nov 2009) | 60 lines
      
        Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ................
          r76259 | georg.brandl | 2009-11-14 05:50:51 -0600 (Sat, 14 Nov 2009) | 1 line
      
          Fix terminology.
        ................
          r76326 | georg.brandl | 2009-11-16 10:44:05 -0600 (Mon, 16 Nov 2009) | 1 line
      
          #7302: fix link.
        ................
          r76376 | georg.brandl | 2009-11-18 13:39:14 -0600 (Wed, 18 Nov 2009) | 1 line
      
          upcase Python
        ................
          r76377 | georg.brandl | 2009-11-18 14:05:15 -0600 (Wed, 18 Nov 2009) | 1 line
      
          Fix markup.
        ................
          r76430 | r.david.murray | 2009-11-20 07:29:43 -0600 (Fri, 20 Nov 2009) | 2 lines
      
          Issue 7363: fix indentation in socketserver udpserver example.
        ................
          r76471 | georg.brandl | 2009-11-23 13:53:19 -0600 (Mon, 23 Nov 2009) | 1 line
      
          #7345: fix arguments of formatyear().
        ................
          r76517 | benjamin.peterson | 2009-11-25 12:16:46 -0600 (Wed, 25 Nov 2009) | 29 lines
      
          Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from
          svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
          ........
            r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line
      
            undeprecate the -p option; it's useful for converting python3 sources
          ........
            r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line
      
            simplify condition
          ........
            r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line
      
            fix handling of a utf-8 bom #7313
          ........
            r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line
      
            remove pdb turd
          ........
            r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line
      
            #7375 fix nested transformations in fix_urllib
          ........
            r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line
      
            use generator expressions in any()
          ........
        ................
      ................
      39778f6b
    • Benjamin Peterson's avatar
      Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from · 2021100d
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r76259 | georg.brandl | 2009-11-14 05:50:51 -0600 (Sat, 14 Nov 2009) | 1 line
      
        Fix terminology.
      ................
        r76326 | georg.brandl | 2009-11-16 10:44:05 -0600 (Mon, 16 Nov 2009) | 1 line
      
        #7302: fix link.
      ................
        r76376 | georg.brandl | 2009-11-18 13:39:14 -0600 (Wed, 18 Nov 2009) | 1 line
      
        upcase Python
      ................
        r76377 | georg.brandl | 2009-11-18 14:05:15 -0600 (Wed, 18 Nov 2009) | 1 line
      
        Fix markup.
      ................
        r76430 | r.david.murray | 2009-11-20 07:29:43 -0600 (Fri, 20 Nov 2009) | 2 lines
      
        Issue 7363: fix indentation in socketserver udpserver example.
      ................
        r76471 | georg.brandl | 2009-11-23 13:53:19 -0600 (Mon, 23 Nov 2009) | 1 line
      
        #7345: fix arguments of formatyear().
      ................
        r76517 | benjamin.peterson | 2009-11-25 12:16:46 -0600 (Wed, 25 Nov 2009) | 29 lines
      
        Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r76160 | benjamin.peterson | 2009-11-08 18:53:48 -0600 (Sun, 08 Nov 2009) | 1 line
      
          undeprecate the -p option; it's useful for converting python3 sources
        ........
          r76161 | benjamin.peterson | 2009-11-08 19:05:37 -0600 (Sun, 08 Nov 2009) | 1 line
      
          simplify condition
        ........
          r76250 | benjamin.peterson | 2009-11-13 16:56:48 -0600 (Fri, 13 Nov 2009) | 1 line
      
          fix handling of a utf-8 bom #7313
        ........
          r76252 | benjamin.peterson | 2009-11-13 16:58:36 -0600 (Fri, 13 Nov 2009) | 1 line
      
          remove pdb turd
        ........
          r76447 | benjamin.peterson | 2009-11-22 18:17:40 -0600 (Sun, 22 Nov 2009) | 1 line
      
          #7375 fix nested transformations in fix_urllib
        ........
          r76506 | benjamin.peterson | 2009-11-24 18:34:31 -0600 (Tue, 24 Nov 2009) | 1 line
      
          use generator expressions in any()
        ........
      ................
      2021100d
  17. 20 Kas, 2009 1 kayıt (commit)
  18. 27 Eki, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 5be70d44
      Georg Brandl yazdı
      Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,74616-74618,74631-74633,74652-74653,74666,74671,74737,74739,74779,74781-74782,74784,74791,74793,74818-74820,74822,74832 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74492 | r.david.murray | 2009-08-17 21:26:49 +0200 (Mo, 17 Aug 2009) | 2 lines
      
        Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.
      ........
        r74531 | vinay.sajip | 2009-08-21 00:04:32 +0200 (Fr, 21 Aug 2009) | 1 line
      
        Added section on exceptions raised during logging.
      ........
        r74545 | georg.brandl | 2009-08-24 19:14:29 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6772: mention utf-8 as utf8 alias.
      ........
        r74546 | georg.brandl | 2009-08-24 19:20:40 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6725: spell "namespace" consistently.
      ........
        r74547 | georg.brandl | 2009-08-24 19:22:05 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6718: fix example.
      ........
        r74548 | georg.brandl | 2009-08-24 19:24:27 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6677: mention "deleting" as an alias for removing files.
      ........
        r74549 | benjamin.peterson | 2009-08-24 19:42:36 +0200 (Mo, 24 Aug 2009) | 1 line
      
        fix pdf building by teaching latex the right encoding package
      ........
        r74550 | georg.brandl | 2009-08-24 19:48:40 +0200 (Mo, 24 Aug 2009) | 1 line
      
        #6677: note that rmdir only removes empty directories.
      ........
        r74553 | r.david.murray | 2009-08-27 03:04:59 +0200 (Do, 27 Aug 2009) | 2 lines
      
        Remove leftover text from end of sentence.
      ........
        r74554 | georg.brandl | 2009-08-27 20:59:02 +0200 (Do, 27 Aug 2009) | 1 line
      
        Typo fix.
      ........
        r74555 | georg.brandl | 2009-08-27 21:02:43 +0200 (Do, 27 Aug 2009) | 1 line
      
        #6787: reference fix.
      ........
        r74588 | georg.brandl | 2009-08-30 10:35:01 +0200 (So, 30 Aug 2009) | 1 line
      
        #6803: fix old name.
      ........
        r74603 | georg.brandl | 2009-08-31 08:38:29 +0200 (Mo, 31 Aug 2009) | 1 line
      
        other -> others where multiple arguments are accepted.
      ........
        r74608 | senthil.kumaran | 2009-08-31 18:40:27 +0200 (Mo, 31 Aug 2009) | 3 lines
      
        Doc fix for the issue2637.
      ........
        r74614 | georg.brandl | 2009-09-01 09:40:54 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6813: better documentation for numberless string formats.
      ........
        r74616 | georg.brandl | 2009-09-01 09:46:26 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6808: clarification.
      ........
        r74617 | georg.brandl | 2009-09-01 09:53:37 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6765: hint that log(x, base) is not very sophisticated.
      ........
        r74618 | georg.brandl | 2009-09-01 10:00:47 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6810: add a link to the section about frame objects instead of just a description where to find it.
      ........
        r74631 | georg.brandl | 2009-09-02 22:37:16 +0200 (Mi, 02 Sep 2009) | 1 line
      
        #6821: fix signature of PyBuffer_Release().
      ........
        r74632 | georg.brandl | 2009-09-03 09:27:26 +0200 (Do, 03 Sep 2009) | 1 line
      
        #6828: fix wrongly highlighted blocks.
      ........
        r74633 | georg.brandl | 2009-09-03 14:31:39 +0200 (Do, 03 Sep 2009) | 1 line
      
        #6757: complete the list of types that marshal can serialize.
      ........
        r74652 | georg.brandl | 2009-09-04 13:25:37 +0200 (Fr, 04 Sep 2009) | 1 line
      
        #6756: add some info about the "acct" parameter.
      ........
        r74653 | georg.brandl | 2009-09-04 13:32:18 +0200 (Fr, 04 Sep 2009) | 1 line
      
        #6777: dont discourage usage of Exception.args or promote usage of Exception.message.
      ........
        r74666 | georg.brandl | 2009-09-05 11:04:09 +0200 (Sa, 05 Sep 2009) | 1 line
      
        #6841: remove duplicated word.
      ........
        r74671 | georg.brandl | 2009-09-05 18:47:17 +0200 (Sa, 05 Sep 2009) | 1 line
      
        #6843: add link from filterwarnings to where the meaning of the arguments is covered.
      ........
        r74737 | georg.brandl | 2009-09-09 18:49:13 +0200 (Mi, 09 Sep 2009) | 1 line
      
        Properly document copy and deepcopy as functions.
      ........
        r74739 | georg.brandl | 2009-09-11 09:55:20 +0200 (Fr, 11 Sep 2009) | 1 line
      
        Move function back to its section.
      ........
        r74779 | michael.foord | 2009-09-13 18:13:36 +0200 (So, 13 Sep 2009) | 1 line
      
        Change to tutorial wording for reading text / binary files on Windows. Issue #6301.
      ........
        r74781 | michael.foord | 2009-09-13 18:46:19 +0200 (So, 13 Sep 2009) | 1 line
      
        Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
      ........
        r74782 | michael.foord | 2009-09-13 19:07:46 +0200 (So, 13 Sep 2009) | 1 line
      
        Tutorial tweaks. Issue 6849.
      ........
        r74784 | georg.brandl | 2009-09-13 20:15:07 +0200 (So, 13 Sep 2009) | 1 line
      
        Typo fix.
      ........
        r74791 | georg.brandl | 2009-09-14 16:08:54 +0200 (Mo, 14 Sep 2009) | 1 line
      
        #6574: list the future features in a table.
      ........
        r74793 | georg.brandl | 2009-09-14 16:50:47 +0200 (Mo, 14 Sep 2009) | 1 line
      
        #6908: fix association of hashlib hash attributes.
      ........
        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.
      ........
        r74832 | georg.brandl | 2009-09-16 17:57:46 +0200 (Mi, 16 Sep 2009) | 1 line
      
        Rewrap long lines.
      ........
      5be70d44
  19. 02 Eyl, 2009 1 kayıt (commit)
  20. 24 Agu, 2009 1 kayıt (commit)
  21. 24 Haz, 2009 1 kayıt (commit)
  22. 07 Haz, 2009 1 kayıt (commit)
  23. 05 Nis, 2009 3 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
    • Georg Brandl's avatar
      #1742837: expand HTTP server docs, and fix SocketServer ones to document methods… · 9af0c560
      Georg Brandl yazdı
      #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
      9af0c560
  24. 23 Şub, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · ec7d3909
      Georg Brandl yazdı
      Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,69293,69295,69297-69301,69409,69414,69570,69573,69576,69728-69730,69769,69776,69803-69805,69840,69896 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68582 | georg.brandl | 2009-01-13 23:14:01 +0100 (Di, 13 Jan 2009) | 2 lines
      
        Use assertRaises.
      ........
        r68718 | georg.brandl | 2009-01-18 11:42:35 +0100 (So, 18 Jan 2009) | 1 line
      
        #4976: union() and intersection() take multiple args, but talk about "the other".
      ........
        r68720 | georg.brandl | 2009-01-18 11:45:22 +0100 (So, 18 Jan 2009) | 1 line
      
        #4974: fix redundant mention of lists and tuples.
      ........
        r68721 | georg.brandl | 2009-01-18 11:48:16 +0100 (So, 18 Jan 2009) | 1 line
      
        #4914: trunc is in math.
      ........
        r68724 | georg.brandl | 2009-01-18 14:24:10 +0100 (So, 18 Jan 2009) | 1 line
      
        #4979: correct result range for some random functions.
      ........
        r68725 | georg.brandl | 2009-01-18 14:47:26 +0100 (So, 18 Jan 2009) | 1 line
      
        #4857: fix augmented assignment target spec.
      ........
        r68726 | georg.brandl | 2009-01-18 15:41:52 +0100 (So, 18 Jan 2009) | 1 line
      
        #4923: clarify what was added.
      ........
        r68727 | georg.brandl | 2009-01-18 19:25:30 +0100 (So, 18 Jan 2009) | 1 line
      
        #4986: augassigns are not expressions.
      ........
        r68859 | georg.brandl | 2009-01-22 19:29:28 +0100 (Do, 22 Jan 2009) | 2 lines
      
        Clarify wording.
      ........
        r68973 | georg.brandl | 2009-01-26 22:29:38 +0100 (Mo, 26 Jan 2009) | 2 lines
      
        Copy over docs on advanced role features from Sphinx docs.
      ........
        r69288 | georg.brandl | 2009-02-05 11:30:57 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5153: fix typo in example.
      ........
        r69289 | georg.brandl | 2009-02-05 11:37:07 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5144: document that PySys_SetArgv prepends the script directory (or the empty string) to sys.path.
      ........
        r69293 | georg.brandl | 2009-02-05 11:59:28 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5059: fix example.
      ........
        r69295 | georg.brandl | 2009-02-05 12:23:47 +0100 (Do, 05 Feb 2009) | 1 line
      
        PyErr_PrintEx is also in 2.x...
      ........
        r69297 | georg.brandl | 2009-02-05 12:32:18 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5015: document PythonHome API functions.
      ........
        r69298 | georg.brandl | 2009-02-05 12:33:21 +0100 (Do, 05 Feb 2009) | 1 line
      
        #4827: fix callback example.
      ........
        r69299 | georg.brandl | 2009-02-05 12:35:28 +0100 (Do, 05 Feb 2009) | 1 line
      
        #4820: use correct module for ctypes.util.
      ........
        r69300 | georg.brandl | 2009-02-05 12:38:23 +0100 (Do, 05 Feb 2009) | 1 line
      
        #4563: disable alpha and roman lists, fixes wrong formatting of contributor list.
      ........
        r69301 | georg.brandl | 2009-02-05 12:40:35 +0100 (Do, 05 Feb 2009) | 1 line
      
        #5031: fix Thread.daemon property docs.
      ........
        r69409 | georg.brandl | 2009-02-07 13:21:17 +0100 (Sa, 07 Feb 2009) | 1 line
      
        #5174: fix wrong file closing in example.
      ........
        r69414 | georg.brandl | 2009-02-07 19:49:54 +0100 (Sa, 07 Feb 2009) | 1 line
      
        make "super only for new-style classes" a note.
      ........
        r69570 | georg.brandl | 2009-02-13 11:40:14 +0100 (Fr, 13 Feb 2009) | 1 line
      
        #4894: document "newurl" parameter to redirect_request().
      ........
        r69573 | georg.brandl | 2009-02-13 11:44:17 +0100 (Fr, 13 Feb 2009) | 1 line
      
        #3734: document complex coercing behavior better.
      ........
        r69576 | georg.brandl | 2009-02-13 11:56:50 +0100 (Fr, 13 Feb 2009) | 1 line
      
        #1661108: note that urlsafe encoded string can contain "=".
      ........
        r69728 | georg.brandl | 2009-02-18 01:22:55 +0100 (Mi, 18 Feb 2009) | 2 lines
      
        #5297: fix example.
      ........
        r69729 | georg.brandl | 2009-02-18 01:25:13 +0100 (Mi, 18 Feb 2009) | 2 lines
      
        #5296: sequence -> iterable.
      ........
        r69730 | georg.brandl | 2009-02-18 01:31:36 +0100 (Mi, 18 Feb 2009) | 2 lines
      
        #5268: mention VMSError.
      ........
        r69769 | georg.brandl | 2009-02-19 09:30:06 +0100 (Do, 19 Feb 2009) | 1 line
      
        #5310, #3558: fix operator precedence table.
      ........
        r69776 | georg.brandl | 2009-02-19 17:34:51 +0100 (Do, 19 Feb 2009) | 2 lines
      
        #5317: update IronPython URL.
      ........
        r69803 | georg.brandl | 2009-02-20 08:48:21 +0100 (Fr, 20 Feb 2009) | 1 line
      
        #5327: fix a broken link by joining it.
      ........
        r69804 | georg.brandl | 2009-02-20 09:22:21 +0100 (Fr, 20 Feb 2009) | 1 line
      
        At least separate imports from other statements.
      ........
        r69805 | georg.brandl | 2009-02-20 09:45:47 +0100 (Fr, 20 Feb 2009) | 2 lines
      
        Fix punctuation.
      ........
        r69840 | georg.brandl | 2009-02-21 20:09:40 +0100 (Sa, 21 Feb 2009) | 1 line
      
        #5338, #5339: two types in the API manual.
      ........
        r69896 | georg.brandl | 2009-02-23 11:24:23 +0100 (Mo, 23 Feb 2009) | 1 line
      
        #5348: format() converts all kinds of values.
      ........
      ec7d3909
  25. 19 Şub, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · d75fcb4d
      Benjamin Peterson yazdı
      Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r69576 | georg.brandl | 2009-02-13 04:56:50 -0600 (Fri, 13 Feb 2009) | 1 line
      
        #1661108: note that urlsafe encoded string can contain "=".
      ........
        r69579 | georg.brandl | 2009-02-13 05:06:59 -0600 (Fri, 13 Feb 2009) | 2 lines
      
        Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
      ........
        r69580 | georg.brandl | 2009-02-13 05:10:04 -0600 (Fri, 13 Feb 2009) | 2 lines
      
        Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
      ........
        r69589 | martin.v.loewis | 2009-02-13 14:11:34 -0600 (Fri, 13 Feb 2009) | 2 lines
      
        Move amd64 properties further to the top, so that they override
        the linker options correctly.
      ........
        r69619 | benjamin.peterson | 2009-02-14 11:00:51 -0600 (Sat, 14 Feb 2009) | 1 line
      
        this needn't be a shebang line
      ........
        r69620 | georg.brandl | 2009-02-14 11:01:36 -0600 (Sat, 14 Feb 2009) | 1 line
      
        #5179: don't leak PIPE fds when child execution fails.
      ........
        r69633 | hirokazu.yamamoto | 2009-02-15 03:19:48 -0600 (Sun, 15 Feb 2009) | 1 line
      
        Fixed typo.
      ........
        r69703 | raymond.hettinger | 2009-02-16 16:42:54 -0600 (Mon, 16 Feb 2009) | 3 lines
      
        Issue 5229: Documentation for super() neglects to say what super() actually does
      ........
        r69704 | raymond.hettinger | 2009-02-16 17:00:25 -0600 (Mon, 16 Feb 2009) | 1 line
      
        Add explanation for super(type1, type2).
      ........
        r69728 | georg.brandl | 2009-02-17 18:22:55 -0600 (Tue, 17 Feb 2009) | 2 lines
      
        #5297: fix example.
      ........
        r69729 | georg.brandl | 2009-02-17 18:25:13 -0600 (Tue, 17 Feb 2009) | 2 lines
      
        #5296: sequence -> iterable.
      ........
        r69730 | georg.brandl | 2009-02-17 18:31:36 -0600 (Tue, 17 Feb 2009) | 2 lines
      
        #5268: mention VMSError.
      ........
      d75fcb4d
  26. 18 Şub, 2009 1 kayıt (commit)
  27. 03 Ock, 2009 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 734373cc
      Georg Brandl yazdı
      Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68133 | antoine.pitrou | 2009-01-01 16:38:03 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fill in actual issue number in tests
      ........
        r68134 | hirokazu.yamamoto | 2009-01-01 16:45:39 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open
        file with `str' filename on Windows.
      ........
        r68141 | benjamin.peterson | 2009-01-01 17:43:12 +0100 (Thu, 01 Jan 2009) | 1 line
      
        fix highlighting
      ........
        r68142 | benjamin.peterson | 2009-01-01 18:29:49 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        welcome to 2009, Python!
      ........
        r68145 | amaury.forgeotdarc | 2009-01-02 01:03:54 +0100 (Fri, 02 Jan 2009) | 5 lines
      
        #4801 _collections module fails to build on cygwin.
      
        _PyObject_GC_TRACK is the macro version of PyObject_GC_Track,
        and according to documentation it should not be used for extension modules.
      ........
        r68146 | ronald.oussoren | 2009-01-02 11:44:46 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4472: "configure --enable-shared doesn't work on OSX"
      ........
        r68148 | ronald.oussoren | 2009-01-02 11:48:31 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Forgot to add a NEWS item in my previous checkin
      ........
        r68149 | ronald.oussoren | 2009-01-02 11:50:48 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue4780
      ........
        r68159 | ronald.oussoren | 2009-01-02 15:48:17 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue 1627952
      ........
        r68160 | ronald.oussoren | 2009-01-02 15:52:09 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Fix for issue r1737832
      ........
        r68161 | ronald.oussoren | 2009-01-02 16:00:05 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 1149804
      ........
        r68162 | ronald.oussoren | 2009-01-02 16:06:00 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        Fix for issue 4472 is incompatible with Cygwin, this patch
        should fix that.
      ........
        r68166 | benjamin.peterson | 2009-01-02 19:26:23 +0100 (Fri, 02 Jan 2009) | 1 line
      
        document PyMemberDef
      ........
        r68171 | georg.brandl | 2009-01-02 21:25:14 +0100 (Fri, 02 Jan 2009) | 3 lines
      
        #4811: fix markup glitches (mostly remains of the conversion),
        found by Gabriel Genellina.
      ........
        r68172 | martin.v.loewis | 2009-01-02 21:32:55 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Issue #4075: Use OutputDebugStringW in Py_FatalError.
      ........
        r68173 | martin.v.loewis | 2009-01-02 21:40:14 +0100 (Fri, 02 Jan 2009) | 2 lines
      
        Issue #4051: Prevent conflict of UNICODE macros in cPickle.
      ........
        r68174 | benjamin.peterson | 2009-01-02 21:47:27 +0100 (Fri, 02 Jan 2009) | 1 line
      
        fix compilation on non-Windows platforms
      ........
        r68179 | raymond.hettinger | 2009-01-02 22:26:45 +0100 (Fri, 02 Jan 2009) | 1 line
      
        Issue #4615.  Document how to use itertools for de-duping.
      ........
        r68195 | georg.brandl | 2009-01-03 14:45:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove useless string literal.
      ........
        r68196 | georg.brandl | 2009-01-03 15:29:53 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix indentation.
      ........
        r68210 | georg.brandl | 2009-01-03 20:10:12 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Set eol-style correctly for mp_distributing.py.
      ........
        r68214 | georg.brandl | 2009-01-03 20:44:48 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Make indentation consistent.
      ........
        r68215 | georg.brandl | 2009-01-03 21:15:14 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix role name.
      ........
        r68217 | georg.brandl | 2009-01-03 21:30:15 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources.
      ........
        r68218 | georg.brandl | 2009-01-03 21:38:59 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Recognize usage of the default role.
      ........
        r68219 | georg.brandl | 2009-01-03 21:47:01 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Fix uses of the default role.
      ........
        r68220 | georg.brandl | 2009-01-03 21:55:06 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove trailing whitespace.
      ........
        r68221 | georg.brandl | 2009-01-03 22:04:55 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Remove tabs from the documentation.
      ........
        r68222 | georg.brandl | 2009-01-03 22:11:58 +0100 (Sat, 03 Jan 2009) | 2 lines
      
        Disable the line length checker by default.
      ........
      734373cc
    • Georg Brandl's avatar
      Fix uses of the default role. · e92818f5
      Georg Brandl yazdı
      e92818f5
  28. 01 Ock, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 47fe9817
      Georg Brandl yazdı
      Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,67970-67971,67973,67982,67988,67990,67995,68014,68016,68030,68057,68061,68112,68115-68118,68120-68121,68123-68128 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67952 | georg.brandl | 2008-12-27 18:42:40 +0100 (Sat, 27 Dec 2008) | 2 lines
      
        #4752: actually use custom handler in example.
      ........
        r67953 | georg.brandl | 2008-12-27 19:20:04 +0100 (Sat, 27 Dec 2008) | 3 lines
      
        Patch #4739 by David Laban: add symbols to pydoc help topics,
        so that ``help('@')`` works as expected.
      ........
        r67955 | georg.brandl | 2008-12-27 19:27:53 +0100 (Sat, 27 Dec 2008) | 3 lines
      
        Follow-up to r67746 in order to restore backwards-compatibility for
        those who (monkey-)patch TextWrapper.wordsep_re with a custom RE.
      ........
        r67957 | georg.brandl | 2008-12-27 19:49:19 +0100 (Sat, 27 Dec 2008) | 2 lines
      
        #4754: improve winsound documentation.
      ........
        r67958 | georg.brandl | 2008-12-27 20:02:59 +0100 (Sat, 27 Dec 2008) | 2 lines
      
        #4682: 'b' is actually unsigned char.
      ........
        r67960 | georg.brandl | 2008-12-27 20:04:44 +0100 (Sat, 27 Dec 2008) | 2 lines
      
        #4695: fix backslashery.
      ........
        r67961 | georg.brandl | 2008-12-27 20:06:04 +0100 (Sat, 27 Dec 2008) | 2 lines
      
        Use :samp: role.
      ........
        r67963 | georg.brandl | 2008-12-27 20:11:15 +0100 (Sat, 27 Dec 2008) | 2 lines
      
        #4671: document that pydoc imports modules.
      ........
        r67965 | antoine.pitrou | 2008-12-27 21:34:52 +0100 (Sat, 27 Dec 2008) | 3 lines
      
        Issue #4677: add two list comprehension tests to pybench.
      ........
        r67967 | benjamin.peterson | 2008-12-27 23:18:58 +0100 (Sat, 27 Dec 2008) | 1 line
      
        fix markup
      ........
        r67970 | alexandre.vassalotti | 2008-12-28 02:52:58 +0100 (Sun, 28 Dec 2008) | 2 lines
      
        Fix name mangling of PyUnicode_ClearFreeList.
      ........
        r67971 | alexandre.vassalotti | 2008-12-28 03:10:35 +0100 (Sun, 28 Dec 2008) | 2 lines
      
        Sort UCS-2/UCS-4 name mangling list.
      ........
        r67973 | alexandre.vassalotti | 2008-12-28 03:58:22 +0100 (Sun, 28 Dec 2008) | 2 lines
      
        Document Py_VaBuildValue.
      ........
        r67982 | benjamin.peterson | 2008-12-28 16:37:31 +0100 (Sun, 28 Dec 2008) | 1 line
      
        fix WORD_BIGEDIAN declaration in Universal builds; fixes #4060 and #4728
      ........
        r67988 | ronald.oussoren | 2008-12-28 20:40:56 +0100 (Sun, 28 Dec 2008) | 1 line
      
        Issue4064: architecture string for universal builds on OSX
      ........
        r67990 | ronald.oussoren | 2008-12-28 20:50:40 +0100 (Sun, 28 Dec 2008) | 3 lines
      
        Update the fix for issue4064 to deal correctly with all three variants of
        universal builds that are presented by the configure script.
      ........
        r67995 | benjamin.peterson | 2008-12-28 22:16:07 +0100 (Sun, 28 Dec 2008) | 1 line
      
        #4763 PyErr_ExceptionMatches won't blow up with NULL arguments
      ........
        r68014 | benjamin.peterson | 2008-12-29 18:47:42 +0100 (Mon, 29 Dec 2008) | 1 line
      
        #4764 set IOError.filename when trying to open a directory on POSIX platforms
      ........
        r68016 | benjamin.peterson | 2008-12-29 18:56:58 +0100 (Mon, 29 Dec 2008) | 1 line
      
        #4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms
      ........
        r68030 | benjamin.peterson | 2008-12-29 22:38:14 +0100 (Mon, 29 Dec 2008) | 1 line
      
        fix French
      ........
        r68057 | vinay.sajip | 2008-12-30 08:01:25 +0100 (Tue, 30 Dec 2008) | 1 line
      
        Minor documentation change relating to NullHandler.
      ........
        r68061 | georg.brandl | 2008-12-30 11:15:49 +0100 (Tue, 30 Dec 2008) | 2 lines
      
        #4778: attributes can't be called.
      ........
        r68112 | benjamin.peterson | 2009-01-01 00:48:39 +0100 (Thu, 01 Jan 2009) | 1 line
      
        #4795 inspect.isgeneratorfunction() should return False instead of None
      ........
        r68115 | benjamin.peterson | 2009-01-01 05:04:41 +0100 (Thu, 01 Jan 2009) | 1 line
      
        simplfy code
      ........
        r68116 | georg.brandl | 2009-01-01 12:46:51 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        #4100: note that element children are not necessarily present on "start" events.
      ........
        r68117 | georg.brandl | 2009-01-01 12:53:55 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        #4156: make clear that "protocol" is to be replaced with the protocol name.
      ........
        r68118 | georg.brandl | 2009-01-01 13:00:19 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        #4185: clarify escape behavior of replacement strings.
      ........
        r68120 | georg.brandl | 2009-01-01 13:15:31 +0100 (Thu, 01 Jan 2009) | 4 lines
      
        #4228: Pack negative values the same way as 2.4
        in struct's L format.
      ........
        r68121 | georg.brandl | 2009-01-01 13:43:33 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        Point to types module in new module deprecation notice.
      ........
        r68123 | georg.brandl | 2009-01-01 13:52:29 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        #4784: ... on three counts ...
      ........
        r68124 | georg.brandl | 2009-01-01 13:53:19 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        #4782: Fix markup error that hid load() and loads().
      ........
        r68125 | georg.brandl | 2009-01-01 14:02:09 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        #4776: add data_files and package_dir arguments.
      ........
        r68126 | georg.brandl | 2009-01-01 14:05:13 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        Handlers are in the `logging.handlers` module.
      ........
        r68127 | georg.brandl | 2009-01-01 14:14:49 +0100 (Thu, 01 Jan 2009) | 2 lines
      
        #4767: Use correct submodules for all MIME classes.
      ........
        r68128 | antoine.pitrou | 2009-01-01 15:11:22 +0100 (Thu, 01 Jan 2009) | 3 lines
      
        Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected.
      ........
      47fe9817
  29. 27 Ara, 2008 1 kayıt (commit)
  30. 08 Kas, 2008 1 kayıt (commit)
  31. 26 Haz, 2008 1 kayıt (commit)