Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Improve example for urlparse() (GH-29816) | Christian Clauss | 2021-12-02 | 1 | -31/+42 |
| | |||||
* | bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) | Mariusz Felisiak | 2021-07-26 | 1 | -1/+1 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ↵ | Senthil Kumaran | 2021-04-29 | 1 | -0/+13 |
| | | | | | | | | tabs. (GH-25595) * issue43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536) | Ken Jin | 2021-02-15 | 1 | -6/+12 |
| | |||||
* | bpo-42967: only use '&' as a query string separator (#24297) | Adam Goldschmidt | 2021-02-14 | 1 | -2/+14 |
| | | | | | | | | | | | bpo-42967: [security] Address a web cache-poisoning issue reported in urllib.parse.parse_qsl(). urllib.parse will only us "&" as query string separator by default instead of both ";" and "&" as allowed in earlier versions. An optional argument seperator with default value "&" is added to specify the separator. Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Co-authored-by: Éric Araujo <merwok@netwok.org> | ||||
* | bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) | Victor Stinner | 2020-08-11 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: @tiran | ||||
* | Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500) | Christopher Yeh | 2020-07-16 | 1 | -15/+15 |
| | | | | | This should also fix the syntax highlighting for these code blocks Automerge-Triggered-By: @csabella | ||||
* | Minor doc fixes in urllib.parse (GH-17745) | Борис Верховский | 2019-12-31 | 1 | -26/+27 |
| | |||||
* | Correct the description of the 3.7 change in urllib.parse.quote (GH-17065) | Роман Донченко | 2019-11-18 | 1 | -1/+1 |
| | | | `~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one. | ||||
* | bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768) | Stein Karlsen | 2019-10-14 | 1 | -1/+6 |
| | |||||
* | bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481) | Rémi Lapeyre | 2019-05-27 | 1 | -0/+7 |
| | |||||
* | bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are ↵ | Lisa Roach | 2019-03-24 | 1 | -10/+31 |
| | | | | | | namedtuples (GH-4434) | ||||
* | bpo-36216: Add check for characters in netloc that normalize to separators ↵ | Steve Dower | 2019-03-07 | 1 | -0/+18 |
| | | | | (GH-12201) | ||||
* | bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247) | matthewbelisle-wf | 2018-10-30 | 1 | -2/+16 |
| | |||||
* | bpo-33641: Convert RFC references into links. (GH-7103) | Serhiy Storchaka | 2018-05-31 | 1 | -1/+1 |
| | | | | 85% of them are already links. | ||||
* | bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) | Howie Benefiel | 2017-05-16 | 1 | -0/+6 |
| | |||||
* | bpo-27200: Fix several doctests (GH-604) | Marco Buttu | 2017-04-27 | 1 | -0/+3 |
| | |||||
* | bpo-16285: Update urllib quoting to RFC 3986 (#173) | Ratnadeep Debnath | 2017-02-25 | 1 | -1/+5 |
| | | | | | | | | | | * bpo-16285: Update urllib quoting to RFC 3986 urllib.parse.quote is now based on RFC 3986, and hence includes `'~'` in the set of characters that is not escaped by default. Patch by Christian Theune and Ratnadeep Debnath. | ||||
* | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|\ | |||||
| * | Issue #19795: Mark up True and False as literal text instead of bold. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #25895: Merge from 3.5 | Berker Peksag | 2016-09-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin | Berker Peksag | 2016-09-16 | 1 | -1/+1 |
| | | | | | | | | Patch by Gergely Imreh and Markus Holtermann. | ||||
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+1 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | Issue #26553: Merge capitalization from 3.5 | Martin Panter | 2016-05-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL | Martin Panter | 2016-05-28 | 1 | -1/+1 |
| | | | | | | | | Patch by Anish Shah and Aatish Neupane. | ||||
* | | Issue #25576: Merge www-form-urlencoded doc from 3.5 | Martin Panter | 2015-11-24 | 1 | -4/+5 |
|\ \ | |/ | |||||
| * | Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 | Martin Panter | 2015-11-24 | 1 | -4/+5 |
| |\ | |||||
| | * | Issue #25576: Remove application/x-www-form-urlencoded charset advice | Martin Panter | 2015-11-24 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | No charset parameter is standardized for this Content-Type value. Also clarify that urlencode() outputs ASCII. | ||||
* | | | Issue #20059: urllib.parse raises ValueError on all invalid ports. | Robert Collins | 2015-08-09 | 1 | -4/+14 |
|/ / | | | | | | | Patch by Martin Panter. | ||||
* | | Issue #23684: Clarify the return value of the scheme attribute of ↵ | Berker Peksag | 2015-06-25 | 1 | -7/+9 |
|\ \ | |/ | | | | | | | | | ParseResult and SplitResult objects. Patch by Martin Panter. | ||||
| * | Issue #23684: Clarify the return value of the scheme attribute of ↵ | Berker Peksag | 2015-06-25 | 1 | -7/+9 |
| | | | | | | | | | | | | ParseResult and SplitResult objects. Patch by Martin Panter. | ||||
* | | Issue #13866: add *quote_via* argument to urlencode. | R David Murray | 2015-05-18 | 1 | -4/+16 |
| | | | | | | | | | | Patch by samwyse, completed by Arnon Yaari, and reviewed by Martin Panter. | ||||
* | | Merge: #23040: Clarify treatment of encoding and errors when component is bytes. | R David Murray | 2014-12-25 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | #23040: Clarify treatment of encoding and errors when component is bytes. | R David Murray | 2014-12-25 | 1 | -3/+4 |
| | | | | | | | | Patch by Wojtek Ruszczewski. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-12 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Closes #22586: clarify meaning of allow_fragments in urlparse. | Georg Brandl | 2014-10-12 | 1 | -1/+2 |
| | | |||||
* | | Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the ↵ | Antoine Pitrou | 2014-08-21 | 1 | -0/+5 |
|/ | | | | | | resolution of relative URLs, rather than RFCs 1808 and 2396. Patch by Demian Brecht. | ||||
* | Improve #19204: Improved cross-references in the urllib package documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -2/+2 |
| | |||||
* | Minor doc fix in urllib.parse.rst | Senthil Kumaran | 2013-10-01 | 1 | -1/+1 |
| | |||||
* | Fix issue16932: Fix the urlparse example. Remote :port when scheme is not ↵ | Senthil Kumaran | 2013-02-26 | 1 | -1/+1 |
|\ | | | | | | | specified to demonstrate correct behavior | ||||
| * | Fix issue16932: Fix the urlparse example. Remote :port when scheme is not ↵ | Senthil Kumaran | 2013-02-26 | 1 | -1/+1 |
| | | | | | | | | specified to demonstrate correct behavior | ||||
* | | 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 |
| |/ | | | | | | | Closes issue 15593 | ||||
* | | 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 |
| | |