summaryrefslogtreecommitdiffstats
path: root/Lib/urlparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 82881 via svnmerge fromSenthil Kumaran2010-07-141-69/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82881 | senthil.kumaran | 2010-07-14 15:51:22 +0530 (Wed, 14 Jul 2010) | 3 lines Fix Issue5842 - Moving the tests out of urllib.parse module ........
* Fix Issue8653 - Docstring for urlunsplit function.Senthil Kumaran2010-06-281-0/+5
|
* Issue 8143: sync unquote in urlparse with urllib; add comment about doing so.R. David Murray2010-05-251-10/+14
| | | | | | | unquote is duplicated in the two files to avoid a circular reference. (This is fixed in Python3.) Updates keep getting made to the public unquote without fixing the urlparse one, however, so this fix syncs the two and adds a comment to both to make sure changes are applied to both.
* Fix Issue8657 - adding git and git+ssh as know schemes.Senthil Kumaran2010-05-131-1/+1
|
* Always add space after RFC; reword paragraphAndrew M. Kuchling2010-04-301-7/+8
|
* Changed tests to only urlparse one, which was enough, addressed Ezio's commentSenthil Kumaran2010-04-221-8/+6
| | | | on Invalid url check statement and versionchanged string in docs.
* Issue2987 - Added additional Invalid URL and changed the Invalid URL ↵Senthil Kumaran2010-04-201-6/+8
| | | | checking code for better.
* Fix Issue5650 - Update the RFC List in the urlparse module.Senthil Kumaran2010-04-171-2/+25
|
* Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)Senthil Kumaran2010-04-161-12/+20
|
* Fix for Issue8135 - urllib.unquote to support mixed percent escapesSenthil Kumaran2010-03-181-2/+3
|
* Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by ↵Senthil Kumaran2010-02-191-1/+2
| | | | RFC3986
* Fix for bugs: Issue4675 and Issue4962.Senthil Kumaran2009-03-301-1/+1
|
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-1/+87
| | | | | to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated.
* Issue 1432. Fixes a bug caused because of the evolutionFacundo Batista2008-08-141-3/+12
| | | | | of the RFC that describes the behaviour. Note that we now have the same behaviour than the current browsers.
* Silence some SyntaxWarnings for tuple unpacking in a parameter list forBrett Cannon2008-08-031-2/+4
| | | | urlparse when run under -3.
* #1726198: replace while 1: fp.readline() with file iteration.Georg Brandl2008-01-211-3/+1
|
* Speed-up and simplify code urlparse's result objects.Raymond Hettinger2008-01-111-52/+6
|
* Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.Guido van Rossum2008-01-051-7/+6
| | | | Fix by John Nagle.
* Patch #1698 by Senthil: allow '@' in username when parsed by urlparse.py.Guido van Rossum2008-01-051-4/+4
|
* Fix issue #1313119: urlparse "caches" parses regardless of encodingAlexandre Vassalotti2007-12-131-1/+1
|
* Patch #624325: urlparse.urlparse() and urlparse.urlsplit() resultsFred Drake2006-04-011-10/+115
| | | | now sport attributes that provide access to the parts of the result.
* add support for the sips: scheme (identical to sip: except for scheme name)Fred Drake2006-04-011-3/+3
|
* Bug #1407902: Added support for sftp:// URIs to urlparse.Georg Brandl2006-01-201-11/+11
|
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-291-1/+2
|
* Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' asJohannes Gijsbers2005-01-091-13/+12
| | | | | | 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.
* Use cStringIO where available.Raymond Hettinger2004-12-311-2/+5
|
* rsync is now a recognized protocol that uses "netloc" (i.e. specifies a networkBrett Cannon2004-06-291-1/+1
| | | | | | location) in its addressing. Closes bug #981299.
* Revert last change.Raymond Hettinger2004-05-071-12/+12
|
* Use sets instead of lists for membership testingRaymond Hettinger2004-05-061-12/+12
|
* See rev. 1.42 for log messageBrett Cannon2003-10-121-6/+2
|
* Patch #712124: Remove obsolete comment.Martin v. Löwis2003-03-301-1/+0
|
* Revert change 1.37.Raymond Hettinger2003-01-071-12/+12
| | | | | The nanoseconds saved by using dict.fromkeys aren't worth the loss in clarity. Linear searches live on.
* * add mms (windows media) as another schemeSkip Montanaro2003-01-061-19/+15
| | | | * reformat schemes to 80 columns
* Used dictionaries rather than lists for membership testing.Raymond Hettinger2003-01-061-12/+12
|
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-061-5/+5
|
* Added missing entries to __all__.Fred Drake2002-10-161-1/+2
|
* Fix for 1.33: urlsplit() should only add '//' if scheme != ''.Guido van Rossum2002-10-141-1/+1
| | | | Will add test and backport.
* Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce AthertonNeal Norwitz2002-09-251-1/+1
| | | | | | Add a test too. urljoin() would make file:/tmp/foo instead of file:///tmp/foo Bugfix candidate, I will backport.
* amk's fix attached toMichael W. Hudson2002-03-181-1/+3
| | | | [ 516299 ] urlparse can get fragments wrong
* Fix parsing of parameters from a URL; urlparse() did not check that it onlyFred Drake2001-11-161-34/+46
| | | | | | | | 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.
* Remove unused variableAndrew M. Kuchling2001-08-131-1/+1
|
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+2
| | | | giving it a slight facelift
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-185/+185
|
* urlunparse(): Do not add a leading slash to the path if it is empty.Fred Drake2001-01-051-6/+12
| | | | | | | | | 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).
* Be explicit about scheme_chars -- string.letters is locale dependentGuido van Rossum2000-12-191-20/+18
| | | | | | | | 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".)
* Pekka Pessi <Pekka.Pessi@nokia.com>:Fred Drake2000-06-201-3/+3
| | | | | Patch to add support for sip: (Session Initiation Protocol, RFC2543) URLs.
* Anthony Baxter <anthony@interlink.com.au>:Fred Drake2000-04-141-4/+4
| | | | | | | | 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.)
* Some cleanup -- don't use splitfields/joinfields, standardizeGuido van Rossum2000-04-101-19/+17
| | | | indentation (tabs only), rationalize some code in urljoin...
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-13/+16
| | | | | | | | 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.
* No need to import find(). (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
|