- 25 Nis, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 20 Mar, 2018 1 kayıt (commit)
-
-
Matt Eaton yazdı
-
- 21 Ara, 2017 1 kayıt (commit)
-
-
Коренберг Марк yazdı
-
- 20 Haz, 2017 1 kayıt (commit)
-
-
postmasters yazdı
The current regex based splitting produces a wrong result. For example:: http://abc#@def Web browsers parse that URL as ``http://abc/#@def``, that is, the host is ``abc``, the path is ``/``, and the fragment is ``#@def``.
-
- 05 Nis, 2017 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
* correct parse_qs and parse_qsl test case descriptions.
-
- 16 Eyl, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Gergely Imreh and Markus Holtermann.
-
- 16 Nis, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Patch contributed by Luiz Poleto.
-
- 09 Agu, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch by Martin Panter.
-
- 25 Haz, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. Patch by Martin Panter.
-
- 18 May, 2015 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by samwyse, completed by Arnon Yaari, and reviewed by Martin Panter.
-
- 15 Nis, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Demian Brecht.
-
- 07 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
ParseResultBytes, and SplitResultBytes to urllib.parse.__all__. Patch by Martin Panter.
-
- 02 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
These functions are not documented but used in third-party code.
-
- 22 Eyl, 2014 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
after changes to issue22118 were submitted. Patch contributed by Demian Brecht and reviewed by Antoine Pitrou.
-
- 21 Agu, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. Patch by Demian Brecht.
-
- 18 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
- 22 Mar, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Original patch by Daniel Wozniak.
-
- 24 Ara, 2012 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 24 May, 2012 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 19 May, 2012 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 19 Eki, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 03 Agu, 2011 4 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 23 Tem, 2011 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage (cases applicable to 2.7). Patch by Petter Haggholm.
-
- 15 Nis, 2011 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits.
-
Senthil Kumaran yazdı
specific part only digits. Patch by Santoso Wijaya.
-
- 14 Ock, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 17 Ara, 2010 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87329 | senthil.kumaran | 2010-12-17 12:48:45 +0800 (Fri, 17 Dec 2010) | 3 lines Fix Issue9721 - urljoin behavior when the relative url starts with ';' ........
-
Senthil Kumaran yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87329 | senthil.kumaran | 2010-12-17 12:48:45 +0800 (Fri, 17 Dec 2010) | 3 lines Fix Issue9721 - urljoin behavior when the relative url starts with ';' ........
-
Senthil Kumaran yazdı
-