- 4c59211 Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 13 years ago
- 58c6062 Fix Issue6631 - Disallow relative files paths in urllib*.open() by Senthil Kumaran · 14 years ago
- bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic by Senthil Kumaran · 14 years ago
- f3d35f0 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 14 years ago
- 87e5855 Port to 2.7 - issue 10817 - Fix urlretrieve function to raise by Senthil Kumaran · 14 years ago
- ef651ac whitespace fix. by Senthil Kumaran · 14 years ago
- 351950f Remove the old dead test program within the module in 2.7. by Senthil Kumaran · 14 years ago
- b5bd4c8 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 14 years ago
- a620fac Fix typo in dbf1e1a27427 that was causing some buildbots to fail. by Nadeem Vawda · 14 years ago
- b42c53e Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 14 years ago
- 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 14 years ago
- 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 14 years ago
- f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
- 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 14 years ago
- 60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
- 1aa999c Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified by Ronald Oussoren · 14 years ago
- 0b7cac1 Merged revisions 86676 via svnmerge from by Senthil Kumaran · 15 years ago
- 9fce551 Merged revisions 86520 via svnmerge from by Senthil Kumaran · 15 years ago
- 6980342 Rolled back revisions 81259,81265 via svnmerge from by Florent Xicluna · 15 years ago
- 1c24592 Merged revisions 81053,81259,81265 via svnmerge from by Florent Xicluna · 15 years ago
- 880685f Reverting the checkin made in revision 82940, as it was adding new parameters to quote function in a bugfix release. by Senthil Kumaran · 15 years ago
- c7743aa Fix Issue9301 - urllib.quote(None) to raise TypeError by Senthil Kumaran · 15 years ago
- 5dba6df Fixing Issue1712522 - urllib.quote to support Unicode. The default by Senthil Kumaran · 15 years ago
- 73ae8dd Merged revisions 82897 via svnmerge from by Senthil Kumaran · 15 years ago
- 0fdd385 Merged revisions 82895 via svnmerge from by Senthil Kumaran · 15 years ago
- 7a4e837 Merged revisions 82892 via svnmerge from by Senthil Kumaran · 15 years ago
- 836a2bb Merged revisions 82890 via svnmerge from by Senthil Kumaran · 15 years ago
- 68f74ba Merged revisions 82284 via svnmerge from by Ronald Oussoren · 15 years ago
- b96fbb8 Fix for Issue8883: without this patch test_urllib will fail by Ronald Oussoren · 15 years ago
- bfbdefe Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. by R. David Murray · 15 years ago
- af87f9f Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. by Florent Xicluna · 15 years ago
- e127e24 Slight style cleanup. by Florent Xicluna · 15 years ago
- 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
- fcfd25b Merged revisions 80675 via svnmerge from by Senthil Kumaran · 15 years ago
- 1b7f9e5 Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string by Senthil Kumaran · 15 years ago
- 34f9277 Merged revisions 79047 via svnmerge from by Senthil Kumaran · 15 years ago
- f3e9b2a Fix for Issue8135 - urllib.unquote to support mixed percent escapes by Senthil Kumaran · 15 years ago
- a241d0a Merged revisions 78268 via svnmerge from by Senthil Kumaran · 15 years ago
- 18d5a69 Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo") by Senthil Kumaran · 15 years ago
- 708c487 Merged revisions 78035,78040,78043,78049-78050,78052-78054 via svnmerge from by Georg Brandl · 15 years ago
- 84fedf7 No need to assign the results of expressions used only for side effects. by Georg Brandl · 16 years ago
- 48e65f5 Fix duplicate import. by Georg Brandl · 16 years ago
- ca173e2 Fix transient refleaks in test_urllib. Thanks to Florent Xicluna. by Antoine Pitrou · 16 years ago
- 0299d0d actually close files by Philip Jenvey · 16 years ago
- c1bde6e Merged revisions 75482 via svnmerge from by Ronald Oussoren · 16 years ago
- 31802d0 Fix for issue 7149: a regression in 2.6.3 that causes an exception when by Ronald Oussoren · 16 years ago
- 78974df Merged revisions 74964 via svnmerge from by Ronald Oussoren · 16 years ago
- 809073b Followup for r74962 by Ronald Oussoren · 16 years ago
- 40617a8 Merged revisions 74962 via svnmerge from by Ronald Oussoren · 16 years ago
- 51f0633 Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6 by Ronald Oussoren · 16 years ago
- b52c6f8 Fixing Issue6557. urllib.urlopen will quote the space character within urls. by Senthil Kumaran · 16 years ago
- 4af40d2 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 16 years ago
- 7c2867f Fix for the Issue918368 - urllib doesn't correct server returned urls by Senthil Kumaran · 16 years ago
- 5e95e76 Fix for bugs: Issue4675 and Issue4962. by Senthil Kumaran · 16 years ago
- 373498f Merged revisions 70521 via svnmerge from by Benjamin Peterson · 16 years ago
- b364bfe close the file even if an exception occurs #5536 by Benjamin Peterson · 16 years ago
- 84040db Issue 4336: Let users of HTTPConnection.endheaders() submit a message body to the function if required. by Kristján Valur Jónsson · 17 years ago
- 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 17 years ago
- 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 17 years ago
- 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
- 099646f MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf by Ronald Oussoren · 17 years ago
- 9dd6b1d MacOSX: remove dependency on Carbon package for urllib by Ronald Oussoren · 17 years ago
- d5e6cf2 #1664522: in urllib, don't read non-existing directories in ftp mode, by Georg Brandl · 18 years ago
- 2235011 #856047: respect the ``no_proxy`` env var when checking for proxies by Georg Brandl · 18 years ago
- 9b0d46d #1178141: add addinfourl.code to get http status code from urllib. by Georg Brandl · 18 years ago
- 0f7c25d Issue1177 by Kurt B. Kaiser · 18 years ago
- 9b91567 #1177: accept 2xx responses for https too, not only http. by Georg Brandl · 18 years ago
- a1afbf6 issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses. by Sean Reifscheider · 18 years ago
- 426ea0a This contains a number of things: by Bill Janssen · 18 years ago
- 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
- d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
- ce55e21 Try to get test_urllib to pass on Windows by closing the file. by Neal Norwitz · 18 years ago
- 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
- f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
- 98d1a4d Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more by Collin Winter · 18 years ago
- 071d1ae Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py must use a more by Collin Winter · 18 years ago
- 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 19 years ago
- 0faf90a [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 19 years ago
- 5227857 [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 19 years ago
- ff9e7ab [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
- 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 19 years ago
- 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 19 years ago
- 44a118a Patch #1470976: don't NLST files when retrieving over FTP. by Georg Brandl · 19 years ago
- c5d0dbd Fix a couple of strings that were no-ops. urllib.open_file was a docstring by Neal Norwitz · 19 years ago
- 80bb2bb Revert r43399. by Georg Brandl · 19 years ago
- f1349cd Bug #1459963: urllib2 now normalizes HTTP header names correctly with title(). by Georg Brandl · 19 years ago
- 1c168d8 Bug #1457264: parse http://host?query correctly in urllib by Georg Brandl · 19 years ago
- 1f63670 Patch #1426648: urllib proxy_bypass broken by Georg Brandl · 19 years ago
- 92037a1 Whitespace normalization. by Tim Peters · 20 years ago
- 3e86595 Patch #1349118: urllib2 now supports user:pass@ style proxy by Martin v. Löwis · 20 years ago
- c0b2473 Bug #649974: make docstrings for url2pathname consistent by Georg Brandl · 20 years ago
- 1f66357 bug #1365984: urllib and data: URLs. Problem was that cStringIO objects cannot be assigned attributes on the fly. by Georg Brandl · 20 years ago
- 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
- cf6b632 Corrected version of 1.170 by Raymond Hettinger · 20 years ago
- 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 20 years ago
- 803ce80 Simplify and speed-up unquote(). by Raymond Hettinger · 20 years ago
- 957b126 Simplify and speed-up quote_plus(). by Raymond Hettinger · 20 years ago
- 199d2f7 SF #1285086: urllib.quote is too slow by Raymond Hettinger · 20 years ago
- 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
- b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 20 years ago