[Python-checkins] gh-112532: Fix memory block count for free-threaded build (gh-113995)

2024-01-15 Thread corona10
https://github.com/python/cpython/commit/44e47dfba55a825ce7c340b1460cb493165353c9 commit: 44e47dfba55a825ce7c340b1460cb493165353c9 branch: main author: Sam Gross committer: corona10 date: 2024-01-16T00:37:36+09:00 summary: gh-112532: Fix memory block count for free-threaded build (gh-113995) Th

[Python-checkins] gh-111968: Use per-thread slice_cache in free-threading (gh-113972)

2024-01-15 Thread corona10
https://github.com/python/cpython/commit/3eae76554b0687c6b9c5c019cc53bb76430488c9 commit: 3eae76554b0687c6b9c5c019cc53bb76430488c9 branch: main author: Donghee Na committer: corona10 date: 2024-01-16T00:38:57+09:00 summary: gh-111968: Use per-thread slice_cache in free-threading (gh-113972) fil

[Python-checkins] gh-99437: runpy: decode path-like objects before setting globals

2024-01-15 Thread FFY00
https://github.com/python/cpython/commit/d457345bbc6414db0443819290b04a9a413d commit: d457345bbc6414db0443819290b04a9a413d branch: main author: Kamil Turek committer: FFY00 date: 2024-01-15T16:58:50Z summary: gh-99437: runpy: decode path-like objects before setting globals files: A Misc

[Python-checkins] gh-114070: correct the specification of ``digit`` in the float() docs (#114080)

2024-01-15 Thread hauntsaninja
https://github.com/python/cpython/commit/4f24b92aa0677ed5310dd2d1572b55f4e30c88ef commit: 4f24b92aa0677ed5310dd2d1572b55f4e30c88ef branch: main author: Sergey B Kirpichev committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-01-15T14:19:59-08:00 summary: gh-114070: c

[Python-checkins] [3.12] gh-114070: correct the specification of ``digit`` in the float() docs (GH-114080) (#114094)

2024-01-15 Thread hauntsaninja
https://github.com/python/cpython/commit/f6315edca13f7879aab8ec181289e6f40e2b36ea commit: f6315edca13f7879aab8ec181289e6f40e2b36ea branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> da

[Python-checkins] [3.11] gh-114070: correct the specification of ``digit`` in the float() docs (GH-114080) (#114095)

2024-01-15 Thread hauntsaninja
https://github.com/python/cpython/commit/76433f8c45e978f48d642e070025b6e4e7207857 commit: 76433f8c45e978f48d642e070025b6e4e7207857 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> da

[Python-checkins] gh-91539: Small performance improvement of urrlib.request.getproxies_environment() (#108771)

2024-01-15 Thread hauntsaninja
https://github.com/python/cpython/commit/5094690efd7f663f2e0c1a2a633d3344a0557095 commit: 5094690efd7f663f2e0c1a2a633d3344a0557095 branch: main author: Raphaƫl Marinier committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-01-15T15:45:01-08:00 summary: gh-91539: Smal

[Python-checkins] gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)

2024-01-15 Thread corona10
https://github.com/python/cpython/commit/42b90cf0d6ca8aa78be3009b4f35de2e5c3155b8 commit: 42b90cf0d6ca8aa78be3009b4f35de2e5c3155b8 branch: main author: Donghee Na committer: corona10 date: 2024-01-16T09:11:14+09:00 summary: gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)

[Python-checkins] [3.11] GH-101130: Document multiple arguments for `PurePath.[is_]relative_to()` (#114034)

2024-01-15 Thread barneygale
https://github.com/python/cpython/commit/f5cbed1114cae19744a9f9a460154322688b6318 commit: f5cbed1114cae19744a9f9a460154322688b6318 branch: 3.11 author: Barney Gale committer: barneygale date: 2024-01-16T01:37:55Z summary: [3.11] GH-101130: Document multiple arguments for `PurePath.[is_]relative_

[Python-checkins] [3.12] Update KDE recipe to match the standard use of the h parameter (gh-113958) (#114098)

2024-01-15 Thread rhettinger
https://github.com/python/cpython/commit/2b025793e122717d5b021f33079e632d54cf6052 commit: 2b025793e122717d5b021f33079e632d54cf6052 branch: 3.12 author: Raymond Hettinger committer: rhettinger date: 2024-01-15T22:46:01-06:00 summary: [3.12] Update KDE recipe to match the standard use of the h par

[Python-checkins] gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)

2024-01-15 Thread encukou
https://github.com/python/cpython/commit/8fd287b18f20f0a310203f574adec196530627c7 commit: 8fd287b18f20f0a310203f574adec196530627c7 branch: main author: Zackery Spytz committer: encukou date: 2024-01-16T08:51:46+01:00 summary: gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425) If *track

[Python-checkins] gh-114075: Capture `test_compileall` stdout output (#114076)

2024-01-15 Thread AlexWaygood
https://github.com/python/cpython/commit/892155d7365c9c4a6c2dd6850b4527222ba5c217 commit: 892155d7365c9c4a6c2dd6850b4527222ba5c217 branch: main author: Kirill Podoprigora committer: AlexWaygood date: 2024-01-15T10:21:34Z summary: gh-114075: Capture `test_compileall` stdout output (#114076) Co-

[Python-checkins] gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)

2024-01-15 Thread ronaldoussoren
https://github.com/python/cpython/commit/2010d45327128594aed332befa687c8aead010bc commit: 2010d45327128594aed332befa687c8aead010bc branch: main author: Ronald Oussoren committer: ronaldoussoren date: 2024-01-15T12:22:43+01:00 summary: gh-113666: Adding missing UF_ and SF_ flags to module 'stat'

[Python-checkins] GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, not themselves. (GH-114078)

2024-01-15 Thread markshannon
https://github.com/python/cpython/commit/ac10947ba79a15bfdaa3ca92c6864214648ab364 commit: ac10947ba79a15bfdaa3ca92c6864214648ab364 branch: main author: Mark Shannon committer: markshannon date: 2024-01-15T11:41:06Z summary: GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instructio

[Python-checkins] gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)

2024-01-15 Thread encukou
https://github.com/python/cpython/commit/0f2fa6150baf111a6c69d5d491c95c3c2ee60eaf commit: 0f2fa6150baf111a6c69d5d491c95c3c2ee60eaf branch: main author: Sergey B Kirpichev committer: encukou date: 2024-01-15T16:04:17+01:00 summary: gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex