1. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 7 years ago
  2. f6e863d bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) by Howie Benefiel · 8 years ago
  3. e65fcde bpo-27200: Fix several doctests (GH-604) by Marco Buttu · 8 years ago
  4. 21024f0 bpo-16285: Update urllib quoting to RFC 3986 (#173) by Ratnadeep Debnath · 8 years ago
  5. 0bbf8c0 Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 9 years ago
  6. a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 9 years ago
  7. f8479ee Issue #25895: Merge from 3.5 by Berker Peksag · 9 years ago
  8. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 9 years ago
  9. 4da945f Merge Issue #22558. by Terry Jan Reedy · 9 years ago
  10. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  11. 5f71103 Issue #26553: Merge capitalization from 3.5 by Martin Panter · 9 years ago
  12. fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 9 years ago
  13. a561c03 Issue #25576: Merge www-form-urlencoded doc from 3.5 by Martin Panter · 10 years ago
  14. f7e8d07 Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  15. cda85a0 Issue #25576: Remove application/x-www-form-urlencoded charset advice by Martin Panter · 10 years ago
  16. dfa95c9 Issue #20059: urllib.parse raises ValueError on all invalid ports. by Robert Collins · 10 years ago
  17. a7c7817 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 10 years ago
  18. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 10 years ago
  19. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 10 years ago
  20. 3ab6ba4 Merge: #23040: Clarify treatment of encoding and errors when component is bytes. by R David Murray · 11 years ago
  21. 8c4e112 #23040: Clarify treatment of encoding and errors when component is bytes. by R David Murray · 11 years ago
  22. 7728fe8 merge with 3.4 by Georg Brandl · 11 years ago
  23. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 11 years ago
  24. 55ac5b3 Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396. by Antoine Pitrou · 11 years ago
  25. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 12 years ago
  26. 21b2933 Minor doc fix in urllib.parse.rst by Senthil Kumaran · 12 years ago
  27. 514f056 Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 12 years ago
  28. 8fd3669 Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior by Senthil Kumaran · 12 years ago
  29. 99a247f Merge with main repo default branch. by Georg Brandl · 13 years ago
  30. a79b8dc Add a versionchanged note for #9374 changes. by Georg Brandl · 13 years ago
  31. 207d229 urllib.parse.urlencode doc updarte. Closes issue 15593 by Michael Foord · 13 years ago
  32. 4a27d9f urlparse docs clean up - no reference to earlier draft by Senthil Kumaran · 13 years ago
  33. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
  34. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 14 years ago
  35. a977acc merge from 3.1 for issue issue12261. by Senthil Kumaran · 14 years ago
  36. fe9230a Fix closes issue12261 - Minor documention changes in the urllib.parse.rst by Senthil Kumaran · 14 years ago
  37. 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 · 14 years ago
  38. 009a6bd Fix label syntax. by Georg Brandl · 15 years ago
  39. 9a236b0 Add section for urllib.parse. by Raymond Hettinger · 15 years ago
  40. c58be2d urllib doc: add versionchanged sections for parse_qs() and parse_qsl() by Victor Stinner · 15 years ago
  41. ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 15 years ago
  42. 4640237 Fix markup errors. by Georg Brandl · 15 years ago
  43. ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. by Éric Araujo · 15 years ago
  44. 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 15 years ago
  45. e4be721 Merged revisions 86296 via svnmerge from by Senthil Kumaran · 15 years ago
  46. 7089a4e Fix Issue10226 - Clarifying the role of the netloc separator. by Senthil Kumaran · 15 years ago
  47. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 15 years ago
  48. 23b4f92 Merged revisions 84142 via svnmerge from by Georg Brandl · 15 years ago
  49. 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 · 15 years ago
  50. 6faee4e #9911: doc copyedits. by Georg Brandl · 15 years ago
  51. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 15 years ago
  52. 8e27fce Wording fix. by Georg Brandl · 15 years ago
  53. ea54b03 Merged revisions 83900 via svnmerge from by Senthil Kumaran · 15 years ago
  54. f0769e8 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed. by Senthil Kumaran · 15 years ago
  55. 8801f7a Merged revisions 83701 via svnmerge from by Senthil Kumaran · 15 years ago
  56. 84c7d9f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 15 years ago
  57. 8d38687 Minor change in the wording. by Senthil Kumaran · 15 years ago
  58. fe1ad15 Merged revisions 82510 via svnmerge from by Senthil Kumaran · 15 years ago
  59. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 15 years ago
  60. 3789b97 Merged revisions 81774-81775 via svnmerge from by Benjamin Peterson · 15 years ago
  61. aa47f0e Merged revisions 81647 via svnmerge from by Senthil Kumaran · 15 years ago
  62. c92c97c Merged revisions 81645 via svnmerge from by Senthil Kumaran · 15 years ago
  63. 341fe91 Merged revisions 81522 via svnmerge from by R. David Murray · 15 years ago
  64. f5077aa Recorded merge of revisions 81521 via svnmerge from by R. David Murray · 15 years ago
  65. 7a1e09f Merged revisions 80362 via svnmerge from by Senthil Kumaran · 15 years ago
  66. 679b7b8 Merged revisions 80337 via svnmerge from by Senthil Kumaran · 15 years ago
  67. 6257bdd Merged revisions 80336 via svnmerge from by Senthil Kumaran · 15 years ago
  68. 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 · 16 years ago
  69. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 16 years ago
  70. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 16 years ago
  71. 8aa8bbe Doc fix for issue2637. by Senthil Kumaran · 16 years ago
  72. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 16 years ago
  73. 81c09db Merged revisions 74239 via svnmerge from by Georg Brandl · 16 years ago
  74. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 17 years ago
  75. 7fe2c4a #4355: refer to urlencode in the correct module. by Georg Brandl · 17 years ago
  76. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
  77. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 17 years ago
  78. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 17 years ago
  79. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 17 years ago[Renamed (82%) from Doc/library/urlparse.rst]
  80. 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 · 17 years ago
  81. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
  82. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago