1. 02 Sep, 2009 4 commits
  2. 01 Sep, 2009 6 commits
    • Georg Brandl's avatar
      Remove old news entry that got merged. · d02c1028
      Georg Brandl authored
      d02c1028
    • Georg Brandl's avatar
      Merged revisions... · a6053b48
      Georg Brandl authored
      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.
      ........
      a6053b48
    • Georg Brandl's avatar
    • Georg Brandl's avatar
      11b6a64e
    • Georg Brandl's avatar
      Recorded merge of revisions 74614 via svnmerge from · 2f3ed680
      Georg Brandl authored
      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.
      ........
      2f3ed680
    • Georg Brandl's avatar
      #6814: remove traces of xrange(). · c9a5a0e1
      Georg Brandl authored
      c9a5a0e1
  3. 31 Aug, 2009 3 commits
  4. 30 Aug, 2009 15 commits
  5. 29 Aug, 2009 2 commits
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 74581 via svnmerge from · ccd686a4
      Amaury Forgeot d'Arc authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74581 | amaury.forgeotdarc | 2009-08-29 20:14:40 +0200 (sam., 29 août 2009) | 3 lines
      
        #6750: TextIOWrapped could duplicate output when several threads write to it.
        this affect text files opened with io.open(), and the print() function of py3k
      ........
      ccd686a4
    • Benjamin Peterson's avatar
      Blocked revisions 72880,74098,74100,74463,74522,74537,74543,74569-74570 via svnmerge · 8d9a6eb5
      Benjamin Peterson authored
      ........
        r72880 | senthil.kumaran | 2009-05-24 04:14:50 -0500 (Sun, 24 May 2009) | 3 lines
      
        Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.
      ........
        r74098 | kristjan.jonsson | 2009-07-19 17:14:00 -0500 (Sun, 19 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6499
        zlib/gzip may not be present for all builds.  Make xmlrpclib gracefully not supporg gzip encoding in this case
      ........
        r74100 | kristjan.jonsson | 2009-07-19 17:35:44 -0500 (Sun, 19 Jul 2009) | 2 lines
      
        http://bugs.python.org/issue6499
        gzip.GzipFile may not exist as a parent class
      ........
        r74463 | gregory.p.smith | 2009-08-15 17:39:03 -0500 (Sat, 15 Aug 2009) | 6 lines
      
        Force the http connection to close after any request returned when
        buffering=True as our buffered data is not known to the HTTPConnection and may
        contain data needed by a future request if the connection were left open.
      
        See http://bugs.python.org/issue2576 and http://bugs.python.org/issue4879.
      ........
        r74522 | gregory.p.smith | 2009-08-19 00:33:48 -0500 (Wed, 19 Aug 2009) | 8 lines
      
        Revert the changes from r74463, they were causing test_xmlrpc to fail.
        We do not need to force a close when using socket buffering on a
        httplib.HTTPRequest as the library does not support streaming requests
        so there should never been extra data beyond the end of the current
        request to have left over in the requests socket buffer.
      
        see http://bugs.python.org/issue6724
      ........
        r74537 | tarek.ziade | 2009-08-21 09:28:38 -0500 (Fri, 21 Aug 2009) | 1 line
      
        fixed misplaced Issue line
      ........
        r74543 | kristjan.jonsson | 2009-08-24 06:39:31 -0500 (Mon, 24 Aug 2009) | 2 lines
      
        issue 6769
        fix a mistake in instantiatiating the HTTPSConnection class.
      ........
        r74569 | benjamin.peterson | 2009-08-28 11:48:03 -0500 (Fri, 28 Aug 2009) | 1 line
      
        restricted environments are no more
      ........
        r74570 | benjamin.peterson | 2009-08-28 11:49:56 -0500 (Fri, 28 Aug 2009) | 1 line
      
        remove more code for restricted execution
      ........
      8d9a6eb5
  6. 28 Aug, 2009 3 commits
  7. 27 Aug, 2009 5 commits
  8. 26 Aug, 2009 1 commit
  9. 21 Aug, 2009 1 commit