-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[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
Conversation
…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>
(cherry picked from commit be23a20) Co-authored-by: Ned Deily <nad@python.org>
Co-authored-by: Semen Zhydenko <semen.zhydenko@gmail.com>
…H-100917) (pythonGH-100918) Co-authored-by: Yao-Ching Huang <tom4996131207@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>
…pipe (Windows) (pythonGH-100959) (python#101019) (cherry picked from commit 1bc7a73)
(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>
…moved outside of the normal location (pythonGH-100947)
… 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>
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. |
(and 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. |
Would you be writing to write some docs for https://devguide.python.org/ on how to do it? |
(cherry picked from commit d828b35)