[Python-checkins] gh-125660: Reject invalid unicode escapes for Python implementation of JSON decoder (GH-125683)

2024-10-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/df751363e386d1f77c5ba9515a5539902457d386 commit: df751363e386d1f77c5ba9515a5539902457d386 branch: main author: Nice Zombies committer: serhiy-storchaka date: 2024-10-18T15:29:47+03:00 summary: gh-125660: Reject invalid unicode escapes for Python implement

[Python-checkins] gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)

2024-10-18 Thread ericsnowcurrently
https://github.com/python/cpython/commit/6d93690954daae9e9a368084765a4005f957686d commit: 6d93690954daae9e9a368084765a4005f957686d branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-10-18T09:26:08-06:00 summary: gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h

[Python-checkins] [3.12] Add tests for time.strftime() with invalid format string (GH-125696) (GH-125701)

2024-10-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/93933782d999ef58682a8713e5cd3cf92166048e commit: 93933782d999ef58682a8713e5cd3cf92166048e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-18T14:13:31Z summary: [3.12] Ad

[Python-checkins] gh-125682: Reject non-ASCII digits in the Python implementation of JSON decoder (GH-125687)

2024-10-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d358425e6968858e52908794d15f37e62abc74ec commit: d358425e6968858e52908794d15f37e62abc74ec branch: main author: Nice Zombies committer: serhiy-storchaka date: 2024-10-18T15:26:29+03:00 summary: gh-125682: Reject non-ASCII digits in the Python implementatio

[Python-checkins] [3.12] GH-125277: Increase minimum supported Sphinx to 7.2.6 (GH-125368) (#125721)

2024-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/2ce10b17293c67e2ceeef9ced3719a49c61aa80c commit: 2ce10b17293c67e2ceeef9ced3719a49c61aa80c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)

2024-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/2bb7ab7ad364ec804eab8ed6867df01ece887240 commit: 2bb7ab7ad364ec804eab8ed6867df01ece887240 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-10-19T04:59:2

[Python-checkins] gh-124694: In test_interpreter_pool, Restore the Asyncio Event Loop Policy During Cleanup (gh-125708)

2024-10-18 Thread ericsnowcurrently
https://github.com/python/cpython/commit/322f14eeff9e3b5853eaac3233f7580ca0214cf8 commit: 322f14eeff9e3b5853eaac3233f7580ca0214cf8 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-10-18T16:05:12-06:00 summary: gh-124694: In test_interpreter_pool, Restore the Asyncio Event L

[Python-checkins] [3.13] Add tests for time.strftime() with invalid format string (GH-125696) (GH-125702)

2024-10-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8204014280fcb07c9321305a729716326e625c6e commit: 8204014280fcb07c9321305a729716326e625c6e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-18T14:22:41Z summary: [3.13] Ad

[Python-checkins] Add tests for time.strftime() with invalid format string (GH-125696)

2024-10-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2e950e341930ea79549137d4d3771d5edb940e65 commit: 2e950e341930ea79549137d4d3771d5edb940e65 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-18T16:51:29+03:00 summary: Add tests for time.strftime() with invalid format string (

[Python-checkins] gh-124102: Clean up unsupported VS and WiX detections (GH-124784)

2024-10-18 Thread zooba
https://github.com/python/cpython/commit/cda0ec8e7c4e9a010e5f73c5afaf18f86cb27b97 commit: cda0ec8e7c4e9a010e5f73c5afaf18f86cb27b97 branch: main author: Wulian committer: zooba date: 2024-10-18T13:48:18+01:00 summary: gh-124102: Clean up unsupported VS and WiX detections (GH-124784) files: M PCb

[Python-checkins] gh-123610: Added additional types to ctypes/wintypes.py (GH-124086)

2024-10-18 Thread zooba
https://github.com/python/cpython/commit/10c4c95395771fb37e93811aaace42f026c16de5 commit: 10c4c95395771fb37e93811aaace42f026c16de5 branch: main author: RUANG (Roy James) committer: zooba date: 2024-10-18T13:45:17+01:00 summary: gh-123610: Added additional types to ctypes/wintypes.py (GH-124086)

[Python-checkins] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (#125704)

2024-10-18 Thread pablogsal
https://github.com/python/cpython/commit/f8ba9fb2ce6690d2dd05b356583e8e4790badad7 commit: f8ba9fb2ce6690d2dd05b356583e8e4790badad7 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-10-18T17:09:34+01:00 summary: gh-125703: Correctly honour tracemalloc hooks on specialized

[Python-checkins] gh-125207: Fix MSVC 1935 build with JIT (#125209)

2024-10-18 Thread mdboom
https://github.com/python/cpython/commit/c8fd4b12e3db49d795de55f74d9bac445c059f1b commit: c8fd4b12e3db49d795de55f74d9bac445c059f1b branch: main author: Michael Droettboom committer: mdboom date: 2024-10-18T15:51:29-04:00 summary: gh-125207: Fix MSVC 1935 build with JIT (#125209) * gh-125207: Us

[Python-checkins] [3.13] GH-125277: Increase minimum supported Sphinx to 7.2.6 (GH-125368) (#125720)

2024-10-18 Thread AA-Turner
https://github.com/python/cpython/commit/fbbc79ea252fcf8e7557d6057688a8041fcafaef commit: fbbc79ea252fcf8e7557d6057688a8041fcafaef branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202