index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
urllib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting the checkin made in revision 82940, as it was adding new parameters...
Senthil Kumaran
2010-07-22
1
-22/+4
*
Fix Issue9301 - urllib.quote(None) to raise TypeError
Senthil Kumaran
2010-07-19
1
-0/+2
*
Fixing Issue1712522 - urllib.quote to support Unicode. The default
Senthil Kumaran
2010-07-18
1
-4/+22
*
Merged revisions 82895 via svnmerge from
Senthil Kumaran
2010-07-14
1
-1/+1
*
Merged revisions 82890 via svnmerge from
Senthil Kumaran
2010-07-14
1
-0/+1
*
Fix for Issue8883: without this patch test_urllib will fail
Ronald Oussoren
2010-06-27
1
-2/+7
*
Issue 8143: sync unquote in urlparse with urllib; add comment about doing so.
R. David Murray
2010-05-25
1
-0/+4
*
Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
Florent Xicluna
2010-05-17
1
-17/+26
*
Slight style cleanup.
Florent Xicluna
2010-05-17
1
-8/+6
*
In a number of places code still revers
Ronald Oussoren
2010-05-05
1
-3/+1
*
Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string
Senthil Kumaran
2010-05-01
1
-1/+1
*
Fix for Issue8135 - urllib.unquote to support mixed percent escapes
Senthil Kumaran
2010-03-18
1
-2/+2
*
Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")
Senthil Kumaran
2010-02-20
1
-1/+1
*
No need to assign the results of expressions used only for side effects.
Georg Brandl
2010-02-06
1
-2/+2
*
Fix duplicate import.
Georg Brandl
2010-02-06
1
-3/+2
*
Fix transient refleaks in test_urllib. Thanks to Florent Xicluna.
Antoine Pitrou
2009-12-08
1
-0/+2
*
actually close files
Philip Jenvey
2009-12-03
1
-6/+3
*
Fix for issue 7149: a regression in 2.6.3 that causes an exception when
Ronald Oussoren
2009-10-18
1
-2/+9
*
Followup for r74962
Ronald Oussoren
2009-09-20
1
-2/+1
*
Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6
Ronald Oussoren
2009-09-20
1
-183/+23
*
Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the
Senthil Kumaran
2009-05-01
1
-10/+3
*
Fix for the Issue918368 - urllib doesn't correct server returned urls
Senthil Kumaran
2009-04-21
1
-0/+3
*
Fix for bugs: Issue4675 and Issue4962.
Senthil Kumaran
2009-03-30
1
-1/+1
*
close the file even if an exception occurs #5536
Benjamin Peterson
2009-03-22
1
-35/+39
*
Issue 4336: Let users of HTTPConnection.endheaders() submit a message body t...
Kristján Valur Jónsson
2009-01-09
1
-6/+2
*
#3879 fix a regression in urllib.getproxies_environment
Benjamin Peterson
2008-09-21
1
-3/+0
*
Handle urllib's renaming for Python 3.0:
Brett Cannon
2008-07-02
1
-1/+6
*
Fixed the semantic of timeout for socket.create_connection and
Facundo Batista
2008-05-29
1
-1/+2
*
MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf
Ronald Oussoren
2008-05-18
1
-1/+22
*
MacOSX: remove dependency on Carbon package for urllib
Ronald Oussoren
2008-05-12
1
-24/+194
*
#1664522: in urllib, don't read non-existing directories in ftp mode,
Georg Brandl
2008-01-20
1
-3/+13
*
#856047: respect the ``no_proxy`` env var when checking for proxies
Georg Brandl
2008-01-20
1
-8/+44
*
#1178141: add addinfourl.code to get http status code from urllib.
Georg Brandl
2008-01-20
1
-4/+8
*
Issue1177
Kurt B. Kaiser
2008-01-02
1
-2/+2
*
#1177: accept 2xx responses for https too, not only http.
Georg Brandl
2007-09-24
1
-1/+3
*
issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses.
Sean Reifscheider
2007-09-19
1
-1/+3
*
This contains a number of things:
Bill Janssen
2007-08-29
1
-1/+10
*
Added an optional timeout parameter to urllib.ftpwrapper, with tests
Facundo Batista
2007-05-24
1
-2/+3
*
Remove the gopherlib module. It has been raising a DeprecationWarning since
Brett Cannon
2007-05-16
1
-27/+1
*
Try to get test_urllib to pass on Windows by closing the file.
Neal Norwitz
2007-03-20
1
-2/+4
*
Bug #767111: fix long-standing bug in urllib which caused an
Georg Brandl
2007-03-14
1
-0/+8
*
Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...
Collin Winter
2007-03-12
1
-1/+1
*
Use new email module names (#1637162, #1637159, #1637157).
Georg Brandl
2007-01-22
1
-2/+2
*
[Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS
Andrew M. Kuchling
2006-12-19
1
-2/+2
*
[Patch #1574068 by Scott Dial] urllib and urllib2 were using
Andrew M. Kuchling
2006-10-27
1
-4/+4
*
Bug #1459963: properly capitalize HTTP header names.
Georg Brandl
2006-07-26
1
-6/+6
*
Patch #1470976: don't NLST files when retrieving over FTP.
Georg Brandl
2006-04-30
1
-7/+0
*
Fix a couple of strings that were no-ops. urllib.open_file was a docstring
Neal Norwitz
2006-04-09
1
-1/+1
*
Revert r43399.
Georg Brandl
2006-03-28
1
-6/+6
*
Bug #1459963: urllib2 now normalizes HTTP header names correctly
Georg Brandl
2006-03-28
1
-6/+6
[next]