[Python-checkins] gh-89159: Add some TarFile attribute types (GH-114520)

2024-01-29 Thread encukou
https://github.com/python/cpython/commit/d7d0d13cd37651990586d31d8974c59bd25e1045 commit: d7d0d13cd37651990586d31d8974c59bd25e1045 branch: main author: Stanley <[email protected]> committer: encukou date: 2024-01-29T09:19:22Z summary: gh-89159: Add some TarFile attribute t

[Python-checkins] gh-109653: Improve import time of importlib.metadata / email.utils (#114664)

2024-01-29 Thread hauntsaninja
https://github.com/python/cpython/commit/2124a3ddcc0e274521f74d239f0e94060e17dd7f commit: 2124a3ddcc0e274521f74d239f0e94060e17dd7f branch: main author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-01-29

[Python-checkins] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1ac1b2f9536a581f1656f0ac9330a7382420cda1 commit: 1ac1b2f9536a581f1656f0ac9330a7382420cda1 branch: main author: Nikita Sobolev committer: serhiy-storchaka date: 2024-01-29T11:37:06+02:00 summary: gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-1

[Python-checkins] gh-110893: Improve the documentation for __future__ module (#114642)

2024-01-29 Thread hauntsaninja
https://github.com/python/cpython/commit/3b86891fd69093b60141300862f278614ba80613 commit: 3b86891fd69093b60141300862f278614ba80613 branch: main author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-01-29

[Python-checkins] [3.11] gh-110893: Improve the documentation for __future__ module (GH-114642) (#114703)

2024-01-29 Thread hauntsaninja
https://github.com/python/cpython/commit/a2c55c56d3b3431ff554636e2be135b6c9714ec6 commit: a2c55c56d3b3431ff554636e2be135b6c9714ec6 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] [3.12] gh-110893: Improve the documentation for __future__ module (GH-114642) (#114702)

2024-01-29 Thread hauntsaninja
https://github.com/python/cpython/commit/d14003adf267dc09f5a245235ad1fc25888b8848 commit: d14003adf267dc09f5a245235ad1fc25888b8848 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/97fb2480e4807a34b8197243ad57566ed7769e24 commit: 97fb2480e4807a34b8197243ad57566ed7769e24 branch: main author: Nikita Sobolev committer: serhiy-storchaka date: 2024-01-29T11:56:11+02:00 summary: gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst`

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669) (GH-114704)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/930f805e72587655cd4c2a7c0f28125bde234914 commit: 930f805e72587655cd4c2a7c0f28125bde234914 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-29T10:02:06Z summary: [3.12] gh

[Python-checkins] [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669) (GH-114705)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9fd8aaab8314924c0af41d0a03c5140f42f52d9d commit: 9fd8aaab8314924c0af41d0a03c5140f42f52d9d branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-29T10:02:52Z summary: [3.11] gh

[Python-checkins] [3.11] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH-114701)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ee3ca96359a27e893e4f642b3d490a7d355f7da7 commit: ee3ca96359a27e893e4f642b3d490a7d355f7da7 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-29T10:03:14Z summary: [3.11] gh

[Python-checkins] [3.12] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686) (GH-114700)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2a1d2c83256e6445793ec8b79363e4ac4494db78 commit: 2a1d2c83256e6445793ec8b79363e4ac4494db78 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-29T10:09:51Z summary: [3.12] gh

