- 18 Mar, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 19 Şub, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 30 Mar, 2009 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 03 Eyl, 2008 1 kayıt (commit)
-
-
Facundo Batista yazdı
to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated.
-
- 14 Agu, 2008 1 kayıt (commit)
-
-
Facundo Batista yazdı
of the RFC that describes the behaviour. Note that we now have the same behaviour than the current browsers.
-
- 03 Agu, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
urlparse when run under -3.
-
- 21 Ock, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 Ock, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 05 Ock, 2008 2 kayıt (commit)
-
-
-
Guido van Rossum yazdı
-
- 13 Ara, 2007 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
- 01 Nis, 2006 2 kayıt (commit)
-
-
Fred Drake yazdı
now sport attributes that provide access to the parts of the result.
-
Fred Drake yazdı
-
- 20 Ock, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Tem, 2005 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 09 Ock, 2005 1 kayıt (commit)
-
-
http://www.example.com?query=spamJohannes Gijsbers yazdı
a delimiter. Previously, the 'network location' (<authority> in RFC 2396) would become 'www.example.com?query=spam', while RFC 2396 does not allow a '?' in <authority>. See bug #548176 for further discussion.
-
- 31 Ara, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 29 Haz, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
location) in its addressing. Closes bug #981299.
-
- 07 May, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 06 May, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 12 Eki, 2003 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 30 Mar, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 07 Ock, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
The nanoseconds saved by using dict.fromkeys aren't worth the loss in clarity. Linear searches live on.
-
- 06 Ock, 2003 3 kayıt (commit)
-
-
Skip Montanaro yazdı
* reformat schemes to 80 columns
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
- 16 Eki, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 14 Eki, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Will add test and backport.
-
- 25 Eyl, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Add a test too. urljoin() would make file:/tmp/foo instead of file:///tmp/foo Bugfix candidate, I will backport.
-
- 18 Mar, 2002 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
[ 516299 ] urlparse can get fragments wrong
-
- 16 Kas, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
split parameters from the last path segment. Introduces two new functions, urlsplit() and urlunsplit(), that do the simpler job of splitting the URL without monkeying around with the parameters field, since that was not being handled properly. This closes bug #478038.
-
- 13 Agu, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 01 Mar, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
giving it a slight facelift
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 05 Ock, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
urljoin(): Make this conform to RFC 1808 for all examples given in that RFC (both "Normal" and "Abnormal"), so long as that RFC does not conflict the older RFC 1630, which also specified relative URL resolution. This closes SF bug #110832 (Jitterbug PR#194).
-
- 19 Ara, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
so we can't use it. While I'm at it, got rid of string module use. (Found several new hard special cases for a hypothetical conversion tool: from string import join, find, rfind; and a local assignment "find=string.find".)
-
- 20 Haz, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Patch to add support for sip: (Session Initiation Protocol, RFC2543) URLs.
-
- 14 Nis, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
The following adds support for RTSP (RFC2326) URLs to the standard urlparse.py module. (Augmented by FLD to include rtspu:, specified in the same RFC & OK'd by Anthony.)
-
- 10 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
indentation (tabs only), rationalize some code in urljoin...
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
-