Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-102994: Profile docs has typo in example (#103074) | Nouran Ali | 2023-04-02 | 1 | -1/+1 |
| | |||||
* | gh-103109: Document ignore_warnings() test support helper (#103110) | Charlie Zhao | 2023-04-02 | 1 | -0/+15 |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | bpo-4080: unittest durations (#12271) | Giampaolo Rodola | 2023-04-02 | 2 | -6/+57 |
| | |||||
* | gh-102433: Use `inspect.getattr_static` in ↵ | Alex Waygood | 2023-04-02 | 2 | -0/+20 |
| | | | | `typing._ProtocolMeta.__instancecheck__` (#103034) | ||||
* | gh-102192: deprecate _PyErr_ChainExceptions (#102935) | Irit Katriel | 2023-04-01 | 1 | -0/+6 |
| | |||||
* | gh-102871: Remove obsolete browsers from webbrowser (#102872) | James De Bias | 2023-03-31 | 2 | -11/+10 |
| | |||||
* | GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146) | Furkan Onder | 2023-03-31 | 1 | -1/+1 |
| | | | | | | Will Bradshaw contributed original patch on bpo-40603. --------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | Quote literal tokens in standard format specifier grammar (GH-102902) | Petr Viktorin | 2023-03-31 | 1 | -1/+1 |
| | | | Reported by Damian Dureck: https://mail.python.org/archives/list/docs@python.org/thread/UZTWBJIXC3MBKTHXVTIBPGDPKBNWZ5LN/ | ||||
* | gh-101100: Expand list of clean docs (GH-103135) | Hugo van Kemenade | 2023-03-31 | 2 | -0/+357 |
| | | | | | | | | | | | Follow on from https://github.com/python/cpython/pull/103116. Expand list of clean docs files from 3 to 181. These files have no Sphinx warnings, and their presence in this list means that any new warnings introduced will fail the build. The list was created by subtracting the list of files with warnings from a list of all files. I tested with all of those, but found that `touch`ing two clean files (https://github.com/python/cpython/blob/main/Doc/includes/wasm-notavail.rst and https://github.com/python/cpython/blob/main/Doc/whatsnew/changelog.rst) caused a cascade effect and resulted in a number of dirty files being rebuilt too, and failing the build. So those two have been omitted. Automerge-Triggered-By: GH:hugovk | ||||
* | Minor docs improvements fix for `codeop` (#103123) | gaogaotiantian | 2023-03-30 | 1 | -7/+7 |
| | |||||
* | gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116) | Hugo van Kemenade | 2023-03-30 | 3 | -1/+31 |
| | | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | gh-103099: Link mypy docs from typing.rst (#103100) | Shantanu | 2023-03-30 | 1 | -1/+8 |
| | |||||
* | gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635) | Matěj Cepl | 2023-03-29 | 1 | -10/+14 |
| | |||||
* | Update pdb docs for arguments (#102965) | gaogaotiantian | 2023-03-25 | 1 | -21/+21 |
| | |||||
* | gh-103025: fix two ctypes doc issues (#103026) | Peter Jiping Xie | 2023-03-25 | 1 | -3/+3 |
| | |||||
* | gh-100131: Add optional delete parameter to tempfile.TemporaryDirectory() ↵ | JakobDev | 2023-03-24 | 1 | -1/+10 |
| | | | | | | | (#100132) Add optional delete parameter to tempfile.TemporaryDirectory(). Co-authored-by: Gregory P. Smith <greg@krypto.org> | ||||
* | gh-102873: logging.LogRecord docs: improve description of `msg` parameter ↵ | Amin Alaee | 2023-03-24 | 1 | -2/+3 |
| | | | | | (#102875) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-101100: Test docs in nit-picky mode (#102513) | Hugo van Kemenade | 2023-03-24 | 6 | -45/+93 |
| | | | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Petr Viktorin <encukou@gmail.com> | ||||
* | gh-94684: uuid: support bytes in the name argument to uuid3/5 (#94709) | MonadChains | 2023-03-23 | 1 | -2/+4 |
| | | | RFC 4122 does not specify that name should be a string, so for completness the functions should also support a name given as a raw byte sequence. | ||||
* | GH-100982: Break up COMPARE_AND_BRANCH (GH-102801) | Brandt Bucher | 2023-03-23 | 1 | -9/+0 |
| | |||||
* | Minor readability improvement to the factor() recipe (GH-102971) | Raymond Hettinger | 2023-03-23 | 1 | -1/+1 |
| | |||||
* | gh-98239: Document that `inspect.getsource()` can raise `TypeError` (#101689) | Nikita Sobolev | 2023-03-23 | 1 | -0/+4 |
| | |||||
* | gh-102936: typing: document performance pitfalls of protocols decorated with ↵ | Alex Waygood | 2023-03-23 | 1 | -2/+18 |
| | | | | `@runtime_checkable` (#102937) | ||||
* | Move binomialvariate() to a section for discrete distributions (GH-102955) | Raymond Hettinger | 2023-03-23 | 1 | -3/+3 |
| | |||||
* | gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934) | JosephSBoyle | 2023-03-23 | 1 | -15/+9 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | Docs: fixup incorrect escape char in sqlite3 docs (#102945) | Erlend E. Aasland | 2023-03-23 | 1 | -1/+1 |
| | |||||
* | [doc] Fix error in tutorial example: type(exc) is the type rather than the ↵ | Jens-Hilmar Bradt | 2023-03-22 | 1 | -1/+1 |
| | | | | instance (#102751) | ||||
* | gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is ↵ | Kevin Kirsche | 2023-03-22 | 1 | -2/+2 |
| | | | | plural (#102922) | ||||
* | gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870) | Irit Katriel | 2023-03-22 | 2 | -24/+3 |
| | |||||
* | gh-102780: Fix uncancel() call in asyncio timeouts (#102815) | Kristján Valur Jónsson | 2023-03-22 | 1 | -3/+13 |
| | | | | | | | Also use `raise TimeOut from <CancelledError instance>` so that the CancelledError is set in the `__cause__` field rather than in the `__context__` field. Co-authored-by: Guido van Rossum <gvanrossum@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932) | Benjamin Fogle | 2023-03-22 | 1 | -1/+1 |
| | |||||
* | Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904) | Erlend E. Aasland | 2023-03-22 | 1 | -1/+1 |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900) | Erlend E. Aasland | 2023-03-22 | 1 | -3/+3 |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | Docs: improve accuracy of pdb alias example (#102892) | gaogaotiantian | 2023-03-22 | 1 | -1/+1 |
| | |||||
* | Add link to `sys.exit` function documentation (#102805) | David Poirier | 2023-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Add link to `sys.exit` function documentation * Update Doc/library/os.rst Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> * Update Doc/library/os.rst Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> --------- Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | Tweak polynomial itertool recipes (GH-102880) | Raymond Hettinger | 2023-03-21 | 1 | -14/+13 |
| | |||||
* | gh-102876: remove superfluous parens from itertools.batched recipe (GH-102877) | wim glenn | 2023-03-21 | 1 | -1/+1 |
| | | | remove superfluous parens from itertools.batched recipe | ||||
* | gh-102595: Document `PyObject_Format` c-api function (GH-102596) | Nikita Sobolev | 2023-03-21 | 1 | -0/+9 |
| | | | Def: https://github.com/python/cpython/blame/5ffdaf748d98da6065158534720f1996a45a0072/Include/abstract.h#L389 | ||||
* | gh-102828: emit deprecation warning for onerror arg to shutil.rmtree (#102850) | Irit Katriel | 2023-03-21 | 1 | -3/+7 |
| | |||||
* | The pow() variant further improves accuracy (GH-102866) | Raymond Hettinger | 2023-03-21 | 1 | -1/+1 |
| | |||||
* | Remove itermediate list. Expand docstring. (GH-102862) | Raymond Hettinger | 2023-03-21 | 1 | -4/+8 |
| | |||||
* | Add itertool recipe for polynomial evaluation. (GH-102852) | Raymond Hettinger | 2023-03-20 | 1 | -0/+40 |
| | |||||
* | gh-102304: Add a What's New Entry About _Py_RefTotal (gh-102845) | Eric Snow | 2023-03-20 | 1 | -0/+5 |
| | | | https://github.com/python/cpython/issues/102304 | ||||
* | gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450) | Alan Williams | 2023-03-20 | 2 | -12/+13 |
| | |||||
* | gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829) | Irit Katriel | 2023-03-19 | 2 | -9/+24 |
| | |||||
* | gh-102778: Add sys.last_exc, deprecate sys.last_type, ↵ | Irit Katriel | 2023-03-18 | 2 | -11/+24 |
| | | | | sys.last_value,sys.last_traceback (#102779) | ||||
* | GH-78530: add support for generators in `asyncio.wait` (#102761) | Kumar Aditya | 2023-03-17 | 2 | -0/+7 |
| | |||||
* | gh-102755: Add PyErr_DisplayException(exc) (#102756) | Irit Katriel | 2023-03-16 | 3 | -0/+14 |
| | |||||
* | Fix outdated note about 'int' rounding or truncating (#102736) | Mark Dickinson | 2023-03-16 | 1 | -4/+3 |
| | |||||
* | gh-99726: Improves correctness of stat results for Windows, and uses faster ↵ | Steve Dower | 2023-03-16 | 2 | -23/+81 |
| | | | | | API when available (GH-102149) This deprecates `st_ctime` fields on Windows, with the intent to change them to contain the correct value in 3.14. For now, they should keep returning the creation time as they always have. |