1. b85c847 Easy optimizations of urlparse for the common case of parsing an http URL. by Jeremy Hylton · 26 years ago
  2. 4722da6 fix typo in keyword argument 'allow_frament' should be 'allow_fragment' by Jeremy Hylton · 26 years ago
  3. f7edadb Add Gopher to list of protocols that support query strings. by Guido van Rossum · 27 years ago
  4. e612be5 Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). by Guido van Rossum · 27 years ago
  5. 7449540 After some discussion with Jeremy and Fred, decided to limit the by Guido van Rossum · 27 years ago
  6. 185147f Test urlparse cache with try/except instead of has_key. by Guido van Rossum · 27 years ago
  7. b02092a Added characteristics of shttp, https, and snews. by Guido van Rossum · 28 years ago
  8. 671dc20 Crude but effective hack to clear the parser cache every so often. (Fred Drake.) by Guido van Rossum · 28 years ago
  9. 3fd32ec optimizations due to Fred Drake; added urldefrag() function by Guido van Rossum · 28 years ago
  10. 5feb54c added hdl protocol properties by Guido van Rossum · 28 years ago
  11. ededb58 Update reference (it's now RFC 1808); added http to list of protocols by Guido van Rossum · 28 years ago
  12. 1a16c86 remove file: from list of protocols taking host by Guido van Rossum · 29 years ago
  13. fb1a0cd subtle changes to relative rurl joins by Guido van Rossum · 29 years ago
  14. a112470 Add hacks for switching protocol and path but leaving host unchanged by Guido van Rossum · 30 years ago
  15. 23cb2a8 New tty/pty modules by Steen; new urlparser. by Guido van Rossum · 30 years ago