Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619) | Dennis Sweeney | 2022-04-16 | 1 | -1/+1 |
| | |||||
* | gh-91217: deprecate nis (GH-91606) | Brett Cannon | 2022-04-16 | 1 | -0/+1 |
| | | | Automerge-Triggered-By: GH:brettcannon | ||||
* | gh-89770: Implement PEP-678 - Exception notes (GH-31317) | Irit Katriel | 2022-04-16 | 2 | -12/+22 |
| | |||||
* | gh-86178: Add wsgiref.types (GH-32335) | Sebastian Rittau | 2022-04-16 | 2 | -7/+65 |
| | |||||
* | gh-89263: Add typing.get_overloads (GH-31716) | Jelle Zijlstra | 2022-04-16 | 1 | -0/+29 |
| | | | | | | | Based on suggestions by Guido van Rossum, Spencer Brown, and Alex Waygood. Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Guido van Rossum <gvanrossum@gmail.com> Co-authored-by: Ken Jin <kenjin4096@gmail.com> | ||||
* | gh-69093: sqlite3 blob doc amendments (GH-91561) | Erlend Egeberg Aasland | 2022-04-16 | 1 | -52/+55 |
| | | | | | | - document that you cannot open a blob handle in a WITHOUT ROWID table - document the blobopen() positional arguments in the same order as they appear - relocate sqlite3.Blob section | ||||
* | gh-82849: revise intro to os.path.rst (GH-32232) | Jack DeVries | 2022-04-16 | 1 | -11/+4 |
| | | | | | | | * revise the first paragraph of docs for os.path * add a mention of `os.PathLike` protocol * remove warnings rendered irrelevant by :pep:`383` and :pep:`529` Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | gh-69093: Add context manager support to sqlite3.Blob (GH-91562) | Erlend Egeberg Aasland | 2022-04-16 | 2 | -10/+15 |
| | |||||
* | Add link to documentation translation list (#91560) | slateny | 2022-04-16 | 1 | -0/+4 |
| | |||||
* | gh-91217: deprecate nntplib (GH-91543) | Brett Cannon | 2022-04-15 | 1 | -0/+1 |
| | |||||
* | gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215) | Irit Katriel | 2022-04-15 | 2 | -4/+12 |
| | |||||
* | gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531) | Irit Katriel | 2022-04-15 | 4 | -16/+55 |
| | |||||
* | gh-91404: Use computed gotos and reduce indirection in re (#91495) | Brandt Bucher | 2022-04-15 | 1 | -0/+6 |
| | |||||
* | gh-79156: Add start_tls() method to streams API (#91453) | Oleg Iarygin | 2022-04-15 | 2 | -0/+22 |
| | | | | | | | | | | | | | The existing event loop `start_tls()` method is not sufficient for connections using the streams API. The existing StreamReader works because the new transport passes received data to the original protocol. The StreamWriter must then write data to the new transport, and the StreamReaderProtocol must be updated to close the new transport correctly. The new StreamWriter `start_tls()` updates itself and the reader protocol to the new SSL transport. Co-authored-by: Ian Good <icgood@gmail.com> | ||||
* | bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702) | Jens Holzkämper | 2022-04-15 | 1 | -1/+2 |
| | | | | | | The documentation for os.getgrouplist potentially read like it returned all groups a user belongs to but it potentially doesn't. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | gh-70979: Fix runpy.run_path parameter name in docs (GH-32265) | Jelle Zijlstra | 2022-04-15 | 1 | -2/+2 |
| | | | Noticed while reviewing GH-30729. | ||||
* | gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521) | Barry Warsaw | 2022-04-15 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | * Rewrite imghdr inlining for clarity and completeness * Move MIMEImage class back closer to the top of the file since it's the important thing. * Use a decorate to mark a given rule function and simplify the rule function names for clarity. * Copy over all the imghdr test data files into the email package's test data directory. This way when imghdr is actually removed, it won't affect the MIMEImage guessing tests. * Rewrite and extend the MIMEImage tests to test for all supported auto-detected MIME image subtypes. * Remove the now redundant PyBanner048.gif data file. * See https://github.com/python/cpython/pull/91461#discussion_r850313336 Co-authored-by: Oleg Iarygin <dralife@yandex.ru> Co-authored-by: Oleg Iarygin <dralife@yandex.ru> | ||||
* | gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680) | Erlend Egeberg Aasland | 2022-04-15 | 3 | -0/+82 |
| | | | | | | | Authored-by: Aviv Palivoda <palaviv@gmail.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no> Co-authored-by: palaviv <palaviv@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | gh-91217: deprecate msilib (GH-91515) | Brett Cannon | 2022-04-14 | 1 | -0/+1 |
| | |||||
* | Add redirects to Misc/NEWS bpo links (#91454) | Ezio Melotti | 2022-04-14 | 1 | -1/+2 |
| | |||||
* | gh-90879: Fix missing parameter for put_nowait() (GH-91514) | slateny | 2022-04-14 | 1 | -2/+2 |
| | |||||
* | gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056) | Inada Naoki | 2022-04-14 | 2 | -4/+3 |
| | |||||
* | gh-90326: Remove quotes for logging config (GH-91516) | slateny | 2022-04-14 | 1 | -1/+1 |
| | |||||
* | gh-87497: Document that urllib.request sends headers in camel case (GH-24661) | Alix Lourme | 2022-04-14 | 1 | -0/+1 |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899) | Irit Katriel | 2022-04-13 | 1 | -46/+54 |
| | |||||
* | gh-91217: deprecate imghdr (#91461) | Brett Cannon | 2022-04-13 | 3 | -9/+8 |
| | | | | | | | | | | | | | | * Deprecate imghdr Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Update Doc/whatsnew/3.11.rst Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Inline `imghdr` into `email.mime.image` Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Barry Warsaw <barry@python.org> | ||||
* | gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) | Jack DeVries | 2022-04-12 | 1 | -6/+11 |
| | | | | | * add a paragraph to document this kwarg in detail * update docstring in the source accordingly | ||||
* | gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903) | Erlend Egeberg Aasland | 2022-04-12 | 3 | -0/+79 |
| | |||||
* | gh-91217: deprecate crypt (GH-91459) | Brett Cannon | 2022-04-12 | 1 | -0/+1 |
| | |||||
* | gh-47061: Deprecate `chunk` (GH-91419) | Brett Cannon | 2022-04-11 | 1 | -0/+1 |
| | |||||
* | Update Sphinx bpo role to use redirect URI. (#32342) | Ezio Melotti | 2022-04-11 | 1 | -1/+1 |
| | |||||
* | gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) | roy reznik | 2022-04-11 | 1 | -19/+20 |
| | | | | | | | | | | | | * Remove bugs.python.org from bugs.rst * Update bugs.rst to the github issue tracker * reflow * Fix a typo and rephrase a sentence. Co-authored-by: Inada Naoki <songofacandy@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> | ||||
* | bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049) | John Belmonte | 2022-04-11 | 1 | -1/+10 |
| | | | | | | | | Add "z" format specifier to coerce negative 0 to zero. See https://github.com/python/cpython/issues/90153 (originally https://bugs.python.org/issue45995) for discussion. This covers `str.format()` and f-strings. Old-style string interpolation is not supported. Co-authored-by: Mark Dickinson <dickinsm@gmail.com> | ||||
* | bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400) | Irit Katriel | 2022-04-11 | 2 | -14/+49 |
| | |||||
* | bpo-40280: WASM docs and smaller browser builds (GH-32412) | Christian Heimes | 2022-04-10 | 1 | -0/+2 |
| | | | Co-authored-by: Brett Cannon <brett@python.org> | ||||
* | bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003) | Ville Skyttä | 2022-04-09 | 3 | -14/+14 |
| | |||||
* | bpo-47000: Add `locale.getencoding()` (GH-32068) | Inada Naoki | 2022-04-09 | 3 | -8/+35 |
| | |||||
* | bpo-47061: deprecate cgi and cgitb (GH-32410) | Brett Cannon | 2022-04-09 | 1 | -0/+2 |
| | | | Part of PEP 594. | ||||
* | Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition ↵ | Petr Viktorin | 2022-04-08 | 1 | -1/+1 |
| | | | | (GH-32365) | ||||
* | Add new PyFrame_GetLasti C-API function (GH-32413) | Mark Shannon | 2022-04-08 | 2 | -3/+14 |
| | |||||
* | Clarify that this sentence applies to the above example. GH-32405 | Raymond Hettinger | 2022-04-08 | 1 | -3/+3 |
| | |||||
* | Deprecate audioop (GH-32392) | Brett Cannon | 2022-04-07 | 1 | -0/+1 |
| | |||||
* | Doc: Fix spurious comma in the author metadata field (GH-32386) | CAM Gerlach | 2022-04-07 | 1 | -1/+1 |
| | | | Signed-off-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | ssl docs: Fix typo (GH-32336) | Frederick | 2022-04-07 | 1 | -1/+1 |
| | |||||
* | c-api docs: There are five fields, not four (GH-32379) | Jelle Zijlstra | 2022-04-07 | 1 | -1/+1 |
| | |||||
* | pickle docs: Fix typos and improve wording (GH-24776) | Géry Ogam | 2022-04-07 | 1 | -24/+23 |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | doc: Link to `string.capwords` from `str.title` (GH-20913) | Eric Wieser | 2022-04-07 | 1 | -1/+5 |
| | | | | | Since `title()` mentions its own short-comings, it should also mention the library function which does not possess them. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | ssl docs: Fix typo (GH-32314) | Frederick | 2022-04-07 | 1 | -1/+1 |
| | |||||
* | pkgutil docs: Link sys constants, add backticks (GH-32356) | Boris Verkhovskiy | 2022-04-07 | 1 | -4/+4 |
| | | | Co-authored-by: Éric <merwok@netwok.org> | ||||
* | bpo-35134: Remove the Include/code.h header file (GH-32385) | Victor Stinner | 2022-04-07 | 1 | -1/+1 |
| | | | | | | Remove the Include/code.h header file. C extensions should only include the main <Python.h> header file. Python.h includes directly Include/cpython/code.h instead. |