Skip to content

[3.11] GH-102456 Fix docstring and getopt options for base64 #103183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1,756 commits into from

Conversation

arhadthedev
Copy link
Member

@arhadthedev arhadthedev commented Apr 2, 2023

miss-islington and others added 30 commits January 8, 2023 17:57
…0864)

(cherry picked from commit e47b139)
Co-authored-by: Ned Deily <[email protected]>
Co-authored-by: HARSHA VARDHAN <[email protected]>
…es.py_object` callback (pythonGH-13364)

(cherry picked from commit 837ba05)

Co-authored-by: dgelessus <[email protected]>
…t_event_loop() (python#100412)

Some deprecation warnings will reappear (in a slightly different form) in 3.12.

Co-authored-by: Guido van Rossum <[email protected]>
These tests become flaky when py.exe exists on the test machine but isn't the one that was just built. They also don't provide any useful information for this scenario, so easiest to just skip them.
(cherry picked from commit 5ff029f)

Co-authored-by: Steve Dower <[email protected]>
…l contents (pythonGH-100913)

(cherry picked from commit d9dff4c)

Co-authored-by: ram vikram singh <[email protected]>
…ythonGH-100932). (pythonGH-100979)

(cherry picked from commit 8795ad1)

Co-authored-by: Nikita Sobolev <[email protected]>

Automerge-Triggered-By: GH:AlexWaygood
(cherry picked from commit 2161bbf)

Co-authored-by: Noam Cohen <[email protected]>
…() and splitdrive() (pythonGH-100351)

This brings the Python implementation of `ntpath.normpath()` in line with the C implementation added in 99fcf15

Co-authored-by: Barney Gale <[email protected]>
Co-authored-by: Eryk Sun <[email protected]>
… for finding custom commands (pythonGH-100944)

(cherry picked from commit 468c3bf)

Co-authored-by: Steve Dower <[email protected]>
pythonGH-100960)

(cherry picked from commit 206f05a)

Co-authored-by: Erlend E. Aasland <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
…e` (pythonGH-101029) (python#101030)

Sync-up parameter name in equivalent code snippet of `enumerate` (pythonGH-101029)
(cherry picked from commit ef633e5)

Co-authored-by: JustAnotherArchivist <[email protected]>
… py.exe launcher (pythonGH-101083)

(cherry picked from commit 30753c3)

Co-authored-by: Steve Dower <[email protected]>
(cherry picked from commit c5660ae)

Co-authored-by: Viicos <[email protected]>
@arhadthedev
Copy link
Member Author

I hate manual backporting. This task is extremely rare so it's impossible to learn all actions necesary, and in case of mistake everything needs to be done from scratch.

@arhadthedev arhadthedev deleted the backport-d828b35-3.11 branch April 2, 2023 05:30
@arhadthedev arhadthedev restored the backport-d828b35-3.11 branch April 2, 2023 05:31
@arhadthedev arhadthedev deleted the backport-d828b35-3.11 branch April 2, 2023 05:32
@arhadthedev
Copy link
Member Author

(and I cannot use the same branch name anymore)

@brettcannon
Copy link
Member

I cannot use the same branch name anymore

Why not? If you delete the branch in both your local and remote clones then you should be able to use it again.

@brettcannon
Copy link
Member

This task is extremely rare so it's impossible to learn all actions necesary, and in case of mistake everything needs to be done from scratch.

Would you be writing to write some docs for https://devguide.python.org/ on how to do it?

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.