1. 15 Mar, 2011 1 kayıt (commit)
  2. 25 Şub, 2011 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · 2774310c
      Georg Brandl yazdı
      Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r87627 | georg.brandl | 2011-01-02 15:23:43 +0100 (So, 02 Jan 2011) | 1 line
      
        #1665333: add more docs for optparse.OptionGroup.
      ........
        r87638 | georg.brandl | 2011-01-02 20:07:51 +0100 (So, 02 Jan 2011) | 1 line
      
        Fix code indentation.
      ........
        r87739 | georg.brandl | 2011-01-04 18:27:13 +0100 (Di, 04 Jan 2011) | 1 line
      
        Fix exception catching.
      ........
        r87760 | georg.brandl | 2011-01-05 11:59:48 +0100 (Mi, 05 Jan 2011) | 1 line
      
        Fix duplicate end tag.
      ........
        r87771 | georg.brandl | 2011-01-05 22:47:47 +0100 (Mi, 05 Jan 2011) | 1 line
      
        On Py3k, -tt and -3 are no-op and unsupported respectively.
      ........
        r87787 | georg.brandl | 2011-01-06 10:15:45 +0100 (Do, 06 Jan 2011) | 1 line
      
        Remove doc for nonexisting parameter.
      ........
        r87984 | georg.brandl | 2011-01-13 08:24:40 +0100 (Do, 13 Jan 2011) | 1 line
      
        Add semicolon for consistency.
      ........
        r87986 | georg.brandl | 2011-01-13 08:31:18 +0100 (Do, 13 Jan 2011) | 1 line
      
        Fix the example output of count().
      ........
        r88108 | georg.brandl | 2011-01-19 09:42:03 +0100 (Mi, 19 Jan 2011) | 1 line
      
        Suppress trailing spaces in table paragraphs.
      ........
        r88115 | georg.brandl | 2011-01-19 21:05:49 +0100 (Mi, 19 Jan 2011) | 1 line
      
        #10944: add c_bool to types table.
      ........
        r88144 | georg.brandl | 2011-01-22 23:06:24 +0100 (Sa, 22 Jan 2011) | 1 line
      
        #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches.  A unittest is needed!
      ........
        r88165 | georg.brandl | 2011-01-24 20:53:18 +0100 (Mo, 24 Jan 2011) | 1 line
      
        Typo fix.
      ........
        r88329 | georg.brandl | 2011-02-03 08:08:25 +0100 (Do, 03 Feb 2011) | 1 line
      
        Punctuation typos.
      ........
        r88364 | georg.brandl | 2011-02-07 13:10:46 +0100 (Mo, 07 Feb 2011) | 1 line
      
        #11138: fix order of fill and align specifiers.
      ........
        r88365 | georg.brandl | 2011-02-07 13:13:58 +0100 (Mo, 07 Feb 2011) | 1 line
      
        #8691: document that right alignment is default for numbers.
      ........
        r88369 | georg.brandl | 2011-02-07 16:30:45 +0100 (Mo, 07 Feb 2011) | 1 line
      
        Consistent heading spacing, and fix two typos.
      ........
        r88370 | georg.brandl | 2011-02-07 16:44:27 +0100 (Mo, 07 Feb 2011) | 1 line
      
        Spelling fixes.
      ........
        r88423 | georg.brandl | 2011-02-15 13:41:17 +0100 (Di, 15 Feb 2011) | 1 line
      
        Apply logging SocketHandler doc update by Vinay.
      ........
        r88424 | georg.brandl | 2011-02-15 13:44:43 +0100 (Di, 15 Feb 2011) | 1 line
      
        Remove editing slip.
      ........
      2774310c
  3. 22 Ock, 2011 2 kayıt (commit)
  4. 24 Ara, 2010 1 kayıt (commit)
  5. 19 Ara, 2010 1 kayıt (commit)
  6. 18 Ara, 2010 2 kayıt (commit)
  7. 17 Ara, 2010 1 kayıt (commit)
  8. 14 Kas, 2010 1 kayıt (commit)
  9. 13 Kas, 2010 1 kayıt (commit)
  10. 22 Eki, 2010 1 kayıt (commit)
  11. 13 Eki, 2010 2 kayıt (commit)
  12. 06 Eki, 2010 1 kayıt (commit)
  13. 03 Eki, 2010 2 kayıt (commit)
  14. 02 Eki, 2010 2 kayıt (commit)
  15. 02 Agu, 2010 2 kayıt (commit)
  16. 24 Tem, 2010 1 kayıt (commit)
    • Victor Stinner's avatar
      #9032: XML-RPC client: Transport.request() retries on EPIPE error · 756f547b
      Victor Stinner yazdı
      The EPIPE error occurs when the server closes the socket and the client sends a
      "big" XML-RPC request (I don't know exactly the size threshold).
      
      request() just have to ignore the error because single_request() closes the
      socket on error, and so the next call to single_request() will open a new
      socket.
      
      Remove also a comment in the HTTP client because it's now wrong: see r70643
      and issue #5542.
      756f547b
  17. 04 Haz, 2010 2 kayıt (commit)
  18. 28 Nis, 2010 2 kayıt (commit)
  19. 21 Mar, 2010 1 kayıt (commit)
  20. 03 Ock, 2010 1 kayıt (commit)
    • Gregory P. Smith's avatar
      Merged revisions 77263-77264 via svnmerge from · b4066374
      Gregory P. Smith yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77263 | gregory.p.smith | 2010-01-02 17:29:44 -0800 (Sat, 02 Jan 2010) | 4 lines
      
        Adds an optional source_address parameter to socket.create_connection().
      
        For use by issue3972.
      ........
        r77264 | gregory.p.smith | 2010-01-02 18:06:07 -0800 (Sat, 02 Jan 2010) | 5 lines
      
        issue3972: HTTPConnection and HTTPSConnection now support a
        source_address parameter.
      
        Also cleans up an annotation in the socket documentation.
      ........
      b4066374
  21. 20 Ara, 2009 2 kayıt (commit)
  22. 29 Eyl, 2009 2 kayıt (commit)
  23. 04 Eyl, 2009 2 kayıt (commit)
  24. 26 Tem, 2009 1 kayıt (commit)
  25. 25 Tem, 2009 1 kayıt (commit)
  26. 01 Nis, 2009 1 kayıt (commit)
  27. 31 Mar, 2009 1 kayıt (commit)
    • Jeremy Hylton's avatar
      Simplify the Request class. The basic components of the parsed · 6c5e28c3
      Jeremy Hylton yazdı
      Request are now available as public attributes, e.g. full_url and
      host.  The accessor methods are deprecated.  The implementation
      replace the complicated __getattr__ machinery with a _parse() method.
      
      The response from an HTTP request is now an HTTPResponse instance
      instead of an addinfourl() wrapper instance.  The wrapper provided
      minimal extract functionality and was undocumented.  The API of
      addinfourl() was preserved, except for close hooks, by adding a few
      methods and public attributes to the HTTPResponse class.
      6c5e28c3
  28. 28 Mar, 2009 1 kayıt (commit)
  29. 27 Mar, 2009 1 kayıt (commit)