[Python-checkins] [3.12] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (GH-119807)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bd0d97ce3497da35d17daa329c294f4cb87196ee commit: bd0d97ce3497da35d17daa329c294f4cb87196ee branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-30T21:23:38Z summary: [3.12] gh

[Python-checkins] [3.13] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (GH-119806)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/978b86a91e381bf7cc987ac3e44b0251e4a474ba commit: 978b86a91e381bf7cc987ac3e44b0251e4a474ba branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-30T21:16:35Z summary: [3.13] gh

[Python-checkins] gh-119744: move a few functions from compile.c to flowgraph.c (#119745)

2024-05-30 Thread iritkatriel
https://github.com/python/cpython/commit/13a5fdc72f701c053b96abea48cd8f2775e9418e commit: 13a5fdc72f701c053b96abea48cd8f2775e9418e branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-05-30T

[Python-checkins] [3.13] Docs: `shutil.rmtree`'s `onerror` has no pending removal version (GH-118947) (#119804)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/1e75dc7324dec488986daef2f6439856f6dc5081 commit: 1e75dc7324dec488986daef2f6439856f6dc5081 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-05-3

[Python-checkins] [3.12] gh-109218: Improve documentation for the complex() constructor (GH-119687) (ПР-119805)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/207d1b032fdc7f8921de220c29807925d1afa99b commit: 207d1b032fdc7f8921de220c29807925d1afa99b branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-30T20:52:44Z summary: [3.12] gh-109218: Improve documentation for the complex() const

[Python-checkins] [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119687) (GH-119803)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/844b535c51201a176865cea059533bf13a3826e2 commit: 844b535c51201a176865cea059533bf13a3826e2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-30T20:44:20Z summary: [3.13] gh

[Python-checkins] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9732ed5ca94cd8fe9ca2fc7ba5a42dfa2b7791ea commit: 9732ed5ca94cd8fe9ca2fc7ba5a42dfa2b7791ea branch: main author: James De Bias <81095953+db...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-30T20:34:59Z summary: gh-107262: Update Tkinter

[Python-checkins] gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ef01e95ae3659015c2ebe4ecdc048aadcda89930 commit: ef01e95ae3659015c2ebe4ecdc048aadcda89930 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-30T23:30:57+03:00 summary: gh-109218: Deprecate weird cases in the complex() construc

[Python-checkins] Docs: `shutil.rmtree`'s `onerror` has no pending removal version (#118947)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/deda85717b2557c6bad8b9a51719c60ac510818f commit: deda85717b2557c6bad8b9a51719c60ac510818f branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-05-30T14:26:46-0

[Python-checkins] gh-109218: Improve documentation for the complex() constructor (GH-119687)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ec1ba264607b2b7b98d2602f5536a1d02981efc6 commit: ec1ba264607b2b7b98d2602f5536a1d02981efc6 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-30T20:20:07Z summary: gh-109218: Improve documentation for the complex() constructor

[Python-checkins] [3.13] gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792) (GH-119794)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d6bede815dd88adb9a89eda15c01573fd03af080 commit: d6bede815dd88adb9a89eda15c01573fd03af080 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-30T19:16:57Z summary: [3.13] gh

[Python-checkins] [3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH-119738) (#119797)

2024-05-30 Thread colesbury
https://github.com/python/cpython/commit/608cfb8b416d0c2f55efb94f57efcc86d74dbf80 commit: 608cfb8b416d0c2f55efb94f57efcc86d74dbf80 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-05-30T18:17:05Z summary: [3.13] gh-119729

[Python-checkins] [3.12] gh-109218: Refactor tests for the complex() constructor (GH-119635) (GH-119796)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2e31e5695d9c58cab4569a53cf097badd1141a5b commit: 2e31e5695d9c58cab4569a53cf097badd1141a5b branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-30T18:05:38Z summary: [3.12] gh

[Python-checkins] gh-119729: Use 't' in pkg-config file name for free-threaded build (#119738)

2024-05-30 Thread colesbury
https://github.com/python/cpython/commit/1c04c63ced5038e8f45a2aac7dc45f0815a4ddc5 commit: 1c04c63ced5038e8f45a2aac7dc45f0815a4ddc5 branch: main author: Sam Gross committer: colesbury date: 2024-05-30T13:48:28-04:00 summary: gh-119729: Use 't' in pkg-config file name for free-threaded build (#119

[Python-checkins] gh-109218: Refactor tests for the complex() constructor (GH-119635)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bf098d4157158e1e4b2ea78aba4ac82d72e24cff commit: bf098d4157158e1e4b2ea78aba4ac82d72e24cff branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-30T17:35:59Z summary: gh-109218: Refactor tests for the complex() constructor (GH-119

[Python-checkins] gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792)

2024-05-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e875c2d752fed0a8d16958dc7b331e66a2476247 commit: e875c2d752fed0a8d16958dc7b331e66a2476247 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-30T17:22:52Z summary: gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792)

[Python-checkins] [3.13] gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637) (gh-119695)

2024-05-30 Thread ericsnowcurrently
https://github.com/python/cpython/commit/5a037b79597e127426a882a333d013bff6b313f6 commit: 5a037b79597e127426a882a333d013bff6b313f6 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ericsnowcurrently date: 2024-05-30T10:53:09-06:00 summary: [3.

[Python-checkins] gh-119786: create folder in cpython repo for internals documentation (#119787)

2024-05-30 Thread iritkatriel
https://github.com/python/cpython/commit/e91fc11fafb657cab88c5e6f13822432a3b9dc64 commit: e91fc11fafb657cab88c5e6f13822432a3b9dc64 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-05-30T

[Python-checkins] [3.8] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-119567)

