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