[Python-checkins] [3.12] Make the title match the content (GH-115702) (gh-115703)

2024-02-19 Thread rhettinger
https://github.com/python/cpython/commit/82e01a8b6d4315cc92e16b1f327ab3cb67439313 commit: 82e01a8b6d4315cc92e16b1f327ab3cb67439313 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-02-20T07:58:53Z summary: [3.12] Make the

[Python-checkins] gh-113157: Document and test __get__ for MethodType (gh-115492)

2024-02-19 Thread rhettinger
https://github.com/python/cpython/commit/acda1757bc682922292215906459c2735ee99c04 commit: acda1757bc682922292215906459c2735ee99c04 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-02-20T01:53:25-06:00 summary: gh-113157: Document and test __get__ for MethodType (gh-115492)

[Python-checkins] Make the title match the content (GH-115702)

2024-02-19 Thread rhettinger
https://github.com/python/cpython/commit/2aaef562364b3dea64d7eee1e7dd9e51cb806f91 commit: 2aaef562364b3dea64d7eee1e7dd9e51cb806f91 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-02-20T01:51:56-06:00 summary: Make the title match the content (GH-115702) files: M Doc/howt

[Python-checkins] [3.12] Modernize the Sorting HowTo guide (gh-115479) (gh-115701)

2024-02-19 Thread rhettinger
https://github.com/python/cpython/commit/8f70b33975113204ac61bac897b8348784e981ab commit: 8f70b33975113204ac61bac897b8348784e981ab branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2024-02-20T03:28:23Z summary: [3.12] Moderniz

[Python-checkins] Modernize the Sorting HowTo guide (gh-115479)

2024-02-19 Thread rhettinger
https://github.com/python/cpython/commit/9f8a9e8ac74d588a2958dfa04085a0d78f9dcba9 commit: 9f8a9e8ac74d588a2958dfa04085a0d78f9dcba9 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-02-19T21:22:07-06:00 summary: Modernize the Sorting HowTo guide (gh-115479) files: M Doc/how

[Python-checkins] [3.12] gh-115539: Allow enum.Flag to have None members (GH-115636) (GH-115694)

2024-02-19 Thread ethanfurman
https://github.com/python/cpython/commit/e4fd5d542a8d7b735cce6e551a1b33bbd42e1d78 commit: e4fd5d542a8d7b735cce6e551a1b33bbd42e1d78 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2024-02-19T16:18:40-08:00 summary: [3.12] gh

[Python-checkins] [3.11] gh-115539: Allow enum.Flag to have None members (GH-115636) (GH-115695)

2024-02-19 Thread ethanfurman
https://github.com/python/cpython/commit/b3384af46406c171e4e15fc6fb0901efc1eb6cd4 commit: b3384af46406c171e4e15fc6fb0901efc1eb6cd4 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2024-02-19T16:18:30-08:00 summary: [3.11] gh

[Python-checkins] gh-115539: Allow enum.Flag to have None members (GH-115636)

2024-02-19 Thread ethanfurman
https://github.com/python/cpython/commit/c2cb31bbe1262213085c425bc853d6587c66cae9 commit: c2cb31bbe1262213085c425bc853d6587c66cae9 branch: main author: Jason Zhang committer: ethanfurman date: 2024-02-19T14:36:11-08:00 summary: gh-115539: Allow enum.Flag to have None members (GH-115636) files:

[Python-checkins] gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default (GH-115544)

2024-02-19 Thread zooba
https://github.com/python/cpython/commit/f0104d2a2db2d75e170193ab9082f8045f51db42 commit: f0104d2a2db2d75e170193ab9082f8045f51db42 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-02-19T21:05:04Z summary: gh-115543: Update py

[Python-checkins] gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default (GH-115544)

2024-02-19 Thread zooba
https://github.com/python/cpython/commit/eb745733fe7709ebcf90e511990c6aaf37ba commit: eb745733fe7709ebcf90e511990c6aaf37ba branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-02-19T21:03:17Z summary: gh-115543: Update py

[Python-checkins] gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default (GH-115544)

