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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explain the use of charset parameter with Content-Type header: issue11082
Senthil Kumaran
2012-03-16
1
-2/+3
|
\
|
*
Explain the use of charset parameter with Content-Type header. Issue11082
Senthil Kumaran
2012-03-16
1
-2/+3
*
|
port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur...
Senthil Kumaran
2012-03-15
1
-1/+1
|
\
\
|
|
/
|
*
closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
Senthil Kumaran
2012-03-15
1
-1/+1
*
|
deprecated the old urllib primitives in 3.3 urllib package - issue 10050
Senthil Kumaran
2012-03-14
1
-8/+26
*
|
Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...
Senthil Kumaran
2012-03-14
1
-8/+72
*
|
merge from 3.2
Senthil Kumaran
2012-01-21
1
-0/+2
|
\
\
|
|
/
|
*
Fix Issue6631 - Disallow relative file paths in urllib urlopen
Senthil Kumaran
2012-01-21
1
-0/+2
*
|
merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d...
Senthil Kumaran
2012-01-14
1
-0/+2
|
\
\
|
|
/
|
*
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...
Senthil Kumaran
2012-01-14
1
-3/+2
*
|
merge from 3.2
Senthil Kumaran
2012-01-04
1
-2/+2
|
\
\
|
|
/
|
*
Issue13696 - Fix 302 Redirection for Relative urls.
Senthil Kumaran
2012-01-04
1
-2/+2
*
|
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
Charles-François Natali
2011-12-18
1
-2/+0
|
\
\
|
|
/
|
*
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
Charles-François Natali
2011-12-18
1
-2/+0
*
|
Merged fix for #13211 from 3.2
Jason R. Coombs
2011-12-03
1
-0/+6
|
\
\
|
|
/
|
*
Issue #13211: Add .reason attribute to HTTPError to implement parent class (U...
Jason R. Coombs
2011-11-07
1
-0/+6
*
|
'HTTPSHandler' and not the type.
Senthil Kumaran
2011-11-01
1
-1/+1
*
|
Append HTTPSHandler to __all__ when it is available.
Senthil Kumaran
2011-11-01
1
-0/+2
*
|
issue13287 - Define __all__ for urllib.request and urllib.error and expose only
Senthil Kumaran
2011-11-01
2
-18/+25
*
|
merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentT...
Senthil Kumaran
2011-10-31
1
-2/+2
|
\
\
|
|
/
|
*
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
Senthil Kumaran
2011-10-31
1
-2/+2
*
|
urllib.request - syntax changes enhancing readability. By Éric Araujo
Senthil Kumaran
2011-10-19
1
-13/+12
|
\
\
|
|
/
|
*
urllib.request - syntax changes enhancing readability. By Éric Araujo
Senthil Kumaran
2011-10-19
1
-11/+10
*
|
Fix closes issue 1673007 urllib.request to support HEAD requests with a new m...
Senthil Kumaran
2011-10-16
1
-2/+7
*
|
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou
2011-10-12
1
-0/+2
*
|
merge from 3.2. Issue13104 - Fix urllib.request.thishost() utility function.
Senthil Kumaran
2011-10-05
1
-1/+1
|
\
\
|
|
/
|
*
Issue13104 - Fix urllib.request.thishost() utility function.
Senthil Kumaran
2011-10-05
1
-1/+1
*
|
merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variab...
Senthil Kumaran
2011-08-06
1
-1/+2
|
\
\
|
|
/
|
*
Fix closes issue12698 - make the no_proxy environment variable handling a bit...
Senthil Kumaran
2011-08-06
1
-1/+2
*
|
merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join o...
Senthil Kumaran
2011-08-03
1
-1/+2
|
\
\
|
|
/
|
*
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
Senthil Kumaran
2011-08-03
1
-1/+2
*
|
merge from 3.2 - Correcting issue 12576 fix, which resulted in buildbot failu...
Senthil Kumaran
2011-07-27
1
-6/+3
|
\
\
|
|
/
|
*
Correcting issue 12576 fix, which resulted in buildbot failures.
Senthil Kumaran
2011-07-27
1
-6/+3
*
|
merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which ...
Senthil Kumaran
2011-07-27
1
-3/+6
|
\
\
|
|
/
|
*
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...
Senthil Kumaran
2011-07-27
1
-3/+6
*
|
Merge: #10883: Fix socket leaks in urllib.request.
Nadeem Vawda
2011-07-23
1
-4/+26
|
\
\
|
|
/
|
*
Issue #10883: Fix socket leaks in urllib.request.
Nadeem Vawda
2011-07-23
1
-4/+26
*
|
Issue #4608: urllib.request.urlopen does not return an iterable object
Raymond Hettinger
2011-06-26
1
-4/+8
|
\
\
|
|
/
|
*
Issue #4608: urllib.request.urlopen does not return an iterable object
Raymond Hettinger
2011-06-26
1
-4/+8
*
|
(Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request
Victor Stinner
2011-06-17
1
-0/+2
|
\
\
|
|
/
|
*
Issue #12133: fix a ResourceWarning in urllib.request
Victor Stinner
2011-06-17
1
-0/+2
*
|
Fix closes Issue #11799: urllib.request Authentication Handlers will raise a
Senthil Kumaran
2011-05-11
1
-8/+17
*
|
merge from 3.2
Senthil Kumaran
2011-04-15
1
-5/+10
|
\
\
|
|
/
|
*
merge from 3.1
Senthil Kumaran
2011-04-15
1
-5/+10
|
|
\
|
|
*
Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...
Senthil Kumaran
2011-04-15
1
-5/+10
*
|
|
merge from 3.2
Senthil Kumaran
2011-04-12
1
-3/+6
|
\
\
\
|
|
/
/
|
*
|
merge from 3.1
Senthil Kumaran
2011-04-12
1
-3/+6
|
|
\
\
|
|
|
/
|
|
*
Fix Issue11703 - urllib2.geturl() does not return correct url when the origin...
Senthil Kumaran
2011-04-12
1
-3/+6
*
|
|
Merge Issue 11662 from 3.2 branch.
guido@google.com
2011-03-29
1
-0/+27
|
\
\
\
|
|
/
/
|
*
|
Merge Issue 11662 from 3.1 branch.
guido@google.com
2011-03-29
1
-0/+27
|
|
\
\
|
|
|
/
[next]