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
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
1
-0/+4
*
Two necessary fixes (but not enough to make tests pass):
Guido van Rossum
2007-07-03
1
-19/+6
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-2/+8
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-11/+12
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-2/+1
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-23/+1
*
Sockets facelift. APIs that could return binary data (e.g. aton() and
Guido van Rossum
2007-05-21
1
-3/+1
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-4/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-31/+40
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-6/+6
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-3/+3
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-3/+3
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-2/+2
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-13/+15
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-13/+13
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-15/+38
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-27/+52
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-99/+106
*
Suppress new deprecation warnings when running the
Tim Peters
2006-02-18
1
-1/+1
*
Whitespace normalization.
Tim Peters
2006-02-18
1
-2/+0
*
Move "httpresponses" dict from urllib2 to httplib where it belongs.
Georg Brandl
2006-02-17
1
-48/+1
*
Bug #902075: urllib2 now handles "host:port" proxy specifications
Georg Brandl
2006-01-21
1
-8/+13
*
Whitespace normalization (via reindent.py).
Tim Peters
2005-08-26
1
-2/+2
*
Bug #735248: Fix urllib2.parse_http_list.
Georg Brandl
2005-08-24
1
-39/+36
*
Bug 1016563: Bug in urllib2 proxy auth
Georg Brandl
2005-08-24
1
-1/+1
*
Whitespace normalization.
Tim Peters
2005-07-17
1
-4/+4
*
RFE [ 1216944 ] Add Error Code Dictionary to urllib2
Georg Brandl
2005-07-14
1
-0/+49
*
bug [ 1175848 ] poorly named variable in urllib2.py
Georg Brandl
2005-06-26
1
-2/+2
*
Replace list of constants with tuples of constants.
Raymond Hettinger
2005-02-06
1
-1/+1
*
SF patch #1028908
Raymond Hettinger
2005-02-05
1
-3/+6
*
Patch #1095362: replace hardcoded test for POST/GET with call to get_method,
Johannes Gijsbers
2005-01-09
1
-1/+1
*
Two small changes, SF bug #974757 and SF patch #1037974.
Jeremy Hylton
2004-12-22
1
-6/+8
*
Added a usegmt flag to email.Utils.formatdate - this allows it to be
Anthony Baxter
2004-10-11
1
-2/+2
*
Use multi-line import
Andrew M. Kuchling
2004-08-31
1
-3/+3
*
Whitespace normalization.
Tim Peters
2004-08-08
1
-3/+3
*
Fix urllib2.urlopen() handling of chunked content encoding.
Jeremy Hylton
2004-08-07
1
-2/+14
*
Patch #994595: Recognize Basic auth even if other schemes are offered.
Martin v. Löwis
2004-08-03
1
-1/+1
*
Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee
Kurt B. Kaiser
2004-07-11
1
-2/+4
*
[Patch #988602] Move the urllib2 tests into the test framework
Andrew M. Kuchling
2004-07-10
1
-77/+0
*
[Patch #988504] Fix HTTP error handling via a patch from John J. Lee
Andrew M. Kuchling
2004-07-10
1
-10/+6
*
[Bug #912845] urllib2 only checks for a 200 return code, but 206 is also lega...
Andrew M. Kuchling
2004-06-29
1
-2/+2
*
Cleanup: the in operator already returns a bool, no need to bool() it again
Neal Norwitz
2004-06-07
1
-4/+4
*
Patch #963318: Add support for client-side cookie management.
Martin v. Löwis
2004-05-31
1
-16/+59
*
Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as
Mark Hammond
2004-05-10
1
-1/+1
*
Patch #944110: Properly process empty passwords. Fixes #944082.
Martin v. Löwis
2004-05-06
1
-1/+1
*
Fix comment typo
Andrew M. Kuchling
2004-04-06
1
-1/+1
*
Fix two bugs in the new do_open() implementation for HTTPHandler.
Jeremy Hylton
2004-02-24
1
-6/+17
*
Patch #711838: Allow non-anonymous ftp urls in urllib2.
Martin v. Löwis
2004-02-15
1
-6/+15
*
Patch #817379: Allow for absolute ftp paths.
Martin v. Löwis
2004-02-15
1
-1/+1
[next]