2024-05-30 Thread ambv
https://github.com/python/cpython/commit/5505b91a684b0fc7ffcb3a5b325302671d74fb15 commit: 5505b91a684b0fc7ffcb3a5b325302671d74fb15 branch: 3.8 author: Ned Deily committer: ambv date: 2024-05-30T18:36:36+02:00 summary: [3.8] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION

[Python-checkins] [3.9] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-119566)

2024-05-30 Thread ambv
https://github.com/python/cpython/commit/54b5e9e9a8d4e964bef934ab2ed10d21b3abe91e commit: 54b5e9e9a8d4e964bef934ab2ed10d21b3abe91e branch: 3.9 author: Ned Deily committer: ambv date: 2024-05-30T18:36:05+02:00 summary: [3.9] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION

[Python-checkins] [3.13] gh-119779: Fix pyporting howto docs (GH-119785) (#119788)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/a7327b31e32f72dccbabac196b3b63d514821944 commit: a7327b31e32f72dccbabac196b3b63d514821944 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-05-3

[Python-checkins] [3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/863da7291c9f912aa951955e2bf06b9965accd75 commit: 863da7291c9f912aa951955e2bf06b9965accd75 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-05-3

[Python-checkins] gh-119779: Fix pyporting howto docs (#119785)

2024-05-30 Thread hugovk
https://github.com/python/cpython/commit/6fb191be15fd49da10506de29b6393ffdf59b894 commit: 6fb191be15fd49da10506de29b6393ffdf59b894 branch: main author: Awbert <119314310+sweetyan...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-05-30T18:51:22+03:00

[Python-checkins] gh-119336: Restore removed _PyLong_NumBits() function (#119418)

2024-05-30 Thread vstinner
https://github.com/python/cpython/commit/e50fac96e82d857ecc024b4cd4e012493b077064 commit: e50fac96e82d857ecc024b4cd4e012493b077064 branch: main author: Ethan Smith committer: vstinner date: 2024-05-30T14:48:18Z summary: gh-119336: Restore removed _PyLong_NumBits() function (#119418) It is used

[Python-checkins] gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)

2024-05-30 Thread zooba
https://github.com/python/cpython/commit/e85e813bf1e3ed5f39f9575acb1bce470ea8acd2 commit: e85e813bf1e3ed5f39f9575acb1bce470ea8acd2 branch: 3.12 author: Steve Dower committer: zooba date: 2024-05-30T15:40:23+01:00 summary: gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717) Al

[Python-checkins] gh-110383: Remove references to removed popen[234] (GH-112783)

2024-05-30 Thread encukou
https://github.com/python/cpython/commit/b1374aa1c2e68becf9b6dcdcb8a586b0bd997c0d commit: b1374aa1c2e68becf9b6dcdcb8a586b0bd997c0d branch: main author: Bradley Reynolds committer: encukou date: 2024-05-30T12:21:37Z summary: gh-110383: Remove references to removed popen[234] (GH-112783) Signed-

[Python-checkins] [3.13] gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424) (GH-119468)

2024-05-30 Thread encukou
https://github.com/python/cpython/commit/322e0ad3dec0068224657ea550ddbaac96d44648 commit: 322e0ad3dec0068224657ea550ddbaac96d44648 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-05-30T11:24:42+02:00 summary: [3.13] gh-117

[Python-checkins] [3.13] gh-118055: Update the finder glossary entry (GH-118278) (GH-119773)

2024-05-30 Thread encukou
https://github.com/python/cpython/commit/d1c7f5ed08a7f92afeb760c32e33d6d49dd1ad5b commit: d1c7f5ed08a7f92afeb760c32e33d6d49dd1ad5b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-05-30T09:07:59Z summary: [3.13] gh-118055:

[Python-checkins] [3.12] gh-118055: Update the finder glossary entry (GH-118278) (GH-119774)

2024-05-30 Thread encukou
https://github.com/python/cpython/commit/fae9c92ba7c88fd00f80b40f347e4c2eabaa850a commit: fae9c92ba7c88fd00f80b40f347e4c2eabaa850a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-05-30T08:57:36Z summary: [3.12] gh-118055:

[Python-checkins] gh-118055: Update the finder glossary entry (GH-118278)

2024-05-30 Thread encukou
https://github.com/python/cpython/commit/db009348b4b7a4b0aec39472ea074c1b5feeba9b commit: db009348b4b7a4b0aec39472ea074c1b5feeba9b branch: main author: Lincoln <71312724+lincoln-develo...@users.noreply.github.com> committer: encukou date: 2024-05-30T08:51:23Z summary: gh-118055: Update the finder

[Python-checkins] [3.12] subprocess docs: Fix semantically important typo (GH-119752) (#119758)

2024-05-30 Thread AlexWaygood
https://github.com/python/cpython/commit/e408059711814be9bf7e9c72ecc4c34fb2b8356f commit: e408059711814be9bf7e9c72ecc4c34fb2b8356f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AlexWaygood date: 2024-05-30T08:50:23+01:00 summary: [3.12] su

[Python-checkins] [3.13] subprocess docs: Fix semantically important typo (GH-119752) (#119757)

2024-05-30 Thread AlexWaygood
https://github.com/python/cpython/commit/1eddc9e6b6eabfa31ab3197d86fdcae692ee6a16 commit: 1eddc9e6b6eabfa31ab3197d86fdcae692ee6a16 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AlexWaygood date: 2024-05-30T08:50:11+01:00 summary: [3.13] su