1. 06 Sep, 2009 3 commits
  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 · 7baf625b
      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.
        ........
      ................
      7baf625b
  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 14 commits
    • Brett Cannon's avatar
    • Benjamin Peterson's avatar
      tag the 3.1.1 rc · 790da238
      Benjamin Peterson authored
      790da238
    • Benjamin Peterson's avatar
      remove 3.1.1rc tag · c0be5d47
      Benjamin Peterson authored
      c0be5d47
    • Gregory P. Smith's avatar
      Merged revisions 73917 via svnmerge from · 10d2952e
      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)
        ........
      ................
      10d2952e
    • Gregory P. Smith's avatar
    • Benjamin Peterson's avatar
      tag 3.1.1 rc · 41e9d285
      Benjamin Peterson authored
      41e9d285
    • Benjamin Peterson's avatar
      bump version to 3.1.1rc1 · 54cda44f
      Benjamin Peterson authored
      54cda44f
    • Georg Brandl's avatar
      Merged revisions 74412 via svnmerge from · f9f2c00f
      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.
        ........
      ................
      f9f2c00f
    • Georg Brandl's avatar
      Merged revisions 74056 via svnmerge from · b75111ce
      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
        ........
      ................
      b75111ce
    • Georg Brandl's avatar
      Merged revisions 74055 via svnmerge from · d80344f8
      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
        ........
      ................
      d80344f8
    • Georg Brandl's avatar
      Recorded merge of revisions 74057 via svnmerge from · a85ee5cf
      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.
      ................
      a85ee5cf
    • Georg Brandl's avatar
      Merged revisions 74403 via svnmerge from · ac73c5fe
      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.
      ........
      ac73c5fe
    • Georg Brandl's avatar
      Merged revisions 74405 via svnmerge from · d1ea9dc9
      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.
        ........
      ................
      d1ea9dc9
    • Georg Brandl's avatar
      Merged revisions 74062 via svnmerge from · bcc484e6
      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.
        ........
      ................
      bcc484e6