summaryrefslogtreecommitdiffstats
path: root/Lib/httplib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-241-2/+13
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-121-0/+4
* #1929: fix httplib _read_chunked (str/bytes confusion).Georg Brandl2008-01-261-2/+2
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-081-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-2/+7
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-3/+4
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-2/+2
* Fix for bug 1148: str/bytes issue in httplib's _safe_read().Guido van Rossum2007-09-121-1/+1
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+4
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-195/+21
* Make test_urllib be strict about str/bytes.Guido van Rossum2007-08-291-1/+1
* Remove Python 1.5 compatibility layer from httplib.Jeremy Hylton2007-08-141-177/+1
* StyleJeremy Hylton2007-08-101-2/+2
* Fix several failing tests in test_urllib2net.Jeremy Hylton2007-08-081-0/+14
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-0/+3
* Change urllib to use HTTPConnection rather than old HTTP class.Jeremy Hylton2007-08-041-0/+7
* Make sure LineAndFileWrapper gets bytes() as its first argument.Jeremy Hylton2007-08-041-3/+5
* Use BytesIO instead of StringIO.Jeremy Hylton2007-08-041-3/+1
* Fix several more paths from the SSL code.Jeremy Hylton2007-08-041-15/+14
* HTTPResponse should not inherit from io.IOBase.Jeremy Hylton2007-08-041-6/+2
* A few local changes for consistency of string literals.Jeremy Hylton2007-08-031-4/+5
* Make consistent use of "" for string literals in new classes.Jeremy Hylton2007-08-031-18/+18
* Fix status line parsing for http response.Jeremy Hylton2007-08-031-2/+7
* Fix test_httplib.Martin v. Löwis2007-06-301-7/+8
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-4/+3
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-181-4/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-22/+6
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Make test_socket_ssl.py pass by fixing some code that wasGuido van Rossum2007-03-191-4/+4
* Fix httplib for removal of slicing from exceptions.Brett Cannon2007-02-271-7/+9
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-21/+21
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-7/+7
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+24
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+4
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+13
* Move "httpresponses" dict from urllib2 to httplib where it belongs.Georg Brandl2006-02-171-1/+50
* bug [ 1296004 ] MemoryError in httplibGeorg Brandl2005-09-291-4/+7
* bug [ 1155638 ] self.length shield exception in httplibGeorg Brandl2005-06-261-0/+1
* Fix for SF bug 988120 via patch 1061941.Jeremy Hylton2004-11-071-2/+4
* SF bug #1046855: httplib index out of rangeRaymond Hettinger2004-10-141-1/+1
* Patch #1025790: Add status code constants to httplib.Martin v. Löwis2004-09-181-3/+62
* Remove tabs.Brett Cannon2004-09-151-2/+2
* Strip square brackets from IPv6 address.Martin v. Löwis2004-09-141-0/+2
* missed the obvious test case and corresponding fixSkip Montanaro2004-09-141-1/+2
* Search from the end of the host/port combination to find the colon whichSkip Montanaro2004-09-141-1/+1
* Patch #800236: add HTTPResponse.getheaders().Martin v. Löwis2004-08-181-0/+6
* SF bug 874842 and patch 997626: httplib bugsJeremy Hylton2004-08-071-10/+20