Skip to content

Conversation

@MayureshMore
Copy link

@MayureshMore MayureshMore commented Feb 13, 2025

Changes made in branch: MayureshMore:3.10
[Edited] Add docstring to improve documentation


📚 Documentation preview 📚: https://cpython-previews--130086.org.readthedocs.build/

miss-islington and others added 30 commits January 29, 2023 17:52
This is a follow-up to pythonGH-100811.

One of the changes in that PR isn't accurate in that
`os.path.join('', '')` will not end in a separator.

This reverts that change to the previous wording that used "only", but
explicitly calls out the case where the last part ends in a separator,
which is what caused confusin in pythonGH-77607 and motivated the change
in pythonGH-100811.
(cherry picked from commit 909a674)

Co-authored-by: Shantanu <[email protected]>
(cherry picked from commit 1a62ae8)

Co-authored-by: Christophe Nanteuil <[email protected]>
…ythonGH-98729)

* pythongh-98657: [docs] `array.typecodes` is a module-level attribute

* Update array.rst
(cherry picked from commit c144e57)

Co-authored-by: Nikita Sobolev <[email protected]>
…onGH-101351)

(cherry picked from commit ee21110)

Co-authored-by: Marcos Pereira <[email protected]>
Co-authored-by: Erlend E. Aasland <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
…H-101485)

* Move array methods under class in array doc

* Fix a few internal references related to the touched lines
(cherry picked from commit 1b60456)

Co-authored-by: C.A.M. Gerlach <[email protected]>
(cherry picked from commit 45d014e)

Co-authored-by: François Magimel <[email protected]>
…dler, traceback, and pdb. (pythonGH-101157)

(cherry picked from commit cef9de6)

Co-authored-by: Furkan Onder <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
… from_param() result (pythonGH-101339) (python#101340)

[3.11] pythongh-99952: [ctypes] fix refcount issues in from_param() result. (pythonGH-100169)

Fixes a reference counting issue with `ctypes.Structure` when a `from_param()` method call is used and the structure size is larger than a C pointer `sizeof(void*)`.

This problem existed for a very long time, but became more apparent in 3.8+ by change likely due to garbage collection cleanup timing changes..
(cherry picked from commit dfad678)

(cherry picked from commit fa7c37a)

Co-authored-by: Gregory P. Smith <[email protected]>
Co-authored-by: Yukihiro Nakadaira <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
…101572)

That causes the test to fail when run using a high UID as that ancient format
cannot represent it. The current default (PAX) and the old default (GNU) both
support high UIDs.
(cherry picked from commit ffcb822)

Co-authored-by: Gregory P. Smith <[email protected]>
… UCD 3… (pythongh-101388)

(cherry picked from commit 9ef7e75)

Co-authored-by: Dong-hee Na <[email protected]>
…ocs issues" (pythonGH-101617)

Fixes python#101616
(cherry picked from commit 949c58f)

Co-authored-by: Mariatta Wijaya <[email protected]>
…onGH-93070) (python#101683)

* Note that Popen attributes aren't meant to be set by users by rewording the text about the attributes.
* Also update some universal_newlines references to mention the modern text parameter name while in the area.

(cherry picked from commit 027adf4)

Co-authored-by: Stanley <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
…tree` (pythonGH-100934) (python#101687)

Items checked by this test are always `str` and `dict` instances.
(cherry picked from commit eb49d32)

Co-authored-by: Nikita Sobolev <[email protected]>
…ing extension modules for incompatibility (pythonGH-101615)

(cherry picked from commit 3a88de7)

Co-authored-by: David Hewitt <[email protected]>
Fixes CVE-2023-0286 (High) and a couple of Medium security issues.
https://www.openssl.org/news/secadv/20230207.txt

---------

Co-authored-by: Gregory P. Smith <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Feb 13, 2025

PRs attempting to merge a maintenance branch into the main branch are deemed to be spam and automatically closed. If you were attempting to report a bug, please go to https://github.com/python/cpython/issues; see devguide.python.org for further instruction as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.