- 29 Ara, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
create SSLContext objects in Python's stdlib module. It provides a single configuration point and makes use of SSLContext.load_default_certs().
-
- 08 Eyl, 2013 2 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
ModuleNotFoundError.
-
- 02 Haz, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
os.path.join(*self.dirs) produces an invalid path on windows. ftp paths are always forward-slash seperated like this. /pub/dir.
-
- 01 Haz, 2013 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
hostname is resolvable by socket.gethostname for local machine. This all fixes certain freebsd builtbot failures.
-
Senthil Kumaran yazdı
towards target. This fixes a bug where target is accessible, but parent directories are restricted.
-
- 24 May, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. Document the change of Request.full_url to a property.
-
- 13 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 25 Nis, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
bugs with assignment to full_url. Patch by Demian Brecht.
-
- 05 Nis, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 03 Nis, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 01 Nis, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 Mar, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
This is a follow on to issue 16464. Original patch by Daniel Wozniak.
-
- 19 Mar, 2013 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 19 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 18 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 17 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 27 Kas, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
It will be recalculated on sending request to HTTP server. Patch by Alexey Kachayev
-
- 24 Kas, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Mathias Panzenböck.
-
- 10 Kas, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
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.
-
- 27 Eki, 2012 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 22 Eki, 2012 2 kayıt (commit)
-
-
file://.…Senthil Kumaran yazdı
Issue #16301: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (#16300) happy
-
Senthil Kumaran yazdı
-
- 21 Eki, 2012 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Nadeem Vawda yazdı
-
- 19 Eki, 2012 3 kayıt (commit)
-
-
Giampaolo Rodola yazdı
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
-
Giampaolo Rodola yazdı
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
-
Giampaolo Rodola yazdı
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
-
- 09 Tem, 2012 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 08 Tem, 2012 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Patch contributed by Stephen Thorne.
-
- 24 Haz, 2012 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 16 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. Initial patch by James Oakley.
-
- 15 May, 2012 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
G: changed Misc/NEWS
-