summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.parse.rst
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-111-3/+8
* Fix label syntax.Georg Brandl2011-01-241-1/+1
* Add section for urllib.parse.Raymond Hettinger2011-01-241-1/+2
* urllib doc: add versionchanged sections for parse_qs() and parse_qsl()Victor Stinner2011-01-141-0/+6
* Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()Victor Stinner2011-01-141-2/+10
* Fix markup errors.Georg Brandl2010-12-041-1/+1
* Let’s keep “throw” for the generator method and use “raise” elsewhere.Éric Araujo2010-11-301-1/+1
* Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences...Nick Coghlan2010-11-301-61/+170
* Fix Issue10226 - Clarifying the role of the netloc separator.Senthil Kumaran2010-11-071-5/+4
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-1/+1
* Wording fix.Georg Brandl2010-08-141-5/+5
* Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari...Senthil Kumaran2010-08-091-3/+3
* Fix Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-041-0/+17
* Fix Issue5468 - urlencode to handle bytes and other alternate encodings.Senthil Kumaran2010-07-031-17/+23
* Merged revisions 81774-81775 via svnmerge fromBenjamin Peterson2010-06-061-2/+2
* Merged revisions 81645 via svnmerge fromSenthil Kumaran2010-06-021-13/+15
* Recorded merge of revisions 81521 via svnmerge fromR. David Murray2010-05-251-3/+3
* Merged revisions 80362 via svnmerge fromSenthil Kumaran2010-04-221-1/+4
* Merged revisions 80336 via svnmerge fromSenthil Kumaran2010-04-221-5/+17
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-11/+15
* Doc fix for issue2637.Senthil Kumaran2009-08-311-1/+2
* Merged revisions 74239 via svnmerge fromGeorg Brandl2009-07-291-3/+3
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-031-1/+1
* #4355: refer to urlencode in the correct module.Georg Brandl2008-12-051-2/+2
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-1/+42
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-8/+56
* Review the doc changes for the urllib package creation.Georg Brandl2008-06-231-30/+28
* Documentation updates for urllib package. Modified the documentation for theSenthil Kumaran2008-06-231-0/+301