aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/urllib/request.py
Commit message (Collapse)AuthorAge
...
| * use correct format code for exceptionsBenjamin Peterson2013-05-12
| |
| * Issue #17483: 3.3 Branch - Remove unreachable code in urllib.requestSenthil Kumaran2013-04-04
| |
* | Issue #17272: Making the urllib.request's Request.full_url a descriptor. FixesSenthil Kumaran2013-04-25
| | | | | | | | bugs with assignment to full_url. Patch by Demian Brecht.
* | Merge: Use repr when printing unknown url type in urlopen.R David Murray2013-04-03
|\|
| * Use repr when printing unknown url type in urlopen.R David Murray2013-04-03
| |
* | Issue #17483: remove unreachable code in urlopen().Antoine Pitrou2013-04-01
| |
* | #17485: Delete the Content-Length header if the data attribute is deleted.R David Murray2013-03-20
| | | | | | | | This is a follow on to issue 16464. Original patch by Daniel Wozniak.
* | #17474 - Remove the various deprecated methods of Request class.Senthil Kumaran2013-03-18
| |
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
| |
* | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-19
| | | | | | | | Patch by Serhiy Storchaka.
* | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-18
| |
* | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-17
| |
* | Issue #16464: reset Request's Content-Length header on .data change.Andrew Svetlov2012-11-27
| | | | | | | | | | | | It will be recalculated on sending request to HTTP server. Patch by Alexey Kachayev
* | Issue #16423: urllib.request now has support for ``data:`` URLs.Antoine Pitrou2012-11-24
| | | | | | | | Patch by Mathias Panzenböck.
* | Fixes issue #16409: The reporthook callback made by the legacyGregory P. Smith2012-11-10
|\| | | | | | | | | | | urllib.request.urlretrieve API now properly supplies a constant non-zero block_size as it did in Python 3.2 and 2.7. This matches the behavior of urllib.request.URLopener.retrieve.
| * Fixes issue #16409: The reporthook callback made by the legacyGregory P. Smith2012-11-10
| | | | | | | | | | | | urllib.request.urlretrieve API now properly supplies a constant non-zero block_size as it did in Python 3.2 and 2.7. This matches the behavior of urllib.request.URLopener.retrieve.
| * Issue #16250: Fix URLError invocation with proper argsSenthil Kumaran2012-10-27
| |\
| | * Issue #16250: Fix URLError invocation with proper args.Senthil Kumaran2012-10-27
| | |
| | * Fix issue #16270: urllib may hang when used for retrieving files via FTP by ↵Giampaolo Rodola'2012-10-19
| | | | | | | | | | | | using a context manager.
| * | Fix issue #16270: urllib may hang when used for retrieving files via FTP by ↵Giampaolo Rodola'2012-10-19
| | | | | | | | | | | | using a context manager.
* | | Issue #16301: Fix the localhost verification in urllib/request.py for ↵Senthil Kumaran2012-10-22
| | | | | | | | | | | | file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy
* | | Issue #16250: Fix the invocations of URLError which had misplaced filename ↵Senthil Kumaran2012-10-21
| | | | | | | | | | | | attribute for exception
* | | Issue #10836: Fix exception raised when file not found in urlretrieveSenthil Kumaran2012-10-21
| | |
* | | Issue #12692: Fix resource leak in urllib.request.Nadeem Vawda2012-10-21
| | |
* | | Fix issue #16270: urllib may hang when used for retrieving files via FTP by ↵Giampaolo Rodola'2012-10-19
|/ / | | | | | | using a context manager.
* | revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-08
|\|
| * revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-08
| |
* | issue 14826 - Address the buildbot failure quote of url is the required ↵Senthil Kumaran2012-07-08
|\| | | | | | | change ( explanation msg164973)
| * issue 14826 - Address the buildbot failure ( explanation msg164973)Senthil Kumaran2012-07-08
| |
* | Fix issue14826 - make urllib.request.Request quoted url consistent with ↵Senthil Kumaran2012-07-07
|\| | | | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne.
| * Fix issue14826 - make urllib.request.Request quoted url consistent with ↵Senthil Kumaran2012-07-07
| | | | | | | | | | | | URLOpener open method. Patch contributed by Stephen Thorne.
| * Partial backport of 612f34e31270: fix spacing error in exception message.Georg Brandl2012-06-24
| |
* | urllib.request: fix spacing errors in exception/warning messages.Georg Brandl2012-06-24
| |
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ↵Antoine Pitrou2012-05-16
| | | | | | | | | | | | the default certificate store. Initial patch by James Oakley.
* | Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-16
|\|
| * Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-15
| |
* | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of ↵Senthil Kumaran2012-05-15
|\| | | | | | | HTTP Basic Authentation in urllib2.
| * Issue #12541: Be lenient with quotes around Realm field of HTTP Basic ↵Senthil Kumaran2012-05-15
| | | | | | | | | | | | Authentation in urllib2. G: changed Misc/NEWS
* | Explain the use of charset parameter with Content-Type header: issue11082Senthil Kumaran2012-03-15
|\|
| * Explain the use of charset parameter with Content-Type header. Issue11082Senthil Kumaran2012-03-15
| |
* | deprecated the old urllib primitives in 3.3 urllib package - issue 10050Senthil Kumaran2012-03-14
| |
* | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve ↵Senthil Kumaran2012-03-13
| | | | | | | | takes, block number, block read size, file_size
* | merge from 3.2Senthil Kumaran2012-01-21
|\|
| * Fix Issue6631 - Disallow relative file paths in urllib urlopenSenthil Kumaran2012-01-21
| |
* | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password ↵Senthil Kumaran2012-01-14
|\| | | | | | | during Basic Authentication.
| * Fix Issue #13642: Unquote before b64encoding user:password during Basic ↵Senthil Kumaran2012-01-14
| | | | | | | | Authentication.
* | merge from 3.2Senthil Kumaran2012-01-04
|\|
| * Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-04
| |
* | Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-18
|\| | | | | | | redirection or an error.
| * Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-18
| | | | | | | | redirection or an error.