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
…0849)

(cherry picked from commit 11f9932)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
…0864)

(cherry picked from commit e47b139)
Co-authored-by: Ned Deily <nad@python.org>
Co-authored-by: HARSHA VARDHAN <75431678+Thunder-007@users.noreply.github.com>
…es.py_object` callback (pythonGH-13364)

(cherry picked from commit 837ba05)

Co-authored-by: dgelessus <dgelessus@users.noreply.github.com>
…umes (pythonGH-27376)

(cherry picked from commit e098137)

Co-authored-by: Ryan Ozawa <ryan.ozawa21@gmail.com>
…-100901)

(cherry picked from commit d7ab714)

Co-authored-by: Steve Dower <steve.dower@python.org>
(cherry picked from commit be23a20)

Co-authored-by: Ned Deily <nad@python.org>
…00908)

(cherry picked from commit 57a5259)

Co-authored-by: Ned Deily <nad@python.org>
Co-authored-by: Semen Zhydenko <semen.zhydenko@gmail.com>
…t_event_loop() (python#100412)

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

Co-authored-by: Guido van Rossum <guido@python.org>
…nGH-100922). (python#100937)

(cherry picked from commit 762745a)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
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 <steve.dower@python.org>
…l contents (pythonGH-100913)

(cherry picked from commit d9dff4c)

Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
…python#100976)

(cherry picked from commit 729ab9b)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
…ythonGH-100932). (pythonGH-100979)

(cherry picked from commit 8795ad1)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>

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

Co-authored-by: Noam Cohen <noam@noam.me>
…() 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 <barney.gale@gmail.com>
Co-authored-by: Eryk Sun <eryksun@gmail.com>
… for finding custom commands (pythonGH-100944)

(cherry picked from commit 468c3bf)

Co-authored-by: Steve Dower <steve.dower@python.org>
(cherry picked from commit 49cae39)

Co-authored-by: Bob Kline <bkline@users.noreply.github.com>
pythonGH-100960)

(cherry picked from commit 206f05a)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
…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 <JustAnotherArchivist@users.noreply.github.com>
…nGH-100965). (python#101008)

(cherry picked from commit 94fc770)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
pythonGH-101057)

(cherry picked from commit b1a74a1)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
… py.exe launcher (pythonGH-101083)

(cherry picked from commit 30753c3)

Co-authored-by: Steve Dower <steve.dower@python.org>
…n raising MemoryError (pythonGH-101051) (python#101085)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
(cherry picked from commit c5660ae)

Co-authored-by: Viicos <65306057+Viicos@users.noreply.github.com>
@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.