1. b1bbc0b Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 12 years ago
  2. 9d5d507 urlparse docs clean up by Senthil Kumaran · 13 years ago
  3. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
  4. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  5. 683beb6 Merged revisions 86296 via svnmerge from by Senthil Kumaran · 15 years ago
  6. e0e0822 Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. by Raymond Hettinger · 15 years ago
  7. bd13f45 Merged revisions 83900 via svnmerge from by Senthil Kumaran · 15 years ago
  8. 0b5019f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 15 years ago
  9. 172e06e Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'. by R. David Murray · 15 years ago
  10. 3982461 Changed tests to only urlparse one, which was enough, addressed Ezio's comment by Senthil Kumaran · 15 years ago
  11. 0a36181 Updated the RFCs list in the See Also section of urlparse.rst by Senthil Kumaran · 15 years ago
  12. a6714b2 #7256: add versionadded tags for functions copied from cgi. by Georg Brandl · 16 years ago
  13. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 17 years ago
  14. c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
  15. f6afa33 Doc that urlparse is named urllib.parse in Python 3.0. by Brett Cannon · 17 years ago
  16. e8f1b00 Enable doctest running for several other documents. by Georg Brandl · 17 years ago
  17. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago