[Python-checkins] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075)

2024-08-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/44e458357fca05ca0ae2658d62c8c595b048b5ef commit: 44e458357fca05ca0ae2658d62c8c595b048b5ef branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-17T16:30:52+03:00 summary: gh-123067: Fix quadratic complexity in parsing "-q

[Python-checkins] gh-123110: correct note about _Bool in the struct module docs (GH-123111)

2024-08-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b0f462d4c808d6fb1d381bba4932acd8309c1f3b commit: b0f462d4c808d6fb1d381bba4932acd8309c1f3b branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-08-18T16:58:58+03:00 summary: gh-123110: correct note about _Bool in the struct

[Python-checkins] gh-122981: Fix inspect.getsource() for generated classes with Python base classes (GH-123001)

2024-08-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f88c14d412522587085ae039ebe70b91d5b4e226 commit: f88c14d412522587085ae039ebe70b91d5b4e226 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-20T20:10:15+03:00 summary: gh-122981: Fix inspect.getsource() for generated classes

[Python-checkins] gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179)

2024-08-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/90c892efeaae28bd849a01b42842f19dcd67b9f4 commit: 90c892efeaae28bd849a01b42842f19dcd67b9f4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-21T10:17:38+03:00 summary: gh-85110: Preserve relative path in URL without netloc in

[Python-checkins] [3.12] gh-122478: Remove internal frames from tracebacks in REPL (GH-122528) (GH-122816)

2024-08-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8fe586d27abda29188cac6def55a04bf15242891 commit: 8fe586d27abda29188cac6def55a04bf15242891 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-23T09:27:03+03:00 summary: [3.12] gh-122478: Remove internal frames from tracebacks

[Python-checkins] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214)

2024-08-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/90b6d0e0f8f07d7443695e14a18488cb499d3b4d commit: 90b6d0e0f8f07d7443695e14a18488cb499d3b4d branch: main author: Bar Harel committer: serhiy-storchaka date: 2024-08-23T12:12:58+03:00 summary: gh-123213: Fixed xml.etree.ElementTree.Element.extend and

[Python-checkins] gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padded (GH-122436)

2024-08-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/126910edba812a01794f307b0cfa2a7f02bda190 commit: 126910edba812a01794f307b0cfa2a7f02bda190 branch: main author: blhsing committer: serhiy-storchaka date: 2024-08-23T18:45:03+03:00 summary: gh-122272: Guarantee specifiers %F and %C for datetime.strftime to

[Python-checkins] [3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)

2024-08-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ee464309a58924b1a2af0a42174208a107ee1d37 commit: ee464309a58924b1a2af0a42174208a107ee1d37 branch: 3.13 author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-08-27T12:07:17+03:00 summary: [3.13] gh-111495: Add tests for PyTuple C API (GH

[Python-checkins] gh-122561: Clean up and microoptimize str.translate and charmap codec (GH-122932)

2024-08-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1a0b828994ed4ec1f2ba05123995a7d1e852f4b4 commit: 1a0b828994ed4ec1f2ba05123995a7d1e852f4b4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-28T12:11:13+03:00 summary: gh-122561: Clean up and microoptimize str.translate and

[Python-checkins] gh-123431: Harmonize extension code checks in pickle (GH-123434)

2024-08-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0c3ea3023878f5ad5ca4680d5510da1fe208cbfa commit: 0c3ea3023878f5ad5ca4680d5510da1fe208cbfa branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-29T08:26:16+03:00 summary: gh-123431: Harmonize extension code checks in pickle (GH

[Python-checkins] gh-121485: Always use 64-bit integers for integers bits count (GH-121486)

2024-08-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/32c7dbb2bc58bee953622fc5ac24aad123f0d8f2 commit: 32c7dbb2bc58bee953622fc5ac24aad123f0d8f2 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-30T08:13:24+03:00 summary: gh-121485: Always use 64-bit integers for integers bits

[Python-checkins] gh-123309: Add more tests for the pickletools module (GH-123355)

2024-08-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e5a567b0a721c26c79530249d9aa159afbd11955 commit: e5a567b0a721c26c79530249d9aa159afbd11955 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-31T12:30:05+03:00 summary: gh-123309: Add more tests for the pickletools module (GH

[Python-checkins] gh-123309: Remove check for redefined memo entry in pickletools.dis() (GH-123374)

2024-08-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5414b97ce22c2c2c80d698bd50c3c620e4aec66f commit: 5414b97ce22c2c2c80d698bd50c3c620e4aec66f branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-31T16:21:49+03:00 summary: gh-123309: Remove check for redefined memo entry in

[Python-checkins] gh-76960: Fix urljoin() and urldefrag() for URIs with empty components (GH-123273)

2024-08-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fc897fcc01964649f023e0baa4c95d142e4e8a10 commit: fc897fcc01964649f023e0baa4c95d142e4e8a10 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-31T12:42:08+03:00 summary: gh-76960: Fix urljoin() and urldefrag() for URIs with

[Python-checkins] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071)

2024-09-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8ef8354ef15e00d484ac2ded9442b789c24b11e0 commit: 8ef8354ef15e00d484ac2ded9442b789c24b11e0 branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-09-08T16:01:54+03:00 summary: gh-121039: add Floats/ComplexesAreIdenticalMixin to

[Python-checkins] gh-122311: Improve and unify pickle errors (GH-122771)

2024-09-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b2a8c38bb20e0a201bbc60f66371ee4e406f6dae commit: b2a8c38bb20e0a201bbc60f66371ee4e406f6dae branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-09T15:04:51+03:00 summary: gh-122311: Improve and unify pickle errors (GH-122771

[Python-checkins] gh-122213: Add notes for pickle serialization errors (GH-122214)

2024-09-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c0c2aa7644ebd4953682784dbb9904fe955ff647 commit: c0c2aa7644ebd4953682784dbb9904fe955ff647 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-09T21:28:55+03:00 summary: gh-122213: Add notes for pickle serialization errors (GH

[Python-checkins] gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898)

2024-09-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a1dbf2ea69acc6ccee6292709af1dadd55c068be commit: a1dbf2ea69acc6ccee6292709af1dadd55c068be branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-11T12:05:46+03:00 summary: gh-77894: Fix a crash when the GC breaks a loop

[Python-checkins] [3.12] gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898) (GH-123937)

2024-09-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/90e5bd7ed2502ed5b1ee70f5937fe46441d1710b commit: 90e5bd7ed2502ed5b1ee70f5937fe46441d1710b branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-11T09:32:39Z summary: [3.12] gh-77894: Fix a crash when the GC breaks a loop

[Python-checkins] gh-123811: Test that round(Decimal) can return signed zero (GH-124007)

2024-09-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b46c65ed2b78214cb8914779ac4e8d343ac4775e commit: b46c65ed2b78214cb8914779ac4e8d343ac4775e branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-09-13T15:49:13+03:00 summary: gh-123811: Test that round(Decimal) can return signed

[Python-checkins] [3.12] gh-123811: Test that round(Decimal) can return signed zero (GH-124007) (GH-124049)

2024-09-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b6f46073515ce10a4f2457c32c8376bf975388aa commit: b6f46073515ce10a4f2457c32c8376bf975388aa branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-09-13T13:09:26Z summary:

[Python-checkins] gh-124030: Skip test_tcsendbreak on NetBSD for ENOTTY error (GH-124031)

2024-09-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9f42b62db998131bb5cd555e2fa72ba7e06e3130 commit: 9f42b62db998131bb5cd555e2fa72ba7e06e3130 branch: main author: Furkan Onder committer: serhiy-storchaka date: 2024-09-13T19:27:54+03:00 summary: gh-124030: Skip test_tcsendbreak on NetBSD for ENOTTY error

[Python-checkins] [3.12] gh-124030: Skip test_tcsendbreak on NetBSD for ENOTTY error (GH-124031) (GH-124062)

2024-09-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/84e3f6078b5bab7d2d6413de6b089013d4aa4aa0 commit: 84e3f6078b5bab7d2d6413de6b089013d4aa4aa0 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-09-13T16:44:57Z summary:

[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] 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

[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:

[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:

[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] 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

[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:

[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:

[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

[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:

[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:

[Python-checkins] gh-119780: Adjust exception messages in Lib/test/test_format.py (GH-119781)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b278c723d79a238b14e99908e83f4b1b6a39ed3d commit: b278c723d79a238b14e99908e83f4b1b6a39ed3d branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-05-31T11:07:16+03:00 summary: gh-119780: Adjust exception messages in Lib/test

[Python-checkins] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/94e9585e99abc2d060cedc77b3c03e06b4a0a9c4 commit: 94e9585e99abc2d060cedc77b3c03e06b4a0a9c4 branch: main author: Christopher Chavez committer: serhiy-storchaka date: 2024-05-31T11:23:53+03:00 summary: gh-103194: Fix Tkinter’s Tcl value type handling for

[Python-checkins] [3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119831)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d4680b9e17815140b512a399069400794dae1f97 commit: d4680b9e17815140b512a399069400794dae1f97 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-05-31T09:15:53Z summary: [3.12] gh-103194: Fix Tkinter’s Tcl value type handling for

[Python-checkins] gh-119189: Fix the power operator for Fraction (GH-119242)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b9965ef282d6662145d2e05b080c811132ce6fde commit: b9965ef282d6662145d2e05b080c811132ce6fde branch: main author: Joshua Herman <30265+zitterbeweg...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-31T10:05:09Z summary: gh-119189

[Python-checkins] [3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119830)

2024-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5539bd9df2b8301c9ec5fd1e1de0cb065a591c16 commit: 5539bd9df2b8301c9ec5fd1e1de0cb065a591c16 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-05-31T10:42:24Z summary:

[Python-checkins] gh-119838: Treat Fraction as a real value in mixed arithmetic operations with complex (GH-119839)

2024-06-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d7fcaa73b71f4c49c1b24cac04c9b6f1cf69b944 commit: d7fcaa73b71f4c49c1b24cac04c9b6f1cf69b944 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-03T12:29:01+03:00 summary: gh-119838: Treat Fraction as a real value in mixed

[Python-checkins] gh-89928: Fix integer conversion of device numbers (GH-31794)

2024-06-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7111d9605f9db7aa0b095bb8ece7ccc0b8115c3f commit: 7111d9605f9db7aa0b095bb8ece7ccc0b8115c3f branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-04T19:36:37+03:00 summary: gh-89928: Fix integer conversion of device numbers (GH

[Python-checkins] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)

2024-06-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e0799352823289fafb8131341abd751923ee9c08 commit: e0799352823289fafb8131341abd751923ee9c08 branch: main author: Christopher Chavez committer: serhiy-storchaka date: 2024-06-04T19:47:15+03:00 summary: gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681

[Python-checkins] [3.12] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120054)

2024-06-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f98ec7574a5ee3dc5db996a5037483f57465e18d commit: f98ec7574a5ee3dc5db996a5037483f57465e18d branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-04T17:12:13Z summary: [3.12] gh-89928: Fix integer conversion of device numbers (GH

[Python-checkins] [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)

2024-06-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2acbdc23ad4dd14b3b6ad22e06d6477dc57b0530 commit: 2acbdc23ad4dd14b3b6ad22e06d6477dc57b0530 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-04T17:19:13Z summary:

[Python-checkins] doc: Mention the missing reflected special methods for all binary operations (GH-119931)

2024-06-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bf5e1065f4ec2077c6ca352fc1ad940a76d1f6c9 commit: bf5e1065f4ec2077c6ca352fc1ad940a76d1f6c9 branch: main author: Paulo Freitas committer: serhiy-storchaka date: 2024-06-04T17:55:11Z summary: doc: Mention the missing reflected special methods for all binary

[Python-checkins] Restore decimal context after decimal doctests (GH-120149)

2024-06-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2d7ff6e0e7d4c08ba84079a5c19a4a485626e1de commit: 2d7ff6e0e7d4c08ba84079a5c19a4a485626e1de branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-06T20:12:32+03:00 summary: Restore decimal context after decimal doctests (GH-120149

[Python-checkins] [3.12] Restore decimal context after decimal doctests (GH-120149) (GH-120168)

2024-06-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b03d71d0d8415281e71ae4f1455222db4b4b66d2 commit: b03d71d0d8415281e71ae4f1455222db4b4b66d2 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-06T17:31:36Z summary:

[Python-checkins] [3.13] Restore decimal context after decimal doctests (GH-120149) (GH-120167)

2024-06-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/015ddfeca5e39a3796ee144d07accb1d5c7e7522 commit: 015ddfeca5e39a3796ee144d07accb1d5c7e7522 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-06T17:36:46Z summary:

[Python-checkins] [3.13] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120208)

2024-06-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f0165d00b758eace636c3ede8c1cfe0410e7f47c commit: f0165d00b758eace636c3ede8c1cfe0410e7f47c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-07T10:12:31Z summary:

[Python-checkins] [3.12] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120209)

2024-06-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ec139c8fae2064e5f1413dad0aadc1b83daf90d8 commit: ec139c8fae2064e5f1413dad0aadc1b83daf90d8 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-07T10:18:42Z summary:

[Python-checkins] gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)

2024-06-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d68a22e7a68ae09f7db61d5a1a3bd9c0360cf3ee commit: d68a22e7a68ae09f7db61d5a1a3bd9c0360cf3ee branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-07T10:49:07Z summary: gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) * Use

[Python-checkins] [3.12] gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) (GH-120216)

2024-06-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ac68d83fec222ba1bccf76d76f2f70bc1da77907 commit: ac68d83fec222ba1bccf76d76f2f70bc1da77907 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-07T14:30:50+03:00 s

[Python-checkins] [3.13] gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213) (GH-120215)

2024-06-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8368b67d1b5db48807010936d9550e762fc8630d commit: 8368b67d1b5db48807010936d9550e762fc8630d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-07T15:00:30Z summary:

[Python-checkins] gh-114264: Optimize performance of copy.deepcopy by adding a fast path for atomic types (GH-114266)

2024-06-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9d6604222e9ef4e136ee9ccfa2d4d5ff9feee976 commit: 9d6604222e9ef4e136ee9ccfa2d4d5ff9feee976 branch: main author: Pieter Eendebak committer: serhiy-storchaka date: 2024-06-07T18:42:01+03:00 summary: gh-114264: Optimize performance of copy.deepcopy by adding

[Python-checkins] bpo-37755: Use configured output in pydoc instead of pager (GH-15105)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2080425154d235b4b7dcc9a8a2f58e71769125ca commit: 2080425154d235b4b7dcc9a8a2f58e71769125ca branch: main author: Enrico Tröger committer: serhiy-storchaka date: 2024-06-08T09:19:13Z summary: bpo-37755: Use configured output in pydoc instead of pager (GH

[Python-checkins] [3.12] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) (GH-120262)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/88f67df22cbd50e884df061be2a106ccd658bf39 commit: 88f67df22cbd50e884df061be2a106ccd658bf39 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-08T09:46:25Z summary: [3.12] bpo-37755: Use configured output in pydoc instead of

[Python-checkins] gh-120244: Fix re.sub() reference leak (GH-120245)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/38a25e9560cf0ff0b80d9e90bce793ff24c6e027 commit: 38a25e9560cf0ff0b80d9e90bce793ff24c6e027 branch: main author: neonene <53406459+neon...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-08T10:22:07Z summary: gh-120244: Fix

[Python-checkins] [3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9b704ceecae28d73a0315c3fd5547cf09b2d85a4 commit: 9b704ceecae28d73a0315c3fd5547cf09b2d85a4 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-08T14:10:28+03:00 s

[Python-checkins] [3.12] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120265)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/46e69f8c2568ce7cc6041f8a601478e39d01efb1 commit: 46e69f8c2568ce7cc6041f8a601478e39d01efb1 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-08T14:10:44+03:00 s

[Python-checkins] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7c016deae62308dd1b4e2767fc6abf04857c7843 commit: 7c016deae62308dd1b4e2767fc6abf04857c7843 branch: main author: Clinton committer: serhiy-storchaka date: 2024-06-08T20:18:58+03:00 summary: gh-120276: Fix incorrect email.header.Header maxlinelen default

[Python-checkins] [3.12] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120278)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b134f47574c36e842253266ecf0d144fb6f3b546 commit: b134f47574c36e842253266ecf0d144fb6f3b546 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-08T17:26:01Z summary:

[Python-checkins] [3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120279)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f6689d91b2dc2a9b5f94334ff30abf56bf016ff2 commit: f6689d91b2dc2a9b5f94334ff30abf56bf016ff2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-08T17:37:50Z summary:

[Python-checkins] [3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) (GH-120261)

2024-06-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c15f94d6fbc960790db34c94d49716658ccf6348 commit: c15f94d6fbc960790db34c94d49716658ccf6348 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-08T17:48:47Z summary:

[Python-checkins] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487)

2024-06-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4829522b8d3e1a28930f1cccfcc9635e035a0eb4 commit: 4829522b8d3e1a28930f1cccfcc9635e035a0eb4 branch: main author: E. M. Bray committer: serhiy-storchaka date: 2024-06-10T08:55:49Z summary: bpo-24766: doc= argument to subclasses of property not handled

[Python-checkins] [3.12] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) (GH-120312)

2024-06-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7545b7cb63a7b27de2a829b626f546088b24de47 commit: 7545b7cb63a7b27de2a829b626f546088b24de47 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-10T10:32:45Z summary: [3.12] bpo-24766: doc= argument to subclasses of property not

[Python-checkins] gh-115801: Only allow sequence of strings as input for difflib.unified_diff (GH-118333)

2024-06-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c3b6dbff2c8886de1edade737febe85dd47ff4d0 commit: c3b6dbff2c8886de1edade737febe85dd47ff4d0 branch: main author: Pieter Eendebak committer: serhiy-storchaka date: 2024-06-10T14:06:18+03:00 summary: gh-115801: Only allow sequence of strings as input for

[Python-checkins] [3.13] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) (GH-120305)

2024-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f386cc96201bc14ec619108d696951033c56d39a commit: f386cc96201bc14ec619108d696951033c56d39a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-11T12:52:27+03:00 s

[Python-checkins] [3.13] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (GH-120269) (GH-120282)

2024-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/64a61ca13c221bf6a2cba4704e1d822b2c36af27 commit: 64a61ca13c221bf6a2cba4704e1d822b2c36af27 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-11T12:54:02+03:00 s

[Python-checkins] [3.12] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (GH-120269) (GH-120283)

2024-06-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e123f74513151da53bc380bf1ee03c35cec4f4c0 commit: e123f74513151da53bc380bf1ee03c35cec4f4c0 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-11T12:54:20+03:00 s

[Python-checkins] gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347)

2024-06-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/92c9c6ae147e1e658bbc8d454f8c7b2c4dea31d1 commit: 92c9c6ae147e1e658bbc8d454f8c7b2c4dea31d1 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-12T17:23:03+03:00 summary: gh-120345: Fix incorrect use of the :class: role with the

[Python-checkins] [3.12] gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) (GH-120412)

2024-06-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/319233f137a4ced96ef7def6f3e1645c4b28bb88 commit: 319233f137a4ced96ef7def6f3e1645c4b28bb88 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-12T14:42:06Z summary:

[Python-checkins] [3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) (GH-120411)

2024-06-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f0788cb41906407f567cc84d40bb2e9e80fb6a1b commit: f0788cb41906407f567cc84d40bb2e9e80fb6a1b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-12T14:51:35Z summary:

[Python-checkins] Fix typos in documentation (GH-120440)

2024-06-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/87cedaa5c857dc615b9f618b020414187fc1c966 commit: 87cedaa5c857dc615b9f618b020414187fc1c966 branch: main author: Xie Yanbo committer: serhiy-storchaka date: 2024-06-13T09:37:21Z summary: Fix typos in documentation (GH-120440) files: M Misc/NEWS.d/next

[Python-checkins] gh-120526: Correct signature of map() builtin (GH-120528)

2024-06-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d4039d3f6f8cb7738c5cd272dde04171446dfd2b commit: d4039d3f6f8cb7738c5cd272dde04171446dfd2b branch: main author: Adam Williamson committer: serhiy-storchaka date: 2024-06-15T05:33:09Z summary: gh-120526: Correct signature of map() builtin (GH-120528) map

[Python-checkins] [3.13] gh-120526: Correct signature of map() builtin (GH-120528) (GH-120539)

2024-06-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9f0269d6aed1b61996b95dc0730a4008de012011 commit: 9f0269d6aed1b61996b95dc0730a4008de012011 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-15T05:59:37Z summary:

[Python-checkins] gh-120541: Improve the "less" prompt in pydoc (GH-120543)

2024-06-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/31d1d72d7e24e0427df70f7dd14b9baff28a4f89 commit: 31d1d72d7e24e0427df70f7dd14b9baff28a4f89 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-15T20:56:40+03:00 summary: gh-120541: Improve the "less" prompt in pydoc

[Python-checkins] [3.13] gh-120541: Improve the "less" prompt in pydoc (GH-120543) (GH-120562)

2024-06-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3a9f438c923f6835fab608de65e44281e3f71b79 commit: 3a9f438c923f6835fab608de65e44281e3f71b79 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-15T18:21:13Z summary:

[Python-checkins] gh-120590: Fix test_pydoc in the refleak hunting mode (GH-120615)

2024-06-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2cf47389e26cb591342d07dad98619916d5a1b15 commit: 2cf47389e26cb591342d07dad98619916d5a1b15 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-18T12:19:32+03:00 summary: gh-120590: Fix test_pydoc in the refleak hunting mode (GH

[Python-checkins] [3.12] gh-120590: Fix test_pydoc in the refleak hunting mode (GH-120615) (GH-120670)

2024-06-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4b53ea822c0c52fa2f0d62728b6573a120f15574 commit: 4b53ea822c0c52fa2f0d62728b6573a120f15574 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-18T09:44:02Z summary:

[Python-checkins] [3.13] gh-120590: Fix test_pydoc in the refleak hunting mode (GH-120615) (GH-120669)

2024-06-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/451cb71cc820cce5f250c507cecf15d34f181157 commit: 451cb71cc820cce5f250c507cecf15d34f181157 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-18T09:54:55Z summary:

[Python-checkins] gh-111259: Optimize complementary character sets in RE (GH-120742)

2024-06-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8bc76ae45f48bede7ce3191db08cf36d879e6e8d commit: 8bc76ae45f48bede7ce3191db08cf36d879e6e8d branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-20T07:19:32Z summary: gh-111259: Optimize complementary character sets in RE (GH

[Python-checkins] gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (GH-120745)

2024-06-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a2f6f7dd26128b834c6e66fe1ceac3ac751143f5 commit: a2f6f7dd26128b834c6e66fe1ceac3ac751143f5 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-21T00:03:49+03:00 summary: gh-111259: Document idiomatic RE pattern (?s:.) that

[Python-checkins] [3.12] gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (GH-120745) (GH-120814)

2024-06-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e58bece8cec39c1e7fa282bcfd069030aed7b905 commit: e58bece8cec39c1e7fa282bcfd069030aed7b905 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-20T21:10:35Z summary:

[Python-checkins] [3.13] gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (GH-120745) (GH-120813)

2024-06-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/730285519ec6afb571409ec7fd3dbdf131bfbdab commit: 730285519ec6afb571409ec7fd3dbdf131bfbdab branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-20T21:22:45Z summary:

[Python-checkins] gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824)

2024-06-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6ad26de6e8ab61b035e7ecfff9791c2b349c3ad0 commit: 6ad26de6e8ab61b035e7ecfff9791c2b349c3ad0 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-22T09:53:24+03:00 summary: gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0

[Python-checkins] [3.12] gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824) (GH-120865)

2024-06-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f1acb3a5927ef813381d40be6fec068a655ddb7a commit: f1acb3a5927ef813381d40be6fec068a655ddb7a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-22T07:10:04Z summary:

[Python-checkins] [3.13] gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824) (GH-120864)

2024-06-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4fabbf97735ea6d91b32011fb7413d3909b082a0 commit: 4fabbf97735ea6d91b32011fb7413d3909b082a0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-22T07:17:55Z summary:

[Python-checkins] gh-120873: Add test for "state" option in ttk.Scale (GH-120874)

2024-06-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/974a978631bfbfa6f617e927d5eaa82b06694ae5 commit: 974a978631bfbfa6f617e927d5eaa82b06694ae5 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-22T11:18:04Z summary: gh-120873: Add test for "state" option in ttk.Scale

[Python-checkins] [3.12] gh-120873: Add test for "state" option in ttk.Scale (GH-120874) (GH-120876)

2024-06-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/22a276ff15654206a648f22e667f348c706a9813 commit: 22a276ff15654206a648f22e667f348c706a9813 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-22T11:39:33Z summary:

[Python-checkins] [3.13] gh-120873: Add test for "state" option in ttk.Scale (GH-120874) (GH-120875)

2024-06-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/61e6b6ab4abc36fe82f42677e3212caf973da467 commit: 61e6b6ab4abc36fe82f42677e3212caf973da467 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-22T11:45:19Z summary:

[Python-checkins] gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877)

2024-06-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a046c848c1df0cf98092e9696594d3fb836e3530 commit: a046c848c1df0cf98092e9696594d3fb836e3530 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-22T16:19:42+03:00 summary: gh-120873: Add tests for new widget options in Tk 8.7 (GH

[Python-checkins] [3.12] gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877) (GH-120880)

2024-06-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7f64c2fb4344301fbc022ec1e3b47b5a9f001399 commit: 7f64c2fb4344301fbc022ec1e3b47b5a9f001399 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-22T13:38:08Z summary:

[Python-checkins] [3.13] gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877) (GH-120879)

2024-06-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cffead81fae34aa678ef2f89dff4a0175a619c85 commit: cffead81fae34aa678ef2f89dff4a0175a619c85 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-22T13:43:30Z summary:

[Python-checkins] gh-101830: Fix Tcl_Obj to string conversion (GH-120884)

2024-06-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f4ddaa396715855ffbd94590f89ab7d55feeec07 commit: f4ddaa396715855ffbd94590f89ab7d55feeec07 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-23T16:34:14+03:00 summary: gh-101830: Fix Tcl_Obj to string conversion (GH-120884

[Python-checkins] [3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)

2024-06-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/99f18ea68934cb59c89c09e946aa1a504bb33065 commit: 99f18ea68934cb59c89c09e946aa1a504bb33065 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-23T18:33:19+03:00 s

[Python-checkins] [3.12] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120913)

2024-06-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c525cb3a7ba68f9c8e78e7eb4a201bd4f24e89bd commit: c525cb3a7ba68f9c8e78e7eb4a201bd4f24e89bd branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-23T16:02:43Z summary: [3.12] gh-101830: Fix Tcl_Obj to string conversion (GH-120884

[Python-checkins] Use _PyLong_IsNegative instead of _PyLong_Sign if appropriate. (GH-120493)

2024-06-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/02df6795743ee4ee26a07986edbb5e22ae9fec8b commit: 02df6795743ee4ee26a07986edbb5e22ae9fec8b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-24T09:49:01+03:00 summary: Use _PyLong_IsNegative instead of _PyLong_Sign if

[Python-checkins] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)

2024-06-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1500a23f33f5a6d052ff1ef6383d9839928b8ff1 commit: 1500a23f33f5a6d052ff1ef6383d9839928b8ff1 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-24T09:50:39+03:00 summary: gh-120683: Fix an error in logging.LogRecord timestamp

[Python-checkins] [3.13] gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709) (GH-120933)

2024-06-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/544a47212b92f52ceffbd50275c6b0c57a446a98 commit: 544a47212b92f52ceffbd50275c6b0c57a446a98 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-06-24T07:14:26Z summary:

[Python-checkins] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909)

2024-06-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c38e2f64d012929168dfef7363c9e48bd1a6c731 commit: c38e2f64d012929168dfef7363c9e48bd1a6c731 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-24T12:17:25+03:00 summary: gh-119614: Fix truncation of strings with embedded null

  1   2   3   4   5   6   7   8   9   10   >