-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
[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
…0849) (cherry picked from commit 11f9932) Co-authored-by: Benjamin Peterson <[email protected]>
…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]>
…umes (pythonGH-27376) (cherry picked from commit e098137) Co-authored-by: Ryan Ozawa <[email protected]>
…-100901) (cherry picked from commit d7ab714) Co-authored-by: Steve Dower <[email protected]>
(cherry picked from commit be23a20) Co-authored-by: Ned Deily <[email protected]>
…00908) (cherry picked from commit 57a5259) Co-authored-by: Ned Deily <[email protected]>
Co-authored-by: Semen Zhydenko <[email protected]>
…H-100917) (pythonGH-100918) Co-authored-by: Yao-Ching Huang <[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]>
…nGH-100922). (python#100937) (cherry picked from commit 762745a) Co-authored-by: Kumar Aditya <[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]>
…python#100976) (cherry picked from commit 729ab9b) Co-authored-by: Nikita Sobolev <[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]>
…pipe (Windows) (pythonGH-100959) (python#101019) (cherry picked from commit 1bc7a73)
(cherry picked from commit 49cae39) Co-authored-by: Bob Kline <[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]>
…nGH-100965). (python#101008) (cherry picked from commit 94fc770) Co-authored-by: Raymond Hettinger <[email protected]>
pythonGH-101057) (cherry picked from commit b1a74a1) Co-authored-by: Nikita Sobolev <[email protected]>
…moved outside of the normal location (pythonGH-100947)
… py.exe launcher (pythonGH-101083) (cherry picked from commit 30753c3) Co-authored-by: Steve Dower <[email protected]>
…n raising MemoryError (pythonGH-101051) (python#101085) Co-authored-by: Pablo Galindo Salgado <[email protected]>
(cherry picked from commit c5660ae) Co-authored-by: Viicos <[email protected]>
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)