[Python-checkins] [3.12] Simpler example of shallow dict export of a dataclass (GH-117812) (#117862)

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

[Python-checkins] Simpler example of shallow dict export of a dataclass (#117812)

2024-04-13 Thread hauntsaninja
https://github.com/python/cpython/commit/f303651b45649392bf718f970793ad65d9ded0b8 commit: f303651b45649392bf718f970793ad65d9ded0b8 branch: main author: Gouvernathor <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-0

[Python-checkins] Tweak wording for dataclasses.replace (gh-117758)

2024-04-13 Thread ericvsmith
https://github.com/python/cpython/commit/e7cce2a9c696250aff64a57b85182356367be041 commit: e7cce2a9c696250aff64a57b85182356367be041 branch: main author: Gouvernathor <[email protected]> committer: ericvsmith date: 2024-04-13T20:03:09-04:00 summary: Tweak wording for da

[Python-checkins] GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831)

2024-04-13 Thread barneygale
https://github.com/python/cpython/commit/a74f117dab369e6c54156c7b2256769fed0c23d0 commit: a74f117dab369e6c54156c7b2256769fed0c23d0 branch: main author: Barney Gale committer: barneygale date: 2024-04-14T00:08:03+01:00 summary: GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()

[Python-checkins] gh-96398: Fix mpicc check in configure.ac (#117857)

2024-04-13 Thread erlend-aasland
https://github.com/python/cpython/commit/3095d026424f11714f0b7a828c61dc741d4e716b commit: 3095d026424f11714f0b7a828c61dc741d4e716b branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-13T21:22:06Z summary: gh-96398: Fix mpicc check in configure.ac (#117857) files: M co

[Python-checkins] gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#117047)

2024-04-13 Thread hugovk
https://github.com/python/cpython/commit/56ed979d049846cfa6ec1dbb7ffe423f484d5182 commit: 56ed979d049846cfa6ec1dbb7ffe423f484d5182 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-04-13T08:56:56-0

[Python-checkins] gh-102247: http: support rfc9110 status codes (GH-117611)

2024-04-13 Thread ethanfurman
https://github.com/python/cpython/commit/022ba6d161138fbe02bcb83b7e667567f2673b0a commit: 022ba6d161138fbe02bcb83b7e667567f2673b0a branch: main author: Michiel W. Beijen committer: ethanfurman date: 2024-04-13T07:33:20-07:00 summary: gh-102247: http: support rfc9110 status codes (GH-117611) rfc

[Python-checkins] [3.12] gh-117840: Fix indent to fix shlex syntax highlighting (GH-117843) (#117844)

2024-04-13 Thread hugovk
https://github.com/python/cpython/commit/222d16a18ce670422800998930d7293e2e004602 commit: 222d16a18ce670422800998930d7293e2e004602 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-04-1

[Python-checkins] gh-117840: Fix indent to fix shlex syntax highlighting (#117843)

2024-04-13 Thread hugovk
https://github.com/python/cpython/commit/dd724239dd759879b9b6981114db25256449fc42 commit: dd724239dd759879b9b6981114db25256449fc42 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-04-13T05:31:01-0

[Python-checkins] [3.12] gh-114466: explicitly define heap invariant (GH-117778) (#117835)

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

[Python-checkins] gh-114466: explicitly define heap invariant (#117778)

2024-04-13 Thread hauntsaninja
https://github.com/python/cpython/commit/37a4cbd8727fe392dd5c78aea60a7c37fdbad89a commit: 37a4cbd8727fe392dd5c78aea60a7c37fdbad89a branch: main author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-04-13

[Python-checkins] gh-96398: Detect GCC compatible compilers in configure (#117825)

2024-04-13 Thread erlend-aasland
https://github.com/python/cpython/commit/c2a551a30b520e520b084eec251f168549e1a3f0 commit: c2a551a30b520e520b084eec251f168549e1a3f0 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-04-13T09:05:07+02:00 summary: gh-96398: Detect GCC compatible compilers in configure (#11