[Python-checkins] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (#112366)

2024-01-29 Thread hugovk
https://github.com/python/cpython/commit/b7a12ab2146f946ae57e2d8019372cafe94d8375 commit: b7a12ab2146f946ae57e2d8019372cafe94d8375 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-29T13:12:19Z

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366) (#114711)

2024-01-29 Thread hugovk
https://github.com/python/cpython/commit/c09a01032df9a121d525838141e3fed203735404 commit: c09a01032df9a121d525838141e3fed203735404 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-2

[Python-checkins] [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366) (#114712)

2024-01-29 Thread hugovk
https://github.com/python/cpython/commit/ca9a7fc24f606a4b2daa6d23297d9e0c33a36d8e commit: ca9a7fc24f606a4b2daa6d23297d9e0c33a36d8e branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-2

[Python-checkins] [3.12] gh-89159: Add some TarFile attribute types (GH-114520) (GH-114714)

2024-01-29 Thread encukou
https://github.com/python/cpython/commit/0795d9a17a4c95cdb6dd032efb9ebf193f7fb274 commit: 0795d9a17a4c95cdb6dd032efb9ebf193f7fb274 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-01-29T14:25:46Z summary: [3.12] gh-89159: A

[Python-checkins] [3.11] gh-89159: Add some TarFile attribute types (GH-114520) (GH-114715)

2024-01-29 Thread encukou
https://github.com/python/cpython/commit/07d68ea843d6251efcdadc167cd7840112bc13d2 commit: 07d68ea843d6251efcdadc167cd7840112bc13d2 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-01-29T14:25:52Z summary: [3.11] gh-89159: A

[Python-checkins] gh-101100: Fix datetime reference warnings (GH-114661)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e8b8f5e9c2da6a436360ce648061c90bdfcba863 commit: e8b8f5e9c2da6a436360ce648061c90bdfcba863 branch: main author: Skip Montanaro committer: serhiy-storchaka date: 2024-01-29T16:43:44+02:00 summary: gh-101100: Fix datetime reference warnings (GH-114661) Co-a

[Python-checkins] gh-112050: Adapt collections.deque to Argument Clinic (#113963)

2024-01-29 Thread erlend-aasland
https://github.com/python/cpython/commit/c87233fd3fa77067013c35328f8c4884f0567a59 commit: c87233fd3fa77067013c35328f8c4884f0567a59 branch: main author: mpage committer: erlend-aasland date: 2024-01-29T15:08:23Z summary: gh-112050: Adapt collections.deque to Argument Clinic (#113963) files: A Mi

[Python-checkins] [3.12] gh-101100: Fix datetime reference warnings (GH-114661) (GH-114716)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/783339a086ebe5fc87b119a2348398f826d1905c commit: 783339a086ebe5fc87b119a2348398f826d1905c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-29T17:12:03+02:00 summary: [3.1

[Python-checkins] [3.11] gh-101100: Fix datetime reference warnings (GH-114661) (GH-114718)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c67f94e385eed596de796ee950bfd246c038b0cf commit: c67f94e385eed596de796ee950bfd246c038b0cf branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-29T15:20:05Z summary: [3.11] gh-101100: Fix datetime reference warnings (GH-114661) (

[Python-checkins] gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)

2024-01-29 Thread encukou
https://github.com/python/cpython/commit/15fe8cea174772060b24c96d335a498aba3b8ed4 commit: 15fe8cea174772060b24c96d335a498aba3b8ed4 branch: main author: Petr Viktorin committer: encukou date: 2024-01-29T16:45:31+01:00 summary: gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-

[Python-checkins] Remove limit in calendar CLI help message for year arg (GH-114719)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0f54ee4c6cdba74492183eb2dd142393c7dba403 commit: 0f54ee4c6cdba74492183eb2dd142393c7dba403 branch: main author: Steven Ward committer: serhiy-storchaka date: 2024-01-29T18:00:15+02:00 summary: Remove limit in calendar CLI help message for year arg (GH-1147

[Python-checkins] gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)

2024-01-29 Thread encukou
https://github.com/python/cpython/commit/e351ca3c205860e94cad5da25c74bd76933f5f11 commit: e351ca3c205860e94cad5da25c74bd76933f5f11 branch: main author: Soumendra Ganguly <[email protected]> committer: encukou date: 2024-01-29T16:10:28Z summary: gh-85984: Add POSIX pseudo-ter

[Python-checkins] Fix more references to datetime and time classes (GH-114717)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/39c766b579cabc71a4a50773d299d4350221a70b commit: 39c766b579cabc71a4a50773d299d4350221a70b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-29T18:20:13+02:00 summary: Fix more references to datetime and time classes (GH-11471

[Python-checkins] [3.12] Remove limit in calendar CLI help message for year arg (GH-114719) (GH-114722)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a316470dcaca271d050bd56b4dbfd0084510b0a4 commit: a316470dcaca271d050bd56b4dbfd0084510b0a4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-29T16:40:32Z summary: [3.12] Re

[Python-checkins] [3.11] Remove limit in calendar CLI help message for year arg (GH-114719) (GH-114723)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/55bddca1338614e671101d1fd7f28fa7dc6bebc9 commit: 55bddca1338614e671101d1fd7f28fa7dc6bebc9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-29T16:41:45Z summary: [3.11] Re

[Python-checkins] gh-112240: Add option to calendar module CLI to specify the weekday to start each week (GH-112241)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2c089b09ac0872e08d146c55ed60d754154761c3 commit: 2c089b09ac0872e08d146c55ed60d754154761c3 branch: main author: Steven Ward committer: serhiy-storchaka date: 2024-01-29T16:58:21Z summary: gh-112240: Add option to calendar module CLI to specify the weekday

[Python-checkins] [3.11] Fix more references to datetime and time classes (GH-114717) (GH-114726)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3dd3b301b6f6a9a18cfa07d965da15c4908b90dd commit: 3dd3b301b6f6a9a18cfa07d965da15c4908b90dd branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-29T16:59:59Z summary: [3.11] Fix more references to datetime and time classes (GH-114

[Python-checkins] [3.12] Fix more references to datetime and time classes (GH-114717) (GH-114725)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/eed05e271c517e1afbea9566e2259ef63105986e commit: eed05e271c517e1afbea9566e2259ef63105986e branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-29T17:01:24Z summary: [3.12] Fix more references to datetime and time classes (GH-114

[Python-checkins] gh-112075: Use PyMem_* for allocating dict keys objects (#114543)

2024-01-29 Thread DinoV
https://github.com/python/cpython/commit/3d716655d22dc14e79ac0d30f33eef0a49efdac0 commit: 3d716655d22dc14e79ac0d30f33eef0a49efdac0 branch: main author: Dino Viehland committer: DinoV date: 2024-01-29T09:38:03-08:00 summary: gh-112075: Use PyMem_* for allocating dict keys objects (#114543) Use P

[Python-checkins] gh-112075: Dictionary global version counter should use atomic increments (#114568)

2024-01-29 Thread DinoV
https://github.com/python/cpython/commit/0cd9bacb8ad41fe86f95b326e9199caa749539eb commit: 0cd9bacb8ad41fe86f95b326e9199caa749539eb branch: main author: Dino Viehland committer: DinoV date: 2024-01-29T09:47:54-08:00 summary: gh-112075: Dictionary global version counter should use atomic increment

[Python-checkins] gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal format (GH-114683)

2024-01-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aa3402ad451777d8dd3ec560e14cb16dc8540c0e commit: aa3402ad451777d8dd3ec560e14cb16dc8540c0e branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-29T19:58:31+02:00 summary: gh-114678: Fix incorrect deprecation warning for 'N' speci

[Python-checkins] TaskGroup: Use explicit None check for cancellation error (#114708)

2024-01-29 Thread gvanrossum
https://github.com/python/cpython/commit/29952c86f3f8a972203a1ccd8381448efe145ada commit: 29952c86f3f8a972203a1ccd8381448efe145ada branch: main author: Matan Perelman committer: gvanrossum date: 2024-01-29T11:12:33-08:00 summary: TaskGroup: Use explicit None check for cancellation error (#114708

[Python-checkins] gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobject.c (#114690)

2024-01-29 Thread erlend-aasland
https://github.com/python/cpython/commit/53d921ed96e1c57b2e42f984d3a5ca8347fedb81 commit: 53d921ed96e1c57b2e42f984d3a5ca8347fedb81 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-29T21:48:49+01:00 summary: gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobj

[Python-checkins] Set `hosted_on` for Read the Docs builds (#114697)

2024-01-29 Thread hugovk
https://github.com/python/cpython/commit/3996cbdd33a479b7e59757b81489cbb3370f85e5 commit: 3996cbdd33a479b7e59757b81489cbb3370f85e5 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-29T14:24:21-0

[Python-checkins] [3.12] Set `hosted_on` for Read the Docs builds (GH-114697) (#114734)

2024-01-29 Thread hugovk
https://github.com/python/cpython/commit/424df31f00e2106eab6b8e747fc4695b00787fe5 commit: 424df31f00e2106eab6b8e747fc4695b00787fe5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-2

[Python-checkins] [3.11] Set `hosted_on` for Read the Docs builds (GH-114697) (#114735)

2024-01-29 Thread hugovk
https://github.com/python/cpython/commit/679fe04dc3a11148c32383eed60954e35699ad62 commit: 679fe04dc3a11148c32383eed60954e35699ad62 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-2

[Python-checkins] gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (#114587)

2024-01-29 Thread erlend-aasland
https://github.com/python/cpython/commit/8612230c1cacab6d48bfbeb9e17d04ef5a9acf21 commit: 8612230c1cacab6d48bfbeb9e17d04ef5a9acf21 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-30T00:04:34+01:00 summary: gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (

[Python-checkins] GH-113464: Make Brandt a codeowner for JIT stuff (GH-114739)

2024-01-29 Thread brandtbucher
https://github.com/python/cpython/commit/742ba6081c92744ba30f16a0bb17ef9d9e809611 commit: 742ba6081c92744ba30f16a0bb17ef9d9e809611 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-01-29T16:29:54-08:00 summary: GH-113464: Make Brandt a codeowner for JIT stuff (GH-114739) fil

[Python-checkins] GH-80789: Get rid of the ``ensurepip`` infra for many wheels (#109245)

2024-01-29 Thread pradyunsg
https://github.com/python/cpython/commit/963904335e579bfe39101adf3fd6a0cf705975ff commit: 963904335e579bfe39101adf3fd6a0cf705975ff branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: pradyunsg date: 2024-01-30T01:25:31Z summary: GH-80789: Get rid of the ``ensurepip`` infra