Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047) | Adam Turner | 2023-08-16 | 1 | -2/+2 |
| | | | Remove reference to Distutils in ``cx_Freeze``'s description | ||||
* | gh-107298: Fix C API Buffer documentation (#108011) | Victor Stinner | 2023-08-16 | 3 | -11/+14 |
| | |||||
* | GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031) | Adam Turner | 2023-08-16 | 1 | -1/+1 |
| | | | Drop reference to Distutils in ``site.USER_BASE`` | ||||
* | gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010) | Victor Stinner | 2023-08-16 | 1 | -1/+3 |
| | | | Use config.legacy_windows_stdio=1 to avoid _io._WindowsConsoleIO. | ||||
* | gh-93057: Deprecate positional use of optional sqlite3.connect() params ↵ | Erlend E. Aasland | 2023-08-15 | 2 | -0/+11 |
| | | | | (#107948) | ||||
* | gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292) | Romuald Brunet | 2023-08-15 | 1 | -2/+9 |
| | |||||
* | gh-107877: Update logging levels reference table with usage criteria. (#107894) | Vinay Sajip | 2023-08-13 | 1 | -15/+33 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | Add another example to the statistics docs (GH-107904) | Raymond Hettinger | 2023-08-13 | 2 | -0/+57 |
| | |||||
* | gh-107891: Fix typo in 3.12 whatsnew (#107892) | wookie184 | 2023-08-12 | 1 | -1/+1 |
| | |||||
* | gh-91051: fix segfault when using all 8 type watchers (#107853) | Carl Meyer | 2023-08-11 | 2 | -3/+3 |
| | |||||
* | Docs: Document PyBUF_MAX_NDIM (#107865) | Erlend E. Aasland | 2023-08-11 | 1 | -3/+7 |
| | |||||
* | gh-107421: Clarify `OrderedDict` Examples and Recipes (#107613) | shailshouryya | 2023-08-11 | 1 | -3/+3 |
| | |||||
* | GH-105848: Simplify the arrangement of CALL's stack (GH-107788) | Brandt Bucher | 2023-08-09 | 1 | -1/+1 |
| | |||||
* | Docs: clean up Argument Clinic howto's (#107797) | Erlend E. Aasland | 2023-08-09 | 1 | -10/+11 |
| | | | | - fix formatting in @text_signature howto and NEWS entry - fix formatting and example text in deprecate-positionals howto | ||||
* | gh-104683: Add --exclude option to Argument Clinic CLI (#107770) | Erlend E. Aasland | 2023-08-08 | 1 | -0/+5 |
| | | | Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | GH-100425: Note improved commutativity in sum(). (GH-107785) | Raymond Hettinger | 2023-08-08 | 2 | -3/+3 |
| | |||||
* | gh-86457: Add docs for Argument Clinic @text_signature directive (#107747) | Erlend E. Aasland | 2023-08-08 | 1 | -0/+34 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) | Eric Snow | 2023-08-07 | 15 | -90/+162 |
| | | | | | PEP 683 (immortal objects) revealed some ways in which the Python documentation has been unnecessarily coupled to the implementation details of reference counts. In the end users should focus on reference ownership, including taking references and releasing them, rather than on how many reference counts an object has. This change updates the documentation to reflect that perspective. It also updates the docs relative to immortal objects in a handful of places. | ||||
* | Docs: Fix more Sphinx annotations in ctypes.rst (#107708) | Erlend E. Aasland | 2023-08-07 | 3 | -43/+44 |
| | |||||
* | gh-95065: Add Argument Clinic support for deprecating positional use of ↵ | Erlend E. Aasland | 2023-08-07 | 1 | -0/+88 |
| | | | | | | | | | | parameters (#95151) It is now possible to deprecate passing parameters positionally with Argument Clinic, using the new '* [from X.Y]' syntax. (To be read as "keyword-only from Python version X.Y") Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | gh-107442: Document all valid types for ctypes _as_parameter_ (#107443) | Tomas R | 2023-08-07 | 1 | -3/+4 |
| | |||||
* | Docs: Argument Clinic: Move the CConverter class to the reference (#107671) | Erlend E. Aasland | 2023-08-07 | 1 | -64/+69 |
| | |||||
* | Improve cross-references in `runpy` docs (#107673) | Kamil Turek | 2023-08-06 | 1 | -12/+13 |
| | | | | - Add links to `__main__` and `sys.path` where appropriate - Ensure each paragraph never has more than one link to the same thing, to avoid visual clutter from too many links | ||||
* | Do not use deprecated ``logger.warn()`` in pyspecific (#107694) | Adam Turner | 2023-08-06 | 1 | -3/+3 |
| | |||||
* | Docs: skip python-docs-theme 2023.7 to fix mobile menu (#107666) | Hugo van Kemenade | 2023-08-06 | 1 | -1/+1 |
| | |||||
* | Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (#107672) | Erlend E. Aasland | 2023-08-06 | 2 | -32/+35 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | GH-84435: Make pyspecific directives translatable (#19470) | cocoatomo | 2023-08-06 | 1 | -10/+8 |
| | | | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | Docs: Argument Clinic: Improve 'How to write a custom converter' (#107328) | Erlend E. Aasland | 2023-08-05 | 1 | -24/+26 |
| | | | | | | - Omit unneccesary wording and sentences - Don't mention implementation details (no digression, explanation) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> | ||||
* | gh-107662: Switch 'any' and 'anext' in functions.rst (#107663) | Terry Jan Reedy | 2023-08-05 | 1 | -2/+2 |
| | | | Order was reversed in index at top, not in body. | ||||
* | gh-107432 Fix incorrect indentation in annotations HOWTO (#107445) | Daniele Procida | 2023-08-05 | 1 | -163/+163 |
| | | | | | | gh-107432 Fix incorrect indentation in annotations document Body text in https://docs.python.org/3/howto/annotations.html was indented throughout, and was being rendered in blockquote elements. | ||||
* | GH-70303: Emit FutureWarning when pathlib glob pattern ends with `**` ↵ | Barney Gale | 2023-08-04 | 1 | -0/+5 |
| | | | | | | (GH-105413) In a future Python release, patterns with this ending will match both files and directories. Users may add a trailing slash to remove the warning. | ||||
* | Docs: Only include Plausible for html, not for epub etc (#107637) | Hugo van Kemenade | 2023-08-04 | 1 | -1/+3 |
| | | | Only include Plausible for html, not for epub etc | ||||
* | gh-107600: Docs: Update ctypes.ArgumentError error message (#107601) | Tomas R | 2023-08-04 | 1 | -2/+2 |
| | |||||
* | Docs: upgrade to python-docs-theme 2023.7 (#107617) | Hugo van Kemenade | 2023-08-04 | 1 | -2/+2 |
| | |||||
* | GH-107263: Increase C stack limit for most functions, except ↵ | Mark Shannon | 2023-08-04 | 1 | -0/+5 |
| | | | | | | `_PyEval_EvalFrameDefault()` (GH-107535) * Set C recursion limit to 1500, set cost of eval loop to 2 frames, and compiler mutliply to 2. | ||||
* | gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561) | Irit Katriel | 2023-08-02 | 1 | -0/+5 |
| | |||||
* | Clarify `Self` interaction with subclasses (#107511) | Alexandru Mărășteanu | 2023-08-01 | 1 | -10/+21 |
| | |||||
* | gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by ↵ | Irit Katriel | 2023-08-01 | 1 | -0/+7 |
| | | | | the build script, or exposed in opcode.py (#107534) | ||||
* | gh-99113: Add a What's New Entry for PEP 684 (gh-107520) | Eric Snow | 2023-07-31 | 1 | -0/+40 |
| | |||||
* | gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519) | Eric Snow | 2023-07-31 | 2 | -0/+13 |
| | |||||
* | gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403) | Eric Snow | 2023-07-31 | 3 | -0/+34 |
| | | | It was added in 3.12 for PEP 684 (per-interpreter GIL). | ||||
* | gh-107507: Replace 'The goals of Argument Clinic' with a summary (#107508) | Erlend E. Aasland | 2023-07-31 | 1 | -54/+4 |
| | | | | Summarise the goals of Argument Clinic in a single sentence. Mention that Argument Clinic was introduced with PEP-436. | ||||
* | gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466) | Jacob Walls | 2023-07-31 | 1 | -0/+4 |
| | |||||
* | gh-105578: Document that `AnyStr` is deprecated in py313 (#107116) | Michael The | 2023-07-31 | 2 | -0/+20 |
| | | | It will not be removed until Python 3.18. | ||||
* | gh-105578: Add more usage examples to `typing.AnyStr` docs (#107045) | Michael The | 2023-07-31 | 1 | -0/+15 |
| | | | ``typing.AnyStr`` has different semantics to ``str | bytes``, which often leads to user confusion | ||||
* | gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474) | Ned Deily | 2023-07-31 | 1 | -128/+180 |
| | |||||
* | gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429) | Dong-hee Na | 2023-07-30 | 1 | -2/+3 |
| | |||||
* | Fix the documentation for PyCode_New add `qualname` parameter (#107186) | da-woods | 2023-07-29 | 1 | -4/+4 |
| | |||||
* | gh-107422: Remove outdated `TypedDict` example from typing docs (#107436) | Rakesh Sabale | 2023-07-29 | 1 | -3/+0 |
| | |||||
* | gh-107369: optimize textwrap.indent() (#107374) | Inada Naoki | 2023-07-29 | 1 | -1/+2 |
| |