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
/
urllib2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ugly irregular spaces from in front of some comments.
Fred Drake
2002-08-13
1
-3/+3
*
Whitespace normalization.
Tim Peters
2002-07-16
1
-2/+2
*
Fix from SF patch #527518: proxy config with user+pass authentication.
Jeremy Hylton
2002-07-07
1
-3/+8
*
Fix HTTPError __init__ for cases where fp is None.
Jeremy Hylton
2002-06-03
1
-2/+6
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-4/+3
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-10/+10
*
Use types.StringTypes instead of (types.StringType, types.UnicodeType) --
Michael W. Hudson
2002-05-20
1
-2/+2
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
1
-4/+4
*
Patch #525870: Avoid duplicate stat calls, use st_ attributes.
Martin v. Löwis
2002-03-18
1
-4/+2
*
Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers
Greg Ward
2002-02-11
1
-1/+1
*
Fix SF bug 468948 & 451295: urllib2 authentication problems
Jeremy Hylton
2001-11-09
1
-28/+12
*
Clean up one comment, fix typos in others.
Fred Drake
2001-11-08
1
-7/+7
*
Fix [ #465502 ] urllib2: urlopen unicode problem
Jeremy Hylton
2001-10-09
1
-67/+36
*
Add content-type header to ftp URLs (SF patch #454553)
Jeremy Hylton
2001-08-27
1
-4/+13
*
SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, like
Guido van Rossum
2001-08-24
1
-4/+7
*
Replace all type comparisons with isinstance() calls
Jeremy Hylton
2001-08-11
1
-9/+9
*
Whitespace normalization.
Tim Peters
2001-08-09
1
-1/+1
*
Fix SF bug [ #447370 ] typo in urllib2.py
Jeremy Hylton
2001-08-07
1
-7/+9
*
Patch #444359: Remove unused imports.
Martin v. Löwis
2001-08-02
1
-1/+0
*
Only write out one blank line before the request data.
Fred Drake
2001-07-04
1
-1/+1
*
Raise useful exception when called with URL for which request type
Jeremy Hylton
2001-05-09
1
-1/+2
*
Fix typo (missing "req." prefix on error_302_dict) found by Neil
Guido van Rossum
2001-04-15
1
-1/+2
*
Idiotic braino caused HTTP openers to ignore proxies.
Moshe Zadka
2001-04-11
1
-1/+1
*
* Fixing the password-proxy bug
Moshe Zadka
2001-03-20
1
-7/+8
*
Whitespace normalization.
Tim Peters
2001-03-16
1
-2/+2
*
Checking in patch 404826 -- urllib2 enhancements and documentations.
Moshe Zadka
2001-03-01
1
-48/+115
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-17/+16
*
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
Tim Peters
2001-01-15
1
-30/+30
*
two fixes for redirects:
Jeremy Hylton
2000-10-12
1
-24/+31
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
typos fixed by Rob Hooft
Jeremy Hylton
2000-06-28
1
-1/+1
*
Untabify to pass the -tt test.
Fred Drake
2000-02-10
1
-383/+383
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-1/+1
*
EXPERIMENTAL
Jeremy Hylton
2000-01-20
1
-0/+1063