index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
urllib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
More fixes according to SF 549151:
Guido van Rossum
2003-05-16
1
-4
/
+8
*
SF Patch 549151: urllib2 POSTs on redirect
Raymond Hettinger
2003-04-24
1
-0
/
+4
*
Fix docstring for URLOpener.retrieve() in regards to opening a local file
Brett Cannon
2003-04-24
1
-1
/
+1
*
SF 698520: Iterator for urllib.URLOpener
Raymond Hettinger
2003-03-09
1
-0
/
+4
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-4
/
+4
*
Use fdopen() to create file from fd.
Jeremy Hylton
2002-10-11
1
-1
/
+1
*
When testing for localhost/ first map to lower case. Spotted by Skip.
Jack Jansen
2002-09-12
1
-1
/
+1
*
Treat file://localhost/ as local too (same as file:/ and file:///).
Jack Jansen
2002-09-12
1
-1
/
+1
*
Modify splituser() method to allow an @ in the userinfo field.
Raymond Hettinger
2002-08-18
1
-1
/
+1
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
1
-3
/
+5
*
Fix SF #565414, FancyURLopener() needs to support **kwargs
Neal Norwitz
2002-06-11
1
-2
/
+2
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-8
/
+9
*
Replaced boolean tests with is None.
Raymond Hettinger
2002-06-02
1
-5
/
+5
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-11
/
+11
*
Don't require Unicode support.
Guido van Rossum
2002-05-24
1
-2
/
+9
*
Fix from SF bug #541980 (Jacques A. Vidrine).
Guido van Rossum
2002-04-15
1
-1
/
+4
*
Support manual proxy configuration for simple urlopen() operations.
Fred Drake
2002-04-04
1
-5
/
+10
*
Fix for a bug in the fix for SF bug 503031. This time the OP verified
Guido van Rossum
2002-04-02
1
-2
/
+2
*
Hopeful fix for SF bug 503031: urllib.py: open_http() host problem.
Guido van Rossum
2002-03-31
1
-1
/
+5
*
time and socket were already imported in the module, no need to re-import
Neal Norwitz
2002-03-26
1
-3
/
+1
*
use stat attributes instead of tuple entries
Walter Dörwald
2002-03-22
1
-3
/
+2
*
To make 'urllib.py -t' run again, change FTP URL to a file that actually
Andrew M. Kuchling
2002-03-18
1
-1
/
+1
*
SF #515024 remove unused variable
Neal Norwitz
2002-02-11
1
-1
/
+0
*
SF patch #490515 (Joe A) urllib.open_https() protocol issue
Guido van Rossum
2001-12-08
1
-1
/
+1
*
Added missing parameter in call to http_error_default();
Fred Drake
2001-10-13
1
-1
/
+1
*
Add content-type header to ftp URLs (SF patch #454553)
Jeremy Hylton
2001-08-27
1
-8
/
+2
*
SF patch #454553 by Walter Dörwald: auto-guess content-type header for
Guido van Rossum
2001-08-23
1
-5
/
+7
*
Only catch the errors that can actually occur, as reported in bug #411881.
Martin v. Löwis
2001-08-11
1
-2
/
+2
*
Whitespace normalization.
Tim Peters
2001-08-09
1
-3
/
+3
*
SF patch #403640: incomplete proxy handling in URLLIB
Tim Peters
2001-08-09
1
-0
/
+62
*
SF Patch #420725 by Walter Doerwald:
Guido van Rossum
2001-08-09
1
-4
/
+17
*
Only write out one blank line before the request data.
Fred Drake
2001-07-04
1
-2
/
+2
*
Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../.
Guido van Rossum
2001-04-15
1
-0
/
+2
*
fixing 408085 - redirect from https becomes http
Moshe Zadka
2001-04-09
1
-1
/
+1
*
updated __all__ to include several other names
Skip Montanaro
2001-03-13
1
-1
/
+5
*
Grr, splittag was also missing from __all__.
Jack Jansen
2001-03-05
1
-1
/
+1
*
Added url2pathname and pathname2url to __all__.
Jack Jansen
2001-03-05
1
-1
/
+1
*
RISCOS changes by dschwertberger.
Guido van Rossum
2001-03-02
1
-0
/
+2
*
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro
2001-03-01
1
-0
/
+4
*
Whitespace normalization.
Tim Peters
2001-02-28
1
-3
/
+3
*
Fixing bug #227562 by calling URLopener.http_error_default when
Moshe Zadka
2001-02-27
1
-12
/
+18
*
provide simple recovery/escape from apparent redirect recursion. If the
Skip Montanaro
2001-02-15
1
-1
/
+17
*
Whitespace normalization.
Tim Peters
2001-02-09
1
-1
/
+1
*
allow first param urlencode to be a sequence of two-element tuples - in this
Skip Montanaro
2001-01-28
1
-5
/
+30
*
modify urlencode so sequences in the dict are treated as multivalued
Skip Montanaro
2001-01-20
1
-6
/
+36
*
Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format
Guido van Rossum
2001-01-19
1
-2
/
+2
*
- Make sure to quote the username and password (SF patch #103236 by
Guido van Rossum
2001-01-15
1
-3
/
+3
*
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
Tim Peters
2001-01-15
1
-13
/
+13
*
Fixed bug which caused HTTPS not to work at all with string URLs
Moshe Zadka
2001-01-08
1
-1
/
+1
*
Get rid of string functions, except maketrans() (which is *not*
Guido van Rossum
2000-12-15
1
-42
/
+45
[next]