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
/
Doc
/
lib
/
liburllib.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete the LaTeX doc tree.
Georg Brandl
2007-08-15
1
-494/+0
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-8/+5
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-4/+4
*
Bug #947571: By default, urllib.urlopen() does not raise IOErrors
Georg Brandl
2006-02-20
1
-1/+8
*
Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld
Georg Brandl
2005-08-24
1
-1/+29
*
[Bug #1194249] Fix duplicate assignment in example code
Andrew M. Kuchling
2005-06-01
1
-1/+1
*
hmmm... moving def'n of version makes the __init__ unnecessary for the
Skip Montanaro
2005-03-09
1
-2/+0
*
Correct description/example of how to override User-agent.
Skip Montanaro
2005-03-09
1
-4/+4
*
Wordsmithing
Andrew M. Kuchling
2004-07-13
1
-15/+15
*
Add another point in the "Restrictions" section about how the handling of FTP
Brett Cannon
2004-07-13
1
-0/+17
*
Note that reading from a socket may not always return all of the
Fred Drake
2004-03-25
1
-0/+4
*
remove extra word occurance; reported to webmaster
Fred Drake
2003-08-27
1
-1/+1
*
Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2.
Martin v. Löwis
2003-07-12
1
-6/+6
*
Add comment that urlopen opens local files without universal newlines
Brett Cannon
2003-04-29
1
-8/+8
*
Add cross-references between urllib.urlencode() and cgi.parse_qs[l]().
Fred Drake
2003-04-24
1
-0/+3
*
SF Patch 549151: urllib2 POSTs on redirect
Raymond Hettinger
2003-04-24
1
-6/+12
*
Fixed docs for urlretrieve() to match code in the case of opening a local file.
Brett Cannon
2003-04-24
1
-13/+13
*
SF 698520: Iterator for urllib.URLOpener
Raymond Hettinger
2003-03-09
1
-1/+2
*
Moved description of _urlopener adjacent to the related functions.
Fred Drake
2002-10-22
1
-18/+35
*
Add a version annotation regarding the urlopen(proxies={...}).
Fred Drake
2002-04-04
1
-0/+2
*
The rest of the documentation for manual proxy configuration for a basic
Fred Drake
2002-04-04
1
-3/+20
*
Documentation for manual proxy configuration, by Andy Gimblett.
Fred Drake
2002-04-04
1
-0/+35
*
Use the \note and \warning macros where appropriate.
Fred Drake
2001-10-20
1
-2/+2
*
SF patch #454553 by Walter Dörwald: auto-guess content-type header for
Guido van Rossum
2001-08-23
1
-1/+2
*
Apply the new \mailheader macro where appropriate, and fix a few small
Fred Drake
2001-08-03
1
-9/+10
*
Convert the use of apply(f, args) to the new spelling: f(*args).
Fred Drake
2001-07-23
1
-1/+1
*
Minor changes to match the style guide.
Fred Drake
2001-07-14
1
-3/+3
*
Added warning that FancyURLopener prompts the user on the terminal when
Fred Drake
2001-04-12
1
-0/+21
*
mention the use of the maxtries attribute of FancyURLopener in bounding
Skip Montanaro
2001-02-15
1
-1/+3
*
updated to document use of sequences of two-element tuples as inputs
Skip Montanaro
2001-01-28
1
-2/+7
*
documented (new) optional doseq parameter to urlencode.
Skip Montanaro
2001-01-24
1
-2/+4
*
urlretrieve() description included explanation of "data" parameter, but
Fred Drake
2000-12-15
1
-4/+5
*
Remove duplicated text from urlopen() description, noted by Ka-Ping
Fred Drake
2000-10-10
1
-16/+0
*
Add item to the list of limitations that points out the lack of support
Fred Drake
2000-09-15
1
-1/+5
*
Document the limitation that urllib does not work with proxies which
Fred Drake
2000-08-31
1
-5/+9
*
Revised documentation relevant to SourceForge patch #100837
Fred Drake
2000-08-25
1
-12/+23
*
Addresses the other half of Bug #112634 -- the documentation suggested
Guido van Rossum
2000-08-24
1
-1/+1
*
Moshe Zadka <moshez@math.huji.ac.il>:
Fred Drake
2000-08-24
1
-0/+12
*
Finally fixed the much-reported bug about "~" in a couple of example.
Fred Drake
2000-07-28
1
-2/+2
*
Rob W. W. Hooft's spelling fixes for the Library Reference. I hope
Thomas Wouters
2000-07-16
1
-1/+1
*
Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code.
Fred Drake
2000-05-30
1
-1/+1
*
Merged changes from the 1.5.2p2 release.
Fred Drake
2000-04-03
1
-3/+140
*
Incorporated updates to describe geturl() by Sjoerd Mullender
Fred Drake
1999-02-22
1
-15/+20
*
Remove extra } at end of method description parameters.
Fred Drake
1998-10-01
1
-6/+7
*
Document new urllib features by Eric Raymond.
Guido van Rossum
1998-09-28
1
-5/+22
*
New section header style.
Fred Drake
1998-08-10
1
-1/+2
*
Adjusted to use the new module synopsis support macros.
Fred Drake
1998-07-23
1
-2/+4
*
# Oops, correct Latex errors.
Guido van Rossum
1998-07-22
1
-2/+2
*
Document how to make a POST request with urlopen().
Guido van Rossum
1998-07-22
1
-6/+25
*
Remove all uses of \sectcode; we can now use logical markup everywhere.
Fred Drake
1998-04-04
1
-1/+1
[next]