1. 30 Aug, 2009 1 commit
  2. 29 Aug, 2009 2 commits
    • Amaury Forgeot d'Arc's avatar
      Merged revisions 74581 via svnmerge from · 9fccc820
      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
      ........
      9fccc820
    • Benjamin Peterson's avatar
      Blocked revisions 72880,74098,74100,74463,74522,74537,74543,74569-74570 via svnmerge · 82094f39
      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
      ........
      82094f39
  3. 28 Aug, 2009 3 commits
  4. 27 Aug, 2009 5 commits
  5. 26 Aug, 2009 1 commit
  6. 21 Aug, 2009 1 commit
  7. 20 Aug, 2009 3 commits
  8. 18 Aug, 2009 4 commits
    • Brett Cannon's avatar
      Clean up a minor bit of wording. · 4f4dfb92
      Brett Cannon authored
      4f4dfb92
    • Guilherme Polo's avatar
      Merged revisions 74507-74511,74517 via svnmerge from · d5c278a3
      Guilherme Polo authored
      svn+ssh://pythondev/python/trunk
      
      ........
        r74507 | guilherme.polo | 2009-08-18 10:23:08 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText.
      ........
        r74508 | guilherme.polo | 2009-08-18 10:29:20 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Issue #1250469: Fix the return value of Tix.PanedWindow.panes.
      ........
        r74509 | guilherme.polo | 2009-08-18 10:33:30 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Mark the "radio" option of Tix.CheckList as static.
      ........
        r74510 | guilherme.polo | 2009-08-18 11:23:00 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Issue #1522587: New constants and methods for the Tix.Grid widget.
      ........
        r74511 | guilherme.polo | 2009-08-18 11:34:44 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Fixes for Tix.Grid from issue #1522587.
      ........
        r74517 | guilherme.polo | 2009-08-18 11:46:57 -0300 (Tue, 18 Aug 2009) | 1 line
      
        Issue #1356969: Add missing info methods in Tix.HList.
      ........
      d5c278a3
    • Skip Montanaro's avatar
      missing module ref (issue6723) · 9b33ccd3
      Skip Montanaro authored
      9b33ccd3
    • Tarek Ziadé's avatar
      Merged revisions 74501 via svnmerge from · 6213cae2
      Tarek Ziadé authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74501 | tarek.ziade | 2009-08-18 10:16:33 +0200 (Tue, 18 Aug 2009) | 1 line
      
        added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed
      ........
      6213cae2
  9. 17 Aug, 2009 3 commits
  10. 16 Aug, 2009 6 commits
  11. 15 Aug, 2009 4 commits
  12. 14 Aug, 2009 2 commits
    • Guilherme Polo's avatar
      Merged revisions 74446-74449 via svnmerge from · c34e1c17
      Guilherme Polo authored
      svn+ssh://pythondev/python/trunk
      
      ........
        r74446 | guilherme.polo | 2009-08-14 10:53:41 -0300 (Fri, 14 Aug 2009) | 1 line
      
        Issue #3344: Replace itertools.count by enumerate.
      ........
        r74447 | guilherme.polo | 2009-08-14 11:03:07 -0300 (Fri, 14 Aug 2009) | 1 line
      
        Issue #3926: Fix the usage of the new showwarnings and formatwarning.
      ........
        r74448 | guilherme.polo | 2009-08-14 11:36:45 -0300 (Fri, 14 Aug 2009) | 3 lines
      
        Issue #1135: Add the XView and YView mix-ins to avoid duplicating
        the xview* and yview* methods.
      ........
        r74449 | guilherme.polo | 2009-08-14 11:43:43 -0300 (Fri, 14 Aug 2009) | 1 line
      
        Clarifying Entry.selection_present's docstring.
      ........
      c34e1c17
    • Georg Brandl's avatar
      Recorded merge of revisions 74429 via svnmerge from · 161ca688
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r74429 | brett.cannon | 2009-08-13 21:27:12 +0200 (Do, 13 Aug 2009) | 5 lines
      
        Expat could crash if given the wrong kind of input by never stopping its
        tokenizing step.
      
        Thanks to Ivan Krstić for the patch.
      ........
      161ca688
  13. 13 Aug, 2009 5 commits