summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)penguin_wwy2022-01-062-0/+17
|
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412)Nikita Sobolev2022-01-051-1/+10
|
* bpo-46009: Remove GEN_START (GH-30367)Brandt Bucher2022-01-042-9/+1
|
* Fix missing "," in the documentation of Executor Objects (GH-30404)Philipp Claßen2022-01-041-1/+1
|
* bpo-20369: concurrent.futures.wait() now deduplicates futures given a… ↵Kumar Aditya2022-01-041-1/+2
| | | | | | | | | (GH-30168) * bpo-20369: concurrent.futures.wait() now deduplicates futures given as arg. * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)Hugo van Kemenade2022-01-041-1/+1
| | | | | | | | | `ResourceWarning` is ignored by default. Document this behaviour, for consistency with others in this table such as `DeprecationWarning`. Documentation PR can skip NEWS file. Automerge-Triggered-By: GH:iritkatriel
* bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar ↵Pablo Galindo Salgado2022-01-041-2/+2
| | | | docs (GH-30341)
* bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)Irit Katriel2022-01-041-10/+0
| | | | | | * bpo-46202: remove opcode POP_EXCEPT_AND_RERAISE * do not assume that an exception group is truthy
* bpo-44092: Move What's New entry to where it belongs (GH-30381)Erlend Egeberg Aasland2022-01-041-5/+4
|
* Update old-style strings to f-strings (GH-30384)David Gilbertson2022-01-041-4/+4
| | | Let me know if this sort of change is unwanted...
* bpo-34538: Remove Exception subclassing from tutorial (GH-30361)Hugo van Kemenade2022-01-031-35/+1
| | | | | | | Remove the bit about subclassing exceptions. Documentation PR can skip the NEWS label. Automerge-Triggered-By: GH:iritkatriel
* Add doctest and improve readability for move_to_end() example. (#30370)Raymond Hettinger2022-01-031-3/+5
|
* bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with ↵Irit Katriel2022-01-031-1/+6
| | | | multiple leading periods (GH-30347)
* bpo-44092: Don't reset statements/cursors before rollback (GH-26026)Erlend Egeberg Aasland2022-01-031-0/+5
| | | In SQLite versions pre 3.7.11, pending statements would block a rollback. This is no longer the case, so remove the workaround.
* bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327)David CARLIER2022-01-031-0/+9
| | | | | | | * posixodule sendfile FreeBSD's constants updates. * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
* bpo-46219, 46221: simplify except* implementation following exc_info ↵Irit Katriel2022-01-021-2/+2
| | | | changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289)
* argparse docs: prog default is the basename of argv[0] (GH-30298)Jade Lovelace2022-01-021-1/+2
|
* Update copyright year to 2022. (GH-30335)Benjamin Peterson2022-01-022-2/+2
| | | Automerge-Triggered-By: GH:benjaminp
* bpo-46196: document method cmd.Cmd.columnize (#30303)Nikita Sobolev2022-01-021-0/+7
| | | The method is already written and tested, now it's officially public.
* bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)Hugo van Kemenade2022-01-021-1/+1
|
* bpo-46095: Improve SeqIter documentation. (GH-30316)Raymond Hettinger2022-01-012-21/+10
|
* bpo-46079: Replace external link that is down for maintenance. (GH-30315)Raymond Hettinger2022-01-011-6/+6
|
* bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` ↵Sebastian Pipping2021-12-311-0/+34
| | | | | | | | | (GH-30188) The idea is to ensure that module `xml.parsers.expat.errors` contains all known error codes and messages, even when CPython is compiled or run with an outdated version of libexpat. https://bugs.python.org/issue45321
* bpo-46109: Separate out files relating to importlib.resources (GH-30160)Jason R. Coombs2021-12-314-573/+584
| | | | | | | | | * Separate out files relating to importlib.resources * Update Introduction to direct readers to the submodule documentation. * Create separate file for abcs relating to resources. * Move abc docs back to where they were.
* bpo-46178: Remove/rename redundant Travis CI code (#30309)Hugo van Kemenade2021-12-311-2/+3
|
* bpo-46184: remove `netlify.toml` (#30272)Nikita Sobolev2021-12-301-1/+0
| | | | | | | | | | | * bpo-46184: remove `netlify.toml` * Delete runtime.txt * Delete requirements.txt * Revert "Delete requirements.txt" This reverts commit 9aa4f0631f9d206ed7fddf37b43a24ec4e90fa7c.
* bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241)Nikita Sobolev2021-12-301-0/+5
|
* bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)David CARLIER2021-12-291-0/+4
|
* Fix typo in io.rst (GH-30218)David Gilbertson2021-12-261-1/+1
|
* doc: fix a typo in unittest.mock.rst (GH-30227)Joe2021-12-261-1/+1
|
* docs: Fix typos and use anchor for internal link (GH-30236)Rafael Fontenelle2021-12-261-9/+9
|
* bpo-46120: State that `|` is preferred over `Union` (GH-30222)Nikita Sobolev2021-12-241-1/+1
| | | | Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
* typos (#30239)Kumar Aditya2021-12-231-3/+3
|
* bpo-46157: fix typo in docs (GH-30237)Kumar Aditya2021-12-236-14/+14
|
* bpo-46140: take more Py_buffer arguments as const * (GH-30217)David Hewitt2021-12-222-6/+5
|
* Update potentially confusing note for mean. (GH-30174)Mark Dickinson2021-12-211-4/+5
|
* bpo-46104: Fix example broken by GH-30148 (GH-30203)Alex Waygood2021-12-201-1/+1
| | | See discussion in GH-30179.
* Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)Raymond Hettinger2021-12-191-1/+0
| | | This reverts commit 2ef06d412531d1163dbc72877c88aedf3ed82a25.
* bpo-46131: add fastpath for PyFloat_Check() (#30200)Matti Picus2021-12-191-0/+1
|
* bpo-46076: Improve documentation for per-attribute docstrings with ↵Alex Waygood2021-12-191-3/+6
| | | | `__slots__` (GH-30109)
* bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)Rafael Fontenelle2021-12-191-1/+2
| | | This allows the title to be translated to other languages without linking problems.
* bpo-42413: Replace `concurrent.futures.TimeoutError` and ↵Kumar Aditya2021-12-194-20/+22
| | | | | `asyncio.TimeoutError` with builtin `TimeoutError` (GH-30197) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* bpo-46044: Fix doc typo introduced in GH-30043 (GH-30171)Matthias Bussonnier2021-12-181-1/+1
| | | | | | | See https://github.com/python/cpython/pull/30043/files#r770944718 My bad I likely messed up by using a repeat command in my editor Automerge-Triggered-By: GH:merwok
* bpo-37578: glob.glob -- added include_hidden parameter (GH-30153)andrei kulakov2021-12-181-2/+12
| | | Automerge-Triggered-By: GH:asvetlov
* bpo-46113: Minor fixes in stdtypes documentation (GH-30167)Vivek Vashist2021-12-181-8/+8
| | | | | | | | | * Fix#1 - isidentifier() function output * Fix#2 Update the str.splitlines() function parameter * Fix#3 Removed unwanted full stop for str and bytes types double quotes examples. * Fix#4 Updated class dict from **kwarg to **kwargs
* bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148)Alex Waygood2021-12-181-9/+8
| | | Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* bpo-45711: Remove type and traceback from exc_info (GH-30122)Irit Katriel2021-12-172-13/+26
| | | | | | | | * Do not PUSH/POP traceback or type to the stack as part of exc_info * Remove exc_traceback and exc_type from _PyErr_StackItem * Add to what's new, because this change breaks things like Cython
* Doc: some rst linting. (GH-30149)Julien Palard2021-12-173-4/+4
|
* bpo-46044: Annotate deprecated sdists formats (GH-30043)Matthias Bussonnier2021-12-161-19/+22
| | | | | | While this page have deprecated informations it is still heavily index by Google. Discussed on twitter: https://twitter.com/brettsky/status/1469465729082662916
* bpo-22047: [argparse] deprecate nested argument groups and mutually ↵Irit Katriel2021-12-161-0/+12
| | | | exclusive groups (GH-30098)