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