[Python-checkins] [3.13] gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GLOBAL (GH-120143) (#126459)

2024-11-05 Thread carljm
https://github.com/python/cpython/commit/ba86632f7ea8cc77af770b33f60124ca767698c7 commit: ba86632f7ea8cc77af770b33f60124ca767698c7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-11-06T00:18:32Z summary: [3.13] gh

[Python-checkins] [3.12] gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GLOBAL (GH-120143) (#126460)

2024-11-05 Thread carljm
https://github.com/python/cpython/commit/fc01844019f63748e8334adca57a11577cc00a6d commit: fc01844019f63748e8334adca57a11577cc00a6d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-11-06T00:12:08Z summary: [3.12] gh

[Python-checkins] gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GLOBAL (#120143)

2024-11-05 Thread carljm
https://github.com/python/cpython/commit/83ba8c2bba834c0b92de669cac16fcda17485e0e commit: 83ba8c2bba834c0b92de669cac16fcda17485e0e branch: main author: blhsing committer: carljm date: 2024-11-05T15:53:54-08:00 summary: gh-70764: inspect.getclosurevars now identifies global variables with

[Python-checkins] [3.13] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (#120948)

2024-06-24 Thread carljm
https://github.com/python/cpython/commit/502a99a7e66adc095842addfb366bba6953f34a1 commit: 502a99a7e66adc095842addfb366bba6953f34a1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-06-24T13:44:06Z summary: [3.13] gh-

[Python-checkins] [3.12] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (#120949)

2024-06-24 Thread carljm
https://github.com/python/cpython/commit/7a874b4ca6150681994a2a38b988711575f53d36 commit: 7a874b4ca6150681994a2a38b988711575f53d36 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-06-24T13:37:51Z summary: [3.12] gh-

[Python-checkins] gh-120373: Mark test_audit.test_http as requiring the network resource (#120374)

2024-06-24 Thread carljm
https://github.com/python/cpython/commit/b0e1c51882e3a129d1e4db8291f7a0d869d6f1d6 commit: b0e1c51882e3a129d1e4db8291f7a0d869d6f1d6 branch: main author: Itamar Oren committer: carljm date: 2024-06-24T07:18:46-06:00 summary: gh-120373: Mark test_audit.test_http as requiring the network resource

[Python-checkins] [3.12] Amend categories of @nineteendo's news entries (GH-120735) (#120736)

2024-06-22 Thread carljm
https://github.com/python/cpython/commit/b64488545f17c6c86d5cb5ba64f55db94d3a08ad commit: b64488545f17c6c86d5cb5ba64f55db94d3a08ad branch: 3.12 author: Nice Zombies committer: carljm date: 2024-06-22T15:05:37-05:00 summary: [3.12] Amend categories of @nineteendo's news entries (GH-1

[Python-checkins] [3.13] Amend categories of @nineteendo's news entries (GH-120735) (#120850)

2024-06-22 Thread carljm
https://github.com/python/cpython/commit/41b2d199122b22fc1578ce73baf7537c8ed45e84 commit: 41b2d199122b22fc1578ce73baf7537c8ed45e84 branch: 3.13 author: Nice Zombies committer: carljm date: 2024-06-22T15:05:15-05:00 summary: [3.13] Amend categories of @nineteendo's news entries (GH-1

[Python-checkins] Amend categories of @nineteendo's news entries (#120735)

2024-06-21 Thread carljm
https://github.com/python/cpython/commit/1dadcb5a6a821dd6ab397cf52a2fa9618839d8c0 commit: 1dadcb5a6a821dd6ab397cf52a2fa9618839d8c0 branch: main author: Nice Zombies committer: carljm date: 2024-06-21T13:20:13-05:00 summary: Amend categories of @nineteendo's news entries (#120735) files: A

[Python-checkins] gh-120029: remove unused macros in ``symtable.c`` (#120222)

2024-06-12 Thread carljm
https://github.com/python/cpython/commit/32d3e05fe67d43f7285e582a87e65374cf7c2972 commit: 32d3e05fe67d43f7285e582a87e65374cf7c2972 branch: main author: Bénédikt Tran <[email protected]> committer: carljm date: 2024-06-12T09:23:45-04:00 summary: gh-120029: remove

[Python-checkins] [3.13] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120299)

2024-06-09 Thread carljm
https://github.com/python/cpython/commit/03cd44759f8e5faaa154628e196860255d87bddd commit: 03cd44759f8e5faaa154628e196860255d87bddd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-06-10T00:37:28-04:00 summary: [3.

[Python-checkins] [3.12] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120300)

2024-06-09 Thread carljm
https://github.com/python/cpython/commit/82c93ea55a71e7cae160e749b93f91cf89bb562f commit: 82c93ea55a71e7cae160e749b93f91cf89bb562f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-06-10T00:37:15-04:00 summary: [3.

[Python-checkins] gh-119666: fix multiple class-scope comprehensions referencing __class__ (#120295)

2024-06-09 Thread carljm
https://github.com/python/cpython/commit/0ae8579b85f9b0cd3f287082ad6e194bdb025d88 commit: 0ae8579b85f9b0cd3f287082ad6e194bdb025d88 branch: main author: Carl Meyer committer: carljm date: 2024-06-09T22:23:30-04:00 summary: gh-119666: fix multiple class-scope comprehensions referencing __class__

[Python-checkins] CODEOWNERS: Add myself to symtable and AST (#120139)

2024-06-06 Thread carljm
https://github.com/python/cpython/commit/d50a7c478feb4037e65fcaea453d9ecc00259dd9 commit: d50a7c478feb4037e65fcaea453d9ecc00259dd9 branch: main author: Jelle Zijlstra committer: carljm date: 2024-06-06T16:25:05Z summary: CODEOWNERS: Add myself to symtable and AST (#120139) Co-authored-by: Carl

[Python-checkins] [3.12] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480) (#119761)

2024-05-29 Thread carljm
https://github.com/python/cpython/commit/681d7da144d1471ed5c0a155c838dc4a4a36636d commit: 681d7da144d1471ed5c0a155c838dc4a4a36636d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-05-30T03:24:50Z summary: [3.12] gh-

[Python-checkins] [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480) (#119760)

2024-05-29 Thread carljm
https://github.com/python/cpython/commit/06c62d697a87822690342cd0d99d1cdbeca4ce9d commit: 06c62d697a87822690342cd0d99d1cdbeca4ce9d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-05-30T01:28:31Z summary: [3.13] gh-

[Python-checkins] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (#119480)

2024-05-29 Thread carljm
https://github.com/python/cpython/commit/bf4ff3ad2e362801e87c85fffd9e140b774cef26 commit: bf4ff3ad2e362801e87c85fffd9e140b774cef26 branch: main author: Aditya Borikar committer: carljm date: 2024-05-29T17:26:22Z summary: gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation

[Python-checkins] Remove almost all unpaired backticks in docstrings (#119231)

2024-05-22 Thread carljm
https://github.com/python/cpython/commit/ef172521a9e9dfadebe57d590bfb53a0e9ac3a0b commit: ef172521a9e9dfadebe57d590bfb53a0e9ac3a0b branch: main author: Geoffrey Thomas committer: carljm date: 2024-05-22T12:35:18-04:00 summary: Remove almost all unpaired backticks in docstrings (#119231) As

[Python-checkins] Docs: fix typos in documentation (#118752)

2024-05-08 Thread carljm
https://github.com/python/cpython/commit/7b0c247f1c176e092777fce4677a00f22c738b3c commit: 7b0c247f1c176e092777fce4677a00f22c738b3c branch: main author: Xie Yanbo committer: carljm date: 2024-05-08T12:20:40-06:00 summary: Docs: fix typos in documentation (#118752) files: M Doc/library

[Python-checkins] [3.12] gh-118513: Fix sibling comprehensions with a name bound in one and global in the other (GH-118526) (#118548)

2024-05-03 Thread carljm
https://github.com/python/cpython/commit/3706eef02ab8a176ba4463c164fdb541fb5efae0 commit: 3706eef02ab8a176ba4463c164fdb541fb5efae0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-05-03T14:40:05Z summary: [3.12] gh-

[Python-checkins] gh-118513: Fix sibling comprehensions with a name bound in one and global in the other (#118526)

2024-05-03 Thread carljm
https://github.com/python/cpython/commit/c8deb1e4b495bf97ab00c710dfd63f227e1fb645 commit: c8deb1e4b495bf97ab00c710dfd63f227e1fb645 branch: main author: Carl Meyer committer: carljm date: 2024-05-03T14:05:19Z summary: gh-118513: Fix sibling comprehensions with a name bound in one and global in

[Python-checkins] gh-116647: Fix recursive child in dataclasses (#116790)

2024-03-19 Thread carljm
https://github.com/python/cpython/commit/75935746be0cbd32b9d710b93db9bd49c8d634ba commit: 75935746be0cbd32b9d710b93db9bd49c8d634ba branch: main author: et-repositories <[email protected]> committer: carljm date: 2024-03-19T08:58:40-06:00 summary: gh-11664

[Python-checkins] gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)

2024-03-18 Thread carljm
https://github.com/python/cpython/commit/a22d05f04c074dbb4f71e7837f54c0bb693db75d commit: a22d05f04c074dbb4f71e7837f54c0bb693db75d branch: main author: Aviel Boag committer: carljm date: 2024-03-18T18:53:14-06:00 summary: gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870) Co

[Python-checkins] [3.11] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116416)

2024-03-06 Thread carljm
https://github.com/python/cpython/commit/26f7956f8fe83a07c012e2663ede6d706997a901 commit: 26f7956f8fe83a07c012e2663ede6d706997a901 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-03-06T15:07:08Z summary: [3.11] gh-

[Python-checkins] [3.12] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116415)

2024-03-06 Thread carljm
https://github.com/python/cpython/commit/2528e46470162dd12a625ccb5dfe35fb7bcac1d3 commit: 2528e46470162dd12a625ccb5dfe35fb7bcac1d3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-03-06T14:58:02Z summary: [3.12] gh-

[Python-checkins] gh-116143: Fix race condition in pydoc _start_server (#116144)

2024-03-06 Thread carljm
https://github.com/python/cpython/commit/02ee475ee3ce9468d44758df2cd79df9f0926303 commit: 02ee475ee3ce9468d44758df2cd79df9f0926303 branch: main author: Itamar Oren committer: carljm date: 2024-03-06T07:39:51-07:00 summary: gh-116143: Fix race condition in pydoc _start_server (#116144) files: A

[Python-checkins] chore: fix typos (#116345)

2024-03-05 Thread carljm
https://github.com/python/cpython/commit/e7ba6e9dbe5433b4a0bcb0658da6a68197c28630 commit: e7ba6e9dbe5433b4a0bcb0658da6a68197c28630 branch: main author: cui fliter committer: carljm date: 2024-03-05T09:05:52-07:00 summary: chore: fix typos (#116345) Signed-off-by: cui fliter files: M Doc

[Python-checkins] gh-115941: fixes in dictobject.c doc block(#116196)

2024-03-01 Thread carljm
https://github.com/python/cpython/commit/5e0c7bc1d311048e8252bae6fc91cb51c556f807 commit: 5e0c7bc1d311048e8252bae6fc91cb51c556f807 branch: main author: Humbulani <[email protected]> committer: carljm date: 2024-03-01T12:48:26-07:00 summary: gh-115941: fi

[Python-checkins] gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837)

2024-02-22 Thread carljm
https://github.com/python/cpython/commit/a494a3dd8e0e74861972698c37b14a4087a4688c commit: a494a3dd8e0e74861972698c37b14a4087a4688c branch: main author: Brett Simmers committer: carljm date: 2024-02-23T03:14:17Z summary: gh-115836: Don't use hardcoded line numbers in test_monitoring (#1

[Python-checkins] gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)

2024-02-09 Thread carljm
https://github.com/python/cpython/commit/a225520af941fb125a4ede77a617501dfb8b46da commit: a225520af941fb125a4ede77a617501dfb8b46da branch: main author: Carl Meyer committer: carljm date: 2024-02-09T12:19:09-07:00 summary: gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__

[Python-checkins] [3.12] gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h (GH-115143) (#115149)

2024-02-07 Thread carljm
https://github.com/python/cpython/commit/3a67d3272c21e421575a2729632ab6a4d59a7ffa commit: 3a67d3272c21e421575a2729632ab6a4d59a7ffa branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-02-07T20:39:22Z summary: [3.12] gh-

[Python-checkins] gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h (#115143)

2024-02-07 Thread carljm
https://github.com/python/cpython/commit/8f0998e844c2fd8c0c94681d0a6331c34ee31562 commit: 8f0998e844c2fd8c0c94681d0a6331c34ee31562 branch: main author: Carl Meyer committer: carljm date: 2024-02-07T13:19:47-07:00 summary: gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h

[Python-checkins] [3.12] gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115139) (#115140)

2024-02-07 Thread carljm
https://github.com/python/cpython/commit/967f27d0a18f53670aedab4988da753edaf4312d commit: 967f27d0a18f53670aedab4988da753edaf4312d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-02-07T17:12:54Z summary: [3.12] gh-

[Python-checkins] gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)

2024-02-07 Thread carljm
https://github.com/python/cpython/commit/fedbf77191ea9d6515b39f958cc9e588d23517c9 commit: fedbf77191ea9d6515b39f958cc9e588d23517c9 branch: main author: Carl Meyer committer: carljm date: 2024-02-07T16:56:16Z summary: gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139

[Python-checkins] gh-114087: Speed up dataclasses._asdict_inner (#114088)

2024-01-18 Thread carljm
https://github.com/python/cpython/commit/2d3f6b56c5846df60b0b305e51a1d293ba0b2aae commit: 2d3f6b56c5846df60b0b305e51a1d293ba0b2aae branch: main author: keithasaurus <[email protected]> committer: carljm date: 2024-01-18T09:03:20-07:00 summary: gh-114087: Sp

[Python-checkins] [3.11] gh-113628: Fix test_site test with long stdlib paths (GH-113640) (#113672)

2024-01-02 Thread carljm
https://github.com/python/cpython/commit/93e9381e1c7c53b7a90851284719498c7452e925 commit: 93e9381e1c7c53b7a90851284719498c7452e925 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-01-03T01:02:14Z summary: [3.11] gh-

[Python-checkins] [3.12] gh-113628: Fix test_site test with long stdlib paths (GH-113640) (#113671)

2024-01-02 Thread carljm
https://github.com/python/cpython/commit/329f8d1f0b868b3e9bd23085157cb29aecf9bac1 commit: 329f8d1f0b868b3e9bd23085157cb29aecf9bac1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-01-02T17:59:39-07:00 summary: [3.

[Python-checkins] gh-113628: Fix test_site test with long stdlib paths (#113640)

2024-01-02 Thread carljm
https://github.com/python/cpython/commit/5dc79e3d7f26a6a871a89ce3efc9f1bcee7bb447 commit: 5dc79e3d7f26a6a871a89ce3efc9f1bcee7bb447 branch: main author: Itamar Oren committer: carljm date: 2024-01-02T17:30:53-07:00 summary: gh-113628: Fix test_site test with long stdlib paths (#113640) files: M