1. cda85a0 Issue #25576: Remove application/x-www-form-urlencoded charset advice by Martin Panter · 9 years ago
  2. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  3. 8c4e112 #23040: Clarify treatment of encoding and errors when component is bytes. by R David Murray · 10 years ago
  4. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 10 years ago
  5. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  6. 21b2933 Minor doc fix in urllib.parse.rst by Senthil Kumaran · 11 years ago
  7. 514f056 Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 11 years ago
  8. 8fd3669 Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 11 years ago
  9. 99a247f Merge with main repo default branch. by Georg Brandl · 12 years ago
  10. a79b8dc Add a versionchanged note for #9374 changes. by Georg Brandl · 12 years ago
  11. 207d229 urllib.parse.urlencode doc updarte. Closes issue 15593 by Michael Foord · 12 years ago
  12. 4a27d9f urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 12 years ago
  13. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 12 years ago
  14. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  15. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 13 years ago
  16. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 13 years ago
  17. 2933312 Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. by Senthil Kumaran · 13 years ago
  18. 009a6bd Fix label syntax. by Georg Brandl · 13 years ago
  19. 9a236b0 Add section for urllib.parse. by Raymond Hettinger · 13 years ago
  20. c58be2d urllib doc: add versionchanged sections for parse_qs() and parse_qsl() by Victor Stinner · 14 years ago
  21. ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 14 years ago
  22. 4640237 Fix markup errors. by Georg Brandl · 14 years ago
  23. ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. by Éric Araujo · 14 years ago
  24. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 14 years ago
  25. e4be721 Merged revisions 86296 via svnmerge from by Senthil Kumaran · 14 years ago
  26. 7089a4e Fix Issue10226 - Clarifying the role of the netloc separator. by Senthil Kumaran · 14 years ago
  27. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  28. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 14 years ago
  29. 13f959b Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from by Georg Brandl · 14 years ago
  30. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  31. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  32. 8e27fce Wording fix. by Georg Brandl · 14 years ago
  33. ea54b03 Merged revisions 83900 via svnmerge from by Senthil Kumaran · 14 years ago
  34. f0769e8 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed. by Senthil Kumaran · 14 years ago
  35. 8801f7a Merged revisions 83701 via svnmerge from by Senthil Kumaran · 14 years ago
  36. 84c7d9f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 14 years ago
  37. 8d38687 Minor change in the wording. by Senthil Kumaran · 14 years ago
  38. fe1ad15 Merged revisions 82510 via svnmerge from by Senthil Kumaran · 14 years ago
  39. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 14 years ago
  40. 3789b97 Merged revisions 81774-81775 via svnmerge from by Benjamin Peterson · 14 years ago
  41. aa47f0e Merged revisions 81647 via svnmerge from by Senthil Kumaran · 14 years ago
  42. c92c97c Merged revisions 81645 via svnmerge from by Senthil Kumaran · 14 years ago
  43. 341fe91 Merged revisions 81522 via svnmerge from by R. David Murray · 14 years ago
  44. f5077aa Recorded merge of revisions 81521 via svnmerge from by R. David Murray · 14 years ago
  45. 7a1e09f Merged revisions 80362 via svnmerge from by Senthil Kumaran · 14 years ago
  46. 679b7b8 Merged revisions 80337 via svnmerge from by Senthil Kumaran · 14 years ago
  47. 6257bdd Merged revisions 80336 via svnmerge from by Senthil Kumaran · 14 years ago
  48. 22fff43 Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,75323-75324,75326,75328,75330,75338,75340-75341,75343,75352-75353,75355,75357,75359 via svnmerge from by Georg Brandl · 15 years ago
  49. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  50. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  51. 8aa8bbe Doc fix for issue2637. by Senthil Kumaran · 15 years ago
  52. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  53. 81c09db Merged revisions 74239 via svnmerge from by Georg Brandl · 15 years ago
  54. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  55. 7fe2c4a #4355: refer to urlencode in the correct module. by Georg Brandl · 16 years ago
  56. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  57. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  58. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  59. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago[Renamed (82%) from Doc/library/urlparse.rst]
  60. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  61. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  62. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago