- fbac294 rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network by Brett Cannon · 20 years ago
- 156c49a Revert last change. by Raymond Hettinger · 21 years ago
- 6924a00 Use sets instead of lists for membership testing by Raymond Hettinger · 21 years ago
- 8da2a52 See rev. 1.42 for log message by Brett Cannon · 21 years ago
- 12a7f96 Patch #712124: Remove obsolete comment. by Martin v. Löwis · 22 years ago
- ef30dc8 Revert change 1.37. by Raymond Hettinger · 22 years ago
- f09b88e * add mms (windows media) as another scheme * reformat schemes to 80 columns by Skip Montanaro · 22 years ago
- f2128b0 Used dictionaries rather than lists for membership testing. by Raymond Hettinger · 22 years ago
- 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 22 years ago
- f606e8d Added missing entries to __all__. by Fred Drake · 22 years ago
- bbc0568 Fix for 1.33: urlsplit() should only add '//' if scheme != ''. by Guido van Rossum · 22 years ago
- 7dfb6e2 Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton by Neal Norwitz · 22 years ago
- bd3e771 amk's fix attached to by Michael W. Hudson · 23 years ago
- 5751a22 Fix parsing of parameters from a URL; urlparse() did not check that it only by Fred Drake · 23 years ago
- 3e44248 Remove unused variable by Andrew M. Kuchling · 23 years ago
- 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
- e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
- 867952f urlunparse(): Do not add a leading slash to the path if it is empty. by Fred Drake · 24 years ago
- fad81f0 Be explicit about scheme_chars -- string.letters is locale dependent by Guido van Rossum · 24 years ago
- bdd44a3 Pekka Pessi <Pekka.Pessi@nokia.com>: by Fred Drake · 24 years ago
- 0556501 Anthony Baxter <anthony@interlink.com.au>: by Fred Drake · 25 years ago
- a25d7dd Some cleanup -- don't use splitfields/joinfields, standardize by Guido van Rossum · 25 years ago
- e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
- 4f13669 No need to import find(). (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
- f3963b1 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- a2e1805 Delete non-standard-conforming code in urljoin() that would use the by Guido van Rossum · 26 years ago
- 974e32d Steve Clift pointed out that 'file' allows a netloc. by Guido van Rossum · 26 years ago
- 5c35520 Fixed bug in the common-case code for HTTP URLs; it would lose the query, by Andrew M. Kuchling · 26 years ago
- c08cc50 Add XXX comment about a test that doesn't seem right -- no time to by Guido van Rossum · 26 years ago
- b85c847 Easy optimizations of urlparse for the common case of parsing an http URL. by Jeremy Hylton · 26 years ago
- 4722da6 fix typo in keyword argument 'allow_frament' should be 'allow_fragment' by Jeremy Hylton · 26 years ago
- f7edadb Add Gopher to list of protocols that support query strings. by Guido van Rossum · 27 years ago
- e612be5 Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). by Guido van Rossum · 27 years ago
- 7449540 After some discussion with Jeremy and Fred, decided to limit the by Guido van Rossum · 27 years ago
- 185147f Test urlparse cache with try/except instead of has_key. by Guido van Rossum · 27 years ago
- b02092a Added characteristics of shttp, https, and snews. by Guido van Rossum · 28 years ago
- 671dc20 Crude but effective hack to clear the parser cache every so often. (Fred Drake.) by Guido van Rossum · 28 years ago
- 3fd32ec optimizations due to Fred Drake; added urldefrag() function by Guido van Rossum · 28 years ago
- 5feb54c added hdl protocol properties by Guido van Rossum · 28 years ago
- ededb58 Update reference (it's now RFC 1808); added http to list of protocols by Guido van Rossum · 29 years ago
- 1a16c86 remove file: from list of protocols taking host by Guido van Rossum · 29 years ago
- fb1a0cd subtle changes to relative rurl joins by Guido van Rossum · 29 years ago
- a112470 Add hacks for switching protocol and path but leaving host unchanged by Guido van Rossum · 30 years ago
- 23cb2a8 New tty/pty modules by Steen; new urlparser. by Guido van Rossum · 30 years ago