1. 06 Sep, 2009 1 commit
  2. 05 Sep, 2009 1 commit
  3. 04 Sep, 2009 3 commits
  4. 03 Sep, 2009 1 commit
  5. 01 Sep, 2009 1 commit
    • Georg Brandl's avatar
      Merged revisions 74613,74615,74619-74620,74622 via svnmerge from · 0856be20
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74613 | georg.brandl | 2009-09-01 09:34:27 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6814: remove traces of xrange().
      ................
        r74615 | georg.brandl | 2009-09-01 09:42:40 +0200 (Di, 01 Sep 2009) | 9 lines
      
        Recorded merge of revisions 74614 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74614 | georg.brandl | 2009-09-01 09:40:54 +0200 (Di, 01 Sep 2009) | 1 line
      
          #6813: better documentation for numberless string formats.
        ........
      ................
        r74619 | georg.brandl | 2009-09-01 10:02:03 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6754: remove old struct member nb_inplace_divide.
      ................
        r74620 | georg.brandl | 2009-09-01 10:03:26 +0200 (Di, 01 Sep 2009) | 1 line
      
        #6732: fix return value of module init function in example.
      ................
        r74622 | georg.brandl | 2009-09-01 10:11:14 +0200 (Di, 01 Sep 2009) | 73 lines
      
        Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74542 | georg.brandl | 2009-08-23 23:28:56 +0200 (So, 23 Aug 2009) | 1 line
      
          Restore alphabetic order.
        ........
          r74544 | georg.brandl | 2009-08-24 19:12:30 +0200 (Mo, 24 Aug 2009) | 1 line
      
          #6775: fix python.org URLs in README.
        ........
          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.
        ........
          r74550 | georg.brandl | 2009-08-24 19:48:40 +0200 (Mo, 24 Aug 2009) | 1 line
      
          #6677: note that rmdir only removes empty directories.
        ........
          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.
        ........
          r74578 | tarek.ziade | 2009-08-29 15:33:21 +0200 (Sa, 29 Aug 2009) | 1 line
      
          fixed #6801: symmetric_difference_update also accepts pipe
        ........
          r74588 | georg.brandl | 2009-08-30 10:35:01 +0200 (So, 30 Aug 2009) | 1 line
      
          #6803: fix old name.
        ........
          r74590 | georg.brandl | 2009-08-30 13:51:53 +0200 (So, 30 Aug 2009) | 1 line
      
          #6801: fix copy-paste oversight.
        ........
          r74603 | georg.brandl | 2009-08-31 08:38:29 +0200 (Mo, 31 Aug 2009) | 1 line
      
          other -> others where multiple arguments are accepted.
        ........
          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.
        ........
          r74621 | georg.brandl | 2009-09-01 10:06:03 +0200 (Di, 01 Sep 2009) | 1 line
      
          #6638: fix wrong parameter name and markup a class.
        ........
      ................
      0856be20
  6. 31 Aug, 2009 1 commit
  7. 30 Aug, 2009 1 commit
  8. 29 Aug, 2009 1 commit
  9. 28 Aug, 2009 2 commits
  10. 26 Aug, 2009 1 commit
  11. 21 Aug, 2009 1 commit
  12. 20 Aug, 2009 1 commit
  13. 18 Aug, 2009 2 commits
  14. 17 Aug, 2009 2 commits
  15. 16 Aug, 2009 3 commits
  16. 15 Aug, 2009 1 commit
  17. 14 Aug, 2009 1 commit
  18. 13 Aug, 2009 16 commits
    • Brett Cannon's avatar
    • Benjamin Peterson's avatar
      tag the 3.1.1 rc · 0884ec1a
      Benjamin Peterson authored
      0884ec1a
    • Benjamin Peterson's avatar
      remove 3.1.1rc tag · 82cdd833
      Benjamin Peterson authored
      82cdd833
    • Gregory P. Smith's avatar
      Merged revisions 73917 via svnmerge from · 8266fda6
      Gregory P. Smith authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      (the changes that add a select.PIPE_BUF attribute were removed)
      
      This merge fixes issue3392
      
      ................
        r73917 | amaury.forgeotdarc | 2009-07-09 15:44:11 -0700 (Thu, 09 Jul 2009) | 12 lines
      
        Merged revisions 73916 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73916 | amaury.forgeotdarc | 2009-07-10 00:37:22 +0200 (ven., 10 juil. 2009) | 5 lines
      
          #6416: Fix compilation of the select module on Windows, as well as test_subprocess:
          PIPE_BUF is not defined on Windows, and probably has no meaning there.
      
          Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
        ........
      ................
      8266fda6
    • Gregory P. Smith's avatar
    • Benjamin Peterson's avatar
      tag 3.1.1 rc · c13bd518
      Benjamin Peterson authored
      c13bd518
    • Benjamin Peterson's avatar
      bump version to 3.1.1rc1 · fe1c31a3
      Benjamin Peterson authored
      fe1c31a3
    • Georg Brandl's avatar
      Merged revisions 74412 via svnmerge from · 07e077b6
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74412 | georg.brandl | 2009-08-13 14:58:30 +0200 (Do, 13 Aug 2009) | 9 lines
      
        Merged revisions 74411 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74411 | georg.brandl | 2009-08-13 14:57:25 +0200 (Do, 13 Aug 2009) | 2 lines
      
          Remove potentially confusing sentence in __mangling description.
        ........
      ................
      07e077b6
    • Georg Brandl's avatar
      Merged revisions 74056 via svnmerge from · e1bbd78f
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      (Selected changes.)
      
      ................
        r74056 | alexandre.vassalotti | 2009-07-17 11:34:31 +0200 (Fr, 17 Jul 2009) | 34 lines
      
        Merged revisions 73985-73986,73988-73991,73994 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73985 | benjamin.peterson | 2009-07-12 17:18:55 -0400 (Sun, 12 Jul 2009) | 1 line
      
          add Joe
        ........
          r73988 | benjamin.peterson | 2009-07-12 19:40:33 -0400 (Sun, 12 Jul 2009) | 1 line
      
          fix Tarek's name
        ........
          r73989 | benjamin.peterson | 2009-07-12 19:44:43 -0400 (Sun, 12 Jul 2009) | 1 line
      
          change encoding to utf-8
        ........
          r73990 | benjamin.peterson | 2009-07-12 19:49:23 -0400 (Sun, 12 Jul 2009) | 1 line
      
          fix another name
        ........
          r73991 | benjamin.peterson | 2009-07-12 19:56:18 -0400 (Sun, 12 Jul 2009) | 1 line
      
          change encoding to utf-8
        ........
          r73994 | benjamin.peterson | 2009-07-12 20:03:20 -0400 (Sun, 12 Jul 2009) | 1 line
      
          fix umlaut
        ........
      ................
      e1bbd78f
    • Georg Brandl's avatar
      Merged revisions 74055 via svnmerge from · b20a6868
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      (Selected changes only.)
      
      ................
        r74055 | alexandre.vassalotti | 2009-07-17 11:18:18 +0200 (Fr, 17 Jul 2009) | 55 lines
      
        Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74008 | benjamin.peterson | 2009-07-14 20:46:42 -0400 (Tue, 14 Jul 2009) | 1 line
      
          update year
        ........
          r74011 | ezio.melotti | 2009-07-15 13:07:04 -0400 (Wed, 15 Jul 2009) | 1 line
      
          methods' names pep8ification
        ........
          r74019 | amaury.forgeotdarc | 2009-07-15 17:29:27 -0400 (Wed, 15 Jul 2009) | 2 lines
      
          #6076 Add a title to the IDLE Preferences window.
        ........
          r74020 | georg.brandl | 2009-07-16 03:18:07 -0400 (Thu, 16 Jul 2009) | 1 line
      
          #5910: fix kqueue for calls with more than one event.
        ........
          r74021 | georg.brandl | 2009-07-16 03:33:04 -0400 (Thu, 16 Jul 2009) | 1 line
      
          #6486: start with built in functions rather than "built in objects".
        ........
          r74022 | georg.brandl | 2009-07-16 03:38:35 -0400 (Thu, 16 Jul 2009) | 1 line
      
          #6481: fix typo in os.system() replacement.
        ........
          r74023 | jesse.noller | 2009-07-16 10:23:04 -0400 (Thu, 16 Jul 2009) | 1 line
      
          Issue 6433: multiprocessing.pool.map hangs on empty list
        ........
      ................
      b20a6868
    • Georg Brandl's avatar
      Recorded merge of revisions 74057 via svnmerge from · 6c5eb51e
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      (Only selected revisions.)
      
      ................
        r74057 | alexandre.vassalotti | 2009-07-17 12:42:05 +0200 (Fr, 17 Jul 2009) | 54 lines
      
        Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73930 | amaury.forgeotdarc | 2009-07-10 12:47:42 -0400 (Fri, 10 Jul 2009) | 2 lines
      
          #6447: typo in subprocess docstring
        ........
          r73937 | georg.brandl | 2009-07-11 06:12:36 -0400 (Sat, 11 Jul 2009) | 1 line
      
          Fix style.
        ........
          r73938 | georg.brandl | 2009-07-11 06:14:54 -0400 (Sat, 11 Jul 2009) | 1 line
      
          #6446: fix import_spam() function to use correct error and reference handling.
        ........
          r73939 | georg.brandl | 2009-07-11 06:18:10 -0400 (Sat, 11 Jul 2009) | 1 line
      
          #6448: clarify docs for find_module().
        ........
          r73945 | georg.brandl | 2009-07-11 06:51:31 -0400 (Sat, 11 Jul 2009) | 1 line
      
          #6456: clarify the meaning of constants used as arguments to nl_langinfo().
        ........
          r73951 | georg.brandl | 2009-07-11 10:23:38 -0400 (Sat, 11 Jul 2009) | 2 lines
      
          array.array is actually a class.
      ................
      6c5eb51e
    • Georg Brandl's avatar
      Merged revisions 74403 via svnmerge from · 556c4c5c
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r74403 | georg.brandl | 2009-08-13 13:55:03 +0200 (Do, 13 Aug 2009) | 1 line
      
        Fix duplicate sentence.
      ........
      556c4c5c
    • Georg Brandl's avatar
      Merged revisions 74405 via svnmerge from · 5841909b
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74405 | georg.brandl | 2009-08-13 14:06:43 +0200 (Do, 13 Aug 2009) | 9 lines
      
        Merged revisions 74404 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74404 | georg.brandl | 2009-08-13 14:05:52 +0200 (Do, 13 Aug 2009) | 1 line
      
          Use locale.format_string() for more than one specifier.
        ........
      ................
      5841909b
    • Georg Brandl's avatar
      Merged revisions 74062 via svnmerge from · 806c02bb
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74062 | alexandre.vassalotti | 2009-07-17 13:43:26 +0200 (Fr, 17 Jul 2009) | 37 lines
      
        Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73665 | alexandre.vassalotti | 2009-06-28 21:01:51 -0400 (Sun, 28 Jun 2009) | 2 lines
      
          Update docstrings for sys.getdlopenflags() and sys.setdlopenflags().
        ........
          r73693 | jesse.noller | 2009-06-29 14:20:34 -0400 (Mon, 29 Jun 2009) | 1 line
      
          Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons
        ........
          r73704 | georg.brandl | 2009-06-30 12:15:43 -0400 (Tue, 30 Jun 2009) | 1 line
      
          #6376: fix copy-n-paste oversight.
        ........
          r73705 | georg.brandl | 2009-06-30 12:17:28 -0400 (Tue, 30 Jun 2009) | 1 line
      
          #6374: add a bit of explanation about shell=True on Windows.
        ........
          r73707 | georg.brandl | 2009-06-30 12:35:11 -0400 (Tue, 30 Jun 2009) | 1 line
      
          #6371: fix link targets.
        ........
          r73712 | ezio.melotti | 2009-06-30 18:51:06 -0400 (Tue, 30 Jun 2009) | 1 line
      
          Fixed defaultTestCase -> defaultTestResult
        ........
          r73713 | ezio.melotti | 2009-06-30 18:56:16 -0400 (Tue, 30 Jun 2009) | 1 line
      
          Fixed a backslash that was not supposed to be there
        ........
          r73824 | ezio.melotti | 2009-07-03 21:18:08 -0400 (Fri, 03 Jul 2009) | 1 line
      
          #6398 typo: versio. -> version.
        ........
      ................
      806c02bb
    • Georg Brandl's avatar
      Blocked revisions 74132-74133,74151,74156 via svnmerge · bff1ae80
      Georg Brandl authored
      ................
        r74132 | alexandre.vassalotti | 2009-07-21 06:30:03 +0200 (Di, 21 Jul 2009) | 45 lines
      
        Merged revisions 72487-72488,72879 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r72487 | jeffrey.yasskin | 2009-05-08 17:51:06 -0400 (Fri, 08 May 2009) | 7 lines
      
          PyCode_NewEmpty:
          Most uses of PyCode_New found by http://www.google.com/codesearch?q=PyCode_New
          are trying to build an empty code object, usually to put it in a dummy frame
          object. This patch adds a PyCode_NewEmpty wrapper which lets the user specify
          just the filename, function name, and first line number, instead of also
          requiring lots of code internals.
        ........
          r72488 | jeffrey.yasskin | 2009-05-08 18:23:21 -0400 (Fri, 08 May 2009) | 13 lines
      
          Issue 5954, PyFrame_GetLineNumber:
          Most uses of PyCode_Addr2Line
          (http://www.google.com/codesearch?q=PyCode_Addr2Line) are just trying to get
          the line number of a specified frame, but there's no way to do that directly.
          Forcing people to go through the code object makes them know more about the
          guts of the interpreter than they should need.
      
          The remaining uses of PyCode_Addr2Line seem to be getting the line from a
          traceback (for example,
          http://www.google.com/codesearch/p?hl=en#u_9_nDrchrw/pygame-1.7.1release/src/base.c&q=PyCode_Addr2Line),
          which is replaced by the tb_lineno field.  So we may be able to deprecate
          PyCode_Addr2Line entirely for external use.
        ........
          r72879 | jeffrey.yasskin | 2009-05-23 19:23:01 -0400 (Sat, 23 May 2009) | 14 lines
      
          Issue #6042:
          lnotab-based tracing is very complicated and isn't documented very well.  There
          were at least 3 comment blocks purporting to document co_lnotab, and none did a
          very good job. This patch unifies them into Objects/lnotab_notes.txt which
          tries to completely capture the current state of affairs.
      
          I also discovered that we've attached 2 layers of patches to the basic tracing
          scheme. The first layer avoids jumping to instructions that don't start a line,
          to avoid problems in if statements and while loops.  The second layer
          discovered that jumps backward do need to trace at instructions that don't
          start a line, so it added extra lnotab entries for 'while' and 'for' loops, and
          added a special case for backward jumps within the same line. I replaced these
          patches by just treating forward and backward jumps differently.
        ........
      ................
        r74133 | alexandre.vassalotti | 2009-07-21 07:23:51 +0200 (Di, 21 Jul 2009) | 9 lines
      
        Merged revisions 73750 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73750 | benjamin.peterson | 2009-07-01 19:45:19 -0400 (Wed, 01 Jul 2009) | 1 line
      
          small optimization: avoid popping the current block until we have to
        ........
      ................
        r74151 | benjamin.peterson | 2009-07-22 01:18:55 +0200 (Mi, 22 Jul 2009) | 9 lines
      
        Merged revisions 74150 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74150 | benjamin.peterson | 2009-07-21 18:13:14 -0500 (Tue, 21 Jul 2009) | 1 line
      
          install unittest as a package
        ........
      ................
        r74156 | alexandre.vassalotti | 2009-07-22 04:32:34 +0200 (Mi, 22 Jul 2009) | 2 lines
      
        Issue #6360: Simplify string decoding in xmlrpc.client.
      ................
      bff1ae80
    • Georg Brandl's avatar
      Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from · 778e281b
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r74126 | alexandre.vassalotti | 2009-07-21 02:39:03 +0200 (Di, 21 Jul 2009) | 14 lines
      
        Merged revisions 73871 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73871 | alexandre.vassalotti | 2009-07-06 22:17:30 -0400 (Mon, 06 Jul 2009) | 7 lines
      
          Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun.
      
          Without this change, test_unicode.UnicodeTest.test_codecs_utf7 crashes in
          debug mode. What happens is the unicode string u'\U000abcde' with a length
          of 1 encodes to the string '+2m/c3g-' of length 8. Since only 5 bytes is
          reserved in the buffer, a buffer overrun occurs.
        ........
      ................
        r74130 | alexandre.vassalotti | 2009-07-21 02:57:50 +0200 (Di, 21 Jul 2009) | 2 lines
      
        Add ignore rule for the Doc/tools/jinga2/ directory.
      ................
        r74131 | alexandre.vassalotti | 2009-07-21 04:51:58 +0200 (Di, 21 Jul 2009) | 13 lines
      
        Merged revisions 73683,73786 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r73683 | georg.brandl | 2009-06-29 10:44:49 -0400 (Mon, 29 Jun 2009) | 1 line
      
          Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint.
        ........
          r73786 | benjamin.peterson | 2009-07-02 18:56:16 -0400 (Thu, 02 Jul 2009) | 1 line
      
          condense with assertRaises
        ........
      ................
        r74149 | ezio.melotti | 2009-07-21 22:37:52 +0200 (Di, 21 Jul 2009) | 9 lines
      
        Merged revisions 74148 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74148 | ezio.melotti | 2009-07-21 23:18:27 +0300 (Tue, 21 Jul 2009) | 1 line
      
          #6536 fixed typo
        ........
      ................
        r74155 | alexandre.vassalotti | 2009-07-22 04:24:49 +0200 (Mi, 22 Jul 2009) | 2 lines
      
        Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
      ................
        r74157 | alexandre.vassalotti | 2009-07-22 05:07:33 +0200 (Mi, 22 Jul 2009) | 2 lines
      
        Issue #6241: Better type checking for the arguments of io.StringIO.
      ................
        r74180 | ezio.melotti | 2009-07-22 23:17:14 +0200 (Mi, 22 Jul 2009) | 9 lines
      
        Merged revisions 74179 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r74179 | ezio.melotti | 2009-07-23 00:08:49 +0300 (Thu, 23 Jul 2009) | 1 line
      
          #6423 has_key -> in
        ........
      ................
        r74181 | alexandre.vassalotti | 2009-07-22 23:27:53 +0200 (Mi, 22 Jul 2009) | 6 lines
      
        Clean up test_curses.
      
        By using __stdout__ directly, test_curses caused regrtest.py
        to duplicate the output of some test results.
      ................
        r74182 | alexandre.vassalotti | 2009-07-22 23:29:01 +0200 (Mi, 22 Jul 2009) | 2 lines
      
        Use assertGreater instead of assertTrue(x > y).
      ................
        r74183 | alexandre.vassalotti | 2009-07-23 01:27:17 +0200 (Do, 23 Jul 2009) | 4 lines
      
        Specialize assertTrue checks when possible.
      
        We should get slightly more helpful failure messages with this change.
      ................
        r74398 | georg.brandl | 2009-08-13 11:16:39 +0200 (Do, 13 Aug 2009) | 1 line
      
        #6694: fix old function names.
      ................
      778e281b