1. 29 Eki, 2014 2 kayıt (commit)
  2. 13 Eki, 2014 1 kayıt (commit)
  3. 14 Ock, 2014 1 kayıt (commit)
  4. 31 Ara, 2011 1 kayıt (commit)
  5. 14 Eki, 2011 1 kayıt (commit)
  6. 26 Şub, 2011 1 kayıt (commit)
  7. 06 Eki, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge from · d6abb72a
      Georg Brandl yazdı
      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
  8. 22 Nis, 2010 4 kayıt (commit)
  9. 21 Mar, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 5a7eca17
      Georg Brandl yazdı
      Merged revisions 77593,77702-77703,77858,77887,78113-78115,78117,78245,78385-78386,78496,78760,78771-78773,78802 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77593 | georg.brandl | 2010-01-18 00:33:53 +0100 (Mo, 18 Jan 2010) | 1 line
      
        Fix internal reference.
      ........
        r77702 | georg.brandl | 2010-01-23 09:43:31 +0100 (Sa, 23 Jan 2010) | 1 line
      
        #7762: fix refcount annotation of PyUnicode_Tailmatch().
      ........
        r77703 | georg.brandl | 2010-01-23 09:47:54 +0100 (Sa, 23 Jan 2010) | 1 line
      
        #7725: fix referencing issue.
      ........
        r77858 | georg.brandl | 2010-01-30 18:57:48 +0100 (Sa, 30 Jan 2010) | 1 line
      
        #7802: fix invalid example (heh).
      ........
        r77887 | georg.brandl | 2010-01-31 19:51:49 +0100 (So, 31 Jan 2010) | 5 lines
      
        Fix-up ftplib documentation:
        move exception descriptions to toplevel, not inside a class
        remove attribution in "versionadded"
        spell and grammar check docstring of FTP_TLS
      ........
        r78113 | georg.brandl | 2010-02-08 23:37:20 +0100 (Mo, 08 Feb 2010) | 1 line
      
        Fix missing string formatting argument.
      ........
        r78114 | georg.brandl | 2010-02-08 23:37:52 +0100 (Mo, 08 Feb 2010) | 1 line
      
        Fix undefined local.
      ........
        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().
      ........
        r78245 | georg.brandl | 2010-02-19 20:36:08 +0100 (Fr, 19 Feb 2010) | 1 line
      
        #7967: PyXML is no more.
      ........
        r78385 | georg.brandl | 2010-02-23 22:33:17 +0100 (Di, 23 Feb 2010) | 1 line
      
        #8000: fix deprecated directive.  What a shame to lose that glorious issue number to such a minor bug :)
      ........
        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.
      ........
        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.
      ........
      5a7eca17
  10. 14 Mar, 2010 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge from · c0e22b78
      Georg Brandl yazdı
      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.
      ........
      c0e22b78
  11. 27 Şub, 2010 1 kayıt (commit)
  12. 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
  13. 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
  14. 16 May, 2009 1 kayıt (commit)
  15. 25 Agu, 2008 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · a786b026
      Benjamin Peterson yazdı
      Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r65910 | benjamin.peterson | 2008-08-20 09:07:59 -0500 (Wed, 20 Aug 2008) | 1 line
      
        fix up the multiprocessing docs a little
      ........
        r65977 | christian.heimes | 2008-08-22 14:47:25 -0500 (Fri, 22 Aug 2008) | 3 lines
      
        Silenced compiler warning
        Objects/stringlib/find.h:97: warning: 'stringlib_contains_obj' defined but not used
        Reviewed by Benjamin Peterson
      ........
        r65980 | christian.heimes | 2008-08-22 15:10:27 -0500 (Fri, 22 Aug 2008) | 3 lines
      
        Fixed two format strings in the _collections module. For example
        Modules/_collectionsmodule.c:674: warning: format '%i' expects type 'int', but argument 2 has type 'Py_ssize_t'
        Reviewed by Benjamin Peterson
      ........
        r65984 | christian.heimes | 2008-08-22 16:23:47 -0500 (Fri, 22 Aug 2008) | 1 line
      
        d is the correct format string
      ........
        r65986 | mark.hammond | 2008-08-22 19:59:14 -0500 (Fri, 22 Aug 2008) | 2 lines
      
        Fix bug 3625: test issues on 64bit windows. r=pitrou
      ........
        r66000 | benjamin.peterson | 2008-08-23 15:27:43 -0500 (Sat, 23 Aug 2008) | 5 lines
      
        #3643 add a few more checks to _testcapi to prevent segfaults
      
        Author: Victor Stinner
        Reviewer: Benjamin Peterson
      ........
        r66011 | neal.norwitz | 2008-08-24 12:27:43 -0500 (Sun, 24 Aug 2008) | 1 line
      
        Ignore a couple more tests that report leaks inconsistently.
      ........
        r66012 | neal.norwitz | 2008-08-24 12:29:53 -0500 (Sun, 24 Aug 2008) | 1 line
      
        Use the actual blacklist of leaky tests
      ........
        r66014 | georg.brandl | 2008-08-24 13:11:07 -0500 (Sun, 24 Aug 2008) | 2 lines
      
        #3654: fix duplicate test method name. Review by Benjamin P.
      ........
        r66017 | benjamin.peterson | 2008-08-24 16:55:03 -0500 (Sun, 24 Aug 2008) | 1 line
      
        remove note about unimplemented feature
      ........
        r66020 | brett.cannon | 2008-08-24 18:15:19 -0500 (Sun, 24 Aug 2008) | 1 line
      
        Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API.
      ........
      a786b026
  16. 24 Agu, 2008 1 kayıt (commit)
  17. 04 May, 2008 2 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · 81ee3efe
      Christian Heimes yazdı
      Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r62425 | andrew.kuchling | 2008-04-21 03:45:57 +0200 (Mon, 21 Apr 2008) | 1 line
      
        Comment typo
      ................
        r62426 | mark.dickinson | 2008-04-21 03:55:50 +0200 (Mon, 21 Apr 2008) | 2 lines
      
        Silence 'r may be used uninitialized' compiler warning.
      ................
        r62427 | andrew.kuchling | 2008-04-21 04:08:00 +0200 (Mon, 21 Apr 2008) | 1 line
      
        Markup fix
      ................
        r62428 | andrew.kuchling | 2008-04-21 04:08:13 +0200 (Mon, 21 Apr 2008) | 1 line
      
        Wording changes
      ................
        r62429 | andrew.kuchling | 2008-04-21 04:14:24 +0200 (Mon, 21 Apr 2008) | 1 line
      
        Add various items
      ................
        r62434 | thomas.heller | 2008-04-21 15:46:55 +0200 (Mon, 21 Apr 2008) | 1 line
      
        Fix typo.
      ................
        r62435 | david.goodger | 2008-04-21 16:40:22 +0200 (Mon, 21 Apr 2008) | 1 line
      
        corrections ("reStructuredText" is one word)
      ................
        r62436 | david.goodger | 2008-04-21 16:43:33 +0200 (Mon, 21 Apr 2008) | 1 line
      
        capitalization
      ................
        r62441 | gregory.p.smith | 2008-04-21 19:46:40 +0200 (Mon, 21 Apr 2008) | 2 lines
      
        explicitly flush after the ... since there wasn't a newline
      ................
        r62444 | jeroen.ruigrok | 2008-04-21 22:15:39 +0200 (Mon, 21 Apr 2008) | 2 lines
      
        Windows x64 also falls under VER_PLATFORM_WIN32_NT.
      ................
        r62446 | gregory.p.smith | 2008-04-21 23:31:08 +0200 (Mon, 21 Apr 2008) | 3 lines
      
        If sys.stdin is not a tty, fall back to default_getpass after printing
        a warning instead of failing with a termios.error.
      ................
        r62447 | mark.dickinson | 2008-04-22 00:32:24 +0200 (Tue, 22 Apr 2008) | 8 lines
      
        test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot,
        apparently because tanh(-0.) loses the sign of zero on that platform.
        If true, this is a bug in FreeBSD.
      
        Added a configure test to verify this.  I still need to figure out
        how best to deal with this failure.
      ................
        r62448 | amaury.forgeotdarc | 2008-04-22 00:35:30 +0200 (Tue, 22 Apr 2008) | 7 lines
      
        Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console.
        It seems to work, but will fail at the first flush.
      
        This causes IDLE to crash when too many warnings are printed.
      
        Will backport.
      ................
        r62450 | benjamin.peterson | 2008-04-22 00:57:00 +0200 (Tue, 22 Apr 2008) | 2 lines
      
        Fix Sphinx warnings
      ................
        r62451 | mark.dickinson | 2008-04-22 02:54:27 +0200 (Tue, 22 Apr 2008) | 3 lines
      
        Make configure test for tanh(-0.) == -0. committed in r62447 actually
        work.  (The test wasn't properly linked with libm.  Sigh.)
      ................
        r62452 | benjamin.peterson | 2008-04-22 04:16:03 +0200 (Tue, 22 Apr 2008) | 2 lines
      
        Various io doc updates
      ................
        r62453 | neal.norwitz | 2008-04-22 07:07:47 +0200 (Tue, 22 Apr 2008) | 1 line
      
        Add Thomas Lee
      ................
        r62454 | gregory.p.smith | 2008-04-22 10:08:41 +0200 (Tue, 22 Apr 2008) | 8 lines
      
        Major improvements:
        * Default to using /dev/tty for the password prompt and input before
          falling back to sys.stdin and sys.stderr.
        * Use sys.stderr instead of sys.stdout.
        * print the 'password may be echoed' warning to stream used to display
          the prompt rather than always sys.stderr.
        * warn() with GetPassWarning when input may be echoed.
      ................
        r62455 | gregory.p.smith | 2008-04-22 10:11:33 +0200 (Tue, 22 Apr 2008) | 2 lines
      
        update the getpass entry
      ................
        r62463 | amaury.forgeotdarc | 2008-04-22 23:14:41 +0200 (Tue, 22 Apr 2008) | 5 lines
      
        Issue #2670: urllib2.build_opener() failed when two handlers
        derive the same default base class.
      
        Will backport.
      ................
        r62465 | skip.montanaro | 2008-04-23 00:45:09 +0200 (Wed, 23 Apr 2008) | 3 lines
      
        Factor in documentation changes from issue 1753732.
      ................
        r62466 | gregory.p.smith | 2008-04-23 03:06:42 +0200 (Wed, 23 Apr 2008) | 2 lines
      
        syntax fixup
      ................
        r62469 | benjamin.peterson | 2008-04-23 22:38:06 +0200 (Wed, 23 Apr 2008) | 2 lines
      
        #2673 Fix example typo in optparse docs
      ................
        r62474 | martin.v.loewis | 2008-04-24 11:50:50 +0200 (Thu, 24 Apr 2008) | 2 lines
      
        Add Guilherme Polo.
      ................
        r62476 | martin.v.loewis | 2008-04-24 15:16:36 +0200 (Thu, 24 Apr 2008) | 3 lines
      
        Remove Py_Refcnt, Py_Type, Py_Size, as they were added only
        for backwards compatibility, yet 2.5 did not have them at all.
      ................
        r62477 | martin.v.loewis | 2008-04-24 15:17:24 +0200 (Thu, 24 Apr 2008) | 2 lines
      
        Fix typo.
      ................
        r62478 | martin.v.loewis | 2008-04-24 15:18:03 +0200 (Thu, 24 Apr 2008) | 2 lines
      
        Add Jesus Cea.
      ................
        r62480 | amaury.forgeotdarc | 2008-04-24 20:07:05 +0200 (Thu, 24 Apr 2008) | 4 lines
      
        Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).
        This happened only when 8 is the first digit.
        Credits go to Lukas Meuser.
      ................
        r62485 | amaury.forgeotdarc | 2008-04-24 22:10:26 +0200 (Thu, 24 Apr 2008) | 5 lines
      
        Disable gc when running test_trace, or we may record the __del__ of collected objects.
      
        See http://mail.python.org/pipermail/python-checkins/2008-April/068633.html
        the extra events perfectly match several calls to socket._fileobject.__del__()
      ................
        r62492 | neal.norwitz | 2008-04-25 05:40:17 +0200 (Fri, 25 Apr 2008) | 1 line
      
        Fix typo (now -> no)
      ................
        r62497 | armin.rigo | 2008-04-25 11:35:18 +0200 (Fri, 25 Apr 2008) | 2 lines
      
        A new crasher.
      ................
        r62498 | thomas.heller | 2008-04-25 17:44:16 +0200 (Fri, 25 Apr 2008) | 1 line
      
        Add from_buffer and from_buffer_copy class methods to ctypes types.
      ................
        r62500 | mark.dickinson | 2008-04-25 18:59:09 +0200 (Fri, 25 Apr 2008) | 3 lines
      
        Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.
      ................
        r62507 | benjamin.peterson | 2008-04-25 23:43:56 +0200 (Fri, 25 Apr 2008) | 2 lines
      
        Allow test_import to work when it is invoked directly
      ................
        r62513 | georg.brandl | 2008-04-26 20:31:07 +0200 (Sat, 26 Apr 2008) | 2 lines
      
        #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky.
      ................
        r62514 | georg.brandl | 2008-04-26 20:32:17 +0200 (Sat, 26 Apr 2008) | 2 lines
      
        Add missing return type to dealloc.
      ................
        r62516 | alexandre.vassalotti | 2008-04-27 02:52:24 +0200 (Sun, 27 Apr 2008) | 2 lines
      
        Fixed URL of PEP 205 in weakref's module docstring.
      ................
        r62521 | georg.brandl | 2008-04-27 11:39:59 +0200 (Sun, 27 Apr 2008) | 2 lines
      
        #2677: add note that not all functions may accept keyword args.
      ................
        r62531 | georg.brandl | 2008-04-27 19:38:55 +0200 (Sun, 27 Apr 2008) | 2 lines
      
        Use correct XHTML tags.
      ................
        r62535 | benjamin.peterson | 2008-04-27 20:14:39 +0200 (Sun, 27 Apr 2008) | 2 lines
      
        #2700 Document PyNumber_ToBase
      ................
        r62545 | skip.montanaro | 2008-04-27 22:53:57 +0200 (Sun, 27 Apr 2008) | 1 line
      
        minor wording changes, rewrap a few lines
      ................
        r62546 | kurt.kaiser | 2008-04-27 23:07:41 +0200 (Sun, 27 Apr 2008) | 7 lines
      
        Home / Control-A toggles between left margin and end of leading white
        space.  Patch 1196903 Jeff Shute.
      
        M    idlelib/PyShell.py
        M    idlelib/EditorWindow.py
        M    idlelib/NEWS.txt
      ................
        r62548 | kurt.kaiser | 2008-04-27 23:38:05 +0200 (Sun, 27 Apr 2008) | 2 lines
      
        Improved AutoCompleteWindow logic.  Patch 2062 Tal Einat.
      ................
        r62549 | kurt.kaiser | 2008-04-27 23:52:19 +0200 (Sun, 27 Apr 2008) | 4 lines
      
        Autocompletion of filenames now support alternate separators, e.g. the
        '/' char on Windows.  Patch 2061 Tal Einat.
      ................
        r62550 | skip.montanaro | 2008-04-28 00:49:56 +0200 (Mon, 28 Apr 2008) | 6 lines
      
        A few small changes:
        * The only exception we should catch when trying to import cStringIO is an
          ImportError.
        * Delete the function signatures embedded in the mk*temp docstrings.
        * The tempdir global variable was initialized twice.
      ................
        r62551 | skip.montanaro | 2008-04-28 00:52:02 +0200 (Mon, 28 Apr 2008) | 4 lines
      
        Wrap some long paragraphs and include the default values for optional
        function parameters.
      ................
        r62553 | skip.montanaro | 2008-04-28 04:57:23 +0200 (Mon, 28 Apr 2008) | 7 lines
      
        Minor cleanups:
        * Avoid creating unused local variables where we can.  Where we can't prefix
          the unused variables with '_'.
        * Avoid shadowing builtins where it won't change the external interface of a
          function.
        * Use None as default path arg to readmodule and readmodule_ex.
      ................
        r62554 | skip.montanaro | 2008-04-28 04:59:45 +0200 (Mon, 28 Apr 2008) | 6 lines
      
        Correct documentation to match implementation: "Class" instead of
        "class_descriptor", "Function" instead of "function_descriptor".  Note
        default path value for readmodule*.  Wrap some long paragraphs.  Don't
        mention 'inpackage' which isn't part of the public API.
      ................
        r62555 | brett.cannon | 2008-04-28 05:23:50 +0200 (Mon, 28 Apr 2008) | 5 lines
      
        Fix a bug introduced by the warnings rewrite where tracebacks were being
        improperly indented.
      
        Closes issue #2699.
      ................
        r62556 | skip.montanaro | 2008-04-28 05:25:37 +0200 (Mon, 28 Apr 2008) | 2 lines
      
        Wrap some long lines.
      ................
        r62557 | skip.montanaro | 2008-04-28 05:27:53 +0200 (Mon, 28 Apr 2008) | 6 lines
      
        Get rid of _test(), _main(), _debug() and _check().  Tests are no longer
        needed (better set available in Lib/test/test_robotparser.py).  Clean up a
        few PEP 8 nits (compound statements on a single line, whitespace around
        operators).
      ................
        r62558 | brett.cannon | 2008-04-28 06:50:06 +0200 (Mon, 28 Apr 2008) | 3 lines
      
        Rename the test_traceback_print() function to traceback_print() to prevent
        test_capi from automatically calling the function.
      ................
        r62559 | georg.brandl | 2008-04-28 07:16:30 +0200 (Mon, 28 Apr 2008) | 2 lines
      
        Fix markup.
      ................
        r62569 | amaury.forgeotdarc | 2008-04-28 23:07:06 +0200 (Mon, 28 Apr 2008) | 5 lines
      
        test_sundry performs minimal tests (a simple import...) on modules that are not tested otherwise.
      
        Some of them now have tests and can be removed.
        Only 70 to go...
      ................
        r62574 | andrew.kuchling | 2008-04-29 04:03:54 +0200 (Tue, 29 Apr 2008) | 1 line
      
        Strip down SSL docs; I'm not managing to get test programs working, so I'll just give a minimal description
      ................
        r62577 | martin.v.loewis | 2008-04-29 08:10:53 +0200 (Tue, 29 Apr 2008) | 2 lines
      
        Add Rodrigo and Heiko.
      ................
        r62593 | nick.coghlan | 2008-04-30 16:23:36 +0200 (Wed, 30 Apr 2008) | 1 line
      
        Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258
      ................
        r62595 | andrew.kuchling | 2008-04-30 18:19:55 +0200 (Wed, 30 Apr 2008) | 1 line
      
        Typo fix
      ................
        r62604 | benjamin.peterson | 2008-04-30 23:03:58 +0200 (Wed, 30 Apr 2008) | 2 lines
      
        make test_support's captured_output a bit more robust when exceptions happen
      ................
        r62605 | georg.brandl | 2008-04-30 23:08:42 +0200 (Wed, 30 Apr 2008) | 2 lines
      
        #1748: use functools.wraps instead of rolling own metadata update.
      ................
        r62606 | benjamin.peterson | 2008-04-30 23:25:55 +0200 (Wed, 30 Apr 2008) | 2 lines
      
        Remove some from __future__ import with_statements
      ................
        r62608 | benjamin.peterson | 2008-05-01 00:03:36 +0200 (Thu, 01 May 2008) | 2 lines
      
        Fix typo in whatsnew
      ................
        r62616 | georg.brandl | 2008-05-01 20:24:32 +0200 (Thu, 01 May 2008) | 2 lines
      
        Fix synopsis.
      ................
        r62626 | brett.cannon | 2008-05-02 04:25:09 +0200 (Fri, 02 May 2008) | 6 lines
      
        Fix a backwards-compatibility mistake where a new optional argument for
        warnings.showwarning() was being used. This broke pre-existing replacements for
        the function since they didn't support the extra argument.
      
        Closes issue 2705.
      ................
        r62627 | gregory.p.smith | 2008-05-02 09:26:52 +0200 (Fri, 02 May 2008) | 20 lines
      
        This should fix issue2632.  A long description of the two competing
        problems is in the bug report (one old, one recently introduced trying
        to fix the old one).  In short:
      
        buffer data during socket._fileobject.read() and readlines() within a
        cStringIO object instead of a [] of str()s returned from the recv()
        call.
      
        This prevents excessive memory use due to the size parameter being
        passed to recv() being grossly larger than the actual size of the data
        returned *and* prevents excessive cpu usage due to looping in python
        calling recv() with a very tiny size value if min() is used as the
        previous memory-use bug "fix" did.
      
        It also documents what the socket._fileobject._rbufsize member is
        actually used for.
      
        This is a candidate for back porting to 2.5.
      ................
        r62636 | mark.hammond | 2008-05-02 14:48:15 +0200 (Fri, 02 May 2008) | 2 lines
      
        #2581: Vista UAC/elevation support for bdist_wininst
      ................
        r62638 | facundo.batista | 2008-05-02 19:39:00 +0200 (Fri, 02 May 2008) | 3 lines
      
      
        Fixed some test structures. Thanks Mark Dickinson.
      ................
        r62644 | ronald.oussoren | 2008-05-02 21:45:11 +0200 (Fri, 02 May 2008) | 7 lines
      
        Fix for issue #2573: Can't change the framework name on OS X builds
      
        This introduces a new configure option: --with-framework-name=NAME
        (defaulting to 'Python'). This allows you to install several copies
        of the Python framework with different names (such as a normal build
        and a debug build).
      ................
        r62645 | ronald.oussoren | 2008-05-02 21:58:56 +0200 (Fri, 02 May 2008) | 2 lines
      
        Finish fix for issue2573, previous patch was incomplete.
      ................
        r62647 | martin.v.loewis | 2008-05-02 23:30:20 +0200 (Fri, 02 May 2008) | 13 lines
      
        Merged revisions 62263-62646 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r62470 | david.wolever | 2008-04-24 02:11:07 +0200 (Do, 24 Apr 2008) | 3 lines
      
          Fixed up and applied the patch for #2431 -- speeding up 2to3 with a lookup table.
        ........
          r62646 | martin.v.loewis | 2008-05-02 23:29:27 +0200 (Fr, 02 Mai 2008) | 2 lines
      
          Fix whitespace.
        ........
      ................
        r62648 | ronald.oussoren | 2008-05-02 23:42:35 +0200 (Fri, 02 May 2008) | 4 lines
      
        Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard
      
        This fixes both Python Launchar and the terminalcommand module.
      ................
        r62651 | ronald.oussoren | 2008-05-02 23:54:56 +0200 (Fri, 02 May 2008) | 2 lines
      
        Fix for issue #2520 (cannot import macerrors)
      ................
        r62652 | benjamin.peterson | 2008-05-03 00:12:58 +0200 (Sat, 03 May 2008) | 2 lines
      
        capitalization nit for reStructuredText
      ................
        r62653 | brett.cannon | 2008-05-03 03:02:41 +0200 (Sat, 03 May 2008) | 2 lines
      
        Fix some indentation errors.
      ................
        r62656 | brett.cannon | 2008-05-03 05:19:39 +0200 (Sat, 03 May 2008) | 6 lines
      
        Fix the C implementation of 'warnings' to infer the filename of the module that
        raised an exception properly when __file__ is not set, __name__ == '__main__',
        and sys.argv[0] is a false value.
      
        Closes issue2743.
      ................
        r62661 | amaury.forgeotdarc | 2008-05-03 14:21:13 +0200 (Sat, 03 May 2008) | 8 lines
      
        In test_io, StatefulIncrementalDecoderTest was not part of the test suite.
        And of course, the test failed:
        a bytearray was used without reason in io.TextIOWrapper.tell().
      
        The difference is that iterating over bytes (i.e. str in python2.6) returns 1-char bytes,
        whereas bytearrays yield integers.
        This code should still work with python3.0
      ................
        r62663 | benjamin.peterson | 2008-05-03 17:56:42 +0200 (Sat, 03 May 2008) | 2 lines
      
        The compiling struct is now passed around to all AST helpers (see issue 2720)
      ................
        r62680 | benjamin.peterson | 2008-05-03 23:35:18 +0200 (Sat, 03 May 2008) | 2 lines
      
        Moved testing of builtin types out of test_builtin and into type specific modules
      ................
        r62686 | mark.dickinson | 2008-05-04 04:25:46 +0200 (Sun, 04 May 2008) | 4 lines
      
        Make sure that Context traps and flags dictionaries have values 0 and 1
        (as documented) rather than True and False.
      ................
        r62687 | benjamin.peterson | 2008-05-04 05:05:49 +0200 (Sun, 04 May 2008) | 2 lines
      
        Fix typo in whatsnew
      ................
        r62696 | georg.brandl | 2008-05-04 11:15:04 +0200 (Sun, 04 May 2008) | 2 lines
      
        #2752: wrong meaning of '' for socket host.
      ................
        r62699 | christian.heimes | 2008-05-04 13:50:53 +0200 (Sun, 04 May 2008) | 1 line
      
        Added note that Python requires at least Win2k SP4
      ................
        r62700 | gerhard.haering | 2008-05-04 14:59:57 +0200 (Sun, 04 May 2008) | 3 lines
      
        SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG
        #ifdefing was useless.
      ................
        r62701 | gerhard.haering | 2008-05-04 15:15:12 +0200 (Sun, 04 May 2008) | 3 lines
      
        Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
        sqlite3.Row type is now correctly hashable.
      ................
        r62702 | gerhard.haering | 2008-05-04 15:42:44 +0200 (Sun, 04 May 2008) | 5 lines
      
        Implemented feature request 2157: Converter names are cut off at '('
        characters. This avoids the common case of something like 'NUMBER(10)' not
        being parsed as 'NUMBER', like expected. Also corrected the docs about
        converter names being case-sensitive. They aren't any longer.
      ................
        r62703 | georg.brandl | 2008-05-04 17:45:05 +0200 (Sun, 04 May 2008) | 2 lines
      
        #2757: Remove spare newline.
      ................
        r62711 | benjamin.peterson | 2008-05-04 21:10:02 +0200 (Sun, 04 May 2008) | 2 lines
      
        Fix typo in bugs.rst
      ................
      81ee3efe
    • Benjamin Peterson's avatar
      Fix typo in bugs.rst · 83ea2a92
      Benjamin Peterson yazdı
      83ea2a92
  18. 16 Mar, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions… · dd15f6c3
      Christian Heimes yazdı
      Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r61239 | andrew.kuchling | 2008-03-05 01:44:41 +0100 (Wed, 05 Mar 2008) | 1 line
      
        Add more items; add fragmentary notes
      ........
        r61240 | amaury.forgeotdarc | 2008-03-05 02:50:33 +0100 (Wed, 05 Mar 2008) | 13 lines
      
        Issue#2238: some syntax errors from *args or **kwargs expressions
        would give bogus error messages, because of untested exceptions::
      
            >>> f(**g(1=2))
            XXX undetected error
            Traceback (most recent call last):
              File "<stdin>", line 1, in <module>
            TypeError: 'int' object is not iterable
      
        instead of the expected SyntaxError: keyword can't be an expression
      
        Will backport.
      ........
        r61241 | neal.norwitz | 2008-03-05 06:10:48 +0100 (Wed, 05 Mar 2008) | 3 lines
      
        Remove the files/dirs after closing the DB so the tests work on Windows.
        Patch from Trent Nelson.  Also simplified removing a file by using test_support.
      ........
        r61242 | neal.norwitz | 2008-03-05 06:14:18 +0100 (Wed, 05 Mar 2008) | 3 lines
      
        Get this test to pass even when there is no sound card in the system.
        Patch from Trent Nelson.  (I can't test this.)
      ........
        r61243 | neal.norwitz | 2008-03-05 06:20:44 +0100 (Wed, 05 Mar 2008) | 3 lines
      
        Catch OSError when trying to remove a file in case removal fails. This
        should prevent a failure in tearDown masking any real test failure.
      ........
        r61244 | neal.norwitz | 2008-03-05 06:38:06 +0100 (Wed, 05 Mar 2008) | 5 lines
      
        Make the timeout longer to give slow machines a chance to pass the test
        before timing out.  This doesn't change the duration of the test under
        normal circumstances.  This is targetted at fixing the spurious failures
        on the FreeBSD buildbot primarily.
      ........
        r61245 | neal.norwitz | 2008-03-05 06:49:03 +0100 (Wed, 05 Mar 2008) | 1 line
      
        Tabs -> spaces
      ........
        r61246 | neal.norwitz | 2008-03-05 06:50:20 +0100 (Wed, 05 Mar 2008) | 1 line
      
        Use -u urlfetch to run more tests
      ........
        r61247 | neal.norwitz | 2008-03-05 06:51:20 +0100 (Wed, 05 Mar 2008) | 1 line
      
        test_smtplib sometimes reports leaks too, suppress it
      ........
        r61248 | jeffrey.yasskin | 2008-03-05 07:19:56 +0100 (Wed, 05 Mar 2008) | 5 lines
      
        Fix test_socketserver on Windows after r61099 added several signal.alarm()
        calls (which don't exist on non-Unix platforms).
      
        Thanks to Trent Nelson for the report and patch.
      ........
        r61249 | georg.brandl | 2008-03-05 08:10:35 +0100 (Wed, 05 Mar 2008) | 2 lines
      
        Fix some rst.
      ........
        r61252 | thomas.heller | 2008-03-05 15:53:39 +0100 (Wed, 05 Mar 2008) | 2 lines
      
        News entry for yesterdays commit.
      ........
        r61253 | thomas.heller | 2008-03-05 16:34:29 +0100 (Wed, 05 Mar 2008) | 3 lines
      
        Issue 1872: Changed the struct module typecode from 't' to '?', for
        compatibility with PEP3118.
      ........
        r61254 | skip.montanaro | 2008-03-05 17:41:09 +0100 (Wed, 05 Mar 2008) | 4 lines
      
        Elaborate on the role of the altinstall target when installing multiple
        versions.
      ........
        r61255 | georg.brandl | 2008-03-05 20:31:44 +0100 (Wed, 05 Mar 2008) | 2 lines
      
        #2239: PYTHONPATH delimiter is os.pathsep.
      ........
        r61256 | raymond.hettinger | 2008-03-05 21:59:58 +0100 (Wed, 05 Mar 2008) | 1 line
      
        C implementation of itertools.permutations().
      ........
        r61257 | raymond.hettinger | 2008-03-05 22:04:32 +0100 (Wed, 05 Mar 2008) | 1 line
      
        Small code cleanup.
      ........
        r61260 | martin.v.loewis | 2008-03-05 23:24:31 +0100 (Wed, 05 Mar 2008) | 2 lines
      
        cd PCbuild only after deleting all pyc files.
      ........
        r61261 | raymond.hettinger | 2008-03-06 02:15:52 +0100 (Thu, 06 Mar 2008) | 1 line
      
        Add examples.
      ........
        r61262 | andrew.kuchling | 2008-03-06 02:36:27 +0100 (Thu, 06 Mar 2008) | 1 line
      
        Add two items
      ........
        r61263 | georg.brandl | 2008-03-06 07:47:18 +0100 (Thu, 06 Mar 2008) | 2 lines
      
        #1725737: ignore other VC directories other than CVS and SVN's too.
      ........
        r61264 | martin.v.loewis | 2008-03-06 07:55:22 +0100 (Thu, 06 Mar 2008) | 4 lines
      
        Patch #2232: os.tmpfile might fail on Windows if the user has no
        permission to create files in the root directory.
        Will backport to 2.5.
      ........
        r61269 | georg.brandl | 2008-03-06 08:19:15 +0100 (Thu, 06 Mar 2008) | 2 lines
      
        Expand on re.split behavior with captured expressions.
      ........
        r61270 | georg.brandl | 2008-03-06 08:22:09 +0100 (Thu, 06 Mar 2008) | 2 lines
      
        Little clarification of assignments.
      ........
        r61271 | georg.brandl | 2008-03-06 08:31:34 +0100 (Thu, 06 Mar 2008) | 2 lines
      
        Add isinstance/issubclass to tutorial.
      ........
        r61272 | georg.brandl | 2008-03-06 08:34:52 +0100 (Thu, 06 Mar 2008) | 2 lines
      
        Add missing NEWS entry for r61263.
      ........
        r61273 | georg.brandl | 2008-03-06 08:41:16 +0100 (Thu, 06 Mar 2008) | 2 lines
      
        #2225: return nonzero status code from py_compile if not all files could be compiled.
      ........
        r61274 | georg.brandl | 2008-03-06 08:43:02 +0100 (Thu, 06 Mar 2008) | 2 lines
      
        #2220: handle matching failure more gracefully.
      ........
        r61275 | georg.brandl | 2008-03-06 08:45:52 +0100 (Thu, 06 Mar 2008) | 2 lines
      
        Bug #2220: handle rlcompleter attribute match failure more gracefully.
      ........
        r61278 | martin.v.loewis | 2008-03-06 14:49:47 +0100 (Thu, 06 Mar 2008) | 1 line
      
        Rely on x64 platform configuration when building _bsddb on AMD64.
      ........
        r61279 | martin.v.loewis | 2008-03-06 14:50:28 +0100 (Thu, 06 Mar 2008) | 1 line
      
        Update db-4.4.20 build procedure.
      ........
        r61285 | raymond.hettinger | 2008-03-06 21:52:01 +0100 (Thu, 06 Mar 2008) | 1 line
      
        More tests.
      ........
        r61286 | raymond.hettinger | 2008-03-06 23:51:36 +0100 (Thu, 06 Mar 2008) | 1 line
      
        Issue 2246:  itertools grouper object did not participate in GC (should be backported).
      ........
        r61288 | raymond.hettinger | 2008-03-07 02:33:20 +0100 (Fri, 07 Mar 2008) | 1 line
      
        Tweak recipes and tests
      ........
        r61289 | jeffrey.yasskin | 2008-03-07 07:22:15 +0100 (Fri, 07 Mar 2008) | 5 lines
      
        Progress on issue #1193577 by adding a polling .shutdown() method to
        SocketServers. The core of the patch was written by Pedro Werneck, but any bugs
        are mine. I've also rearranged the code for timeouts in order to avoid
        interfering with the shutdown poll.
      ........
        r61290 | nick.coghlan | 2008-03-07 15:13:28 +0100 (Fri, 07 Mar 2008) | 1 line
      
        Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files)
      ........
        r61298 | andrew.kuchling | 2008-03-07 22:09:23 +0100 (Fri, 07 Mar 2008) | 1 line
      
        Grammar fix
      ........
        r61303 | georg.brandl | 2008-03-08 10:54:06 +0100 (Sat, 08 Mar 2008) | 2 lines
      
        #2253: fix continue vs. finally docs.
      ........
        r61304 | marc-andre.lemburg | 2008-03-08 11:01:43 +0100 (Sat, 08 Mar 2008) | 3 lines
      
        Add new name for Mandrake: Mandriva.
      ........
        r61305 | georg.brandl | 2008-03-08 11:05:24 +0100 (Sat, 08 Mar 2008) | 2 lines
      
        #1533486: fix types in refcount intro.
      ........
        r61312 | facundo.batista | 2008-03-08 17:50:27 +0100 (Sat, 08 Mar 2008) | 5 lines
      
      
        Issue 1106316. post_mortem()'s parameter, traceback, is now
        optional: it defaults to the traceback of the exception that is currently
        being handled.
      ........
        r61313 | jeffrey.yasskin | 2008-03-08 19:26:54 +0100 (Sat, 08 Mar 2008) | 2 lines
      
        Add tests for with and finally performance to pybench.
      ........
        r61314 | jeffrey.yasskin | 2008-03-08 21:08:21 +0100 (Sat, 08 Mar 2008) | 2 lines
      
        Fix pybench for pythons < 2.6, tested back to 2.3.
      ........
        r61317 | jeffrey.yasskin | 2008-03-08 22:35:15 +0100 (Sat, 08 Mar 2008) | 3 lines
      
        Well that was dumb. platform.python_implementation returns a function, not a
        string.
      ........
        r61329 | georg.brandl | 2008-03-09 16:11:39 +0100 (Sun, 09 Mar 2008) | 2 lines
      
        #2249: document assertTrue and assertFalse.
      ........
        r61332 | neal.norwitz | 2008-03-09 20:03:42 +0100 (Sun, 09 Mar 2008) | 4 lines
      
        Introduce a lock to fix a race condition which caused an exception in the test.
        Some buildbots were consistently failing (e.g., amd64).
        Also remove a couple of semi-colons.
      ........
        r61344 | raymond.hettinger | 2008-03-11 01:19:07 +0100 (Tue, 11 Mar 2008) | 1 line
      
        Add recipe to docs.
      ........
        r61350 | guido.van.rossum | 2008-03-11 22:18:06 +0100 (Tue, 11 Mar 2008) | 3 lines
      
        Fix the overflows in expandtabs().  "This time for sure!"
        (Exploit at request.)
      ........
        r61351 | raymond.hettinger | 2008-03-11 22:37:46 +0100 (Tue, 11 Mar 2008) | 1 line
      
        Improve docs for itemgetter().  Show that it works with slices.
      ........
        r61363 | georg.brandl | 2008-03-13 08:15:56 +0100 (Thu, 13 Mar 2008) | 2 lines
      
        #2265: fix example.
      ........
        r61364 | georg.brandl | 2008-03-13 08:17:14 +0100 (Thu, 13 Mar 2008) | 2 lines
      
        #2270: fix typo.
      ........
        r61365 | georg.brandl | 2008-03-13 08:21:41 +0100 (Thu, 13 Mar 2008) | 2 lines
      
        #1720705: add docs about import/threading interaction, wording by Nick.
      ........
        r61366 | andrew.kuchling | 2008-03-13 12:07:35 +0100 (Thu, 13 Mar 2008) | 1 line
      
        Add class decorators
      ........
        r61367 | raymond.hettinger | 2008-03-13 17:43:17 +0100 (Thu, 13 Mar 2008) | 1 line
      
        Add 2-to-3 support for the itertools moved to builtins or renamed.
      ........
        r61368 | raymond.hettinger | 2008-03-13 17:43:59 +0100 (Thu, 13 Mar 2008) | 1 line
      
        Consistent tense.
      ........
        r61369 | raymond.hettinger | 2008-03-13 20:03:51 +0100 (Thu, 13 Mar 2008) | 1 line
      
        Issue 2274:  Add heapq.heappushpop().
      ........
        r61370 | raymond.hettinger | 2008-03-13 20:33:34 +0100 (Thu, 13 Mar 2008) | 1 line
      
        Simplify the nlargest() code using heappushpop().
      ........
        r61371 | brett.cannon | 2008-03-13 21:27:00 +0100 (Thu, 13 Mar 2008) | 4 lines
      
        Move test_thread over to unittest. Commits GHOP 237.
      
        Thanks Benjamin Peterson for the patch.
      ........
        r61372 | brett.cannon | 2008-03-13 21:33:10 +0100 (Thu, 13 Mar 2008) | 4 lines
      
        Move test_tokenize to doctest.
      
        Done as GHOP 238 by Josip Dzolonga.
      ........
        r61373 | brett.cannon | 2008-03-13 21:47:41 +0100 (Thu, 13 Mar 2008) | 4 lines
      
        Convert test_contains, test_crypt, and test_select to unittest.
      
        Patch from GHOP 294 by David Marek.
      ........
        r61374 | brett.cannon | 2008-03-13 22:02:16 +0100 (Thu, 13 Mar 2008) | 4 lines
      
        Move test_gdbm to use unittest.
      
        Closes issue #1960. Thanks Giampaolo Rodola.
      ........
        r61375 | brett.cannon | 2008-03-13 22:09:28 +0100 (Thu, 13 Mar 2008) | 4 lines
      
        Convert test_fcntl to unittest.
      
        Closes issue #2055. Thanks Giampaolo Rodola.
      ........
        r61376 | raymond.hettinger | 2008-03-14 06:03:44 +0100 (Fri, 14 Mar 2008) | 1 line
      
        Leave heapreplace() unchanged.
      ........
        r61378 | martin.v.loewis | 2008-03-14 14:56:09 +0100 (Fri, 14 Mar 2008) | 2 lines
      
        Patch #2284: add -x64 option to rt.bat.
      ........
        r61379 | martin.v.loewis | 2008-03-14 14:57:59 +0100 (Fri, 14 Mar 2008) | 2 lines
      
        Use -x64 flag.
      ........
        r61382 | brett.cannon | 2008-03-14 15:03:10 +0100 (Fri, 14 Mar 2008) | 2 lines
      
        Remove a bad test.
      ........
        r61383 | mark.dickinson | 2008-03-14 15:23:37 +0100 (Fri, 14 Mar 2008) | 9 lines
      
        Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently
        across platforms:  it should now raise OverflowError on all
        platforms.  (Previously it raised OverflowError only on
        non IEEE 754 platforms.)
      
        Also fix the (already existing) test for this behaviour
        so that it actually raises TestFailed instead of just
        referencing it.
      ........
        r61387 | thomas.heller | 2008-03-14 22:06:21 +0100 (Fri, 14 Mar 2008) | 1 line
      
        Remove unneeded initializer.
      ........
        r61388 | martin.v.loewis | 2008-03-14 22:19:28 +0100 (Fri, 14 Mar 2008) | 2 lines
      
        Run debug version, cd to PCbuild.
      ........
        r61392 | georg.brandl | 2008-03-15 00:10:34 +0100 (Sat, 15 Mar 2008) | 2 lines
      
        Remove obsolete paragraph. #2288.
      ........
        r61395 | georg.brandl | 2008-03-15 01:20:19 +0100 (Sat, 15 Mar 2008) | 2 lines
      
        Fix lots of broken links in the docs, found by Sphinx' external link checker.
      ........
        r61396 | skip.montanaro | 2008-03-15 03:32:49 +0100 (Sat, 15 Mar 2008) | 1 line
      
        note that fork and forkpty raise OSError on failure
      ........
        r61402 | skip.montanaro | 2008-03-15 17:04:45 +0100 (Sat, 15 Mar 2008) | 1 line
      
        add %f format to datetime - issue 1158
      ........
        r61403 | skip.montanaro | 2008-03-15 17:07:11 +0100 (Sat, 15 Mar 2008) | 2 lines
      
        .
      ........
      dd15f6c3
  19. 15 Mar, 2008 1 kayıt (commit)
  20. 21 Ock, 2008 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from · 86def6cb
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60151 | christian.heimes | 2008-01-21 14:11:15 +0100 (Mon, 21 Jan 2008) | 1 line
      
        A bunch of header files were not listed as dependencies for object files. Changes to files like Parser/parser.h weren't picked up by make.
      ........
        r60152 | georg.brandl | 2008-01-21 15:16:46 +0100 (Mon, 21 Jan 2008) | 3 lines
      
        #1087741: make mmap.mmap the type of mmap objects, not a
        factory function. Allow it to be subclassed.
      ........
        r60153 | georg.brandl | 2008-01-21 15:18:14 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        mmap is an extension module.
      ........
        r60154 | georg.brandl | 2008-01-21 17:28:13 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Fix example.
      ........
        r60155 | georg.brandl | 2008-01-21 17:34:07 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #1555501: document plistlib and move it to the general library.
      ........
        r60156 | georg.brandl | 2008-01-21 17:36:00 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Add a stub for bundlebuilder documentation.
      ........
        r60157 | georg.brandl | 2008-01-21 17:46:58 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Removing bundlebuilder docs again -- it's not to be used anymore (see #779825).
      ........
        r60158 | georg.brandl | 2008-01-21 17:51:51 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #997912: acknowledge nested scopes in tutorial.
      ........
        r60159 | vinay.sajip | 2008-01-21 18:02:26 +0100 (Mon, 21 Jan 2008) | 1 line
      
        Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
      ........
        r60161 | georg.brandl | 2008-01-21 18:13:03 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Adapt pydoc to new doc URLs.
      ........
        r60162 | georg.brandl | 2008-01-21 18:17:00 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Fix old link.
      ........
        r60163 | georg.brandl | 2008-01-21 18:22:06 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #1726198: replace while 1: fp.readline() with file iteration.
      ........
        r60164 | georg.brandl | 2008-01-21 18:29:23 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Clarify $ behavior in re docstring. #1631394.
      ........
        r60165 | vinay.sajip | 2008-01-21 18:39:22 +0100 (Mon, 21 Jan 2008) | 1 line
      
        Minor documentation change - hyperlink tidied up.
      ........
        r60166 | georg.brandl | 2008-01-21 18:42:40 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #1530959: change distutils build dir for --with-pydebug python builds.
      ........
        r60167 | vinay.sajip | 2008-01-21 19:16:05 +0100 (Mon, 21 Jan 2008) | 1 line
      
        Updated to include news on recent logging fixes and documentation changes.
      ........
        r60168 | georg.brandl | 2008-01-21 19:35:49 +0100 (Mon, 21 Jan 2008) | 3 lines
      
        Issue #1882: when compiling code from a string, encoding cookies in the
        second line of code were not always recognized correctly.
      ........
        r60170 | georg.brandl | 2008-01-21 19:36:51 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Add NEWS entry for #1882.
      ........
        r60172 | georg.brandl | 2008-01-21 19:41:24 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Use original location of document, which has translations.
      ........
        r60173 | walter.doerwald | 2008-01-21 21:18:04 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Follow PEP 8 in module docstring.
      ........
        r60175 | georg.brandl | 2008-01-21 21:20:53 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Adapt to latest doctools refactoring.
      ........
      86def6cb
    • Georg Brandl's avatar
  21. 15 Agu, 2007 2 kayıt (commit)