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
...
*
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
*
Convert Unicode strings to byte strings before passing them into specific
Martin v. Löwis
2000-12-03
1
-14/+25
*
Provide a clearer error message when urlopen fails because of an
Jeremy Hylton
2000-10-02
1
-5/+13
*
- Improved handling of win32 proxy settings (addresses bug #114256).
Fredrik Lundh
2000-09-24
1
-22/+27
*
Remove "," from the list of always_safe characters. It is a reserved
Jeremy Hylton
2000-09-14
1
-8/+44
*
fixes bug #111951
Jeremy Hylton
2000-08-31
1
-2/+3
*
Pass data on to retrieve method.
Sjoerd Mullender
2000-08-25
1
-1/+1
*
Promote the server version from a local variable to a class variable,
Guido van Rossum
2000-08-24
1
-3/+4
*
Randall Hopper <aa8vb@yahoo.com>>:
Fred Drake
2000-08-24
1
-3/+3
*
* added doc strings to urlopen and unquote_plus
Skip Montanaro
2000-08-22
1
-1/+3
*
Patch from Paul Schreiber <paul@commerceflow.com>:
Fred Drake
2000-08-21
1
-6/+19
*
Patch #100873 - Use registry to find proxies for urllib on Win32
Mark Hammond
2000-07-26
1
-13/+61
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
Fix bug #314, reported by Craig Allen <cba@mediaone.net>:
Fred Drake
2000-07-01
1
-1/+1
*
Comment out an apparent debug print
Andrew M. Kuchling
2000-06-10
1
-1/+1
*
Fix a problem reported by Oleg Broytmann, who complains that very
Guido van Rossum
2000-05-24
1
-1/+1
*
Fix to previous patch: send the request data when it's provided
Andrew M. Kuchling
2000-04-24
1
-0/+2
*
Fixed bug reported by JP Calderone: https:// URL's didn't work.
Andrew M. Kuchling
2000-04-23
1
-2/+8
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-79/+108
*
Sjoerd Mullender writes:
Guido van Rossum
2000-02-01
1
-5/+14
*
OpenSSL support. This is based on patches for a version of SSLeay by
Guido van Rossum
1999-12-07
1
-5/+57
*
Patches by Michael Reilly to correctly deal with ftp URLs of the form
Guido van Rossum
1999-08-18
1
-0/+1
*
Sjoerd Mullender:
Guido van Rossum
1999-07-01
1
-1/+1
*
Sjoerd Mullender writes:
Guido van Rossum
1999-06-24
1
-2/+8
*
Updated lagging version#. Also added some comments about how quote()
Guido van Rossum
1999-06-09
1
-1/+3
*
Hack so that if a 302 or 301 redirect contains a relative URL, the
Guido van Rossum
1999-03-29
1
-0/+2
*
Yet another patch by Sjoerd Mullender:
Guido van Rossum
1999-03-15
1
-2/+2
*
From: Sjoerd Mullender
Guido van Rossum
1999-03-12
1
-9/+2
*
open_http also had the 'data is None' test backwards. don't call with the
Guido van Rossum
1999-03-09
1
-3/+2
*
http_error had the 'data is None' test backwards. don't call with the
Jeremy Hylton
1999-02-25
1
-4/+3
*
change indentation from 8 spaces to 4 spaces
Jeremy Hylton
1999-02-25
1
-878/+859
*
pleasing the tabnanny
Jeremy Hylton
1999-02-25
1
-11/+11
*
When performing a POST request, i.e. when the second argument to
Jeremy Hylton
1999-02-24
1
-11/+27
[prev]
[next]