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