| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with main repo default branch. | Georg Brandl | 2012-09-29 | 1 | -2/+3 |
|\ |
|
| * | urllib.parse.urlencode doc updarte. | Michael Foord | 2012-09-28 | 1 | -2/+3 |
|
|
* | | Add a versionchanged note for #9374 changes. | Georg Brandl | 2012-09-29 | 1 | -2/+6 |
|/ |
|
* | urlparse docs clean up - no reference to earlier draft | Senthil Kumaran | 2012-06-29 | 1 | -5/+5 |
|
|
* | Explain the use of charset parameter with Content-Type header. Issue11082 | Senthil Kumaran | 2012-03-16 | 1 | -3/+4 |
|
|
* | Add a few missing source links from 2.7 and harmonize lib docs headers | Éric Araujo | 2011-08-18 | 1 | -0/+4 |
|
|
* | merge from 3.1 for issue issue12261. | Senthil Kumaran | 2011-06-19 | 1 | -2/+2 |
|\ |
|
| * | Fix closes issue12261 - Minor documention changes in the urllib.parse.rst | Senthil Kumaran | 2011-06-19 | 1 | -2/+2 |
|
|
| * | Merged revisions 86296 via svnmerge from | Senthil Kumaran | 2010-11-07 | 1 | -5/+4 |
|
|
| * | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| * | Merged revisions 84142 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| * | Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,... | Georg Brandl | 2010-10-06 | 1 | -5/+5 |
|
|
| * | Merged revisions 83900 via svnmerge from | Senthil Kumaran | 2010-08-09 | 1 | -3/+3 |
|
|
| * | Merged revisions 83701 via svnmerge from | Senthil Kumaran | 2010-08-04 | 1 | -0/+17 |
|
|
| * | Minor change in the wording. | Senthil Kumaran | 2010-07-03 | 1 | -2/+2 |
|
|
| * | Merged revisions 82510 via svnmerge from | Senthil Kumaran | 2010-07-03 | 1 | -17/+23 |
|
|
| * | Merged revisions 81647 via svnmerge from | Senthil Kumaran | 2010-06-02 | 1 | -13/+15 |
|
|
| * | Merged revisions 81522 via svnmerge from | R. David Murray | 2010-05-25 | 1 | -3/+3 |
|
|
| * | Merged revisions 80337 via svnmerge from | Senthil Kumaran | 2010-04-22 | 1 | -5/+14 |
|
|
| * | Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,... | Georg Brandl | 2009-10-27 | 1 | -1/+2 |
|
|
| * | Merged revisions 74821,74828-74831,74833,74835 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -11/+15 |
|
|
| * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -3/+3 |
|
|
* | | Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne... | Senthil Kumaran | 2011-02-11 | 1 | -3/+8 |
|
|
* | | Fix label syntax. | Georg Brandl | 2011-01-24 | 1 | -1/+1 |
|
|
* | | Add section for urllib.parse. | Raymond Hettinger | 2011-01-24 | 1 | -1/+2 |
|
|
* | | urllib doc: add versionchanged sections for parse_qs() and parse_qsl() | Victor Stinner | 2011-01-14 | 1 | -0/+6 |
|
|
* | | Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() | Victor Stinner | 2011-01-14 | 1 | -2/+10 |
|
|
* | | Fix markup errors. | Georg Brandl | 2010-12-04 | 1 | -1/+1 |
|
|
* | | Let’s keep “throw” for the generator method and use “raise” elsewhere. | Éric Araujo | 2010-11-30 | 1 | -1/+1 |
|
|
* | | Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences... | Nick Coghlan | 2010-11-30 | 1 | -61/+170 |
|
|
* | | Fix Issue10226 - Clarifying the role of the netloc separator. | Senthil Kumaran | 2010-11-07 | 1 | -5/+4 |
|
|
* | | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -1/+1 |
|
|
* | | Wording fix. | Georg Brandl | 2010-08-14 | 1 | -5/+5 |
|
|
* | | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari... | Senthil Kumaran | 2010-08-09 | 1 | -3/+3 |
|
|
* | | Fix Issue754016 - urlparse goes wrong with IP:port without scheme | Senthil Kumaran | 2010-08-04 | 1 | -0/+17 |
|
|
* | | Fix Issue5468 - urlencode to handle bytes and other alternate encodings. | Senthil Kumaran | 2010-07-03 | 1 | -17/+23 |
|
|
* | | Merged revisions 81774-81775 via svnmerge from | Benjamin Peterson | 2010-06-06 | 1 | -2/+2 |
|
|
* | | Merged revisions 81645 via svnmerge from | Senthil Kumaran | 2010-06-02 | 1 | -13/+15 |
|
|
* | | Recorded merge of revisions 81521 via svnmerge from | R. David Murray | 2010-05-25 | 1 | -3/+3 |
|
|
* | | Merged revisions 80362 via svnmerge from | Senthil Kumaran | 2010-04-22 | 1 | -1/+4 |
|
|
* | | Merged revisions 80336 via svnmerge from | Senthil Kumaran | 2010-04-22 | 1 | -5/+17 |
|
|
* | | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -11/+15 |
|
|
* | | Doc fix for issue2637. | Senthil Kumaran | 2009-08-31 | 1 | -1/+2 |
|
|
* | | Merged revisions 74239 via svnmerge from | Georg Brandl | 2009-07-29 | 1 | -3/+3 |
|/ |
|
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | #4355: refer to urlencode in the correct module. | Georg Brandl | 2008-12-05 | 1 | -2/+2 |
|
|
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 1 | -1/+42 |
|
|
* | - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. | Guido van Rossum | 2008-08-18 | 1 | -8/+56 |
|
|
* | Review the doc changes for the urllib package creation. | Georg Brandl | 2008-06-23 | 1 | -30/+28 |
|
|