2024-02-19 Thread zooba
https://github.com/python/cpython/commit/6cd18c75a41a74cab69ebef0b7def3e48421bdd1 commit: 6cd18c75a41a74cab69ebef0b7def3e48421bdd1 branch: main author: Steve Dower committer: zooba date: 2024-02-19T20:36:20Z summary: gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by defa

[Python-checkins] [3.11] gh-115664: Fix versionadded and versionchanged directives in multiprocessing.rst (GH-115665) (GH-115682)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c39baf15c5b8b38402976abae873578ab7741156 commit: c39baf15c5b8b38402976abae873578ab7741156 branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-19T20:52:17+02:00 summary: [3.11] gh-115664: Fix versionadded and versionchanged dire

[Python-checkins] [3.11] gh-115664: Fix chronological ordering of versionadded and versionchanged directives (GH-115676) (#115681)

2024-02-19 Thread AlexWaygood
https://github.com/python/cpython/commit/61f208568761236c99eb04cc0152cf5d34140d2b commit: 61f208568761236c99eb04cc0152cf5d34140d2b branch: 3.11 author: Brian Schubert committer: AlexWaygood date: 2024-02-19T18:42:19Z summary: [3.11] gh-115664: Fix chronological ordering of versionadded and versi

[Python-checkins] [3.11] Fix typo in multiprocessing docs (GH-115650) (#115680)

2024-02-19 Thread gpshead
https://github.com/python/cpython/commit/f10ce9feded95e43488457534b44a3631360b9c4 commit: f10ce9feded95e43488457534b44a3631360b9c4 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-02-19T18:25:59Z summary: [3.11] Fix typo in

[Python-checkins] [3.12] Fix typo in multiprocessing docs (GH-115650) (#115679)

2024-02-19 Thread gpshead
https://github.com/python/cpython/commit/db145c72b853779a5349f4b8a5d21f6c2ae0c52e commit: db145c72b853779a5349f4b8a5d21f6c2ae0c52e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-02-19T18:25:24Z summary: [3.12] Fix typo in

[Python-checkins] [3.12] gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_args() (GH-114180) (GH-115675)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cffb4c78d3b2a8a724301e59fb39b73b20e544de commit: cffb4c78d3b2a8a724301e59fb39b73b20e544de branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T18:25:09Z summary: [3.12] gh

[Python-checkins] [3.12] gh-115664: Fix versionadded and versionchanged directives in multiprocessing.rst (GH-115665) (GH-115677)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b434439bfbacba909a0368f4e0357dce480c517d commit: b434439bfbacba909a0368f4e0357dce480c517d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T20:21:10+02:00 summary: [3.1

[Python-checkins] [3.11] gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_args() (GH-114180) (GH-115674)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c02b7ae4dd367444aa6822d5fb73b61e8f5a4ff9 commit: c02b7ae4dd367444aa6822d5fb73b61e8f5a4ff9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T18:20:51Z summary: [3.11] gh

[Python-checkins] Fix typo in multiprocessing docs (#115650)

2024-02-19 Thread gpshead
https://github.com/python/cpython/commit/57d31ec3598429789492e0b3544efaaffca5799f commit: 57d31ec3598429789492e0b3544efaaffca5799f branch: main author: Naglis Jonaitis <[email protected]> committer: gpshead date: 2024-02-19T18:19:14Z summary: Fix typo in multiprocessing docs

[Python-checkins] [3.12] gh-115664: Fix chronological ordering of versionadded and versionchanged directives (GH-115676) (#115678)

2024-02-19 Thread AlexWaygood
https://github.com/python/cpython/commit/773d53d3c130d2c2ae1dcbaff08adea81910b343 commit: 773d53d3c130d2c2ae1dcbaff08adea81910b343 branch: 3.12 author: Brian Schubert committer: AlexWaygood date: 2024-02-19T18:18:38Z summary: [3.12] gh-115664: Fix chronological ordering of versionadded and versi

[Python-checkins] [3.11] Fix test_compile with -O mode (GH-115346) (GH-115673)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e1994c43c0086e049c70aa895d34434bda67eaf9 commit: e1994c43c0086e049c70aa895d34434bda67eaf9 branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-19T18:06:13Z summary: [3.11] Fix test_compile with -O mode (GH-115346) (GH-115673) (

[Python-checkins] gh-115664: Fix versionadded and versionchanged directives in multiprocessing.rst (GH-115665)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8f602981ba95273f036968cfc5ac28fdcd1808fa commit: 8f602981ba95273f036968cfc5ac28fdcd1808fa branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-19T18:03:42Z summary: gh-115664: Fix versionadded and versionchanged directives in m

[Python-checkins] gh-115664: Fix chronological ordering of versionadded and versionchanged directives (#115676)

2024-02-19 Thread AlexWaygood
https://github.com/python/cpython/commit/b02ab65e8083185b76a7dd06f470b779580a3b03 commit: b02ab65e8083185b76a7dd06f470b779580a3b03 branch: main author: Brian Schubert committer: AlexWaygood date: 2024-02-19T17:54:54Z summary: gh-115664: Fix chronological ordering of versionadded and versionchang

[Python-checkins] [3.11] gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342) (GH-115672)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0bb94f49e342da4b04e14b302cceb710faa61fea commit: 0bb94f49e342da4b04e14b302cceb710faa61fea branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T17:54:59Z summary: [3.11] gh

[Python-checkins] [3.12] gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342) (GH-115671)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a08be89212ecd739c7582bdd5861e2ea3809ac3f commit: a08be89212ecd739c7582bdd5861e2ea3809ac3f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T17:49:08Z summary: [3.12] gh

[Python-checkins] [3.11] Fix test_py_compile with -O mode (GH-115345) (GH-115670)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/55b9633316764923472d031c6aa5876c43aa6b94 commit: 55b9633316764923472d031c6aa5876c43aa6b94 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T17:45:56Z summary: [3.11] Fi

[Python-checkins] [3.12] Fix test_py_compile with -O mode (GH-115345) (GH-115669)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1d2f92a9b79ed91d1d67d7ec881899e1d93930ab commit: 1d2f92a9b79ed91d1d67d7ec881899e1d93930ab branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T17:30:22Z summary: [3.12] Fi

[Python-checkins] gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_args() (GH-114180)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e47ecbd0420528f1f9f282d9e7acfcf586a4caa1 commit: e47ecbd0420528f1f9f282d9e7acfcf586a4caa1 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-19T19:20:00+02:00 summary: gh-60346: Improve handling single-dash options in Argumen

[Python-checkins] [3.12] Fix test_compile with -O mode (GH-115346) (GH-115668)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3fd72d99ab23adab548c41e6f6dc1dc33805b8a2 commit: 3fd72d99ab23adab548c41e6f6dc1dc33805b8a2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T17:17:53Z summary: [3.12] Fi

[Python-checkins] gh-115341: Fix loading unit tests with doctests in -OO mode (GH-115342)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/872cc9957a9c8b971448e7377fad865f351da6c9 commit: 872cc9957a9c8b971448e7377fad865f351da6c9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-19T19:03:21+02:00 summary: gh-115341: Fix loading unit tests with doctests in -OO mod

[Python-checkins] Fix test_py_compile with -O mode (GH-115345)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/07ef9d86a5efa82d06a8e7e15dd3aff1e946aa6b commit: 07ef9d86a5efa82d06a8e7e15dd3aff1e946aa6b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-19T19:02:51+02:00 summary: Fix test_py_compile with -O mode (GH-115345) files: M Lib

[Python-checkins] Fix test_compile with -O mode (GH-115346)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7b25a82e83ad8fe15e4302bb7655309573affa83 commit: 7b25a82e83ad8fe15e4302bb7655309573affa83 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-19T19:02:29+02:00 summary: Fix test_compile with -O mode (GH-115346) files: M Lib/te

[Python-checkins] [3.12] gh-115154: Fix untokenize handling of unicode named literals (GH-115171) (#115662)

2024-02-19 Thread pablogsal
https://github.com/python/cpython/commit/323f63574bc0c78673415bfadef127f732741a3e commit: 323f63574bc0c78673415bfadef127f732741a3e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-02-19T16:38:43Z summary: [3.12] gh-115154

[Python-checkins] [3.12] gh-115652: Fix indentation in the documentation of multiprocessing.get_start_method (GH-115658) (GH-115659)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/94d1a7b853cf115e52e07e14576d3dd75ecd4a8c commit: 94d1a7b853cf115e52e07e14576d3dd75ecd4a8c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T17:09:21+02:00 summary: [3.1

[Python-checkins] [3.11] gh-115652: Fix indentation in the documentation of multiprocessing.get_start_method (GH-115658) (GH-115660)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d4915220e758f4d9efe01a78db9336255c3af7af commit: d4915220e758f4d9efe01a78db9336255c3af7af branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-19T17:09:07+02:00 summary: [3.1

[Python-checkins] [3.10] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) (#115473)

2024-02-19 Thread pablogsal
https://github.com/python/cpython/commit/d0524caed0f3b77f271640460d0dff1a4c784087 commit: d0524caed0f3b77f271640460d0dff1a4c784087 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-02-19T14:58:39Z summary: [3.10] Upgrade b

[Python-checkins] gh-115154: Fix untokenize handling of unicode named literals (#115171)

2024-02-19 Thread pablogsal
https://github.com/python/cpython/commit/ecf16ee50e42f979624e55fa343a8522942db2e7 commit: ecf16ee50e42f979624e55fa343a8522942db2e7 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-02-19T14:54:10Z summary: gh-115154: Fix untokenize handling of unicode named literals (#11

[Python-checkins] gh-115652: Fix indentation in the documentation of multiprocessing.get_start_method (GH-115658)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d504968983c5cd5ddbdf73ccd3693ffb89e7952f commit: d504968983c5cd5ddbdf73ccd3693ffb89e7952f branch: main author: Daniel Haag <[email protected]> committer: serhiy-storchaka date: 2024-02-19T14:26:23Z summary: gh-115652: Fix indent

[Python-checkins] [3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508)

2024-02-19 Thread pablogsal
https://github.com/python/cpython/commit/17a6533dbf5ffdfd707c1514a61423d9ac59a9cb commit: 17a6533dbf5ffdfd707c1514a61423d9ac59a9cb branch: 3.10 author: Ned Deily committer: pablogsal date: 2024-02-19T13:43:38Z summary: [3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508) avoi

[Python-checkins] [3.10] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (#115525)

2024-02-19 Thread pablogsal
https://github.com/python/cpython/commit/d9c79e1364c373dfa583d304fb513be7853906d0 commit: d9c79e1364c373dfa583d304fb513be7853906d0 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-02-19T13:38:49Z summary: [3.10] gh-115133

[Python-checkins] gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561)

2024-02-19 Thread encukou
https://github.com/python/cpython/commit/aa8c1a0d1626b5965c2f3a1d5af15acbb110eac1 commit: aa8c1a0d1626b5965c2f3a1d5af15acbb110eac1 branch: main author: Victor Stinner committer: encukou date: 2024-02-19T13:20:46+01:00 summary: gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561) K

[Python-checkins] gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640)

2024-02-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cbe809dfa94385bacaa24beee3976ba77a395589 commit: cbe809dfa94385bacaa24beee3976ba77a395589 branch: main author: 0xflotus <[email protected]> committer: serhiy-storchaka date: 2024-02-19T10:29:32+02:00 summary: gh-83648: Add missing `deprecated` arg in argp

[Python-checkins] gh-102388: Add windows_31j to aliases for cp932 codec (#102389)

2024-02-19 Thread methane
https://github.com/python/cpython/commit/1476ac2c58669b0a78d3089ebb9cc87955a1f5b0 commit: 1476ac2c58669b0a78d3089ebb9cc87955a1f5b0 branch: main author: Masayuki Moriyama committer: methane date: 2024-02-19T17:01:35+09:00 summary: gh-102388: Add windows_31j to aliases for cp932 codec (#102389) T