1. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  2. 867952f urlunparse(): Do not add a leading slash to the path if it is empty. by Fred Drake · 24 years ago
  3. fad81f0 Be explicit about scheme_chars -- string.letters is locale dependent by Guido van Rossum · 24 years ago
  4. bdd44a3 Pekka Pessi <Pekka.Pessi@nokia.com>: by Fred Drake · 24 years ago
  5. 0556501 Anthony Baxter <anthony@interlink.com.au>: by Fred Drake · 24 years ago
  6. a25d7dd Some cleanup -- don't use splitfields/joinfields, standardize by Guido van Rossum · 24 years ago
  7. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  8. 4f13669 No need to import find(). (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  9. f3963b1 Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  10. a2e1805 Delete non-standard-conforming code in urljoin() that would use the by Guido van Rossum · 25 years ago
  11. 974e32d Steve Clift pointed out that 'file' allows a netloc. by Guido van Rossum · 25 years ago
  12. 5c35520 Fixed bug in the common-case code for HTTP URLs; it would lose the query, by Andrew M. Kuchling · 26 years ago
  13. c08cc50 Add XXX comment about a test that doesn't seem right -- no time to by Guido van Rossum · 26 years ago
  14. b85c847 Easy optimizations of urlparse for the common case of parsing an http URL. by Jeremy Hylton · 26 years ago
  15. 4722da6 fix typo in keyword argument 'allow_frament' should be 'allow_fragment' by Jeremy Hylton · 26 years ago
  16. f7edadb Add Gopher to list of protocols that support query strings. by Guido van Rossum · 27 years ago
  17. e612be5 Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). by Guido van Rossum · 27 years ago
  18. 7449540 After some discussion with Jeremy and Fred, decided to limit the by Guido van Rossum · 27 years ago
  19. 185147f Test urlparse cache with try/except instead of has_key. by Guido van Rossum · 27 years ago
  20. b02092a Added characteristics of shttp, https, and snews. by Guido van Rossum · 28 years ago
  21. 671dc20 Crude but effective hack to clear the parser cache every so often. (Fred Drake.) by Guido van Rossum · 28 years ago
  22. 3fd32ec optimizations due to Fred Drake; added urldefrag() function by Guido van Rossum · 28 years ago
  23. 5feb54c added hdl protocol properties by Guido van Rossum · 28 years ago
  24. ededb58 Update reference (it's now RFC 1808); added http to list of protocols by Guido van Rossum · 28 years ago
  25. 1a16c86 remove file: from list of protocols taking host by Guido van Rossum · 29 years ago
  26. fb1a0cd subtle changes to relative rurl joins by Guido van Rossum · 29 years ago
  27. a112470 Add hacks for switching protocol and path but leaving host unchanged by Guido van Rossum · 30 years ago
  28. 23cb2a8 New tty/pty modules by Steen; new urlparser. by Guido van Rossum · 30 years ago